:root {
  --primary: #019392;
  --secondary: #044663;
  /*--background: #f5fafa;*/
  --text-light: #7a8b94;
  --blue-light:#EFF7FF;
  --p-color:#777777;
  --yellow:#EAC814;
  --radius: 4px;
  --blue-text:#96BECE;
}
/*@font-face {*/
/*  font-family: 'Jost';*/
/*  src: url('assets/fonts/Jost.woff2') format('woff2');*/
/*}*/
html,body{
    overflow-x:hidden;
}
body {
  margin: 0;
  padding: 0;
}
ul,li,p{
    font-size:14px;
}
a{
    text-decoration:none!important;
}
.barcode{
    width:100%;
    
}
.special_social_label {
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: auto;
}
.bread_bg {
    position: relative;
    background: url(../images/bread_3.png) no-repeat;
    background-size: cover;
    height: 375px;
    background-position-y: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.page_name {
    position: absolute;
    background: var(--primary);
    padding: 15px 20px;
    color: white;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    z-index: 3;
}
.team_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 300px;
  background: url('../images/ani-img-2.png') no-repeat center center;
  background-size: contain;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.team_card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team_card_content {
  position: relative;
  padding: 15px;
  background: var(--blue-light);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  text-align: left;
}

.team_card_content h4 {
  color: var(--secondary);
  font-size: 20px;
  margin-top: 10px;
}

.team_card_content p {
  color: var(--p-color);
  font-size: 14px;
}
.team_image{
        max-width: 100%;
    object-fit: cover;
    height: 200px;
}
.team_label {
  position: absolute;
  top: -14px;
  right: 20px;
  background: var(--primary);
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius2);
  z-index: 2;
}
/* Style the accordion container */
.accordion-item {
  border: 1px solid #dee2e6; /* or use var(--border-color) if defined */
  border-radius: var(--radius);
  overflow: hidden; /* ensures border-radius clips child content */
  margin-bottom: 1rem; /* space between items */
}

/* Remove default button radius to keep border clean */
.accordion-button {
  border-radius: 0 !important;
}

/* Optional: keep the border-radius on the top when open */
.accordion-item:first-of-type .accordion-button.collapsed,
.accordion-item:not(:first-of-type) .accordion-button.collapsed {
  border-radius: 0;
}

/* Optional: keep rounded corners on expanded top/bottom buttons */
.accordion-item:first-of-type .accordion-button:not(.collapsed) {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.accordion-item:last-of-type .accordion-button:not(.collapsed) {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}
.TeamSwiper .swiper-button-next,
.TeamSwiper .swiper-button-prev {
  color: var(--primary);
}

.TeamSwiper .swiper-pagination-bullet-active {
  background: var(--primary);
}
.pdf_image_class{
    width:40px;
    height:40px;
    border-radius:var(--radius);
}
.pdf_img{
    width:100%;
    height:100%;
    object-fit:cover;
     border-radius:var(--radius);
}

.footer .contact_icons i{
        background: var(--primary);
    padding: 5px 7px;
    border-radius: 50%;
}
.secondary_bg{
    background:var(--secondary);
}
.why_icons{
        padding: 10px;
    background: var(--primary);
    border-radius: 50%;
}
.primary_text{
    color:var(--blue-text);
}
.Why_box {
    margin:25px 0;
}
.Why_box h4{
    color:white;
}
.Why_box p{
   color:var(--blue-text); 
}
.testimonials_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Decorative shape - top-right */
.testimonials_section::before {
  content: "";
  position: absolute;
top: 0;
right: 100px;
width: 100px;
height: 100px;
  background: url('../images/002-school.png') no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.image_article_wrapper{
    width:100%;
    height:500px;
}
.article_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
}
.footer_title {
  position: relative;
  display: inline-block; /* ensures the underline fits the content */
}

.footer_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50%;
    height: 2px;
    background-color: var(--primary);
}

/* Decorative shape - bottom-left */
.testimonials_section::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 335px;
  height: 250px;
  background: url('../images/ani-img-2.png') no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.testomonials_box {
    text-align: center;
    padding: 30px;
    display: flex;
    width:100%;
    background: var(--blue-light);
    flex-direction: column;
    align-items: center;
}
.swiper-pagination-bullet-active{
    background:var(--primary);
}
.atom_shape {
  position: relative;
  z-index: 1; /* content inside stays on top */
}

.atom_shape::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 55%;
  background-image: url(../images/atom.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; /* image goes behind */
}


.personal_info{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.hero-section {
      position: relative;
      height: 80vh;
      color: white;
      overflow: hidden;
    }

.video-wrapper iframe {
  width: 100%;
  height: 55.8vw;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.video-wrapper {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -1;
  pointer-events: none;
}
.quotes_image{
    max-width:50px;
    max-height:50px;
}
.seperator{
    background:var(--secondary);
}
.image_about_section_2{
    max-width: 100%;
    max-height: 450px;
}
.latest_service_card {
  padding:0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.latest_service_card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.latest_service_card_content {
  padding: 15px;
  min-height:150px;
  background: var(--blue-light);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.latest_service_card a:hover .latest_service_card_content {
  background: var(--secondary);
}

.latest_service_card a:hover 
.latest_service_card_content p,
.latest_service_card a:hover 
.latest_service_card_content h4 {
  color: white;
}

.latest_service_card_content h4 {
  color: var(--secondary);
  font-size: 20px;
}

.latest_service_card_content p {
  color: var(--p-color);
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    /*.swiper-slide {*/
      text-align: center;
      font-size: 18px;
      /*/*background: #444;*/*/
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /*.swiper-slide img {*/
    /*  display: block;*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  object-fit: cover;*/
    /*}*/
    
/* Shared base styles */
.TeamSwiper-next.swiper-button-next,
.TeamSwiper-prev.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease all;
}

/* Individual colors */
.TeamSwiper-next.swiper-button-next {
  background-color: var(--primary);
  color: var(--blue-light);
  transition:all 0.3s ease-in-out ;
}

.TeamSwiper-prev.swiper-button-prev {
  background-color: var(--blue-light);
  color: var(--primary);
    transition:all 0.3s ease-in-out ;
}

/* Hover – do NOT reverse colors, just brighten or elevate */
.TeamSwiper-next.swiper-button-next:hover {
  background-color: var(--blue-light);
  color: var(--primary);
}

.TeamSwiper-prev.swiper-button-prev:hover {
  background-color: var(--primary);
  color: var(--blue-light);
}


.TeamSwiper .swiper-button-next::after,
.TeamSwiper .swiper-button-prev::after {
  font-size: 14px;
  /*font-weight: bold;*/
}

.TeamSwiper .swiper-button-prev {
  left: 50%;
  transform: translateX(-60px);
}

.TeamSwiper .swiper-button-next {
  right: 50%;
  transform: translateX(60px);
}
.team-swiper-navigation .swiper-button-prev,
.team-swiper-navigation .swiper-button-next {
  position: relative;
  bottom: unset;
  left: unset;
  right: unset;
  transform: unset;
  width:40px;
  height:40px;
  border-radius:50%;
}

/* Decorative shape without opacity (bottom-right) */
.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 200px;
  height: 200px;
  background: url('../images/two_cirecles.png') no-repeat center;
  background-size: contain;
  /* no opacity applied */
  z-index: 0;
  pointer-events: none;
}

    .hero-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(9, 36, 59, 0.2);
      z-index: 0;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      padding-top: 20vh;
    }

    .hero-content h1 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.2;
      font-family:'jost';
    }

    .hero-content p {
      font-size: 14px;
      max-width: 600px;
    }

    .hero-buttons .btn {
      border-radius: var(--radius);
      padding: 0.75rem 1.5rem;
      font-weight: 600;
      margin-right: 1rem;
    }

    .btn-discover {
      background-color: var(--primary);
      color: white;
      border: none;
    }

    .btn-join {
      background: transparent;
      border: 1px solid white;
      color: white;
    }

    .hero-cards-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      /*padding: 1.5rem;*/
    }

    .hero-cards {
      /*background-color: rgba(0, 0, 0, 0.3);*/
      /*border-radius: var(--radius);*/
      /*padding: 1rem;*/
    }
    .contact_info_section_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    background: var(--blue-light);
    /* border-radius: 15px; */
    height:280px;
    }

    .contact-icon-wrapper {
    padding: 20px 45px;
    background: white;
    border-radius: 100px;
    margin-bottom: 15px;
    }
    .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #1f8c94;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(31 140 148 / 35%);
    }
    .contact_info_section_card img{
        max-height:50px;
        max-width:50px;
    }
        .contact_info_section_card h5{
        color:black;
        font-family:'jost';
        font-weight:bold;
    }
    .contact_info_section_card p{
        color:grey;
    }
    .newsletter-label{
        display:flex;
        flex-direction:row;
        /*justify-content:center;*/
    }
    .hero-card {
      background-color: rgba(255, 255, 255, 0.1);
      /*border-radius: var(--radius);*/
      padding: 1.5rem;
      height: 100%;
      transition: all 0.3s ease;
    }

    .hero-card:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }

    .hero-card h5 {
      color: white;
      font-weight: 600;
    }

    .hero-card p {
      color: #f1f1f1;
      font-size: 0.95rem;
    }

    .read-more {
      font-weight: bold;
      color: white;
      text-decoration: underline;
    }
    .newsletter_word{
        color:white;
    }
    .flying_envelope{
            width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 15px;
    }
 .about_section{
     position:relative;
     background:var(--blue-light);
 }   
 
 .about_section::before {
    content: "";
    position: absolute;
    background: url(../images/shape1.png) no-repeat center center;
    background-size: contain;
    width: 625px;
    height: 200px;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.4;
    pointer-events: none;
}
.news_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.news_section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 300px;
  background: url('../images/ani-img-2.png') no-repeat center center;
  background-size: contain;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.news_image{
    width: 100%;
    height: 215px;
    object-fit: cover;
}
.half_split_bg {
    background: linear-gradient(to right, #0f4761 50%, #dbdadb 50%);
}
.news_card{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        /*margin: 0 0 15px 0;*/
}
.why_new_image{
    width:100%;
    height:100%;
    object-fit:cover;
}
.news_card_content {
  position: relative;
  padding: 15px;
  /*margin-bottom:10px;*/
  background: var(--blue-light);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.team_card{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);  
}
.news_label {
    position: absolute;
    top: -14px;
    right: 35px;
    background: var(--primary);
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: var(--radius2);
    z-index: 2;
}

.news_card a:hover .news_card_content {
  background: white;
}
.fixed_image {
  background: url('../images/fixed_image2.png') no-repeat center center;
  background-attachment:fixed;
  background-size: cover;
  position: relative;
}
.fixed_section_special_padding{
    padding:6rem 0;
}
.fixed_image_title h2{
    font-size:50px;
    font-family:'jost';
    color:white;
}
.fixed_image_title span{
    font-size:50px;
    color:var(--yellow);
    font-family:'jost';
    text-decoration:underline;
}
.news_card_content h4 {
    color: var(--secondary);
    font-size:20px;
}
.news_card_content p{
    color:var(--p-color);
}
.section_margin{
    margin:3rem 0 0 0;
}  
.section_padding{
    padding:3rem 0 0 0;
}
.about_image{
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}
.web_title{
    font-size:35px;
    font-weight:700;
    margin-bottom:10px;
    font-family:'jost';
    color: var(--primary);
}
.web_black_title{
   font-size:35px;
    font-weight:700;
    font-family:'jost';
    color:var(--primary); 
}
.footer_bg{
    background:url(../images/footer_bg.png)center center no-repeat;
    background-size:cover;
}
.nav_button{
    background-color: var(--primary);
    color: white;
    border: none;
    height: 100%;
    border: 1px solid var(--primary);
    /* width: 100%; */
    border-radius: 0;
    padding: 20px 30px;
    transition: 0.3s;
}   
.nav_button:hover{
   background-color: white;
  color: var(--primary);
  border: 1px solid var(--primary); 
}
.mobile_nav_button{
   background-color: var(--primary);
    color: white;
    border: none;
    height: 100%;
    border: 1px solid var(--primary);
    /* width: 100%; */
    border-radius: var(--radius);
    padding: 20px 30px;
    transition: 0.3s; 
}
.mobile_nav_button:hover{
   background-color: white;
  color: var(--primary);
  border: 1px solid var(--primary); 
}
/* Hero Card Colors by Position */
.hero-cards .col-md-4:nth-child(1) .hero-card {
  background-color: var(--primary);
}

.hero-cards .col-md-4:nth-child(2) .hero-card {
  background-color: var(--secondary);
}

.hero-cards .col-md-4:nth-child(3) .hero-card {
  background-color: var(--primary);
}

.footer {
  /*background-color: var(--secondary);*/
  color: #ffffff;
  font-size: 14px;
}

.footer a {
    text-align:initial;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.about_small_box_number{
    padding: 20px 22px;
    color: white;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    margin-right: 15px;
}
.events_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  /*margin-top: 30px;*/
}
.latest_events_section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Decorative shape top-left */
.latest_events_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 100px;
  background: url('../images/003-online-learning.png') no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

/* Decorative shape bottom-right */
.latest_events_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 100px;
  height: 100px;
  background: url('../images/001-open-book.png') no-repeat center;
  background-size: contain;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.latest_event_card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.latest_event_card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.event_date_tag {
  position: absolute;
  top: -14px;
  left: 20px;
  background: var(--primary);
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--radius2);
  z-index: 2;
  pointer-events: none;
}
.latest_event_card_content {
  padding: 15px;
  background: var(--blue-light);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}


.latest_event_card a:hover .latest_event_card_content {
    background: var(--secondary);
    
}
.latest_event_card a:hover 
.latest_event_card_content p,
.latest_event_card a:hover 
.latest_event_card_content h4{
    color:white;
}
.latest_event_card_content h4 {
    color: var(--secondary);
    font-size:20px
}

.latest_event_card_content p {
    color: var(--p-color);
}



/* Newsletter Top Row Inside Footer */
.newsletter_wrapper {
  padding: 30px 20px;
  /*background-color: var(--primary);*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.newsletter_wrapper .newsletter_wrapper {
  flex: 1;
  padding: 10px;
  color: var(--secondary);
  font-weight: 600;
  font-size: 16px;
}

.newsletter_wrapper input[type="email"] {
  border-radius: var(--radius);
  position:relative;
  border: none;
  padding: 15px 20px;
  width: 100%;
  /*max-width: 195px;*/
  
}

.newsletter_wrapper button {
    background-color: var(--secondary);
    color: white;
    padding: 12px 16px;
    border: 1px solid var(--secondary);
    position: absolute;
    border-radius: var(--radius);
    /* margin-left: 10px; */
    font-weight: 600;
    transition: 0.3s;
    right: 2px;
    top: 2px;
}

.newsletter_wrapper button:hover {
  background-color: #ffffff;
  color: var(--secondary);
}
.logo_footer_1{
  width: 100px;  
}
/* Footer Layout */
.footer .logo_footer {
    max-width: 200px;
    margin-bottom: 15px;
}

.footer h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--primary);
}

.footer p {
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 14px;
}

/* Social Icons */
.footer .social-icons a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  background-color: #ffffff;
  color: var(--secondary);
}
.primary_bg{
background:var(--primary);
}
/* Footer Icons */
.footer .footer_icons {
  width: 18px;
  vertical-align: middle;
  margin-right: 8px;
}

/* Links */
.footer .btn-link {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
}

.footer .btn-link:hover {
  color: var(--primary);
}

/* Bottom Footer */
.footer .copyright-text,
.footer .powered {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
}

.footer .powered a {
  color: var(--primary);
}

.footer .amctag_placement {
  text-align: right;
}

/* Navbar */
.navbar {
  padding: 1rem 0;
  /*border-bottom: 1px solid #ddd;*/
}
.navba_logo{
    width: 100%;
    max-height: 50px;
    object-fit:cover
}
.navbar-nav .nav-link {
    font-size:14px;
  color: var(--secondary);
  font-weight: 600;
  margin-left: 1.5rem;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--primary);
}
#spinner {
  z-index: 9999;
  transition: opacity 0.4s ease;
}
#spinner.show {
  opacity: 1;
}
#spinner:not(.show) {
  opacity: 0;
  pointer-events: none;
}
.bg_prim_color{
    background:var(--secondary);
}
.bg_secon_color{
        background:var(--primary);
}
.top_bar_pseudo {
  position: relative;
  background-color: var(--secondary); /* teal/primary background */
  z-index: 1;
  overflow: hidden;
}

.top_bar_pseudo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: var(--primary); /* dark blue */
  transform: skewX(-30deg);
  transform-origin: top right;
  z-index: -1;
}

/* Buttons */
.web_button,
.white_web_button {
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
}

.web_button {
  background-color: var(--primary);
  color: white;
  border: none;
  border:1px solid var(--primary);
}

.web_button:hover {
  background-color: white;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.white_web_button {
  background-color: white;
  color: var(--primary);
  border: 1px solid white;
}

.white_web_button:hover {
  background-color: transparent;
  color: white;
}

.white_web_button_icons{
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: var(--radius);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
}
.white_web_button_icons {
  background-color: white;
  color: var(--primary);
  border: 1px solid white;
}

.white_web_button_icons:hover {
  background-color: transparent;
  color: white;
}
/* Offcanvas */
.offcanvas-end {
  width: 300px;
  background-color: #fff;
  border-left: 1px solid #ddd;
  padding: 2rem;
}

.offcanvas-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.offcanvas-body .nav-link {
  display: block;
  padding: 0.5rem 0;
  color: var(--secondary);
}

.offcanvas-body .nav-link:hover,
.offcanvas-body .nav-link.active {
  color: var(--primary);
}

/* Footer */
.footer {
  /*background-color: var(--secondary);*/
  color: white;
  /*padding: 4rem 0 2rem;*/
  /*margin-top: 60px;*/
}
.newsletter_section{
    /*margin-top: 60px;*/
}
.parent_profile{
    max-width: 50px;
    max-height: 50px;
    object-fit:cover;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-brand {
  flex: 1;
  min-width: 250px;
}

.footer-brand img {
  max-width: 150px;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 14px;
  color: #cbe4ea;
}

.footer-links,
.footer-contact {
  flex: 1;
  min-width: 200px;
}

.footer-links h5,
.footer-contact h5 {
  font-size: 16px;
  margin-bottom: 1rem;
  color: white;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #cbe4ea;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-contact p {
  font-size: 14px;
  color: #cbe4ea;
  margin-bottom: 0.5rem;
}

.footer-contact a {
  color: #cbe4ea;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--primary);
}

.footer-social a {
  margin-right: 10px;
  color: white;
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: var(--primary);
}

.footer-bottom {
  margin-top: 2rem;
  text-align: center;
  font-size: 13px;
  color: #cbe4ea;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--primary);
  color: white;
  padding: 10px;
  border-radius: 50%;
  display: none;
  z-index: 99;
  font-size: 18px;
  border: none;
}
.text-primary{
    color:black;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 2rem;
  }
  .special_social_label{
      display:none;
  }
  .video-wrapper iframe {
      min-height:unset;
      height:26vh;
  }
  .hero-section {
      height: 26vh;
    }
  .mobile_justify_end{
      justify-content:end;
  }
  .news_card_content{
      margin-bottom:20px;
  }
  .topbar_mobile_icon_size{
      max-width:25px;
  }
  .mobile_p_10{
      padding:10px;
  }
  .mobile_p_25{
      padding:25px;
  }
  .events_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
    gap: 30px;
    padding: 0;
    /* margin-top: 30px; */
    width: unset;
 }
 .web_title{
     margin-top:10px;
 }
 .testomonials_box{
 margin-bottom:15px;    
 }
 .fixed_section_special_padding {
    padding: 5rem 1rem;
}
.top_bar_pseudo::before{
    width:55%;
}
.hero-content{
    display:none;
}
.hero-content h1{
    font-size:2.5rem;
}
.mobile_hide{
    display:none;
}
.white_web_button_icons{
    padding:5px 10px;
    margin:0 4px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:-2px;
}
 .fixed_image{ 
     background-size:unset;
    background-position-x: 73%;
 }
  .navbar-nav {
    flex-direction: column;
    margin-top: 1rem;
  }

  .navbar-nav .nav-link {
    margin-left: 0;
  }
   .hero-cards-wrapper {
        position: relative;
        padding-top: 2rem;
    }
    .hero-content{
        padding-top:6vh;
    }
    .atom_shape::before{
        z-index:-1;
    }
    .powered{
        text-align:start;
    }
    .newsletter_form{
        width:350px;
        margin-top: 20px;
    }
      .newsletter_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
    .testimonials_section::after{
    bottom:-27px;
    z-index:1
    }
    .testimonials_section::before{
    top: 65px;
    right: 25px;
    z-index:1;
    }
  .newsletter_wrapper .newsletter_wrapper {
    width: 100%;
    padding: 5px 0;
  }

  .footer .amctag_placement {
    text-align: left;
    margin-top: 10px;
  }
}
