@font-face {
    font-family: heading;
    src: url(../Lexend/Lexend-VariableFont_wght.ttf);
}
@font-face {
    font-family: content;
    src: url(../Poppins/Poppins-Regular.ttf);
}
:root{
    --primary:#002281;
    --secondary:#b10020;
    --dark-green:#1B3D2F;
}


/* footer {
    z-index: 1;
    position: relative;
} */


img{
    width: 100%;
}
h1,h2,h3,h4,h5{
    font-family: heading;
}
a{
    text-decoration: none !important;
}
p{
    font-family: content;
    line-height: 1.7rem !important;
}
section{
    overflow: hidden !important;
}
body{
  font-family: content !important;
}
@media (max-width:765px){
  h1,h2,h3{
    font-size: 1.5rem !important;
  }
  p{
    font-size: 14px !important;
  }
.sm_hide{
    display: none !important;
}
section{
    padding: 20px 0;
}
}
@media (min-width:765px){
  .lg_hide{
    display: none !important;
  }  
  section{
    padding: 50px 0;
  }
}
header{


  @media (max-width:765px){
    .courses_sm {
      color: white;
      background: #464444;
      padding: 8px 8px;
      border-radius: 5px;
      text-transform: capitalize;
      font-family: content;
      z-index: 100;
      position: relative;
     
      font-size: 12px;
  }
  .dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    top: 0px; /* Adjust this value based on the height of your button */
    left: 0;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
}

/* Header containing title and close button */
.header-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
}

/* Style for the close button */
.close-btn {
    background: none;
    border: none;
    color: black;
    font-size: 20px;
    cursor: pointer;
}

/* Dropdown menu links */
.section-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
    border-top: 1px solid #ddd;
    
}

/* Change color of dropdown links on hover */
.section-content a:hover {
  background-color: var(--primary);
            color: white !important;
}

/* Show the dropdown menu when toggled */
.dropdown-content.show {
    opacity: 1;
    height: auto; /* Remove height transition here */
    overflow: visible; /* Ensure visibility of content */
}
.dropdown-content.remove {
  opacity: 0;
  max-height: 0;
}
/* Style for the dropdown sections */
.dropdown-section {
    padding: 12px 16px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    font-size: large;
}

/* Hide section content by default */
.section-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

/* Show section content when toggled */
.section-content.show {
    max-height: 500px; /* Adjust based on content size */
    opacity: 1;
}

/* Style for the dropdown icons */
.section-icon {
    transition: transform 0.3s;
}

/* Rotate the icon when section is visible */
.section-content.show + .dropdown-section .section-icon {
    transform: rotate(180deg);
}

  }


  @media (min-width: 766px) {
    .courses_sm {
        display: none;
    }

    .dropdown-content {
        display: none !important;
    }
}
  @media (min-width:765px){
    .courses{
      color: white;
      background: var(--primary);
      padding: 10px 20px;
      border-radius: 5px;
      text-transform: capitalize;
      font-family: content;
      z-index: 999;
      position: relative;
  }
  .courses:hover + .ex_crs, .ex_crs:hover {
    display: block;
}
  }
  .sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 999; 
    top: 0; 
    right: 0;
    background-color: #f9f9f9;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: var(--primary);
    display: block;
    transition: 0.3s;
    border-top: 1px solid #ddd;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: var(--secondary);
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  @media screen and (max-width: 450px) {
    .nav_logo {
      width: 140px !important;
  }

  }
 .nav_logo{
    width: 180px;
 }
 .navbar{
    box-shadow: 10px 9px 33px -24px rgba(0, 0, 0, .76);
    padding: 25px 0;
    

 }
 
 

 .navbar-expand-lg .navbar-collapse {
   
    flex-basis: auto;
    justify-content: flex-end;
}
.nav-link{
  font-family: heading;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #002281;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--secondary);
}
.nav-link:focus, .nav-link:hover {
  color: var(--secondary);
}



.tab {
    float: left;
    /* border: 1px solid #ccc; */
    background-color: white;
    width: 30%;
    height: 300px;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 1px solid #b5b5b5;
    font-family: heading;
    text-transform: capitalize;

    display: flex;
        align-items: center;

    img{
        width: 40px;
    }
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ebe9e9;
  }
  
  /* Create an active/current "tab button" class */
 
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding:  12px;
    /* border: 1px solid #ccc; */
    width: 70%;
    border-left: none;
    height: 100%;
    display: none;
    background: #ebe9e9;
    overflow-y: scroll;

    p{
        margin-bottom: 0;
    }
    .card{
      padding: 10px;
      margin: 5px 0;
      display: flex;
      flex-direction: row;
      align-items: center;

        img{
            width: 50px;
            margin-right: 10px;
        }
    }
}

#chennai {
  display: block;
}

 

  .tab button.active {
    background-color: #d4d4d4; /* Adjust this color to your preference */
}

  .tabcontent.active {
    display: block;
  }
  .ex_crs{
    width: 60%;
    margin: auto;
    background: #fff;
    height: 70vh;
    position: fixed;
    padding: 2rem;
    box-shadow: -1px -2px 64px -13px rgb(0 0 0 / 75%);
    border-radius: 4px;
    left: 0;
    right: 0;
    top: 12%;
    overflow: hidden;
    display: none;
    z-index: 999;
       
  }
  
  .crs_dlt{

    img{
        width: 20px !important;
    }
    span{
        text-transform: capitalize;
    }
  }
  
 .nav-item{
  margin: 0 7px;
 }
 .navbar-toggler{
  border: none;
  padding: 10px;
  
}
  }

  /* =====================banner=========================== */
.banner{

@media (max-width:765px){
  h1 {
    font-weight: 700 !important;
    padding-bottom: 16px;
    line-height: 38px;
    color: var(--primary);
    font-size: 25px;
    text-align: center;

    span{
      color: var(--secondary);
  }
}
.bnr2{
  align-items: center;
}
.form-control{
  width: 100%;
}
}
@media (min-width:765px){
  h1{
    font-weight: 700 !important;
    padding-bottom: 16px;
    line-height: 52px;
    color: var(--primary);
    font-size: 37px;
   

    span{
        color: var(--secondary);
    }
}
.bnr2{
  align-items: flex-start;
}
.form-control{
  width: 75%;
}
}


  
    .bnr_logos img{
        width: 60px;
    }
    .bnr_logos{
        display: flex;
      .card{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        /* border: none; */
        padding: 8px;
      }
    }
    .bnr2{
        display: flex;
        flex-direction: column;
       
        justify-content: center;

    span{
        font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 10px;
    }
    }
    .col-md-6:nth-child(2) .card{
      padding: 2rem;

.s_btn{
  margin-top: 2rem;
  background: var(--secondary);
  color: white;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;

  img{
    width: 25px;
    filter: invert(98%) sepia(99%) saturate(2%) hue-rotate(136deg) brightness(109%) contrast(100%);
        margin-left: 5px;
  }
}

    }
   
    .col-md-6:nth-child(1){
      margin-bottom: 2rem;

    }
   
}


@media (max-width:765px){
    .custom-select-wrapper{
      width: 100%;
    }
  }
  .custom-select-wrapper {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
  }

  .custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #97919a;
    padding: 10px;
    cursor: pointer;
  }

  .custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    max-height: 100px;
    overflow-y: auto;
    z-index: 999;
    display: none;
  }

  .custom-select.open .custom-options {
    display: block;
  }

  .custom-option {
    padding: 8px;
    cursor: pointer;
    background-color: #fff;
    color: #162044;
    font-size: 11px;
    font-weight: 600;
  }

  .custom-option:hover {
    background-color: #f0f0f0;
  }
.form-label{
  text-transform: capitalize;
    font-weight: 500;
    margin-left: 3px;
}

.logo_sec{

  .slide{
    padding: 1rem;

  }
  .card{
    width: 120px;
    padding: 1rem;
    border: none;
    transition: 1s;

    img{
      filter: grayscale(1);
    }
  }
  .card:hover img{
    filter: grayscale(0);
  }
  
 
}
.bnr_frm{
  h3{
    color: var(--primary);
  }
}
  /* =======================banner======================== */

  /* ===========section_1==================================== */
.section_1{
  background: #f8f9fa;
  .card.visible {
 
      opacity: 1;
      transform: translateY(0) scale(1) rotate(0);

}
  .card{
    height: 100%;
    border-radius: 0;
    border: navajowhite;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(50px) scale(0.95) rotate(2deg);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    .card-body{
     span{
      background: #dde5d5;
      padding: 1px 10px;
      border-radius: 4px;
      font-size: 13px;
      margin-left: 8px;
      display: block;
      text-transform: capitalize;
    }
    h5{
      margin-top: 10px;
      margin-left: 12px;
      color: var(--primary);
    }
    img{
      width: 20px;
    }
    p{
      margin-bottom: 10px;
      text-transform: capitalize;
      font-size: 12px;
      margin-left: 12px;
    }
  }
  .crs_dlt{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .crs{
    width: 100%;
    min-height: 135px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px ;
    background: #eceff7;
    p{
      margin-bottom: 0;
      margin-left: 0;
      text-align: center;
    }
  }
  ul{
    margin-top: 2rem;
    li{
      font-size: 14px;
    }
  } 
 
  }
  .crs_btn{
    padding: 10px 0;
    text-align: center;
    margin: 10px;
    border: 2px solid var(--secondary);
    border-radius: 10px;
    a{
      color: var(--secondary);
      text-transform: capitalize;
    }
  }
  .cr_img{
    padding: 1rem;
  }
  h2{
    color: var(--primary);
    text-align: center;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  .col-md-4{
    margin-bottom: 1rem;
  }
}
@keyframes shake{
  0% {
    left: 4px;
}
10% {
    left: 14px;
}
20% {
    left: 4px;
}
30% {
    left: 14px;
}
40% {
    left: 4px;
}
50% {
    left: 14px;
}
60% {
    left: 4px;
}
70% {
    left: 14px;
}
80% {
    left: 4px;
}
90% {
    left: 14px;
}
100% {
    left: 4px;
}
  
}
  /* ==========section_1======================================= */


  /* ================================section_2====================== */
.section_2{

 
  .why_hd{
    width: 80px;
    background: #c6c7c8;
    padding: 1rem;
    border-radius: 50%;
    margin-left: 1rem;
  }
/* General button styling */
.slick-prev, .slick-next {
  background-color: #adb5bd; 
  color: #fff;
  border: none; 
  border-radius: 50%; 
  width: 40px; 
  height: 40px; 
  display: flex; 
  align-items: center;
  justify-content: center; 
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%); 
  font-size: 16px; 
  z-index: 1000; 
  cursor: pointer;
}

/* Position the previous button */
.slick-prev {
  left: 15%; /* Distance from the left edge */
}

/* Position the next button */
.slick-next {
  right: 50%; /* Distance from the right edge */
}

/* Optional hover effect */
.slick-prev:hover, .slick-next:hover {
  background-color: #adb5bd; /* Darker background on hover */
}
.sld_btns{
  position: absolute;
  z-index: 999;
  top: 50%;
  width: 100%;
}
.slick-next:before {
  content: '';
}
.slick-prev:before {
  content: '';
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: white;
  outline: 0;
  background: #adb5bd;
}
.slide{
  padding: 1rem;


  .card{
    border-left: 2px solid var(--secondary);
    border-style: dashed;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
  }

  .card h6{
    font-weight: bold;
  }
}
.why_tlt{
  position: relative;
  height: 100%;
  color: var(--primary);
}

.why_hd img {
  filter: invert(28%) sepia(85%) saturate(500%) hue-rotate(180deg) brightness(100%);
}
}
  /* ============================section_2========================= */

  /* =====================section_3================================= */
.section_3{

  h2{
    text-align: center;
        margin-bottom: 2rem;
  }
.card{
  display: flex;
        flex-direction: row;
        align-items: center;
        border: 0;
        border-bottom: 1px solid #c1c1c1;
        border-top: 1px solid #c1c1c1;
        border-radius: 0;
        padding: 1rem 8px;

        .img-container {
          width: 50px;
          height: 50px;
          background: #edf2fa;
          border-radius: 50%;
          padding: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 12px;
          overflow: hidden; /* Ensures that the image fits within the circle */
      }

      .img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image scales properly within the container */
        filter: invert(10%) sepia(80%) saturate(500%) hue-rotate(180deg) brightness(100%);
        padding: 5px;
    }
  .why_hd{
    display: flex;
    align-items: center;
    padding-right: 5px;

    h6{
      font-size: 11px;
      font-weight: bold;
      width: 70px;
    }
  }
  .card-body{
   border-left: 2px dashed var(--secondary);
    margin-left: 10px;
 

    p{
      margin-bottom: 0;
      font-size: 11px;
    }
  }
}


}
  /* =====================section_3================================== */

  /* ======================section_4================================= */
.section_4{

  @media (max-width:765px){
    p{
      font-size: 12px !important;
    }
    
  }
  h2{
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    color: var(--primary);
  }
  p{
    text-align: center;
  }

  .s_btn{
    margin-top: 2rem;
    background: var(--secondary);
    color: white;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
  
    img{
      width: 25px;
      filter: invert(98%) sepia(99%) saturate(2%) hue-rotate(136deg) brightness(109%) contrast(100%);
      margin-left: 5px;
    }
  }
  .col-md-4{
    display: flex;
    align-items: center;
  }
  form{
    width: 100%;
  }




  
}

   /* ======================section_4================================= */

   /* ====================footer============================================ */
footer{

  
  background: var(--primary);
  /* height: 100vh; */
  padding: 2rem 0;

.social_icn{
  display: flex;
        justify-content: center;
      

  a{
    color: var(--primary);
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 5px;
  }
}
h5{
  text-align: center;
    color:white;
    text-transform: capitalize;
    margin-top: 2rem;
}
.links{
  display: flex;
  justify-content: space-between;
  align-items: center;
  a{
    color: #ffffffc2;
  
    text-transform: capitalize;
  }
}
@media (min-width:765px){
   h4{
    margin-bottom: 2rem;
   } 
}
h4{
  color:white;
  text-transform: capitalize;
  text-align: center;
}
.quick_lnk{
 text-align: center;

 
  a{
    color: #ffffff;
    display: block;
    text-transform: capitalize;
    margin: 10px 0;
    font-size: 13px;
    border: 1px solid #ffffff6e;
    padding: 5px;
    border-radius: 8px;
  }
}
.foot_logo{

  display: flex;
  align-items: center;
  justify-content: center;

  img{
    width: 240px;
  }
}
.adrs{
  text-align: center;
  h6{
    color: white;
    text-transform: capitalize;
    font-size: 18px;
  }
 
  p{
    margin-bottom: 0;
    color: #ffffffc2;
   

  }
  a{
    color: white;
    font-size: 14px;
  }
}
.ft_bottom{
  text-align: center;
        margin-top: 4rem;

  a{
    text-transform: capitalize;
    color: #ffffffc2;
   
    font-size: 12px;
    span{
      color: var(--secondary);
    }
  }
  a:hover{
    text-decoration: underline !important;
  }
}
@media (max-width:765px){
  .col-md-4{
    margin-bottom: 2rem;
  }
}
}

   /* ======================footer=========================== */
/* ================================faq======================== */

.faq{
background: var(--primary);

h2{
  color: white;
  text-align: center;
  margin-bottom: 3rem;
}

}

.qa-section{
  .accordion {
    background-color: transparent;
    border-radius: 0;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #ffffff87;
    border-style: dashed;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    font-family: content;
  }
  
  /* .active, .accordion:hover {
    background-color: #050b43;
    color: white;
  } */
  
  .accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0px 18px;
  color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: transparent;
  }
  .panel p{
      padding-top: 10px;
  }
  
  
  @media screen and (max-width:600px) {
      .accordion {
          width: 100%;
      }
      
  }
  .faq-hide{
    color: var(--secondary);
  }
}

/* ==============faq======================================== */

  /* whatsapp-call */
  .whats-call-div {
    position: fixed;
    bottom: 0;
    background: white;
    display: flex;
    z-index: 999;
    width: 100%;
    justify-content: space-between; /* Start with left and right alignment */
    padding: 20px 30px; /* Adjust to fit your design */
    gap: 10px;
    transition: justify-content 0.3s ease, padding 0.3s ease;
}

.whats-call-div a {
    text-decoration: none;
    padding: 10px;
    color: white;
    width: 200px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: width 0.3s ease, transform 0.3s ease;
}

.whats-call-div a i {
    font-size: x-large;
}

@media screen and (max-width: 414px) {
    .whats-call-div a {
        width: 150px;
    }
    .whats-call-div.scrolled {
      justify-content: center; /* Center alignment after scrolling */
      padding: 10px 10px; /* Adjust to maintain visual consistency */
  }
}

.whatsapp-btn {
    background: var(--secondary);
}

.call-btn {
    background:var(--primary);
}

.whats-call-div.scrolled {
    justify-content: center; /* Center alignment after scrolling */
    padding: 20px 10px; /* Adjust to maintain visual consistency */
}




/* modal */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black with opacity */
  padding-top: 60px;

h3{
  color: #454546;
}
/* Modal Content */
.modal-content {
height: fit-content;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Adjust as needed */
  max-width: 500px;
  border-radius: 10px;
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: flex-end !important;
  margin-right: 10px;
  justify-content: flex-end;

}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Additional Form Styling (optional) */
form input[type="text"],
form input[type="tel"],
form select,
form textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.sub-but{
  display: flex;
  align-items:center ;
  justify-content: flex-start;
}

button {
  background-color: var(--secondary);
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 50%;
  justify-content: center;
  img{
    filter: invert(98%) sepia(99%) saturate(2%) hue-rotate(136deg) brightness(109%) contrast(100%);
  }
}

button img {
  margin-left: 8px; /* Space between the image and the text */
  height: 20px;
  width: 20px; /* Adjust the height of the icon as needed */
  object-fit: contain;
}

button:hover {
  background-color: #005b22;
}

}

/* =======================hm_abt===================== */
.hm_abt{
  .img_div{
    border-radius: 10px;
    overflow: hidden;
  }
  .col-md-6{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

  }
  h2{
    color: var(--primary);
  }
  .col-md-12{
    margin-top: 2rem;
    h2,p{
      text-align: center;
    }
    .txt{
      font-size: 20px;
    font-style: italic;
    text-align: center;
    }
  
  
  }
  
}



/* =========================hm_abt===================== */

