body {
    margin: 0px;
    /* overflow-x: hidden !important; */
}

* {
    box-sizing: border-box;
}



html,
body {
    overflow-x: hidden !important;
}

section {
    overflow: hidden;
}



a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */



/* header start */

.navbar-custom {
    background-color: #ffffff;
    transition: top 0.3s, background-color 0.3s;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.offcanvas-body {

    display: flex !important;
    justify-content: space-around !important;
}



.navbar-nav a {
    color: #000000 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Jost", sans-serif;

    /* text-align: center !important; */
}

.navbar-nav a:hover {
    color: #1A75BB !important;
}



.navbar-nav .active a {
    color: #1A75BB !important;
}


.navbar-brand img {
    width: 150px;
}


.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}


.header-btn a {
    background-color: #1A75BB;
    padding: 7px 16px 7px 16px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Jost", sans-serif;


}

.header-btn i {
    background-color: #ffffff;
    color: #1A75BB;
    padding: 7px;
    border-radius: 50px;
    rotate: 320deg;
}


.header-btn a:hover {
    background-color: #ffffff;
    border: 1px solid #1A75BB;
    color: #1A75BB;
}

.header-btn a:hover i {
    background-color: #1A75BB;
    color: #ffffff;

}


/* header top */

.header-top-bg {
    background-color: #000000;
}

.header-top-content-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-content {
    text-align:left;
    
}

.header-top-content a {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    margin: 20px;
}

.header-top-content a:hover{
    color: #1A75BB;
}

/* .header-top-icons-col{
    display: flex;
    align-content: center;
} */

.header-top-icons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 13px;
}


.header-top-icons p {
    color: #ffffff;
    margin-top: 20px;
}

.header-top-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: #1A75BB;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 13px;
}

.header-top-icons a:hover {
    background-color: #1A75BB;
    color: #ffffff;
}

@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav .active a {
        color: #000000 !important;
    }

    .header-top-bg {
        display: none;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */






/* about */

.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-content h6 {
    color: #1A75BB;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

.about-content h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.about-content span {
    color: #1A75BB;
}


.about-content p {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}

.about-image img {
    border-radius: 5px;
}




.about-btn {
    display: flex;
    padding-top: 20px;

}

.about-btn-one a {
    background-color: #1A75BB;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
}


.about-btn-one a:hover {
    background-color: #ffffff;
    border: 1px solid #1A75BB;
    color: #1A75BB;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
}




@media(max-width:992px) {

    .about-content {
        padding-top: 25px;
    }
}



@media(max-width:432px) {


    .about-content h2 {
        font-size: 24px;
        line-height: 30px;
    }


    .about-btn {
        display: flex;
        justify-content: center;
    }


    .about-btn-one a {
        font-size: 14px;
    }



    .about-content p {
        font-size: 15px;
    }


}

/* about end */


/* banner stat */
.banner-bg {
    background-image: url('/assets/front_end/image/banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}


.banner-top-title-col {
    display: flex;


    background-color: #ffffff;
    padding: 10px;
    border-radius: 50px;
}

.banner-top-title {
    margin-top: 10px;
}

.banner-top-title h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Jost", sans-serif;
    color: #000000;
}

.banner-top-title span {
    background-color: #1A75BB;
    color: #ffffff;
    border-radius: 50px;
    padding: 6px;
    margin-right: 15px;
}


.banner-sub-title-col {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
}

.banner-sub-title h2 {
    color: #1A75BB;
    font-size: 65px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}


.banner-content-paragraph {
    padding-top: 30px;
}

.banner-content-paragraph p {
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.banner-btn {
    padding-top: 15px;
}

.banner-btn a {
    background-color: #1A75BB;
    padding: 7px 16px 7px 16px;
    color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.banner-btn a:hover {
    background-color: #ffffff;
    border: 1px solid #1A75BB;
    color: #1A75BB;
}


@media(max-width:432px) {
    .banner-sub-title h2 {
        font-size: 24px;
        text-align: center;
    }

    .banner-content-paragraph p {
        font-size: 15px;
    }

    .banner-bg {
        padding-bottom: 50px;
    }
}

/* banner end */


/* footer start */


.footer-section {
    padding-bottom: 15px;
    /* background-color: #000000; */
    background-image: url(../image/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-bg {

    padding-top: 50px;

}

.footer-content {
    padding: 20px;
}

.footer-logo img {
    width: 150px;
}

.social-icon {
    padding-top: 30px;

}

.social-icon a {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 18px;

}

.social-icon a:hover {
    background-color: #1A75BB;
    color: #ffffff;
}


.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #ffffff;

    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;
    font-family: "Jost", sans-serif;

}

.footer-menu a {
    color: #ffffff !important;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #1A75BB !important;
}

.copy-right {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;

}

.copy-right a {
    color: #ffffff;
}


@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */

/* mission  */

.mission-bg {
    background-image: url(..//image/mission-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding-top: 100px;
    padding-bottom: 100px;
}

.mission-row {
    display: flex;
    justify-content: space-between;
}


.mission-content h6 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #9c9c9c;
    padding: 20px;

}

.mission-content p {
    /* background-color: #000000; */
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    color: #ffffff;
    margin-top: 20px;
}


@media(max-width:992px) {
    .mission-bg {
        padding-top: 150px;
        padding-bottom: 0px;
    }

    .mission-content {
        padding-top: 20px;
    }

    .mission-content p {
        font-size: 14px;
    }
}
/* mission end */






.counter-section {
    background-color: #1A75BB;
    /* Bootstrap primary blue */
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.counter-box {
    padding: 20px;
}

.counter-number {
    font-size: 55px;
    font-weight: 500;
}

.counter-label {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
}

.counter-box p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}


.home-form-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.form-btn{
    
    font-weight: 600 !important;
    font-size: 18px !important;
    background-color: #1A75BB;
}

.form-btn:hover{
    border: 1px solid #1A75BB;
    background: transparent;
    color: #1A75BB;
}

@media (max-width: 768px) {
    .counter-number {
        font-size: 28px;
    }

    .counter-label {
        font-size: 16px;
    }
}

.font {
    font-family: Poppins;
}

.sub-heading {
    color: #1A75BB;
    font-size: 20px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.contact-content h3{
    color: #010212;
    font-size: 45px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.contact-content p{
    color: #18191D;
    font-size: 18px;
    font-weight: 400;
    
}



.subscribe-text{
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    font-family: Poppins;
}

.subscribe-btn{
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px !important;
    outline: none !important;
    border: none !important;
}

.subscribe-btn:hover{
    background-color: #ffffff;
    color: #000000 !important;
}

.custom-list {
    list-style: none;
    /* Remove default bullets */
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    background-color: #1A75BB;
    /* Blue color */
    border-radius: 50%;
    /* Make it round */
}

.contact-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 40px;
    margin-top: 25px;
    margin-bottom: 20px;
}

@media(max-width:432px){
    .contact-content h3{
        font-size: 27px;
    }

    .contact-content p{
        font-size: 15px;
    }

    .form-section{
        margin-top: 30px !important;
    }

    .home-form-section{
        padding-top: 0px;
    }
}

/* .page-banner {
    background-image: url('/assets/front_end/image/page-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 200px;
    position: relative;
    color:#1A75BB;
} */

.page-banner {
    position: relative;
    background-image: url('/assets/front_end/image/page-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 200px;
    color: #ffffff;
    overflow: hidden;
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.page-banner * {
    position: relative;
    z-index: 2;
}


.banner-title {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Jost', sans-serif;
    /* text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4); */
}

@media (max-width: 768px) {
    .page-banner {
        height: 200px;
    }

    .banner-title {
        font-size: 28px;
    }
}

.arrow-img {
    width: 24px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.arrow-img:hover {
    transform: translateX(6px);
}

/* Optional: Make it blue or yellow using CSS filter (limited support) */
.blue-arrow {
    filter: invert(23%) sepia(98%) saturate(3992%) hue-rotate(213deg) brightness(95%) contrast(102%);
}

.yellow-arrow {
    filter: invert(83%) sepia(71%) saturate(728%) hue-rotate(2deg) brightness(103%) contrast(101%);
}

.team-content {
    display: flex;
    flex-direction: column;
    gap: 16px;

    padding-left: 0;
}

.team-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
}

.arrow-img {
    width: 18px;
    height: auto;
    margin-top: 5px;
    transition: transform 0.3s ease;
}

.arrow-img:hover {
    transform: translateX(4px);
}

.yellow-arrow {
    filter: invert(83%) sepia(71%) saturate(728%) hue-rotate(2deg) brightness(103%) contrast(101%);
}

.form-content {
    height: 50px;
    width: 50px;
    background-color: #1A75BB;
    border-radius: 5px;
}



/* team */

.team-bg{
    background-image: url(..//image/team-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 50px;
    padding-bottom: 50px;
}


.team-content h2{
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-weight: 500;
}


.team-content p{
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-size:20px;
    font-weight: 700;
}

.team-content img{
    width: 20px;
}

.team-card-content{
    display: flex;
    gap: 10px;
}


@media(max-width:432px){
    .team-content h2{
        font-size: 30px;
        text-align: center;
    }

    .team-content p{
        font-size: 16px;
    }
}

/* team end */


/* product home */

.home-product-section{
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #F5F9FF;
}

.home-product-heading h3{
    color: #000000;
    font-size: 44px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.product-image {
    margin-top: 15px;
}

.product-image img{
    /* height: 341px; */
    width: 100%;              
    /* object-fit: cover;*/
    object-fit:contain;
    
}

.product-card{
    background-color: #ffffff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
}

.product-name-text{
    padding-top: 10px;
    text-align: center;
    color: #000000;
}


@media(max-width:432px){
    .home-product-heading h3{
        font-size: 29px;
    }

    .product-image img{
        height:auto;
    }
}

/* product end */


/* branch page*/

.branch-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.branch-card-col{
    margin-top: 15px;
}

.branch-card{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.branch-content{
    padding-top: 15px;
}



.branch-image img {
    height: 200px;            
    width: 100%;              
    object-fit: cover;        
    border-radius: 5px;       
}

.branch-content h4{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
/* branch page end */


/* detail page branch */

.detail-section{
    padding-top: 30px;
    padding-bottom: 50px;
}


.detail-content{
    padding-top: 15px;
}

.detail-content h4{
    font-size: 30px;
}

.branch-detail-content img{
    border-radius: 5px;
}

.detail-maps{
    padding-bottom: 30px;
}


@media(max-width:432px){
    .detail-content h4{
        font-size: 24px;
    }

    .detail-content p{
        font-size: 15px;
    }

    
}
.branch-gallery {
  margin-top: 30px;
}

.branch-gallery img {
  border-radius: 10px;
  height: 150px;
  object-fit: cover;
}
.branch-details-card {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.branch-detail-item {
  display: flex;
  align-items: center;
}

.branch-details-card {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.branch-detail-item {
  display: flex;
  align-items: center;
}

.branch-detail-item .icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  color: #007bff;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.branch-detail-item h5 {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
  color: #333;
}

.custom-image {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.logo-scroller {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 10px 0;
}

.logo-track {
  display: inline-flex;
  animation: scroll-left 100s linear infinite;
   gap: 30px;
  align-items: center;
}

.logo-scroller.right .logo-track {
  animation: scroll-right 100s linear infinite;
}

.logo-item {
  width: 150px;
  height: 80px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Keyframes for left-to-right */
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Keyframes for right-to-left */
@keyframes scroll-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.logo-section {
  padding: 60px 0;
}

.section-heading {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}

/* detail page end */