/*Input Your Custom CSS Here*/

/* Counter plus styling */
.countup-text h2.counter {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: 2rem;
}

.counter-plus {
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 6px;
    color: #222;
    position: relative;
    top: -0.35em;
    font-weight: 600;
}

.count-up-inner .countup-text h4 {
    margin-bottom: 6px;
    font-weight: 600;
}

/* Partner carousel: ensure nav buttons are visible and placed left/right */
.all-patner {
    position: relative;
}



.all-patner .owl-nav .owl-prev,
.all-patner .owl-nav .owl-next {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: #333333;
    border: 1px solid #dddddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: transform .15s ease, background .15s ease;
    z-index: 20;
}

.all-patner .owl-nav .owl-prev {
    left: 10px;
}

.all-patner .owl-nav .owl-next {
    right: 10px;
}

.all-patner .owl-nav .owl-prev i,
.all-patner .owl-nav .owl-next i {
    font-size: 16px;
}

.all-patner .owl-nav .owl-prev:hover,
.all-patner .owl-nav .owl-next:hover {
    transform: translateY(-52%);
    background: #f7f7f7;
}

.countup-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.count-icon {
    font-size: 38px;
    color: #0d6efd;
    margin-bottom: 10px;
}

.count-text-line {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Product tabs styling */
.product-tabs .nav-tabs {
    border-bottom: 0;
}

.product-tabs .nav-tabs .nav-item {
    margin: 0 8px;
}

.product-tabs .nav-tabs .nav-link {
    padding: 8px 12px;
    border: 1px solid transparent;
    text-align: center;
    color: #333;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-tabs .nav-tabs .nav-link img {
    width: 72px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 6px;
}

.product-tabs .nav-tabs .nav-link.active {
    border-color: #ddd;
    background: #0f1934;
    color: #fff;
}

@media (max-width: 575px) {
    .product-tabs .nav-tabs .nav-link img {
        width: 56px;
        height: 40px;
    }

    .product-tabs .nav-tabs .nav-link {
        padding: 6px 8px;
        font-size: 13px;
    }
}

.counter {
    font-size: 32px;
    font-weight: 700;
}

.counter-plus {
    font-size: 20px;
    font-weight: 600;
}

.count-text {
    font-size: 16px;
    font-weight: 500;
}

.countup-text i {
    color: #fff;

}

.count-up-inner {
    margin-bottom: 20px;
}

/* Industries We Serve Redesign */
.industry-we-serve {
    background: transparent;
}

.industry-we-serve .sec-title h1 {
    color: #000;
    text-align: center;
}

.industry-we-serve .border-shape {
    margin: 0 auto 40px;
}

.industry-carousel-area {
    padding: 0px 40px 0px;
    position: relative;
    overflow: hidden;
}

.industry-carousel {
    position: relative;
    overflow: visible !important;
}

.industry-item {
    background: #162447;
    padding: 25px 15px;
    border-radius: 12px;
    min-height: 213px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.industry-icon-box {
    width: 80px;
    height: 80px;
    background: #f49424;
    border-radius: 12px;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.industry-item img {
    width: 45px !important;
    height: auto;
    object-fit: contain;
}

.industry-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    flex: 1;
    width: 100%;
}

.industry-item:hover {
    /* background: #162447; */
    transform: translateY(-5px);
}

/* Nav Buttons */
.industry-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f49424 !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 20px !important;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.industry-carousel .owl-nav button:hover {
    background: #fff !important;
    color: #0f1934 !important;
    transform: translateY(-50%) scale(1.1);
}

.industry-carousel .owl-nav .owl-prev {
    left: -65px;
}

.industry-carousel .owl-nav .owl-next {
    right: -65px;
}

.industry-carousel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 1400px) {
    .industry-carousel .owl-nav .owl-prev {
        left: -55px;
    }

    .industry-carousel .owl-nav .owl-next {
        right: -55px;
    }
}

@media (max-width: 991px) {
    .industry-carousel .owl-nav .owl-prev {
        left: 5px;
    }

    .industry-carousel .owl-nav .owl-next {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .industry-carousel .owl-nav .owl-prev {
        left: -47px;
    }

    .industry-carousel .owl-nav .owl-next {
        right: -47px;
    }

    .industry-carousel-area {
        padding: 0px 40px 0px;
    }
}

.team-header-sec {
    margin-bottom: 40px;
}

.border-shape {
    margin-bottom: 20px;
}

/* Slider Container */
.slider {
    overflow: hidden;
    position: relative;
}

/* Bootstrap Carousel Custom Styles */
.carousel-item {
    height: 70vh;
}

.carousel-item .single-slide {
    height: 100%;
}

.slider-overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Carousel Navigation Controls */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%) rotate(0deg);
    width: auto;
    height: auto;
    opacity: 1;
    z-index: 99;
    background: transparent !important;
    padding: 10px 28px !important;
    border: none;
    transition: all 0.4s ease 0s;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: transparent !important;
    transition: all 0.4s ease 0s;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: #fff;
    font-size: 21px;
    transition: all 0.5s ease-out 0s;
}

.carousel-control-prev .visually-hidden,
.carousel-control-next .visually-hidden {
    display: none;
}

/* Ensure carousel transitions smoothly */
.carousel-inner {
    height: 70vh;
}

@media (max-width: 1199px) {

    /* Tablet and below */
    .carousel-item,
    .carousel-inner {
        height: 50vh;
    }

    .single-slide {
        background-size: cover !important;
        background-position: center !important;
    }
}

@media (max-width: 767px) {

    /* Mobile */
    .carousel-item,
    .carousel-inner {
        height: 35vh;
        min-height: 250px;
    }

    .single-slide {
        background-size: cover !important;
        background-position: center !important;
    }

    .slider-text h1 {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px;
    }

    .slider-text p {
        font-size: 13px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}


/* USP Section - Stop dotted line at last icon */
.why-choose-v1-single:last-child .media-left::before {
    display: none !important;
}

/* Contact Info Boxes Styling */
.contact-info-box {
    text-align: center;
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;

}

.contact-info-box:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: #f49424;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50%;
    margin-bottom: 25px;
    transition: 0.4s;
}

.contact-info-box:hover .contact-icon {
    background: #0f1934;
}

.contact-heading {
    color: #0f1934;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.contact-content p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Contact Form Select Styling */
.single-input-field select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 0px;
    color: #999999;
    background: transparent;
    outline: none;
    height: 46px;
    /* Match standard input height */
}

/* WhatsApp Floating Icon */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #FFF;
    transform: scale(1.1);
}

/* Social Media Icons with Thin Border */
.soical-profile ul li a i,
.contact-social-icons a,
.footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

/* Specific for Top Bar */
.soical-profile ul li a i {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 28px !important;
}

/* Specific for Contact Info Section */
.contact-social-icons a {
    border-color: #f49424;
    color: #f49424;
    margin-right: 10px;
}

/* Specific for Footer */
.footer-social-icons a {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    margin-right: 10px;
}

.soical-profile ul li a i:hover,
.contact-social-icons a:hover,
.footer-social-icons a:hover {
    background: #f49424 !important;
    border-color: #f49424 !important;
    color: #fff !important;
}

.whatsapp-float i {
    font-size: 34px;
}

/* Brand Info and Tagline */
.logo-container {
    display: flex;
    align-items: center;
}

.brand-info {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
}

.brand-name {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #0f1934;
    line-height: 1.1;
    text-transform: uppercase;
}

.brand-tagline {
    font-size: 9.5px;
    margin-bottom: 0;
    color: #f49424;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Adjust logo padding */
.logo {
    padding: 10px 0;
}

.fs-26 {
    font-size: 18px !important;
}

/* Gallery Carousel Styles */
.gallery-carousel-container {
    position: relative;
    padding: 0 60px;
    width: 100%;
    overflow: visible !important;
}

.gallery-carousel.featured-grid {
    display: block !important;
    overflow: visible !important;
}

.gallery-carousel .owl-stage {
    display: flex;
    align-items: stretch;
    /* Stretch items to same height */
}

.gallery-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 110px);
    left: -55px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    overflow: visible !important;
}

/* Ensure all images have the same uniform height */
.gallery-carousel .gallery-item img {
    height: 320px !important;
    width: 100%;
    object-fit: cover !important;
    /* Prevent stretching while filling fixed height */
    border-radius: 12px;
}

.gallery-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    background: #f49424 !important;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    pointer-events: auto;
}

.gallery-carousel .owl-nav button:hover {
    background: #0f1934 !important;
    transform: scale(1.1);
}

.gallery-carousel .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-next {
    margin: 0 !important;
}

@media (max-width: 991px) {
    .brand-name {
        font-size: 15px;
    }

    .brand-tagline {
        font-size: 7.5px;
    }

    .brand-info {
        margin-left: 10px;
    }

    .gallery-carousel-container {
        padding: 0 30px;
    }

    .gallery-carousel .owl-nav {
        width: calc(100% + 50px);
        left: -25px;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 100px;
        height: auto;
    }

    .brand-name {
        font-size: 10px;
    }

    .brand-tagline {
        font-size: 7px;
    }

    .brand-info {
        margin-left: 5px;
    }

    .gallery-carousel-container {
        padding: 0;
    }

    .gallery-carousel .owl-nav {
        position: relative;
        top: auto;
        width: 100%;
        left: 0;
        transform: none;
        margin-top: 30px;
        justify-content: center;
        gap: 20px;
        pointer-events: auto;
    }
}


html,
body {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
}