@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--titleColor);
    overflow-x: hidden;
    font-family: "Quicksand", sans-serif;
}







/*Comman Css Start*/
html {
    scroll-behavior: smooth;
    margin: 0!important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "DM Serif Text", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    color: var(--titleColor);
}
h1{
    font-size: 5.5rem;
    font-style: normal;
    line-height: 6rem;
    margin: 0 0 20px 0;
}
h2{
    font-size: 4rem;
    font-style: normal;
    line-height: 5rem;
    margin: 0 0 20px 0;
}
h2 strong{
    font-weight: 700;
    color: var(--secondaryColor);
}
h3{
    font-size: 3.5rem;
    font-style: normal;
    line-height: 4rem;
    margin: 0 0 20px 0;
}
h4{
    font-size: 3rem;
    font-style: normal;
    line-height: 3.5rem;
}
h5{
    font-size: 24px;
    font-style: normal;
    line-height: 30px;
}
h6{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin: 0 0 10px 0;
} 

p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--textColor);
}

figure {
    margin: 0!important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button:focus {
    outline: none;
    box-shadow: none;
}
.container-fluid,
.container {
    padding: 0 15px;
}
.offcanvas {
    z-index: 1111;
    overflow-y: visaible;
}
.offcanvas::-webkit-scrollbar {
    display: none;
}
.offcanvas {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* Comman Css End*/



/* Navigation */

.top-closebar{
    display: none;
}



.header {
    z-index: 1111;
    position: relative;
    top: 0;
    width: 100%;
    background-color: var(--primaryColor);
    transition: all 0.5s ease;
}
.navbar .container-fluid{
    padding: 0 64px;
}
/* .header.fixed{
  position: sticky!important;
  top: 0;
  left: 0;
  z-index: 11111!important;
  animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */
.navbar-toggler {
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 ;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.bar1,
.bar2,
.bar3 {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    border-radius: 100px;
    transition: 0.4s;
    background-color: #fff;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.navbar {
    min-height: 100px;
    padding: 0px 0;
    width: 100%;
    margin: 0;
    transition: all 0.5s ease;
    position: relative;
}

.navbar-brand {
    margin: 0 0 0 0;
    padding: 0 0px 0 0;
}
.navbar-brand img{
    width: 184px;
    max-width: 184px;
}
.navbar-expand-lg .navbar-nav {
    margin: 0 0 0 auto;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 45px 0 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 0;
    border: none;
    display: block;
    color: #FAFAFA;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    transition: all 0.5s ease;
    position: relative;
}
.navbar-expand-lg .navbar-nav .current_page_item .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: var(--secondaryColor);
}
/* .navbar-expand-lg .navbar-nav .nav-link::before{
    content: "";
    width: 0%;
    height: 3px;
    background-color: #FAFAFA;
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: all 0.5s ease-in;
}
.navbar-expand-lg .navbar-nav li.active .nav-link::before,
.navbar-expand-lg .navbar-nav .nav-link:hover::before{
    width: 100%;
} */

.dropdown-toggle::after {
    display: none;
}







/*Common Part*/
body .btn.btn-primary{
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: var(--primaryColor);
    padding: 10px 30px 12px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 8px;
    background-color: var(--secondaryColor);
    border-radius: 6px;
}
body .btn.btn-primary:hover,
body .btn.btn-primary:focus{
    background-color: var(--hoverColor);
    color: #FFFFFF;
}

.gx-30{
    --bs-gutter-x: 30px;
}
.align-centre{
    align-items: center;
}



/* Hero Banner */
.hero-banner-image{
    min-height: 800px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    clip-path: polygon(100% 0, 100% 90%, 65% 100%, 0 88%, 0% 0%);
}
.hero-banner-block{
    padding: 50px;
    border-radius: 16px;
    max-width: 700px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.hero-banner-text h1{
    margin-bottom: 25px;
}
.hero-banner-text h6{
    margin-bottom: 36px;
}
.hero-banner-text p{
    color: var(--primaryColor);
    margin-bottom: 36px;
}




/* About Section */
.about-section{
    padding: 15rem 0;
    position: relative;
}
.about-text{
    padding: 0 0 0 30px;
}
.about-text p{
    margin-bottom: 24px;
}
.about-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 1px dashed var(--secondaryColor);
    padding: 10px;
    border-radius: 16px;
}
.bg-block{
    z-index: 1;
    position: relative;
}
.bg-block::before{
    content: "";
    width: 40%;
    height: 75%;
    background-color: #F4F9FF;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0 16px 16px 0;
    transform: translateY(-50%);
    z-index: -1;
}





/* Service Section */
.service-section{
    padding: 12rem 0 3rem 0;
}
.service-block{
    background: #FFFFFF;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #E9ECEF;
    position: relative;
    text-align: center;
}
.service-icon{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: var(--accentColor);
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 auto 30px auto;
}

.service-icon img{
    height: 40px;
    object-fit: contain;
}
.service-block h4{
    margin: 0 0 20px 0;
}


.bg-gray{
    background-color: #FAFAFA;
}




/* Our Partner Section */
.our-partner-section{
    padding: 0 0 10rem 0;
}
.our-partner-slider .swiper-wrapper{
    align-items: center;
}
.our-partner-block img{
    filter: grayscale(100%);
    transition: all 0.5s ease;
}
.our-partner-block:hover img{
    filter: grayscale(0);
}





/* Why Choose Us Section */
.why-choose-section{
    padding: 10rem 0;
}
.why-choose-text p{
    margin-bottom: 24px;
}
.why-choose-text ul{
    list-style: none;
    margin: 0 0 4rem 0;
}
.why-choose-text ul li{
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    position: relative;
}
.why-choose-text ul li::before{
    content: "";
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url('../images/shield-check.png');
    position: absolute;
    left: 0;
    top: 0;
}
.why-choose-img{
    display: flex;
    gap: 20px;
}
.why-choose-img img{
    object-fit: cover;
    width: 50%;
    border-radius: 16px;
    height: 400px;
    padding: 10px;
    border: 1px dashed var(--secondaryColor);
}
.why-choose-img-2{
    margin: 150px 0 0 auto;
}
.why-choose-image{
    position: relative;
}
.info-block{
    position: absolute;
    bottom: 0;
    left: 50px;
    text-align: center;
}
.info-block h2{
    font-size: 120px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--secondaryColor);
  color: #FAFAFA;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: bold;
  margin: 0 0 35px 0;
}



/* Tetimonial Section */
.tetimonial-section{
    padding: 10rem 0;
}
.title{
    text-align: center;
    margin: 0 0 50px 0;
}
.title p{
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.tetimonial-block{
    background-color: #FAFAFA;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E9ECEF;
    margin: 0 0 1px 0;
}
.tetimonial-block:hover,
.swiper-slide-active .tetimonial-block{
    border-color: var(--secondaryColor);
}
.tetimonial-block .tetimonial-img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
    margin: 0 auto 30px auto;
    padding: 6px;
    border: 1px dashed var(--secondaryColor);
}
.tetimonial-block p{
    font-style: italic;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
    color: var(--primaryColor);
}
.tetimonial-block h6{
    margin: 0 0 3px 0;
}
.tetimonial-block h5{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 30px;
    color: var(--textColor);
    margin: 0;
}
.tetimonial-block ul{
    list-style: none;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.tetimonial-block ul li img{
    width: 20px;
}

.swiper-pagination-bullets{
    text-align: center;
    margin-top: 20px;
}
.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #0A2540!important;
    width: 10px!important;
    height: 10px!important;
}



/* Foot Info Section */
.foot-info-section{
    padding: 10rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.foot-info-section::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primaryColor);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.foot-info-text{
    z-index: 1;
    position: relative;
    text-align: center;
}
.foot-info-text h2{
    color: #fff;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}
.foot-info-text p{
    font-size: 18px;
    color: #fff;
    margin: 0 0 35px 0;
}




/* Blog Section */
.blog-section{
    padding: 10rem 0;
}
.blog-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.blog-card{
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    margin: 0 0 0 0;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.blog-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(9, 13, 39, 0.12);
    border-color: var(--secondaryColor);
}
.blog-image-wrap{
    display: block;
}
.blog-image{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.blog-content{
    padding: 22px 22px 24px 22px;
}
.blog-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.blog-tag{
    display: inline-block;
    padding: 6px 12px;
    border-radius: 100px;
    background: var(--secondaryColor);
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 14px;
}
.blog-date{
    color: var(--textColor);
    font-size: 14px;
}
.blog-title{
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin: 6px 0 10px 0;
    color: var(--primaryColor);
}
.blog-title a{
    color: inherit;
}
.blog-excerpt{
    font-size: 18px;
    line-height: 28px;
    color: var(--primaryColor);
    margin: 0 0 12px 0;
}
.service-link{
    color: var(--secondaryColor);
    font-weight: 500;
}
.service-link:hover{
    color: var(--primaryColor);
}
.blog-button{
    text-align: center;
    padding: 50px 0 0 0;
}





/* Footer */
.footer{
    padding: 8rem 0 0 0;
    background-color: var(--primaryColor);
    clip-path: polygon(100% 9%, 100% 100%, 0% 100%, 0 8%, 33% 0);
}
.footer-content{
    padding: 0 0 48px 0;
}
.footer-logo{
    width: 183px;
}
.footer-brand p{
    color: #FFF;
    opacity: 0.9;
    font-size: 18px;
    line-height: 28px;
    margin: 16px 0 20px 0;
    max-width: 380px;
    width: 100%;
}
.social-links{
    display: flex;
    align-items: center;
    gap: 12px;
}
.social-links a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--secondaryColor);
    color: #FFF;
}
.social-links a img{
    width: 20px;
    filter: brightness(0) saturate(100%) invert(13%) sepia(42%) saturate(809%) hue-rotate(167deg) brightness(101%) contrast(105%);
}
.social-links a:hover{
    background: rgba(255,255,255,0.18);
}

.foot-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot-links ul li{
    display: block;
    margin: 0 0 2.1rem 0;
}
.foot-links ul li:last-child{
    margin: 0;
}
.foot-links ul li a{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: table;
    padding: 0;
    color: #FFF;
}
.footer-links h6,.footer-contact h6{
    color: #FFF;
    font-size: 20px;
    margin: 0 0 15px 0;
}
.footer-links ul{
    list-style: none;
}
.footer-links ul li{
    margin: 0 0 1.6rem 0;
}
.footer-links ul li a{
    color: #FFF;
    font-size: 18px;
}


.bottom-foot-links{
    padding: 40px 0 35.5px 0;
    border-top: 1.33px solid #CFD2E0;
}
.bottom-foot-links ul{
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px 42px;
    justify-content: center;
}
.bottom-foot-links ul li a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    display: block;
}

.footer-contact .contact-info{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-contact .contact-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
}
.footer-contact .contact-item img{
    width: 20px;
    margin: 6px 0 0 0;
}
.footer-contact .contact-item span{
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
}
.footer-contact .contact-item span a{
    color: #FFF;
}
.footer-bottom{
    border-top: 1.33px solid #CFD2E0;
    padding: 24px 0;
}
.footer-bottom p{
    color: #FFF;
    margin: 0;
}
.footer-bottom-links ul{
    display: flex;
    gap: 18px;
    list-style: none;
    padding: 0;
    justify-content: flex-end;
}
.footer-bottom-links a{
    color: #FFF;
    font-size: 16px;
    padding: 0;
}
.footer-links ul li a:hover,
.footer-bottom-links a:hover{
    color: var(--secondaryColor);
}







/*================== Contact Page ==================*/


/* Inside Banner */
.inside-banner-image{
    min-height: 355px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0 100px 0;
    clip-path: polygon(100% 0, 100% 90%, 65% 100%, 0 88%, 0% 0%);
}
.inside-banner-wrap{
    padding: 50px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.inside-banner-wrap::before{
    content: "";
    width: 43%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 16px 16px 0;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.breadcrumb-block{
    font-weight: 600;
    color: var(--primaryColor);
}
.breadcrumb-block a{
    color: var(--primaryColor);
    font-weight: 400;
}



/* Contact Section */

.contact-section{
    padding: 13rem 0;
}
.contact-text{
    padding: 0 30px 0 0;
}
.contact-text p{
    margin: 0 0 20px 0;
}
.contact-item-wrap{
    padding: 10px 0 0 0;
}
.contact-item{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 25px 0;
}
.contact-icon{
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondaryColor);
    border-radius: 10px;
    background-color: #FFE89F29;
}
.contact-icon img{
    width: 25px;
}
.contact-item-text{
    width: calc(100% - 55px);
    padding: 0 0 0 15px;
}
.contact-item-text h5{
    font-weight: bold;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
}
.contact-item-text p{
    color: var(--textColor);
    margin: 0;
    font-size: 18px;
}
.contact-item-text p a{
    color: var(--textColor);
}
.contact-form{
    padding: 40px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.form-group{
    margin: 0 0 20px 0;
}
.form-control{
    width: 100%;
    height: 50px;
    border: 1px solid #eaeaea;
    background-color: #FAFAFA;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding-left: 15px;
    color: var(--primaryColor);
    box-shadow: none!important;
    outline: none!important;
}
.form-control::placeholder{
    color: var(--textColor);
}
.form-control:focus{
    border-color: var(--secondaryColor);
}
textarea.form-control{
    height: 150px;
    padding-top: 13px;
}
.form-button .btn.btn-primary{
    margin: 0 0 0 auto;
    display: table;
}

.contact-section::before{
    left: auto;
    right: 0;
    border-radius: 16px 0 0 16px;
}



/* Map Section */
.map-section{
    margin: 0 0 -50px 0;
}
.map-section iframe{
    width: 100%;
    height: 500px;
}



/* Simple Page */
.basic-contain-section{
    padding: 8rem 0;
}
.basic-contain-block h3,
.basic-contain-block h4,
.basic-contain-block h5,
.basic-contain-block h6{
    margin: 0 0 15px 0;
}
.basic-contain-block p{
    margin: 0 0 25px 0;
}
.error-section{
    padding: 10rem 0;
}
.error-text{
    text-align: center;
}
.error-text h1{
    font-size: 20rem;
    font-weight: bold;
    line-height: 20rem;
}



/*=================== About Page =================== */



/* About Page Section */
.about-page-section{
    padding: 10rem 0;
}
.about-page-text p{
    margin-bottom: 25px;
}
.about-page-text ul{
    list-style: none;
    margin: 0 0 3rem 0;
}
.about-page-text ul li{
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    position: relative;
}
.about-page-text ul li::before{
    content: "";
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url('../images/shield-check.png');
    position: absolute;
    left: 0;
    top: 0;
}
.about-page-image img {
  object-fit: cover;
  width: 100%;
  border-radius: 16px;
  height: 450px;
  padding: 10px;    
  border: 1px dashed var(--secondaryColor);
}



/* Mission Vision Values Section */
.mission-vision-section {
    padding: 10rem 0;
    background-color: #F4F9FF;
}      
.mission-vision-section .title{
    margin-bottom: 8rem;
}     
.mission-block {
    background: #FFFFFF;
    padding: 40px 30px;
    padding-top: 0;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #E9ECEF;
    transition: all 0.3s ease;
    position: relative;
} 
.mission-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(10, 37, 64, 0.15);
    border-color: var(--secondaryColor);
}
.mission-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--secondaryColor), var(--hoverColor));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 25px auto;
    position: relative;
}
.mission-icon::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border: 2px dashed var(--secondaryColor);
    border-radius: 50%;
    opacity: 0.3;
}
.mission-icon img {
    width: 35px;
    filter: brightness(0) saturate(100%) invert(100%);
}
.mission-block h4 {
    color: var(--primaryColor);
    margin-bottom: 20px;
}




/* Team Section */
.team-section {
    padding: 10rem 0;
}
.team-card {
    background: #FFFFFF;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid #E9ECEF;
    position: relative;
    overflow: hidden;
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(10, 37, 64, 0.15);
    border-color: var(--secondaryColor);
}
.team-image {
    position: relative;
    overflow: hidden;
}
.team-image .team-img {
    width: 100%;
    height: 310px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.team-card:hover .team-image img.team-img {
    transform: scale(1.05);
}
.team-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(10, 37, 64, 0.9));
    padding: 20px;
    transition: all 0.3s ease;
}
.team-card:hover .team-overlay {
    bottom: 0;
}
.team-social {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.team-social a {
    width: 35px;
    height: 35px;
    background: var(--secondaryColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primaryColor);
    font-size: 14px;
    transition: all 0.3s ease;
}
.team-social img{
    width: 17px;

}
.team-social a:hover {
    background: #0A2540;
    transform: scale(1.1);
}
.team-info {
    padding: 17px 20px;
    text-align: center;
}
.team-info h5 {
    color: var(--primaryColor);
    margin-bottom:5px;
}
.team-role {
    color: var(--secondaryColor);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Stats Section */
.stats-section {
    padding: 6rem 0 08rem 0;
    background-color: #F4F9FF;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.stat-item {
    text-align: center;
    position: relative;
}
.stat-number {
    font-size: 4.5rem;
    font-weight: bold;
    color: var(--secondaryColor);
    font-family: "DM Serif Text", serif;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}
.stat-label {
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}            
.stat-item::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--secondaryColor);
    border-radius: 2px;
}




.blog-detail-section{
    padding: 8rem 0;
}
.blog-detail-content .breadcrumb-block{
    margin-bottom: 30px;
}
.blog-detail-section .blog-detail-content img{
    width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 40px;
}



#page-loader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:999999;
    display:none;
    justify-content:center;
    align-items:center;
}

#page-loader.show{
    display:flex;
}

#page-loader .spinner{
    width:50px;
    height:50px;
    border:4px solid #ddd;
    border-top-color:#0073aa;
    border-radius:50%;
    animation:spin .8s linear infinite;
}

@keyframes spin{
    to{
        transform:rotate(360deg);
    }
}