@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    font-family: 'Poppins', sans-serif;  
}
.header-social-icon {
    background: #0d0925;
    width: 1.5rem;
    height: 1.5rem;
    color: #fff;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    transition: .5s all;
}

.header-social-icon:hover {
    background: #fff;
    color: #0d0925;
}

.banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: url("../../janKalyan-images/img8.jpeg"); */
    /* background: url(../images/banner-img.png) center center no-repeat; */
    background: none;
    background-size: cover;
    z-index: -1;
}

.banner .banner-txt {
    padding: 4rem 0;
}

.contact .boxes .single-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact .boxes {
    padding-top: 2rem;
}

.contact .boxes .contact-card-child {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 12rem;
}

.contact .boxes .add-child {
    padding: .5rem;
}

.contact .boxes .contact-card-child .icon {
    padding-bottom: 1rem;
}

.contact .boxes .contact-card-child i {
    border: 1px solid #0d0925;
    background-color: #0d0925;
    height: 2.5rem;
    width: 2.5rem;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

.contact .boxes .contact-card-child .title {
    text-align: center;
}

.contact .boxes .contact-card-child .title h1 {
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 1rem;
    text-decoration: underline;
}

.contact .boxes .contact-card-child .title h5 {
    font-size: 1.1rem;
}


.about .why-choose-us-img{
    padding-top: 3rem;
}
.about .image-box1 .image-box{
    margin-top: 0;
}

.about .image-box .part-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: -1;
    height: auto;
}


/* Carousel */

.carousel-section {
    height: 78vh;
    overflow: hidden;
}

.carousel-item:before {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .25;
    position: absolute ;
    right: 0;
    top: 0;
}

.carousel-section .carousel-inner {
    height: 80vh;
}

.carousel-section .carousel-inner .carousel-item {
    height: 80vh;
}



.carousel-section .carousel-caption {
    position: absolute;
    bottom: 4rem;
}

.carousel-section .carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.carousel-section .carousel-caption h1 span {
    color: rgb(231, 176, 60);
}

.carousel-section .carousel-caption p {
    font-size: 1.2rem;
    padding: 1rem 8rem 2rem 8rem;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.carousel-section .carousel-caption .left-btn {
    font-family: 'Poppins', sans-serif;
    background: rgb(231, 176, 60);
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;
    border-radius: 1rem;
    padding: .5rem 1rem;
    transition: .5s all;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.carousel-section .carousel-caption .left-btn:active {
    transform: scale(.9);
}

.carousel-section .carousel-caption .right-btn {
    font-family: 'Poppins', sans-serif;
    background: #0d0925;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 1rem;
    padding: .5rem 1rem;
    transition: .5s all;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.carousel-section .carousel-caption .right-btn:active {
    transform: scale(.9);
}

/* Call-back form: prevent button text wrapping and shrinking */
.call-back .bg .form form {
    flex-wrap: nowrap; /* keep input + button on one line when possible */
}
.call-back .bg .form form button {
    white-space: nowrap; /* keep "Request Call" on a single line */
    flex: 0 0 auto;      /* don't shrink the button so text won’t wrap */
}

/* Home About section: make text column equal to image height on desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    .home-about .row.justify-content-center {
        align-items: stretch; /* let columns stretch to same height */
        display: flex;
    }
    .home-about .row.justify-content-center > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .home-about .image-box,
    .home-about .part-txt {
        height: 100%;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    .home-about .part-txt {
        justify-content: space-between; /* distribute content evenly from top to bottom */
    }
    .home-about .part-txt .heading { margin-bottom: 1rem; }
    .home-about .part-txt p { margin-bottom: 1rem; }
    .home-about .part-txt .def-btn { margin-top: auto; } /* push CTA to bottom for balanced look */
    
    /* Ensure image box uses full available height and matches text column */
    .home-about .image-box .part-img {
        height: 100%;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    .home-about .image-box .part-img img {
        height: 100%;
        width: 100%;
        object-fit: cover; /* maintain aspect ratio while filling container */
        flex: 1 1 auto;
    }
    /* Fun fact overlay should stay at bottom */
    .home-about .image-box .fun-fact-inner {
        flex: 0 0 auto;
        margin-top: auto;
    }
    
    /* Narrow and center the specific CTA button without affecting others */
    .home-about .part-txt > .def-btn {
        align-self: center;           /* prevent stretch; center horizontally in flex column */
        padding: 0 24px;              /* reduce horizontal padding to narrow the button */
        text-align: center;           /* ensure label stays centered */
        flex: 0 0 auto;               /* do not grow/shrink unexpectedly */
    }
}

/* Large desktop refinements: reduce extra bottom whitespace and ensure equal heights (>1200px) */
@media (min-width: 1200px) {
    /* Keep columns equal-height and distribute content nicely */
    .home-about .row.justify-content-center { 
        align-items: stretch; 
        display: flex; 
    }
    .home-about .row.justify-content-center > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .home-about .image-box, .home-about .part-txt { 
        height: 100%; 
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }
    .home-about .part-txt { 
        justify-content: space-between; /* distribute content evenly from top to bottom */
    }
    /* Ensure image box also uses full available height */
    .home-about .image-box .part-img {
        height: 100%;
        flex: 1 1 auto;
    }
    .home-about .image-box .part-img img {
        height: 100%;
        width: 100%;
        object-fit: cover; /* cover for desktop as requested */
    }
    /* Fun fact overlay should stay at bottom */
    .home-about .image-box .fun-fact-inner {
        flex: 0 0 auto;
    }
    /* Let space-between handle CTA placement instead of margin auto */
    .home-about .part-txt .def-btn { margin-top: 0; }
    /* Tighten vertical gaps inside the content column to avoid big bottom margin */
    .home-about .part-txt .boxes { margin-top: 24px; }
    .home-about .part-txt .boxes .single-box { margin-bottom: 24px; }
    .home-about .part-txt .boxes .single-box:last-child { margin-bottom: 0; }
}

@media only screen and (max-width:767px) {
    .auth-btn {
        margin-top: .2rem;
    }
    .desktop-auth{
        display: none;
    }
    
    /* TOP HEADER MOBILE RESPONSIVENESS */
    .header .top-header {
        padding: 8px 0;
    }
    
    .header .top-header .container .row {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }
    
    .header .top-header .container .row .col-xl-4,
    .header .top-header .container .row .col-lg-5,
    .header .top-header .container .row .col-sm-8 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 8px;
    }
    
    .header .top-header .container .row .col-xl-3,
    .header .top-header .container .row .col-lg-3,
    .header .top-header .container .row .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .header .top-header .top-left ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
    }
    
    .header .top-header .top-left ul li {
        font-size: 0.75rem;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    
    .header .top-header .top-left ul li i {
        margin-right: 3px;
    }
    
    .header .top-header .top-right {
        justify-content: center !important;
        margin-top: 5px;
    }
    
    .header .top-header .top-right a {
        margin: 0 3px;
    }
    
    .header-social-icon {
        width: 1.3rem !important;
        height: 1.3rem !important;
        font-size: 0.6rem !important;
    }
    
    .header .bottom-header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 35px;
        /* background: #0d0925; */
        z-index: -1;
    }
    .header .bottom-header:after {
        top: 0;
        left: auto;
        right: -10%;
        width: 0;
        height: 100%;
        -webkit-transform: skew(35deg);
        transform: skew(35deg);
        border-radius: 0 0 0 15px;
    }
    .contact .boxes .contact-card-child {
        margin-bottom: 2rem;
    }

    .carousel-section {
        height: 20rem;
    }

    .carousel-section .carousel-inner {
        height: 20rem;
    }

    .carousel-section .carousel-inner .carousel-item {
        height: 20rem;
    }

    .carousel-section .carousel-inner .carousel-item img {
        height: 20rem;
        object-fit: cover;
    }

    .carousel-section .carousel-caption {
        bottom: 0;
        right: 0;
        left: 0;
    }

    .carousel-section .carousel-caption h1 {
        font-size: 1.3rem;
    }

    .carousel-section .carousel-caption h1 span {
        color: rgb(231, 176, 60);
    }

    .carousel-section .carousel-caption p {
        font-size: .9rem;
        padding: 1rem  0;
    }
    .carousel-section .carousel-caption .left-btn, .carousel-section .carousel-caption .right-btn {
        font-size: .9rem;
        padding: 0.3rem 0.8rem;
    }

}

/* Top header email display: non-clickable and lowercase across pages */
.top-header .top-left .email-display {
    text-transform: lowercase !important;
    color: inherit;
    cursor: default;
}

/* Remove dark header pseudo-element on ultra-small screens */
@media (max-width: 320px) {
    .header .bottom-header .bg .bg-2 .bg-3:before {
        content: none !important; /* disable decorative bar */
    }
    /* Make navbar readable and compact on very small screens */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar{
        background:#f6f6f6; /* light background for contrast */
    }
    /* Remove any top gap between the bar and first menu item */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .collapse.navbar-collapse{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item{
        padding: 0 !important; /* remove extra padding on li */
        margin: 0 !important;
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item + .nav-item{
        margin-top: 0 !important; /* no vertical gap between items */
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link{
        color:#111 !important; /* black text for visibility */
        padding: 8px 10px !important; /* tighter, consistent hit area */
        line-height: 1.2 !important;
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:hover,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:focus{
        color:#111 !important; /* keep hover/focus legible */
        background: rgba(0,0,0,0.03);
    }
    /* Dropdown menu items spacing and color */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu{
        background:#fff; /* ensure readable bg */
        margin-top: 4px !important;
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
        color:#111 !important;
        padding: 6px 12px !important;
        line-height: 1.2 !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    /* TOP HEADER TABLET RESPONSIVENESS */
    .header .top-header {
        padding: 10px 0;
    }
    
    .header .top-header .top-left ul li {
        font-size: 0.85rem;
        margin-right: 15px;
    }
    
    .header .top-header .top-right a {
        margin: 0 2px;
    }
    
    .header-social-icon {
        width: 1.4rem !important;
        height: 1.4rem !important;
        font-size: 0.65rem !important;
    }
    
    .header .bottom-header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 35px;
        /* background: #0d0925; */
        z-index: -1;
    }
    .header .bottom-header:after {
        top: 0;
        left: auto;
        right: -10%;
        width: 0;
        height: 100%;
        -webkit-transform: skew(35deg);
        transform: skew(35deg);
        border-radius: 0 0 0 15px;
    }
    /* (empty .header .bottom-header ruleset removed) */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar {
        margin-top: 3rem;
        position: relative; /* keep toggler visible and avoid overlay quirks */
        width: 100%;
        background: #f6f6f6;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0;
    }
    /* Ensure collapsed menu expands to navbar width */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .collapse.navbar-collapse,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav { width: 100%; }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item { width: 100%; }
    .auth-btn {
       
        margin-top: 0;
    }
    /* Removed conflicting logo width rule - handled by consistent sizing below */
    
    
    .contact .boxes .contact-card-child {
        margin-bottom: 2rem;
    }

    .carousel-section {
        height: 30rem;
    }

    .carousel-section .carousel-inner {
        height: 30rem;
    }

    .carousel-section .carousel-inner .carousel-item {
        height: 30rem;
    }

    .carousel-section .carousel-inner .carousel-item img {
        height: 30rem;
        object-fit: cover;
    }

    .carousel-section .carousel-caption {
        bottom: 6rem;
        left: 5%;
        right: 5%;
    }

    .carousel-section .carousel-caption h1 {
        font-size: 2.4rem;
    }

    .carousel-section .carousel-caption h1 span {
        color: rgb(231, 176, 60);
    }

    .carousel-section .carousel-caption p {
        font-size: 1.2rem;
        padding: 1rem 4rem 2rem 4rem;
    }
    .carousel-section .carousel-caption .left-btn, .carousel-section .carousel-caption .right-btn {
        font-size: .9rem;
        padding: 0.5rem 1rem;
    }
}



@media only screen and (min-width: 320px) and (max-width: 479px) {
    .about.about-inner {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about.about-inner {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Tablet layout: toggler left, logo centered (original indexjan behavior) */
    .header .bottom-header .bg .bg-2 .bg-3 .row { 
        display:flex; align-items:center; justify-content:space-between; position:relative; 
    }
    /* Ensure standard flow (remove previous absolute overrides) */
    .header .bottom-header .bg .bg-2 .bg-3 .row > [class*='col-'] { position:static !important; transform:none !important; }
    /* Center logo column by using auto margins when in middle */
    .header .bottom-header .bg .bg-2 .bg-3 .logo { width:100%; text-align:center; }
    .header .bottom-header .bg .bg-2 .bg-3 .logo a, 
    .header .bottom-header .bg .bg-2 .bg-3 .logo img { display:inline-block; }
    .navbar-toggler { padding:8px 10px; border:none; background:transparent; }
}

/* Keep hamburger visible and expand menu between 480–767px */
@media only screen and (min-width: 480px) and (max-width: 767px){
    /* Ensure navbar participates in normal flow and spans full width */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar{
        position: relative !important;
        width:100% !important;
        margin-top: 0.5rem;
        background:#f6f6f6;
        box-shadow: 0 10px 20px 0 rgba(51,51,51,.1);
        padding:0;
    }
    /* Make collapse container and nav list full width */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .collapse.navbar-collapse,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav{ width:100% !important; }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item{ width:100%; }
    /* Keep toggler above the opened menu */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar-toggler{
        position: relative;
        z-index: 1001;
    }
}

/* Keep hamburger visible and expand menu between 321–479px */
@media only screen and (min-width: 321px) and (max-width: 479px){
    /* Neutralize absolute positioning from per-page styles */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar{
        position: relative !important;
        width:100% !important;
        margin-top: 0.5rem;
        background:#f6f6f6;
        box-shadow: 0 10px 20px 0 rgba(51,51,51,.1);
        padding:0;
    }
    /* Expand collapse and nav list to full width */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .collapse.navbar-collapse,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav{ width:100% !important; }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item{ width:100%; }
    /* Remove any gap between navbar bar and collapsed menu */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .collapse.navbar-collapse{
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: 0 !important;
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav{
        padding-top: 0 !important; /* theme adds 15px; zero to eliminate gap */
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item:first-child{
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item + .nav-item{
        margin-top: 0 !important;
    }
    /* Ensure toggler stays above the opened menu */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar-toggler{
        position: relative;
        z-index: 1001;
    }
}

/* LOGO CONSISTENT SIZING - START */
/* Base logo size for all screens */
.header .bottom-header .bg .bg-2 .bg-3 .logo img {
    height: 3rem !important;
    width: auto !important;
    max-width: 200px !important;
    object-fit: contain !important;
    padding-right: 1rem;
}

/* Mobile screens (<768px): toggler left, logo centered like indexjan */
@media only screen and (max-width: 767px){
    .header .bottom-header .bg .bg-2 .bg-3 .row { display:flex; align-items:center; position:relative; }
    .header .bottom-header .bg .bg-2 .bg-3 .row > [class*='col-'] { position:static !important; transform:none !important; margin-left: inherit;}
    .header .bottom-header .bg .bg-2 .bg-3 .logo { width:100%; text-align:center; }
    .header .bottom-header .bg .bg-2 .bg-3 .logo img { margin:0 auto; }
    .navbar-toggler { border:none; background:transparent; padding:0px 0px; }
}

/* Very small mobile adjustments */
@media only screen and (max-width: 479px){
    .header .bottom-header .bg .bg-2 .bg-3 .logo img { height:3.5rem !important; max-width:150px !important; }
}

/* Hide top header (contact/social bar) on small screens <768px */
@media only screen and (max-width: 767px){
    .top-header { display:none !important; }
}
/* LOGO CONSISTENT SIZING - END */

a {
    text-decoration: none;
}

/* Unified bottom header/nav spacing */
.sv-main-nav { display:flex; align-items:center; }
.sv-main-nav .sv-navbar { width:100%; }
.sv-main-nav .sv-navbar { margin-top: 1.2rem; }
@media (max-width: 991.98px){
    .sv-main-nav .sv-navbar { margin-top: 0.75rem; }
}
@media (max-width: 767.98px){
    .sv-main-nav .sv-navbar { margin-top: 0.5rem; }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .auth-btn{
        display: none;
    }
    .desktop-auth{
        display: flex;
    }
    /* Logo size already handled by base rule - removed conflicting height: 1.5rem */
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link {
        font-size: .8rem;
    }
    .header .bottom-header .bg .bg-2 .bg-3:before {
        content: "";
        position: absolute;
        top: 0;
        left: 10%;
        width: 78%;
        height: 100%;
        background: #0d0925;
        -webkit-transform: skew(37deg);
        transform: skew(37deg);
        border-radius: 0 30px 0 35px;
        z-index: -1;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .auth-btn{
        display: none;
    }
    .desktop-auth{
        display: flex;
    }
}

@media only screen and (min-width: 1400px) {
    .auth-btn{
        display: none;
    }
    .desktop-auth{
        display: flex;
    }
}

/* === Global Footer Enhancements (centralized) === */
.footer .footer-logo img { height:80px; width:auto; max-width:160px; display:block; }
@media (max-width:575px){ .footer .footer-logo img { height:42px; } }
.footer .about-txt { padding-top:0; }
.footer .about-txt h3 { margin-top:0; }
.footer .footer-logo { margin:0 0 14px; display:flex; align-items:center; }
.footer .footer-logo + p { margin-top:0; }
.footer .link.services-inline ul { display:flex; flex-wrap:wrap; gap:8px 18px; list-style:none; margin:0; padding:0; }
.footer .link.services-inline ul li { display:inline; margin:0; }
.footer .link.services-inline ul li a { white-space:nowrap; display:inline-block; }
.footer .link.partners-links { margin-left:16px; }
@media (max-width:575px){ .footer .link.partners-links { margin-left:8px; } }

/* ==========================================
   Consistent vertical centering for controls
   Applies to: Bootstrap Carousel, OwlCarousel, Slick
   ========================================== */
/* Bootstrap 5 carousel controls */
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    display: flex;
    align-items: center;
}

/* OwlCarousel nav container centering */
.owl-carousel .owl-nav {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

/* Slick slider arrows centering */
.slick-slider .slick-prev,
.slick-slider .slick-next {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Ensure controls appear above content where needed */
.slick-slider .slick-prev,
.slick-slider .slick-next,
.owl-carousel .owl-nav button,
.carousel .carousel-control-prev,
.carousel .carousel-control-next { z-index: 2; }

/* Mobile responsive adjustments for home-about images */
@media (max-width: 991px) {
    .home-about .image-box .part-img img {
        object-fit: contain; /* contain for mobile as requested */
        max-height: 480px; /* prevent images from being too large on mobile */
    }
}

