/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Container for all address buttons */
.address-reveal-container {
    margin-top: 60px;
    /*padding: 30px;*/
    
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); /* Soft shadow */
}

/* Main Flip Box */
.address-btn-box {
    position: relative;
    height: 110px;
    perspective: 1000px;
    cursor: pointer;
    /*border: 2px solid white; */
}

/* Common styling for front and back sides */
.btn-front, .btn-back {
    position: absolute;
    width: 100%;
    height: 100%;
    /*border-radius: 12px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backface-visibility: hidden;
    padding: 20px;
    text-align: center;
  
}

/* Front Side: Professional Dark Green */
.btn-front {
    background-color:#0a70a1;
    border: 2px solid #C6D936; 
    color: #ffffff;
    z-index: 2;
    transform: rotateX(0deg);
    border: 1px solid white;
}

.btn-front i {
    /* Colors */
    background-color:    #6dba50; /* Project Orange Background */
    color: #ffffff;            /* White Icon */
    border: 2px solid    #6dba50; /* Orange Border */
    
    /* Shape & Size */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;               /* Fixed width for circle */
    height: 45px;              /* Fixed height for circle */
    border-radius: 50%;        /* Perfect circle */
    
    /* Spacing */
    font-size: 18px;           /* Slightly smaller icon to fit in circle */
    margin-right: 12px;
    transition: all 0.4s ease;
    
    /* Ensure no distortion */
    flex-shrink: 0;
}

/* Hover state inside the address box */
.address-btn-box:hover .btn-front i {
    background-color: #ffffff; /* Turns White */
    color: #f3782d;            /* Icon turns Orange */
    border-color: #ffffff;
    transform: scale(1.1);
}

.btn-front span {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Back Side: Vibrant Chartreuse */
.btn-back {
    background-color: #f3782d;
    color: white;
    transform: rotateX(180deg);
    z-index: 1;
    border: 1px solid #f3782d;
}

.btn-back p {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
}

/* Flip Animation on Hover */
.address-btn-box:hover .btn-front {
    transform: rotateX(-180deg);
}

.address-btn-box:hover .btn-back {
    transform: rotateX(0deg);
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .address-reveal-container {
        padding: 15px;
    }
    .address-btn-box {
        height: 130px; /* More height for mobile wrapping */
    }
}

/* Styling the Industry Block */
.industry-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0a70a1; /* Light professional background */
    /*padding: 30px 20px;*/
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    text-align: center;
    min-height: 140px;
}

.industry-item i {
    font-size: 35px;
    color: white; /* Your Dark Green primary color */
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.industry-item span {
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hover Effects */
.industry-item:hover {
    background: white;
    border-color: #f3782d; /* Your Chartreuse accent */
    /*transform: translateY(-5px);*/
}

.industry-item:hover i, 
.industry-item:hover span {
    color: #f3782d;
}

.swiper-wrapper{
    gap: 50px;
}

.user-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-list li {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #eef2f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -15px; /* Creates the overlapping effect */
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.icon-list li:first-child {
    margin-left: 0;
}

.icon-list li:hover {
    transform: translateY(-5px);
    z-index: 10;
    border-color: #6dba50; /* Green accent on hover */
}

.user-icons-wrapper .title {
    font-size: 16px;
    font-weight: 700;
    color: #f3782d; /* Project Blue */
    margin: 0;
}

/* Styling the Highlight List */
.funfact-section-two .list li {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.funfact-section-two .list li i {
    font-size: 18px; /* Fixed size to ensure visibility */
}

/* Counter Title Styling */
.funfact-block-two .content-box .title {
    color: #ffffff; /* Contrast against dark section background */
}

.funfact-block-two .content-box .sub-title {
    color: #6dba50; /* Project Green for the labels */
    font-weight: 600;
}

/* Icon Container hover effect */
.funfact-block-two .inner-box:hover svg {
    stroke: white; /* Changes from Orange to Blue on hover */
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* Container for the icon */
.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:  100px;
    height: 100px;
   
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
    padding: 15px;
    border: 2px solid transparent;
}

/* Styling the image inside */
.icon img {
    max-width: 100%;
    height: auto;
    /* This filter makes a dark PNG appear white */
    filter: brightness(0) invert(1); 
    transition: all 0.4s ease-in-out;
    filter: brightness(0) invert(1);
}



/* 1. Target the main SVG stroke */
.feature-block:hover .icon-box svg {
    stroke: #ffffff !important;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

/* 2. Target the specific orange path (checkmark) to also turn white */
.feature-block:hover .icon-box svg path {
    stroke: #ffffff !important;
}

/* 3. Optional: Add a subtle glow to make the white icon pop */
.feature-block:hover .icon-box {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

/* Sidebar Info List Styling */
.info-list {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.icon-box-small {
    width: 55px;
    height: 55px;
    background: #0a70a1; /* Project Blue */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.info-list:hover .icon-box-small {
    background: #f3782d; /* Project Orange on Hover */
    /*transform: rotate(10deg);*/
}

.info-list .sub-title {
    color: #f3782d; /* Project Orange for labels */
    font-weight: 700;
    margin-bottom: 5px;
}

/* Form Input Styling */
.input-group-custom {
    position: relative;
    width: 100%;
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #0a70a1; /* Project Blue Icons */
    z-index: 2;
}

.input-group-custom input, 
.input-group-custom select {
    padding-left: 50px !important;
    width: 100%;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    outline: none;
}

.input-group-custom input:focus, 
.input-group-custom select:focus {
    border-color: #6dba50; /* Green highlight on focus */
}

/* Button fix */
.btn-two-rounded i {
    transition: transform 0.3s ease;
}

.btn-two-rounded:hover i {
    transform: translateX(5px);
}

/* Transform the link into a rounded button */
.arry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 15px;
    background-color: #0a70a1; /* Project Blue */
    color: #ffffff !important; /* White text for contrast */
    border-radius: 50px; /* Fully rounded 'pill' shape */
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(10, 112, 161, 0.2);
    border: 2px solid transparent;
}

/* Arrow Icon styling */
.arry-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Hover State */
.arry-btn:hover {
    background-color: #f3782d; /* Switches to Project Orange */
    transform: translateY(-3px); /* Gentle lift effect */
    box-shadow: 0 8px 20px rgba(243, 120, 45, 0.3);
    color: #ffffff !important;
}

/* Move the arrow on hover */
.arry-btn:hover i {
    transform: translateX(5px);
}

/* If the parent card (inner-box) is hovered, make the button pop even more */
.inner-box:hover .arry-btn {
    background-color: #ffffff; /* Button turns white when card turns blue */
    color: #0a70a1 !important; /* Text turns blue for readability */
    border-color: #f3782d; /* Orange border for focus */
}
/* Custom 20% width for 5-column layout */
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Ensure the container has perspective for the flip effect */
.address-btn-box {
    position: relative;
    height: 140px; /* Increased height for better text fitting */
    perspective: 1000px;
    cursor: pointer;
}

/* Apply your existing Flip CSS to these boxes */
.address-btn-box.head-office .btn-front {
    background-color: #0a70a1;
    border: 1px solid #f3782d; /* Orange border for Head Office */
}

.address-btn-box.head-office .btn-front i {
    color: #f3782d; /* Orange Star for Head Office */
}

/* Fix for the back text sizing */
.btn-back p {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px;
    color: white;
}


/* Container styling */
.socials-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    padding: 5px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

/* The Favicon Trigger */
.social-trigger {
    width: 75px;
    height: 75px;
    background: #0a70a1; /* Project Blue */
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.4s ease;
    position: absolute;
  left: 0px;
  bottom: 0px;
}

.social-trigger img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    /* Optional: filter: brightness(0) invert(1); if you want it pure white */
}

/* Social Links (Hidden by default) */
.social-links {
    display: flex;
    gap: 10px;
    max-width: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    padding-left: 0;
}

.social-links a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4f7f9;
    color: #0a70a1;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Hover Effects */
.socials-wrapper:hover {
    padding-right: 15px;
}

.socials-wrapper:hover .social-links {
    max-width: 200px; /* Adjust based on number of links */
    opacity: 1;
    padding-left: 10px;
}

.socials-wrapper:hover .social-trigger {
    transform: rotate(360deg);
    background: #f3782d; /* Turns Orange on hover */
}

.social-links a:hover {
    background: #0a70a1;
    color: #ffffff;
    transform: translateY(-3px);


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; /* This kills the horizontal scrollbar */
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased; /* Makes your text look professional */
}

/* Ensure all elements respect their containers */
*, *::before, *::after {
    box-sizing: border-box;
}

.container, .container-fluid {
    overflow: hidden; /* Clips negative row margins */
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* Small label: "Head Office" or "Branch Office" */
.office-label-small {
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f3782d; /* Highlight in Brand Orange */
    margin-bottom: 2px;
}



/* 1. Remove the overflow restrictions from the main container */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; /* Keep this for Swiper functionality */
  list-style: none;
  padding: 0;
  z-index: 1;
  /* REMOVE white-space and text-overflow from here */
}

/* 2. Apply them to the specific text element instead */
.testimonial-block-two .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* Ensures the width is respected */
  width: 100%;    /* Limits the text to the slide width */
}