

/* Remove default padding/margin */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  overflow-x: hidden;
}


/* HTML & Body settings */
html {
    scroll-behavior: smooth;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Circular Book', Helvetica, Arial, sans-serif;
    text-transform: none;
}

/* body {
    font-family: Arial, Helvetica, sans-serif; 
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
} */

/* Image defaults */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Remove link underline */
a {
    text-decoration: none;
}

/* Optional: make buttons show pointer */
button,
a.btn {
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link {
    color: #28488A;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 5%;
    font-family: "Circular Book";
    font-style: normal;
}

.hero-wrapper {
    position: relative;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: 4rem;
    
}

.hero-image {
    width: 100%;
    height: auto;
}

.hero-head{
    text-transform: capitalize !important;
    max-width: 540px;
    color: #28488A;
    font-size: 50px;
    line-height: 56px;
    font-weight: 450;
    font-family: "Circular Book";
}

.hero-para{
    max-width: 516px;
    color: #001429;
    font-size: 22px;
    line-height: 28px;
    font-weight: 450;
}



/* CORE SERVICES */
        .section-subtitle {
            color: #001429;
            font-size: 16px;
            /* text-transform: uppercase; */
            letter-spacing: 0.11px;
            margin-bottom: 5px;
            line-height: 24px;
        }

        .section-title {
            font-size: 58px;
            font-weight: 500;
            color: #28488A;
            /* margin: 0 0 20px; */
            line-height: 63px;
        }

        .service-icon {
            width: 96px;
            height: 96px;
            margin-bottom: 15px;
        }

             .service-box {
    border: 1px solid #C5D7EB;
    padding: 40px 16px; /* ⬅️ Increased Y padding (was 22px) */
    border-radius: 8px;
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

        /* .service-box:hover {
            background: #E8F1FB;
            border-color: #89AEDD;
        } */
        
       

        .service-title {
            font-size: 16px;
            color: #001429;
            margin-top: 10px;
            font-weight: 500;
            text-transform: capitalize  !important;
        }

        .button-sec {
            margin-bottom: 100px;
        }

        





        .service-sec{
            background-color: #DFEAF2;
        }

       /* Testimonial Section */
.testimonial-section {
    background-color: #001429; /* your dark blue */
   
}

/* Position quote images */
.quote-left,
.quote-right {
    position: absolute;
    width: 60.56px;
    height: 50.96px;
    opacity: 0.4;
}

.quote-left {
    top: -7px;
    left: -50px;
}

.quote-right {
  
     top: -7px;
    right: -50px;

}

.testimonial-text {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    font-family: 'Circular Book Italic', Helvetica, Arial, sans-serif;
    font-weight: 0;

}

.testimonial-author {
    color: #fff;
    font-weight: 400;
     font-size: 16px;
      
}


/* FOOTER BASE */
footer.footer-section {
    width: 100%;
    color: #fff;
    background: #07335B;   /* top background */
    padding: 60px 0 0;
}

footer .footer-subtitle {
    color: #9DB5CE;
    font-size: 16px;
    margin-bottom: 5px;
}

footer .footer-title {
    font-size: 54px;
    margin-bottom: 47px;
    line-height: 56px;
}

/* CONTACT ROW */
footer .footer-contact span {
    font-size: 14px;
    color: #B8C9DD;
}

footer .footer-contact p {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 500;
}

/* SOCIAL ICONS */
footer .footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 30px;
}

footer .footer-social img {
    width: 28px;
    height: auto;
}

/* LOGO */
footer .footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

footer .footer-logo img {
    width: 250px;
    height: auto;
}

/* BOTTOM BAR */
footer .footer-bottom {
    background: #062A4D;
    text-align: center;
    padding: 18px 0;
    font-size: 13px;
    color: #AEC3D8;
    margin-top: 40px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    footer .footer-title {
        font-size: 36px;
        line-height: 40px;
    }

    footer .footer-contact {
        text-align: center;
    }

    footer .footer-logo img {
        width: 203px;
    }

    .pmobile{
        padding: 0px;
    }

    .service-title {
    font-size: 14px;
    color: #001429;
    margin-top: 10px;
    font-weight: 500;
    text-transform: capitalize !important;
}

.quote-right {
    bottom: 29px;
    right: 30px;
}
.quote-left {
    top: -13px;
    left: 22px;
}
}

/* .service-box {
    width: 100%;
    height: 180px;         
    background: #f7f7f7;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.service-icon {
    display: block;
    margin: 0 auto;           
    width: 60px;           
    height: auto;
}

.service-title {
    margin-top: 15px;
} */



 /* small screens adjustments */
        @media (max-width: 991px) {

            .sbmb-2 {
    margin-bottom: -2.5rem !important;
}
            .hero-head {
                font-size: 36px;
                line-height: 42px;
            }

            .hero-para {
                font-size: 16px;
                line-height: 22px;
            }

            .service-box {
                padding: 18px;
            }

            .different-section {
                padding-top: 80px;
            }

            .testimonial-section {
                padding: 60px 0;
            }
        }

        @media (max-width: 576px) {
            .hero-head {
                font-size: 28px;
                line-height: 34px;
            }

            .footer-contact {
                flex-direction: column;
                gap: 20px;
            }

            .nav-logo {
                height: 24.69px !important;
            }
        }




        /* MOBILE HERO FIX */
        @media (max-width: 768px) {

            .hero-section {
                position: relative;
                overflow: hidden;
            }

            /* mobile image full width */
            .hero-img-mobile {
                width: 100%;
                height: auto;
                display: block;
            }

            /* remove absolute positioning on mobile */
            .hero-content {
               position: relative;
        top: 222px;
        padding: 20px 0;
        margin-left: 0;
            }

            /* ensure text is aligned and in container */
            .hero-mobile-container {
                padding: 0 20px;
            }

            .hero-head {
                font-size: 28px;
                line-height: 36px;
                font-weight: 600;
                color: #28488A;
                margin-bottom: 15px;
            }

            .hero-para {
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 25px;
            }

            .primary-btn {
                padding: 10px 26px;
                font-size: 12px;
                letter-spacing: 2px;
            }

            /* remove desktop shapes on mobile */
            .top-right-white,
            .dark-blue-bar,
            .bottom-blue-block {
                display: none !important;
            }

            .hero-section {
                text-align: center;
            }
        }
@media (max-width: 576px) {
  .hero-content {
    margin-left: 1rem; /* or 0 */
    width: calc(100% - 1rem);
    overflow-x: hidden;
    text-align:center
  }
}


@media (max-width: 768px) {

  /* Prevent absolute element from overflowing horizontally */
  .hero-wrapper {
   
    position: relative;
    background-color: #F3F3F5;
  }
.button-sec {
    margin-bottom: 67px;
}

    .ptm4 {
        padding-top: 88px;
    }

  .hero-content {
    margin-left: 0 !important;
    left: 0 !important;
    width: 100%;
    padding: 0 1rem; /* safe spacing */
  }

  .hero-head,
  .hero-para {
    max-width: 100% !important;
  }

  body, html {
    overflow-x: hidden !important;
  }
}


/* Make Core Service boxes wider on mobile like Figma */
@media (max-width: 576px) {

  .core-services .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centers items */
    gap: 16px; /* spacing between boxes */
  }

  .core-services .col-6 {
    flex: 0 0 calc(50% - 16px); /* 2 columns, wider, with gap */
    max-width: calc(50% - 16px); 
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .service-box {
    padding: 24px 18px;
    border-radius: 10px;
  }

  .service-icon {
    width: 80px;
    height: 80px;
  }

  .section-title {
    font-size: 32px;
    margin-top: 0.2rem;
    
  }
  .section-title {
    
    line-height: 35px;
}
}



/* @media (max-width: 991px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
} */


.sec-btn{
    padding: 18px 39px !important;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 2px;
    font-weight: 500;
     font-family: 'Circular Book', Helvetica, Arial, sans-serif;
}

.sec-btn:hover{
    padding: 18px 39px !important;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    background-color: #DFEAF2;
    color: #001429;
    border-color: #DFEAF2;
}

.diff-text{
    font-size: 16px;
}

.custom-bullet {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.custom-bullet li {
    position: relative;
    padding-left: 18px;   /* space between dash and text */
    text-align: left;
    font-family: 'Circular Book', Helvetica, Arial, sans-serif;
}

.custom-bullet li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}
.web_credit{
 font-family: 'Circular Book Italic', Helvetica, Arial, sans-serif;
}


 @media (max-width: 576px) {
     .quote-right {
    top: 190px;
    right: 30px;
}
.quote-left {
    top: -13px;
    left: 22px;
}
 }


  .locations-section {
        background: #f4f4f6;
        padding: 80px 0;
    }

    /* Subtitle line styling like Figma */
    .subline {
        letter-spacing: 0.5px;
        font-size: 14px;
        color: #001429;
        position: relative;
        display: inline-block;
        padding: 0 20px;
    }
    .subline:before,
    .subline:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 40px;
        height: 2px;
        background: #28488A;
    }
    .subline:before {
        left: -45px;
    }
    .subline:after {
        right: -45px;
    }

    /* Title */
    .locations-title {
        color: #28488A;
        font-weight: 600;
        font-size: 48px;
    }

    /* UL list with dash */
    .locations-section ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        line-height: 28px;
        color: #001429;
        font-size: 16px;
    }
    .locations-section ul li:before {
        content: "- ";
        color: #001429;
    }

    /* Mobile center */
    @media (max-width: 767px) {
        .locations-title,
        .subline {
            text-align: center !important;
            display: block !important;
            margin-left: auto;
            margin-right: auto;
        }

        .subline:before,
        .subline:after {
            display: none; /* lines hidden on mobile for clean UI */
        }
    }

.navbar-brand img {
    height: 25px;
    width: auto;
}

/* DEFAULT LOGO STATE */
.logo-white { display: none; }
.logo-blue { display: block; }

/* MOBILE MENU FULL BLUE BACKGROUND */
@media (max-width: 991px) {

    .mobile-menu {
        background: #21468f;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 40px 30px;
        z-index: 9998;
    }

    /* NAV LINKS */
    .mobile-menu .nav-link {
        color: #fff !important;
        font-size: 18px;
        padding: 18px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 1px dashed rgba(255,255,255,0.4);
    }

    /* LOGO ABOVE MENU, ALWAYS VISIBLE */
    .navbar-brand {
        position: relative;
        z-index: 10000;
    }

    /* TOGGLER ALWAYS ON TOP */
    .navbar-toggler {
        position: relative;
        z-index: 10001;
    }

    /* WHEN MENU IS OPEN — BLUE LOGO HIDE, WHITE LOGO SHOW */
    .navbar-toggler:not(.collapsed) ~ .navbar-brand .logo-blue {
        display: none;
    }
    .navbar-toggler:not(.collapsed) ~ .navbar-brand .logo-white {
        display: block;
    }

    /* ALSO WHEN COLLAPSE IS OPEN */
    .navbar-collapse.show ~ .navbar-brand .logo-blue {
        display: none;
    }
    .navbar-collapse.show ~ .navbar-brand .logo-white {
        display: block;
    }
}

/* TOGGLER ICON WHITE WHEN OPEN */
.navbar-toggler:not(.collapsed) .toggler-icon {
    background: #fff !important;
}

/* default */
.logo-white { display: none; }
.logo-blue { display: block; }

/* menu open হলে logo switch হবে */
body.menu-open .logo-blue {
    display: none;
}
body.menu-open .logo-white {
    display: block;
}
