@import url("https://fonts.googleapis.com/css?family=Poppins:400,700,900");
* {
  margin: 0px;
  padding: 0px;
}
body,
html {
  height: 100%;
  width: 100%;
  font-family: "poppins";
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

h2 {
  color: #000;
}

h5 {
  color: #fff;
}

h6 {
  font-weight: bold !important;
}

p {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

.b1 {
  margin-top: 40px;
}
.sp {
  color: #ff6600;
}

@media (max-width: 1024px) {
    h2.adv-h {
      font-size: 1.8rem;
    }
  
    .row-l, .row-r {
      flex: 1 1 100%;
    }

    /* certificate */
    .col-cer-5 {
        flex: 1 1 100%; /* Stack columns vertically */
      }
    
      .certificate {
        max-width: 300px; /* Reduce image size */
      }
    
      .cer-h {
        font-size: 1.6rem;
        text-align: center;
      }
    
      .cer-hh,
      .cer-p {
        text-align: center;
      }
    
      .btn1 {
        display: block;
        margin: 20px auto;
      }

      #mobile-sl{
        display: none;
      }

      /* #desk-sl{
        display: none;
      } */

      /* end cer */
  }

@media only screen and (min-width: 992px) {
  section {
    margin-top: 60px;
  }
  /*  start-header*/

  /*navbar start*/
  .mobile-menu {
    display: none !important;
  }
  .logo-desk {
    color: #fff;
    padding-left: 90px;
    width: 60%;
  }

  .navbar {
    background-color: #fff;
    height: 80px;
    width: 100%;
  }

  .navbar ul {
    float: right;
    margin-right: 20px;
    padding-right: 60px;
  }

  .navbar ul li {
    display: inline-block;
    line-height: 40px;
    margin: 0 10px;
  }

  .navbar ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
  }
  .navbar ul li a:hover {
    color: #ff6600;
    text-decoration: none;
    font-size: 16px;
  }

  .navbar ul li a:active {
    background-color: #ff6600;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
  }

  /*.navbar ul ul ul li{}*/

  .navbr .button {
    background-color: #fff;
    padding: 10px;
  }

  .fa {
    padding: 10px;
  }

  .navbar .icon {
    display: none;
  }

  .buttonload {
    background-color: #04aa6d; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
  }

  /*.navbar ul ul ul li{}*/

  .navbr .button {
    background-color: #fff;
    padding: 15px;
  }

  .fa {
    padding: 10px;
  }

  .navbar .icon {
    display: none;
  }

  .buttonload {
    background-color: #04aa6d; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
  }

  .org-ad {
    margin-top: -10px;
    padding: 10px;
  }

  /*startslider*/
  #overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;

    justify-content: center;
    align-items: center;
  }

  .content-item {
    width: 50%;
    margin-top: 120px;
  }

  .sub-title {
    border-left: 5px solid #ff6600;
    padding-left: 20px;
    color: #000;
  }

  #title {
    font-size: 45px;
  }

  #info {
    border: 1px solid #ff6600;
    padding: 20px;
    font-size: 15px;
  }

  #info-slider-cr {
    font-size: 23px;
    border: 1px solid #ff6600;
    padding: 20px;
    font-weight: 400;
  }

  /* #desk-sl{
    display: none;
  } */

  #mob-sl {
    display: none;
  }
 
  /*endslider*/
  .btn2 {
    padding: 8px 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: none;
    color: #fff;
  }

  .btn2:hover {
    background-color: #fff;
    color: #ff6600;
  }

  /*end-org-ad*/

  /*start-facility*/

  #box {
    width: 100%;
  }

  .box-left,
  .box-right {
    float: left;
    width: 49%; /* set this to any value you need */
    /* border: 2px solid red; */
  }
  .box-right {
    float: right;
    /* You could add width here again if you want them different widths */
  }

  .box-t {
    font-size: 15px;
  }

  #form {
    background-color: #fff;
    box-shadow: 0 0 5px 5px #ccc;
    padding: 10px 20px;
    margin: 0px 20px;
  }

  .form-control {
    margin-top: 20px;
    border-style: none !important;
    background-color: #f9f9f9 !important;
    padding-left: 20px;
  }

  .frm-heading {
    text-align: center;
    font-weight: bold !important;
    color: #ff6600 !important;
  }

  .form-control::placeholder {
    background-color: #f9f9f9;

    border-style: none;
  }

  .sub-btn {
    width: 100%;
    padding: 10px;
    background-color: #ff6600;
    border-style: none;
    color: #fff;
  }

  /*end-facility*/

  /*start-advantage*/

  .container_ad{
    max-width: 80%;
    width: 80%;
    margin: auto;
  }
  .row_ad{
    display: flex;
  }
  .row_ad>div{
    width: 50%;
  }

  .adv-h {
    font-weight: bold;
  }
  #adv-brd {
    border-left: 2px solid #ff6600;
    padding-left: 30px;
  }

  /*end-advantage*/

  /*start-programmes-st*/

  #program-box {
    background-color: #fff;
    margin: 30px;
    padding: 30px;
  }

  .tabButton {
    background: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 6px;
  }

  .tabButtonActive {
    background-color: #ff6600;
    border: 1px solid #ccc;
    color: #fff !important;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }

  th,
  td {
    text-align: left;
    padding: 15px 10px;
  }

  /*end-programmes-st*/

  /*start-features*/

  .features {
    background-color: #333333;
    padding: 40px;
  }
  #feature-img {
    width: 40px;
  }
  .p-feature {
    color: #fff;
    font-size: 14px;
  }

  /*end-features*/

  /*start-certificate*/
  /* .certificate {
    width: 90%;
  }

  .cer-h {
    font-weight: bold;
  }

  .cr-icon {
    width: 50px;
    padding: 0px 10px;
  }

  .cer-p {
    padding-left: 50px;
    font-size: 15px;
  }

  .btn1 {
    padding: 8px 40px;
    border: 2px solid #ff6600;
    background-color: #fff;
    margin-left: 50px;
  }

  .btn1:hover {
    background-color: #ff6600;
    color: #fff;
  } */
  /*end-certificate*/

  /*start-approvals*/
  .apr-h {
    text-align: center;
    font-weight: bold;
  }

  .ap-p {
    font-size: 14px;
    padding: 10px;
  }

  .owl-carousel {
    display: block !important;
  }

  .item {
    border: 2px solid #000;
    padding: 20px;
    margin: 30px;
    border-radius: 8px;
    text-align: justify;
    background-color: none;
  }

  .org-ad {
    background-color: #ff6600;
    padding: 30px;
    color: #fff;
  }

  .apr-h {
    text-align: center;
    font-weight: bold;
  }

  #apr-box {
    border: 2px solid #333333;
    border-radius: 4px;
  }

  .apr-text {
    font-size: 13px;
    text-align: justify;
    padding: 20px;
  }

  /*end-approvals*/

  /*start-about*/

  #abt-ct {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 50px !important;
    padding: 50px;
  }

  .abt-p {
    padding: 10px 30px;
    text-align: center !important;
  }

  .abt-h {
    text-align: center !important;
  }

  .abt-pp {
    text-align: center;
  }

  /*end-about*/

  /*start-gr-info*/
  #gr-info {
    background-color: #f9f9f9;
    padding: 40px;
  }

  /*end-gr-info*/

  /*recruiter*/
  .mob-img {
    display: none;
  }

  /*recruiter*/

  /*start-footer-frm*/
  #footer {
    background-color: #333333;
    padding: 30px;
    color: #ccc;
    font-size: 13px;
  }

  #cnt-frm {
    box-shadow: 0 0 2px 5px #f9f9f9;
    padding: 0px;
    background-image: url("assets/img/for popup.png");
  }

  .ftr-h {
    color: #ff6600;
    font-size: 18px;
  }

  .footer-btn {
    padding: 8px 40px;
    border: 2px solid #ff6600;
    background: none;
    color: #fff;
    margin-top: 40px;
  }

  .footer-btn:hover {
    background-color: #ff6600;
    color: #fff;
  }

  .footer-hr {
    background-color: #ccc;
    margin: 20px;
  }

  .copyright {
    text-align: center;
  }

  /*end-footer-frm*/

  header {
    background-color: #fff;
  }
}

/*tablet*/



@media only screen and (max-width: 768px) {
    section {
      margin-top: 30px;
    }
  
    .desktop-menu {
      display: none !important;
    }
  
    .logo-mb {
      width: 25%;
    }
  
    .mobile-container {
      margin: auto;
      background-color: #fff;
      height: 500px;
      color: white;
      border-radius: 10px;
    }
  
    .topnav {
      overflow: hidden;
      background-color: #fff;
      position: relative;
    }
  
    .topnav #myLinks {
      display: none;
      background-color: #ff6600;
    }
  
    .topnav a {
      color: #fff;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }
  
    .topnav a.icon {
      background: #ff6600;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      margin: 10px;
      border-radius: 7px;
    }
  
    .topnav a:hover {
      background-color: #ff6600;
      color: #fff;
      margin: 10px;
    }
    #mob-sl{
        display: none;
    }
  
    /* #desk-sl {
      display: none;
    } */
  
    .ic-mb {
      padding: 10px;
    }
    .ic-p {
      font-size: 13px;
    }
  
    .org-p {
      text-align: center;
      padding: 10px;
    }
  
    .sub-title {
      border-left: 5px solid #ff6600;
      padding-left: 20px;
      color: #000;
      font-size: 16px;
      margin-top: 20px;
    }
  
    #title {
      font-size: 30px;
    }
  
    #info {
      border: 1px solid #ff6600;
      padding: 20px;
      font-size: 13px;
    }
  
    #info-slider-cr {
      font-size: 13px;
      border: 1px solid #ff6600;
      padding: 20px;
      font-weight: 400;
    }
  
    .btn2 {
      padding: 8px 40px;
      border: 2px solid #fff;
      border-radius: 30px;
      background: none;
      color: #fff;
    }
  
    .btn2:hover {
      background-color: #fff;
      color: #ff6600;
    }
  
    /*end-org-ad*/
  
    /*start-facility*/
  
    #box {
      width: 100%;
    }
  
    .box-left,
    .box-right {
      float: left;
      width: 49%; /* set this to any value you need */
    }
    .box-right {
      float: right;
      /* You could add width here again if you want them different widths */
    }
  
    .b1 {
      width: 100%;
    }
  
    .box-t {
      font-size: 15px;
    }
  
    #form {
      background-color: #fff;
      box-shadow: 0 0 5px 5px #ccc;
      padding: 20px 20px;
      margin: 20px 20px;
    }
  
    .form-control {
      margin-top: 20px;
      border-style: none !important;
      background-color: #f9f9f9 !important;
      padding-left: 20px;
    }
  
    .frm-heading {
      text-align: center;
      font-weight: bold !important;
      color: #ff6600 !important;
    }
  
    .form-control::placeholder {
      background-color: #f9f9f9;
  
      border-style: none;
    }
  
    .sub-btn {
      width: 100%;
      padding: 10px;
      background-color: #ff6600;
      border-style: none;
      color: #fff;
    }
  
    /*end-facility*/
  
    /*start-advantage*/
  
    .container_ad {
        padding: 10px;
      }
    
      h2.adv-h {
        font-size: 1.5rem;
        text-align: center;
      }
    
      .row_ad {
        flex-direction: column;
      }
    
      iframe {
        width: 100%;
        height: 200px;
      }
    
      h6.para-h {
        font-size: 1rem;
      }
    
      p.pp {
        font-size: 0.9rem;
      }
  
    /*end-advantage*/
  
    /*start-programmes-st*/
  
    .pr-h {
      font-size: 20px;
      font-weight: bold;
    }
  
    #program-box {
      background-color: #fff;
      margin: 20px;
      padding: 10px;
    }
  
    .tabButton {
      background: none;
      border: 1px solid #ccc;
      padding: 10px 20px;
      border-radius: 6px;
      margin: 10px;
    }
  
    .tabButtonActive {
      background-color: #ff6600;
      border: 1px solid #ccc;
      color: #fff !important;
    }
  
    table {
      border-collapse: collapse;
      width: 100%;
    }
  
    th,
    td {
      text-align: left;
      padding: 10px;
    }
  
    /*end-programmes-st*/
  
    /*start-features*/
  
    .features {
      background-color: #333333;
      padding: 10px;
    }
    #feature-img {
      width: 40px;
    }
    .p-feature {
      color: #fff;
      font-size: 13px;
    }
    #f-mobile {
      width: 50%;
      margin-top: 20px;
      margin-bottom: 20px;
    }
  
    /*end-features*/
  
    /*start-certificate*/
  
    /* .certificate {
      width: 100%;
    }
  
    .cer-h {
      font-size: 20px;
      font-weight: bold;
      padding-top: 20px;
    }
  
    .cer-hh {
      font-size: 14px;
    }
  
    .cr-icon {
      width: 50px;
      padding: 0px 10px;
    }
  
    .cer-p {
      padding-left: 50px;
      font-size: 15px;
    }
  
    .btn1 {
      padding: 8px 40px;
      border: 2px solid #ff6600;
      background-color: #fff;
      margin-left: 10px;
    }
  
    .btn1:hover {
      background-color: #ff6600;
      color: #fff;
    } */

    /*end-certificate*/

    /* certificate */
    
    .cer-h {
        font-size: 1.2rem;
        margin-bottom: 15px;
      }
    
      .cer-hh {
        font-size: 0.9rem;
      }
    
      .cer-p {
        font-size: 0.8rem;
      }
    
      .certificate {
        max-width: 200px;
      }
    
      .cr-icon {
        display: block; /* Move icons above text */
        margin: 0 auto 10px auto;
      }
    
      .btn1 {
        font-size: 0.8rem;
        padding: 6px 12px;
      }
      /* certificate */
    /*start-approvals*/
    .apr-h {
      text-align: center;
      font-weight: bold;
      font-size: 18px;
    }
  
    .ap-p {
      font-size: 13px;
    }
  
    .owl-carousel {
      display: block !important;
    }
  
    .item {
      border: 2px solid #000;
      padding: 20px;
      margin: 30px;
      border-radius: 8px;
      text-align: justify;
    }
  
    .org-ad {
      background-color: #ff6600;
      padding: 30px;
      color: #fff;
    }
  
    .apr-h {
      text-align: center;
      font-weight: bold;
    }
  
    #apr-box {
      border: 2px solid #333333;
      border-radius: 4px;
    }
  
    .apr-text {
      font-size: 13px;
      text-align: justify;
      padding: 20px;
    }
  
    /*end-approvals*/
  
    /*start-about*/
  
    #abt-ct {
      background-color: rgba(255, 255, 255, 0.9);
      margin: 20px !important;
  
      padding: 10px;
      width: 90%;
    }
  
    .abt-h {
      text-align: center !important;
      font-size: 22px;
    }
  
    .abt-p {
      padding: 10px 10px;
      text-align: justify;
    }
  
    #abt-sec {
      width: 50%;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .abt-pp {
      text-align: center;
      font-size: 13px;
    }
  
    /*end-about*/
  
    /*start-gr-info*/
    #gr-info {
      background-color: #f9f9f9;
      padding: 20px;
    }
  
    .gr-h {
      font-size: 20px;
    }
  
    /*end-gr-info*/
  
    /*recruiter*/
    .desk-img {
      display: none;
    }
  
    /*recruiter*/
  
    /*start-footer-frm*/
    #footer {
      background-color: #333333;
      padding: 30px;
      color: #ccc;
      font-size: 13px;
    }
  
    #form-ftr {
      margin: 15px !important;
      box-shadow: 0 0 5px 5px #ccc;
      padding: 10px !important;
      margin-top: 20px !important;
    }
    #cnt-frm {
      box-shadow: 0 0 2px 5px #f9f9f9;
      padding: 0px;
      background-image: url("assets/img/for popup.png");
    }
  
    .ftr-h {
      color: #ff6600;
      font-size: 18px;
    }
  
    .footer-btn {
      padding: 8px 40px;
      border: 2px solid #ff6600;
      background: none;
      color: #fff;
      margin-top: 40px;
    }
  
    .footer-btn:hover {
      background-color: #ff6600;
      color: #fff;
    }
  
    .footer-hr {
      background-color: #ccc;
      margin: 20px;
    }
  
    .copyright {
      text-align: center;
    }
  
    /*end-footer-frm*/
  }

/*end-tablet*/

@media only screen and (max-width: 480px) {
  section {
    margin-top: 30px;
  }

  .desktop-menu {
    display: none !important;
  }

  .logo-mb {
    width: 50%;
  }

  .mobile-container {
    margin: auto;
    background-color: #fff;
    height: 500px;
    color: white;
    border-radius: 10px;
  }

  .topnav {
    overflow: hidden;
    background-color: #fff;
    position: relative;
  }

  .topnav #myLinks {
    display: none;
    background-color: #ff6600;
  }

  .topnav a {
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  .topnav a.icon {
    background: #ff6600;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    border-radius: 7px;
  }

  .topnav a:hover {
    background-color: #ff6600;
    color: #fff;
    margin: 10px;
  }

  /* #desk-sl {
    display: none;
  } */

  .ic-mb {
    padding: 10px;
  }
  .ic-p {
    font-size: 13px;
  }

  .org-p {
    text-align: center;
    padding: 10px;
  }

  .sub-title {
    border-left: 5px solid #ff6600;
    padding-left: 20px;
    color: #000;
    font-size: 16px;
    margin-top: 20px;
  }

  #title {
    font-size: 30px;
  }

  #info {
    border: 1px solid #ff6600;
    padding: 20px;
    font-size: 13px;
  }

  #info-slider-cr {
    font-size: 13px;
    border: 1px solid #ff6600;
    padding: 20px;
    font-weight: 400;
  }

  .btn2 {
    padding: 8px 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    background: none;
    color: #fff;
  }

  .btn2:hover {
    background-color: #fff;
    color: #ff6600;
  }

  /*end-org-ad*/

  /*start-facility*/

  #box {
    width: 100%;
  }

  .box-left,
  .box-right {
    float: left;
    width: 49%; /* set this to any value you need */
  }
  .box-right {
    float: right;
    /* You could add width here again if you want them different widths */
  }

  .b1 {
    width: 100%;
  }

  .box-t {
    font-size: 15px;
  }

  #form {
    background-color: #fff;
    box-shadow: 0 0 5px 5px #ccc;
    padding: 20px 20px;
    margin: 20px 20px;
  }

  .form-control {
    margin-top: 20px;
    border-style: none !important;
    background-color: #f9f9f9 !important;
    padding-left: 20px;
  }

  .frm-heading {
    text-align: center;
    font-weight: bold !important;
    color: #ff6600 !important;
  }

  .form-control::placeholder {
    background-color: #f9f9f9;

    border-style: none;
  }

  .sub-btn {
    width: 100%;
    padding: 10px;
    background-color: #ff6600;
    border-style: none;
    color: #fff;
  }

  /*end-facility*/

  /*start-advantage*/

  .adv-h {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
  }
  #adv-brd {
    border-left: 2px solid #ff6600;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 20px;
  }
  .para-h {
    font-size: 14px;
  }

  .pp {
    font-size: 13px;
  }

  /*end-advantage*/

  /*start-programmes-st*/

  .pr-h {
    font-size: 20px;
    font-weight: bold;
  }

  #program-box {
    background-color: #fff;
    margin: 20px;
    padding: 10px;
  }

  .tabButton {
    background: none;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 6px;
    margin: 10px;
  }

  .tabButtonActive {
    background-color: #ff6600;
    border: 1px solid #ccc;
    color: #fff !important;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }

  th,
  td {
    text-align: left;
    padding: 10px;
  }

  /*end-programmes-st*/

  /*start-features*/

  .features {
    background-color: #333333;
    padding: 10px;
  }
  #feature-img {
    width: 40px;
  }
  .p-feature {
    color: #fff;
    font-size: 13px;
  }
  #f-mobile {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /*end-features*/

  /*start-certificate*/

  /* .certificate {
    width: 100%;
  }

  .cer-h {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
  }

  .cer-hh {
    font-size: 14px;
  }

  .cr-icon {
    width: 50px;
    padding: 0px 10px;
  }

  .cer-p {
    padding-left: 50px;
    font-size: 15px;
  }

  .btn1 {
    padding: 8px 40px;
    border: 2px solid #ff6600;
    background-color: #fff;
    margin-left: 10px;
  }

  .btn1:hover {
    background-color: #ff6600;
    color: #fff;
  } */
  /*end-certificate*/

  /*start-approvals*/
  .apr-h {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }

  .ap-p {
    font-size: 13px;
  }

  .owl-carousel {
    display: block !important;
  }

  .item {
    border: 2px solid #000;
    padding: 20px;
    margin: 30px;
    border-radius: 8px;
    text-align: justify;
  }

  .org-ad {
    background-color: #ff6600;
    padding: 30px;
    color: #fff;
  }

  .apr-h {
    text-align: center;
    font-weight: bold;
  }

  #apr-box {
    border: 2px solid #333333;
    border-radius: 4px;
  }

  .apr-text {
    font-size: 13px;
    text-align: justify;
    padding: 20px;
  }

  /*end-approvals*/

  /*start-about*/

  #abt-ct {
    background-color: rgba(255, 255, 255, 0.9);
    margin: 20px !important;

    padding: 10px;
    width: 90%;
  }

  .abt-h {
    text-align: center !important;
    font-size: 22px;
  }

  .abt-p {
    padding: 10px 10px;
    text-align: justify;
  }

  #abt-sec {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .abt-pp {
    text-align: center;
    font-size: 13px;
  }

  /*end-about*/

  /*start-gr-info*/
  #gr-info {
    background-color: #f9f9f9;
    padding: 20px;
  }

  .gr-h {
    font-size: 20px;
  }

  /*end-gr-info*/

  /*recruiter*/
  .desk-img {
    display: none;
  }

  /*recruiter*/

  /*start-footer-frm*/
  #footer {
    background-color: #333333;
    padding: 30px;
    color: #ccc;
    font-size: 13px;
  }

  #form-ftr {
    margin: 15px !important;
    box-shadow: 0 0 5px 5px #ccc;
    padding: 10px !important;
    margin-top: 20px !important;
  }
  #cnt-frm {
    box-shadow: 0 0 2px 5px #f9f9f9;
    padding: 0px;
    background-image: url("assets/img/for popup.png");
  }

  .ftr-h {
    color: #ff6600;
    font-size: 18px;
  }

  .footer-btn {
    padding: 8px 40px;
    border: 2px solid #ff6600;
    background: none;
    color: #fff;
    margin-top: 40px;
  }

  .footer-btn:hover {
    background-color: #ff6600;
    color: #fff;
  }

  .footer-hr {
    background-color: #ccc;
    margin: 20px;
  }

  .copyright {
    text-align: center;
  }

  /*end-footer-frm*/
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
.explore{
text-align: center;
font-weight: bold;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin: 2rem 0rem;
}

.tab {
  padding: 1rem 5rem;
  border: none;
  background-color: #f3f4f6;
  cursor: pointer;
  transition: background-color 0.3s;
}
.tabs>button:nth-child(1){
    border-radius: .5rem 0rem 0rem .5rem;

}
.tabs>button:nth-child(2){
    border-radius: 0rem .5rem .5rem 0rem;

}

.tab.active {
  background-color: #f97316;
  color: white;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}

.card {
  flex: 0 0 calc(33.333% - 1rem);
  margin-right: 1rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 1.5rem 1rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f97316;
  margin-bottom: 0.5rem;
}

.card-info {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
  padding: 0.4rem 0rem;
}

.fees-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fees-label {
  font-size: 0.875rem;
  color: #6b7280;
}

.fees-badge {
  background-color: #fff7ed;
  color: #f97316;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}

.apply-button {
  /* width: 100%; */
  background-color: #f97316;
  color: white;
  border: none;
  padding: 0.75rem 0.875rem;
  border-radius: 0.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.apply-button:hover {
  background-color: #ea580c;
}

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.nav-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d1d5db;
  margin: 0 0.25rem;
  cursor: pointer;
}

.nav-dot.active {
  background-color: #f97316;
}

@media (max-width: 1024px) {
  .card {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 640px) {
  .card {
    flex: 0 0 100%;
  }
  .tab {
    padding: 1rem;
  }
  .explore{
    font-size: 1.2rem;
    }
}


.container_ad {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .row_ad {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .row-l, .row-r {
    flex: 1;
    padding: 10px;
  }
  
  h2.adv-h {
    font-size: 2rem;
    line-height: 1.3;
    color: #333;
  }
  
  .sp {
    color: #0077cc; /* Highlight color */
  }
  
  iframe {
    border: none;
    border-radius: 8px;
    margin-top: 20px;
  }
  
  h6.para-h {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #222;
  }
  
  p.pp {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
  }


  /* certificat */

  #certificate {
    padding: 40px 20px;
    background-color: #f9f9f9; /* Light background for the section */
  }
  
  .container-cer {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .row-cer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
  }
  
  .col-cer-1 {
    display: none; /* Hides empty columns on smaller screens */
  }
  
  .col-cer-5 {
    /* flex: 1 1 calc(50% - 20px); */
    text-align: center;
  }
  
  .certificate {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
  }
  
  .cr-icon {
    width: 40px;
    height: auto;
    margin-right: 10px;
  }
  
  .cer-h {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .cer-hh {
    font-size: 1.2rem;
    color: #555;
    margin-top: 10px;
    text-align: left;
  }
  
  .cer-p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
  }
  
  .btn1 {
    background-color: #fff;
    /* color: white; */
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #ff6600;
  }
  
  .btn1:hover {
    /* background-color: #0056b3; */
  }

/* end certificate */
  
  
  @media (max-width: 480px) {
    h2.adv-h {
      font-size: 1.2rem;
    }
  
    iframe {
      height: 180px;
    }
  
    h6.para-h {
      font-size: 0.9rem;
    }
  
    p.pp {
      font-size: 0.8rem;
    }
  }
