
@font-face {
  font-family: 'Aeonik';
  src: url('./fonts/Aeonik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aeonik';
  src: url('./fonts/Aeonik-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


*{
  box-sizing: border-box;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


html{
  font-family: 'Aeonik', sans-serif;
 scroll-behavior: smooth;

}


body {
 font-family: 'Aeonik', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  width: 100%;
  min-height: 100vh;
  background: #F6F6F6;
  color: #333;
  overflow-x: hidden;
}


li{
  list-style: none;
}
a:hover,
a:focus,
a{
  text-decoration: none;
  color: inherit;
}
a,button{
  outline: none;
}


p,h1,h2,h3,h4,h5,h6,ul,li,a,button,input,span,textarea, select, ol{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: none;
  color: inherit;
  font-family: inherit;
  position: relative;
}

.AAN_Gen_DropShad{
    background-color: #fff;
    box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
	-webkit-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
	-moz-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
}


.custom-scroll-bar{
    overflow-y: overlay;
    overflow-x: hidden;
}


@media screen and (min-width:1200px) {
  .custom-scroll-bar {
    scrollbar-color: #787777 #fff !important;
    scrollbar-width: thin; /* for Firefox */
  }

  .custom-scroll-bar::-webkit-scrollbar {
    width: 3px; /* thinner vertical scrollbar */
    height: 8px; /* horizontal scrollbar height */
  }

  /* Thumb styling */
  .custom-scroll-bar::-webkit-scrollbar-thumb {
    background-color: #787777;
    border-radius: 10px;
  }
}


/* NeW-GRN-Container */
.AAN_Site_Container{
    position: relative;
   width: 90%;
    margin-left: 5%;
    padding: 0px 30px;
    height: auto;
}

@media screen and (max-width:1300px){
  .AAN_Site_Container{
    padding: 0px !important;
  }
}

/* Gen-Anim-BTn */

        .Gen-Anim-BTn{
          z-index: 1;
        }
        .Gen-Anim-BTn::before{
          content: '';
          position: absolute;
          top: -7px;
          left: -7px;
          bottom: -7px;
          right: -7px;
          background-color: inherit;
          border-radius: inherit;
          z-index: -100;
          transform: scale(1.1);
          opacity: 0;
          transition: all 0.3s ease-in-out;
        }

        .Gen-Anim-BTn:hover::before{
          opacity: 0.3;
          transform: scale(1.0);
        }
       






/* AA_NEW_NAv */

.AA_NEW_NAv{
    position:sticky;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.Scrolling_NNV_Page.AA_NEW_NAv{
  height: 60px;
}

.Mobils-Dropps-Ols{
  display: none;
}
@media screen and (max-width:1200px){
  .AA_NEW_NAv{
    height: 70px !important;
  }
  .Mobils-Dropps-Ols{
    position: absolute;
    display: none;
    width: 250px;
    height: auto;
    max-height: 400px;
    background-color: #fff;
      box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.5);
	-webkit-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.5);
	-moz-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.5);
    right: 0;
    top: 100%;
    margin-top: 5px;
    border-radius: 8px;
    z-index: 800;
    display: flex !important;
    transform: translateY(-10px);
    opacity: 0;
    flex-direction: column;
    pointer-events: none;
    gap: 10px;
    padding: 10px 10px;
    transition: all 0.3s ease-in-out;
  }
   .Mobils-Dropps-Ols.active{
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
   }
  
  .Mobils-Dropps-Ols a{
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.Mobils-Dropps-Ols a:hover{
  opacity: 0.7;
}

.Mobils-Dropps-Ols a.login_NNAB_BTN{
  border-color: #3F8AEF;
  color: #3F8AEF;
  justify-content: center;
  text-align: center;
}
.Mobils-Dropps-Ols a.login_NNAB_BTN:hover{
  background-color: #ebf3ff;
  opacity: 1;
}
.Mobils-Dropps-Ols a.signup_NNAB_BTN{
  background-color: #3F8AEF;
  color: #fff;
  border-color: #3F8AEF;
  justify-content: center;
  text-align: center;
}
.Mobils-Dropps-Ols a.signup_NNAB_BTN:hover{
  /* background-color: #387bd3;
  border-color: #387bd3; */
  opacity: 1;
}

.Mobils-Dropps-Ols a.signup_NNAB_BTN img{
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #fff;
}

}

@media screen and (max-width:300px){
    .Mobils-Dropps-Ols{
      width: 100% !important;
    }
}

.AA_NEW_NAv_Main{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  padding: 8px 20px;
      background-color: #fff;
    box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
	-webkit-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
	-moz-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
  transition: all 0.3s ease-in-out;
}

.Scrolling_NNV_Page.AA_NEW_NAv .AA_NEW_NAv_Main{
      box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.9);
	-webkit-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.9);
	-moz-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.9);
}
@media screen and (max-width:1200px){
  .AA_NEW_NAv_Main{
    justify-content: space-between !important;
    gap: 5px !important;
  }
}

@media screen and (max-width:400px){
 .AA_NEW_NAv_Main{
  padding: 7px 10px !important;
 }
}

.AA_NAb_1{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.AA_NAgb_Logo img{
  max-width: 88px;
}

@media screen and (max-width:1200px){
  .AA_NAgb_Logo img{
  max-width:70px !important;
}
}

@media screen and (max-width:400px){
  .AA_NAgb_Logo img{
  max-width:60px !important;
}
}

.RR-Exlk-S{
  position: relative;
}

@media screen and (max-width:1200px){
  .RR-Exlk-S{
    display: none !important;
  }
}

.RR-Exlk-S a{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.RR-Exlk-S a:hover{
  opacity: 0.7;
}
.RR-Exlk-S a i{
  margin-top: 3px;
}

.AA_NAb_2{
  position: relative;
  width: 100%;
  height: auto;
}

.AAh-SeaCh{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 40px;
  background-color: #F3F3F3;
  border-radius: 30px;
  padding: 0px 10px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  user-select: none;
  cursor: pointer;
}
.AAh-SeaCh i{
  font-size: 18px;
}
.AAh-SeaCh p{
  font-size: 12px;
  color: #878787;
  white-space: nowrap;
  max-width: 150px;
}
.AAh-SeaCh:hover{
  border-color: #e7e7e7;
}

@media screen and (max-width:1350px){
  .AAh-SeaCh{
    gap: 5px !important;
  }
  .AAh-SeaCh i{
  font-size: 16px !important;
}
}

@media screen and (max-width:1200px){
  .AA_NAb_2{
    display: none !important;
  }
}



.AA_NAb_3{
  position: relative;
}

.AA_NAb_3 ul{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width:400px){
  .AA_NAb_3 ul{
    gap: 5px !important;
  }
}
.AA_NAb_3 ul li{
  position: relative;
}

.AA_NAb_3 ul li a{
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

@media screen and (max-width:1350px){
  .AA_NAb_3 ul li a{
    font-size: 15px !important;
  }
}

@media screen and (max-width:1300px){
  .AA_NAb_3 ul li a{
    font-size: 14px !important;
  }
}

.AA_NAb_3 ul li a:hover{
 opacity: 0.7;
}

.AA_NAb_3 ul li a.Nav-WithICon{
  padding: 7px;
}

.AA_NAb_3 ul li a.Nav-WithICon img{
  width: 16px;
}
.AA_NAb_3 ul li a.Nav-WithICon i{
  font-size: 18px;
}

@media screen and (max-width:300px){
.AA_NAb_3 ul li a.Nav-WithICon img{
  width: 13px !important;
}
.AA_NAb_3 ul li a.Nav-WithICon i{
  font-size: 15px !important;
}
}
.AA_NAb_3 ul li a.Nav-WithICon span{
  position: relative;
  height: 14px;
}

.AA_NAb_3 ul li a.Nav-WithICon span b{
  position: absolute;
  top: -7px;
  right: -7px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FCB400;
  color: #000;
  border-radius: 50%;
  font-size: 8px;
  font-size: 400;
}


.AA_NAb_3 ul li a.login_NNAB_BTN{
  border-color: #3F8AEF;
  color: #3F8AEF;
}
.AA_NAb_3 ul li a.login_NNAB_BTN:hover{
  background-color: #ebf3ff;
  opacity: 1;
}
.AA_NAb_3 ul li a.signup_NNAB_BTN{
  background-color: #3F8AEF;
  color: #fff;
  border-color: #3F8AEF;
}
.AA_NAb_3 ul li a.signup_NNAB_BTN:hover{
  /* background-color: #387bd3;
  border-color: #387bd3; */
  opacity: 1;
}

.AA_NAb_3 ul li a.signup_NNAB_BTN img{
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #fff;
}
.Togle_NAVVS_Mobile,
.AAVN_SeaCh_Mobile{
  display: none !important;
}

@media screen and (max-width:1200px){
  .Togle_NAVVS_Mobile,
  .AAVN_SeaCh_Mobile{
    display: inline-flex !important;
  }
  .mobile_HideS{
    display: none !important;
  }
}



 /* Modal styles */
    .AAVN_SearchModal {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.6);
      z-index: 9999;
      justify-content: center;
      align-items: flex-start;
    }
    .AAVN_SearchModal_Content {
      background: #fff;
      width: 90%;
      max-width: 650px;
      padding: 20px;
      border-radius: 10px;
      position: relative;
      animation: fadeInUp 0.5s ease;
      -webkit-animation: fadeInUp 0.5s ease;
      -moz-animation: fadeInUp 0.5s ease;
      margin-top: 30px;
      max-height: 90%;
    }
   

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }

      @-webkit-keyframes fadeInUp {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    
      @-moz-keyframes fadeInUp {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }



    /* TOopl-Ujs */

    .TOopl-Ujs{
      position: relative;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }


    .TOopl-Ujs h2{
      font-size: 20px;
      font-weight: normal;
      font-weight: 600;
    }

    .TOopl-Ujs span{
        position: relative;
        width: 25px;
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #F3F3F3;
        border-radius: 50%;
        font-size: 16px;
        font-size: 400;
        transition: all 0.3s ease-in-out;
        border: 2px solid transparent;
        user-select: none;
        cursor: pointer;
    }

   .TOopl-Ujs span:hover{
      border-color: #e7e7e7;
    }

    .Gttrik-POls{
      position: relative;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      margin-top: 30px;
    }

   .Gttrik-POls input{
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
      height: 40px;
      background-color: #F3F3F3;
      border-radius: 30px;
      padding: 0px 10px;
      transition: all 0.3s ease-in-out;
      border: 1px solid transparent;
      padding-left: 43px;
    }
    .Gttrik-POls input:focus {
      outline: none;
      border-color: #3F8AEF;
      box-shadow: 0 0 0 3px rgba(63, 138, 239, 0.2);
      -webkit-box-shadow: 0 0 0 3px rgba(63, 138, 239, 0.2);
      -moz-box-shadow: 0 0 0 3px rgba(63, 138, 239, 0.2);
      background-color: #fff;
    }
     .Gttrik-POls button{
      position: absolute;
      width: 35px;
      height: 35px;
      background-color: transparent;
      left: 5px;
      z-index: 2;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      user-select: none;
      cursor: pointer;
      font-size: 17px;
      transition: all 0.3s ease-in-out;
     }

      .Gttrik-POls button:hover{
        background-color: #F3F3F3;
      }

      .Seach-SehhgaOOs{
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 10px;
        min-height: 100px;
        background-color: #F3F3F3;
        border-radius: 10px;
        padding: 20px 10px;
      }

      .Sugb-Btns{
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        max-height: 300px;
        overflow-y: auto;
      }

      .Sugb-Btns button{
        position: relative;
        width: 100%;
        height: auto;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content:flex-start;
        gap: 20px;
        background-color: transparent;
        border-radius: 8px;
        user-select: none;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        border: 2px solid transparent;
      }

      .Sugb-Btns button:hover{
        background-color: #e3e3e3;
      }

      .Sugb-Btns span{
        display: -webkit-box;
        -webkit-line-clamp: 1; 
        line-clamp: 1; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        white-space: nowrap;
      }

      .Sugb-Btns i{
        font-size: 13px;
      }

       .Sugb-Btns button.All-SearcH-Btn{
        background-color: #e3e3e3;
      }
      .Sugb-Btns button.All-SearcH-Btn:hover{
          border-color: #cecece;
        }

        /* Seargc-BBAhns-S */

        .Seargc-BBAhns-S{
          position: relative;
          width: 100%;
          height: auto;
          margin-top: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .Seargc-BBAhns-S img{
          position: relative;
          max-width: 200px;
        }

















/* TTh-Pl-STGs */

.TTh-Pl-STGs{
  position: relative;
  width: 100%;
  height: auto;
}





        /* AA_LAT_Header */

        .AA_LAT_Header{
          position: relative;
          width: 100%;
          height: auto;
          padding: 40px 0px;
        }
        @media screen and (max-width:500px){
          .AA_LAT_Header{
            padding-top: 20px !important;
          }
        }
        .AA_LAT_Header .AAN_Site_Container{
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .AA_LAT_Header.Produc-OKa{
          padding: 30px 0px !important;
          padding-bottom: 5px !important;
        }

        .AA_LAT_Header_HerO{
          position: relative;
          width: 100%;
          max-width: 1000px;
          text-align: center;
        }

        .AA_LAT_Header_HerO h2{
          font-size: 50px;
          font-weight: normal;
          line-height: 65px;
        }
        @media screen and (max-width:1000px){
          .AA_LAT_Header_HerO h2{
            font-size: 40px !important;
            line-height: 50px !important;
          }
          .AA_LAT_Header_HerO p{
            font-size: 17px !important;
            line-height: 25px !important;
          }
          .AA_LAT_Header_HerO a{
            padding: 8px 15px !important;
          }
        }

         @media screen and (max-width:500px){
          .AA_LAT_Header_HerO h2{
            font-size: 30px !important;
            line-height: 40px !important;
          }
            .AA_LAT_Header_HerO p{
            font-size: 15px !important;
            line-height: 23px !important;
          }
        }


        .AA_LAT_Header_HerO p{
          font-size: 20px;
          margin-top: 10px;
          line-height: 35px;
        }

        .AA_LAT_Header_HerO a{
          position: relative;
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 10px 20px;
          background-color: #3F8AEF;
          margin-top: 20px;
          border-radius: 30px;
          color: #fff;
          font-size: 15px;
          transition: all 0.3s ease-in-out;
        }

        .AA_LAT_Header_HerO h4{
          position: relative;
          display:flex;
          align-items: center;
          justify-content: center;
          margin-top: 10px;
          gap: 10px;
          font-size: 13px;
          flex-wrap: wrap;
          text-align: center;
          font-size: 14px;
          font-weight: 600;
        }

        .AA_LAT_Header_HerO h4 img{
          max-width:65px;
        }

        @media screen and (max-width:500px){
          .AA_LAT_Header_HerO h4{
            font-size: 12px !important;
            gap: 8px  !important;
          }
            .AA_LAT_Header_HerO h4 img{
              max-width:55px !important;
            }
        }



         .floating-word {
            position: absolute;
            user-select: none;
            transition: transform 0.1s ease;
        }
        @media screen and (max-width:800px){
          .AA_LAT_Header_HerO .floating-word{
            display: none !important;
          }
        }

        .floating-word p{
          position: relative;
          font-size: 14px !important;
          padding: 7px 15px;
          border-radius: 30px;
          line-height: 100% !important;
          color: #292929;
          white-space: nowrap;
          margin-top: -30px;
          opacity: 0;
          animation: DropDNP 0.3s ease-in forwards;
        }
        @keyframes DropDNP{
          from{
            margin-top: -30px;
           opacity: 0;
          }
         to{
            margin-top: 0px;
           opacity:1;
          }
        }

        #floating-word-1 { 
          top: -20%; 
          left: 50%;
         }
          #floating-word-1 p{
            transform: rotate(13.73deg);
            background-color: #D6F4FF;
            animation-delay: 0.1s;
          }
        #floating-word-2 { 
          top: 33%; 
          left: 5%;
        }
       #floating-word-2 p{
            transform: rotate(13.73deg);
            background-color: #FFDEE6;
            animation-delay: 0.2s;
          }
        #floating-word-3 { 
          top: 25%; 
          right: -5%;
        }

        #floating-word-3 p{
            transform: rotate(-13.73deg);
            background-color: #FFEDC1;
            animation-delay: 0.3s;
          }

          .aiuosk-PPOlas-Maimn  #floating-word-3 { 
            right: 17% !important;
            top: 33% !important;
          }

          .Produc-OKa  #floating-word-3{
            right: 50% !important;
            top: -20% !important;
            z-index: -1;
          }
   




        /* GGen-AA-BaneRD */

        .GGen-AA-BaneRD{
          position: relative;
          width: 100%;
          height: auto;
          z-index: 1;
        }

        .GGen-AA-BaneRD-Main{
          position: relative;
          width: 100%;
          height: auto;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          overflow: hidden;
        }

        
        .RTS-Banner {
          position: relative;
          width: 100%;
          max-width: 900px;
          z-index: -100;
          /* Set initial state for animation */
          transform: translateY(50px);
          opacity: 0.3;
          animation: FadeInRTS 1.2s ease forwards;
        }

        @keyframes FadeInRTS {
          from {
            transform: translateY(50px);
            opacity: 0.3;
          }
          to {
            transform: translateY(0);
            opacity: 1;
          }
        }


        .GGen-AA-BaneRD::before{
          content: '';
          position: absolute;
          width: 100%;
          height: 50%;
          background: linear-gradient(to top, #F6F6F6 50%, rgba(246, 246, 246,0) 100%);
          bottom: 0;
          left: 0;
          z-index: -50;
        }

        .LL-Acres-Pta{
          position: absolute;
          z-index: 10;
          width: 100%;
          max-width: 420px;
          bottom: 40px;
        }

        @media screen and (max-width:500px){
          .LL-Acres-PtaP{
          max-width: 300px !important;
        }
      }

        /* YYH-POks-Sec */

        .YYH-POks-Sec{
          position: relative;
          width: 100%;
          height: auto;
        }

       .YYH-POks-Sec .AAN_Site_Container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
       }

       .YYH-POks-Main{
        position: relative;
        width: 100%;
        height: auto;
        max-width: 700px;
       }

        .YYH-POks-Main p{
          font-size: 20px;
          line-height: 33px;
        }
        @media screen and (max-width:1000px){
           .YYH-POks-Main p{
            font-size: 17px !important;
            line-height: 25px !important;
          }
        }

         @media screen and (max-width:500px){
             .YYH-POks-Main p{
            font-size: 15px !important;
            line-height: 23px !important;
          }
        }





     section.NVAA_horizontal-scroll {
      position: relative; height: 100vh; overflow: hidden;
      display: flex; align-items: center;
      z-index: 1;
    }
   section.NVAA_horizontal-scroll::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:100px;
    left: 0;
    background-color: #eee;
    z-index: -100;
    transition: all 0.2s ease-in-out;
  }
  section.NVAA_horizontal-scroll.At_The_Top_Sec::before{
    top: 0px;
  }
    section.NVAA_horizontal-scroll.Centralized{
      justify-content: center;
    }
    @media screen and (max-width:1000px){
       section.NVAA_horizontal-scroll.Centralized{
      justify-content: flex-start !important;
    }
    }
    .NVAA_cards {
      display: flex; gap: 20px;  height: auto; touch-action: none;
      position: relative;
      z-index: 1;
      padding-left: 20px;
    }
    .NVAA_card {
      flex: 0 0 300px;  
      display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
      position: relative;
      z-index: 1;
    }


    .NVAA_cards[data-category] { display: none; } /* hidden by default */
    .NVAA_cards.active { display: flex; }        /* only active category shows */


       .At_The_Top_Sec .NVAA_Course-COntrolers{
        top: 80px !important;
       }
        @media screen and (max-width:1000px){
         .At_The_Top_Sec .NVAA_Course-COntrolers{
        top: 70px !important;
       }
      }
       @media screen and (max-width:500px){
       .NVAA_card {
        flex: 0 0 250px !important; 
       }
       }

    
    .NVAA_Course-COntrolers {
      position: absolute; 
      top: 30px;
      display: flex; 
      align-items: center;
      justify-content: center;
      overflow-x: auto;
      overflow-y: hidden;
      gap: 10px; 
      z-index: 2;
      transition: all 0.3s ease-in-out;
      width: 100%;
      left: 0;
    }
    @media screen and (max-width:1000px){
       .NVAA_Course-COntrolers{
        justify-content: flex-start !important;
        width: 90% !important;
        left: 5% !important;
        scrollbar-width: none; 
        -ms-overflow-style: none; 
        }

        .NVAA_Course-COntrolers::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }
         .NVAA_Course-COntrolers a.active,
    .NVAA_Course-COntrolers button.active {
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
    }
        .NVAA_Course-COntrolers a::before,
    .NVAA_Course-COntrolers button::before{
      display: none !important;

    }
    }
        .NVAA_Course-COntrolers a,
    .NVAA_Course-COntrolers button {
      position: relative;
      display: inline-flex;
      align-items: center;
      padding: 10px 20px;
      border-radius: 30px;
      user-select: none;
      cursor: pointer;
      background-color: transparent;
      border: 1px solid #C7C7C7;
      gap: 10px;
      transition: all 0.3s ease-in-out;
      white-space: nowrap;
      z-index: 1;
    }
    .NVAA_Course-COntrolers a.active,
    .NVAA_Course-COntrolers button.active {
      background-color: #fff !important;
      color: #333333 !important;
      border-color: #fff !important;
      cursor: default !important;
       box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.9);
    -webkit-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.9);
    -moz-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.9);
     }

     .NVAA_Course-COntrolers a.active::before,
    .NVAA_Course-COntrolers button.active::before{
      display: none !important;

    }

    .NVAA_cards[data-category] { display: none; } /* hidden by default */
    .NVAA_cards.active { display: flex; }        /* only active category shows */

  .NVAA_Course-COntrolers a:hover,
    .NVAA_Course-COntrolers button:hover {
      background-color: #d1d1d1;
    }

   .NVAA_Course-COntrolers  a::before,
         .NVAA_Course-COntrolers button::before{
          content: '';
          position: absolute;
          top: -7px;
          left: -7px;
          bottom: -7px;
          right: -7px;
          background-color: inherit;
          border-radius: inherit;
          z-index: -100;
          transform: scale(1.1);
          opacity: 0;
          transition: all 0.3s ease-in-out;
        }
.NVAA_Course-COntrolers a:hover::before,
     .NVAA_Course-COntrolers button:hover::before{
          opacity: 0.3;
          transform: scale(1.0);
        }
       



       /* NVAA_card_Link */


           .NVAA_card_Link{
            position: relative;
            width: 100%;
            height: auto;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px;
            min-height: 350px;
          }

          .AGB-STHH{
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            transition: all 0.3s ease-in-out;
          }

           .AGB-STHH:hover{
            color: #3F8AEF;
           }
 



       .NVAA_card_Link_Top{
        position: relative;
        width: 100%;
        height: auto;
        border-radius: inherit;
       }

       .NVAA_card_Link_Top  img{
        position: relative;
        width: 100%;
        height: 180px;
        object-fit: cover;
        object-position: center;
        border-radius: inherit;
       }
       


       .OOk-Ol-BookMark{
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: #fff;
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        border-radius: 50%;
        top: 20px;
        right: 25px;
        user-select: none;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        font-size: 15px;
       }

       .OOk-Ol-BookMark:hover{
        background-color: #333;
        color: #fff;
       }

       .marked{
         background-color: #333 !important;
        color: #fff !important;
       }

.NVAA_card_Link_BBDy{
  position: relative;
  width: 100%;
  height: auto;
  padding:10px;
  height: 100%;
}

.NVAA_card_Link_BBDy h3{
   display: -webkit-box;
    -webkit-line-clamp: 2; 
   line-clamp: 2; 
   -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
    position: relative;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    font-weight: 600;
}


.OOla-IUOks{
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 10px;
  z-index: 100;
  border-top: 1px solid #eaeaea;
}

.OOla-IUOks h6{
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  line-height: 100%;
  font-size: 13px;
  font-weight: 600;
}

.OOla-IUOks button{
  position: relative;
    display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  line-height: 100%;
  font-size: 13px;
  font-weight: normal;
  background-color: #3F8AEF;
  color: #fff;
  border-radius: 30px;
  gap: 5px;
  z-index: 1;
  user-select: none;
  cursor: pointer;
}
.OOla-IUOks button::before{
          content: '';
          position: absolute;
          top: -4px;
          left: -4px;
          bottom: -4px;
          right: -4px;
          background-color: inherit;
          border-radius: inherit;
          z-index: -100;
          transform: scale(1.1);
          opacity: 0;
          transition: all 0.3s ease-in-out;
        }

       .OOla-IUOks button:hover::before{
          opacity: 0.3;
          transform: scale(1.0);
        }

.OOla-IUOks button img{
  width: 13px;
}

.Pols-IUks{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
}

.Pols-IUks p{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
}

.Pols-IUks h5{
  position: relative;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  color: #999;
  line-height: 100%;
}

.rated{
  color: #FCB400 !important;
}
       

.not-rate{
  color: #d9d8d8 !important;
}



/* OKls-FFOks */
.OKls-FFOks{
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 50px;
}

@media screen and (max-width:500px){
  .OKls-FFOks{
    bottom: 20px !important;
  }
  .olal-IMhs img{
    width: 60px !important;
  }
  .olal-IMhs{
    gap: 15px !important;
  }
}


.OKls-FFOks .AAN_Site_Container{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.OKls-FFOks p{
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.olal-IMhs{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 10px;
}


.olal-IMhs img{
      width: 100px;
    height: 30px;
    object-fit: contain;
    opacity: 0.8;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}



/* aiuosk-PPOlas */
.aiuosk-PPOlas{
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0px;
  padding-bottom: 30px;
}




.aiuosk-PPOlas-Maimn{
  position: relative;
  width: 100%;
  max-width: 700px;
}

.aiuosk-PPOlas-Maimn h2{
  font-size: 50px;
  font-weight: normal;
  line-height: 65px;
}

.aiuosk-PPOlas-Maimn p{
  font-size: 20px;
  line-height: 33px;
  margin-top: 15px;
}

@media screen and (max-width:1000px){
          .aiuosk-PPOlas-Maimn h2{
            font-size: 40px !important;
            line-height: 50px !important;
          }
          .aiuosk-PPOlas-Maimn p{
            font-size: 17px !important;
            line-height: 25px !important;
          }
             .aiuosk-PPOlas{
            padding: 50px 0px !important;
          }
        }

         @media screen and (max-width:500px){
          .aiuosk-PPOlas-Maimn h2{
            font-size: 30px !important;
            line-height: 40px !important;
          }
            .aiuosk-PPOlas-Maimn p{
            font-size: 15px !important;
            line-height: 23px !important;
          }
       
        }

@media screen and (max-width:800px){
  .aiuosk-PPOlas-Maimn .floating-word{
    display: none !important;
  }
}


/* BVVB-OIlKY */

.BVVB-OIlKY{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 150px;
  margin-top:0px;
}

.BVVB-OIlKY-Main{
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width:1000px){
  .BVVB-OIlKY-Main{
    display: flex !important;
    flex-direction: column !important;
  }
}

.BVVB-OIlKY-2{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -200px;
}

@media screen and (max-width:1000px){
  .BVVB-OIlKY-2{
    margin-top: 0px !important;
  }
}

.BVVB-OIlKY-2 img{
  position: relative;
  width: 100%;
  max-width: 350px;
}

.BVVB-OIlKY::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
   background-color: #3F8AEF;
}

.BVVB-OIlKY-1{
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
}

@media screen and (max-width:1000px){
  .BVVB-OIlKY-1{
    padding: 30px 0px !important;
  }
  .olaplsk-OOPL svg{
    width: 13px !important;
  }
  .olaplsk-OOPL{
    gap: 10px !important;
  }
}


.olaplsk-OOPL{
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  display:flex;
  align-items: flex-start;
  gap: 20px;
  background: linear-gradient(to right, rgba(246, 246, 246,0.3) 0%, rgba(246, 246, 246,0) 100%);
}

.olaplsk-OOPL p{
  font-size: 18px;
  line-height: 25px;
}
 .olaplsk-OOPL svg{
    width: 18px;
    line-height: 0px;
  }
@media screen and (max-width:1000px){
          .olaplsk-OOPL p{
            font-size: 17px !important;
            line-height: 25px !important;
            margin-top: 0px !important;
          }
              .oksl-AHFRA{
            padding: 8px 15px !important;
          }
        }

         @media screen and (max-width:500px){
           .olaplsk-OOPL p{
            font-size: 15px !important;
            line-height: 23px !important;
          }
        }

    .oksl-AHFRA{
          position: relative;
          display: inline-flex;
          align-items: center;
          gap: 10px;
          padding: 10px 20px;
          background-color: #fff;
          border-radius: 30px;
          color: #3F8AEF !important;
          font-size: 15px;
          transition: all 0.3s ease-in-out;
          border: 4px solid transparent;
          z-index: 1;
        }

/* AAA_HYH */

.AAA_HYH{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.AAA_HYH_Header{
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.AAA_HYH_Header h2{
  position: relative;
  max-width:600px;
  font-size: 50px;
  font-weight: normal;
  line-height: 62px;
}


@media screen and (max-width:1000px){
          .AAA_HYH_Header h2{
            font-size: 40px !important;
            line-height: 50px !important;
          }
          .AAA_HYH{
            margin-top: 50px !important;
          }
        }

         @media screen and (max-width:500px){
          .AAA_HYH_Header h2{
            font-size: 30px !important;
            line-height: 40px !important;
          }
        }



  .AAA_HYH_faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px 30px;
      position: relative;
      margin-top: 80px;
    }
@media screen and (max-width:1000px){
   .AAA_HYH_faq-grid {
    margin-top: 50px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
   }
}
    .AAA_HYH_faq-item {
      background: #fff;
      padding: 18px 20px;
      border-radius: 6px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
        box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
	-webkit-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
	-moz-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
    }


    .AAA_HYH_faq-question {
      font-size: 15px;
      font-weight:600;
      text-align: left;
      color: #333;
      flex: 1;
    }

    .AAA_HYH_faq-icon::before {
      content: "+";
      font-size: 25px;
      color: #AAAAAA;
      transition: transform 0.3s ease;
      position: relative;
      border: 1px solid #AAAAAA;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      text-align: center;
      line-height: 100%;
      font-size: 20px;
    }
@media screen and (max-width:500px){
.AAA_HYH_faq-icon::before {
  width: 20px !important;
  height: 20px !important;
  font-size: 16px !important;
}
  .AAA_HYH_faq-question {
    font-size: 14px !important;
  }
}
    .AAA_HYH_faq-answer {
      display: none;
      padding: 12px 20px;
      margin-top: -15px;
      background: #fff;
      border-radius: 0 0 6px 6px;
      font-size: 15px;
      color: rgb(125, 125, 125);
      text-align: left;
      box-shadow: 0px 4px 8px rgba(0,0,0,0.05);
    }

    .AAA_HYH_faq-item.AAA_HYH_active + .AAA_HYH_faq-answer {
      display: block;
    }

    .AAA_HYH_faq-item.AAA_HYH_active .AAA_HYH_faq-icon::before {
     content: '-';
     border-color: #3F8AEF;
     color: #3F8AEF;
    }


    .AAA_HYH_faq-item.AAA_HYH_active .AAA_HYH_faq-question{
      color: #3F8AEF;
    }

    @media (max-width: 768px) {
      .AAA_HYH_faq-grid {
        grid-template-columns: 1fr;
      }
    }






    /* HHYj-FOoter */

    .HHYj-FOoter{
      position: relative;
      width: 100%;
      height: auto;
      padding: 50px 0px;
      margin-top: 100px;
      border-top: 1px solid #d9d9d9;
    }

    @media screen and (max-width:500px){
      .HHYj-FOoter{
        margin-top: 80px !important;
      }
    }


    .HHYj-FOoter-COnys{
      position: relative;
      width: 100%;
      height: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 200px;
    }
    @media screen and (max-width:1200px){
      .HHYj-FOoter-COnys{
        gap: 100px !important;
      }
    }

        @media screen and (max-width:1100){
      .HHYj-FOoter-COnys{
        gap: 50px !important;
      }
    }

        @media screen and (max-width:1000px){
      .HHYj-FOoter-COnys{
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 30px !important;
      }
    }


    .HHYj-FOoter-COnys-2{
      position: relative;
      width: 100%;
      height: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
     @media screen and (max-width:500px){
      .HHYj-FOoter-COnys{
        gap: 20px !important;
      }
       .HHYj-FOoter-COnys-2{
        display: flex !important;
        flex-direction: column !important;
        gap: 0px !important;
      }
      .HHYj-FOoter-COnys-2 ul{
        gap: 3px !important;
      }
     }

    .HHYj-FOoter-COnys-2 ul{
      position: relative;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .HHYj-FOoter-COnys-2 ul li{
      position: relative;
      width: 100%;
      height: auto;
    }

    .HHYj-FOoter-COnys-2 ul li a{
      position: relative;
      width: 100%;
      height: auto;
      font-size: 16px;
      padding: 8px;
      display: flex;
      transition: all 0.3s ease-in-out;
    }
     .HHYj-FOoter-COnys-2 ul li a:hover{
      opacity: 0.7;
     }



    .HHYj-FOoter-COnys-1{
      position: relative;
      width: 100%;
      height: auto;
    }

    .HHYj-FOoter-COnys-1 p{
      position: relative;
      font-size: 16px;
      line-height: 25px;
    }

     @media screen and (max-width:500px){
       .HHYj-FOoter-COnys-2 ul li a,
      .HHYj-FOoter-COnys-1 p{
        font-size: 15px !important;
      }
     }

       @media screen and (max-width:400px){
       .HHYj-FOoter-COnys-2 ul li a,
      .HHYj-FOoter-COnys-1 p{
        font-size: 14px !important;
      }
     }



    .ICOm-AKS{
      position: relative;
      width: 100%;
      height: auto;
      margin-top: 20px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }

     .ICOm-AKS a {
      position: relative;
      display: inline-flex;
      align-items: center;
      padding:8px 15px;
      border-radius: 30px;
      user-select: none;
      cursor: pointer;
      background-color: transparent;
      border: 1px solid #C7C7C7;
      gap: 10px;
      transition: all 0.3s ease-in-out;
      z-index: 1;
    }
    .ICOm-AKS a:hover{
     background-color: #dcdcdc;
     }


     /* okl-UUja */

     .okl-UUja{
      position: relative;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
      padding: 10px 20px;
      background-color: #fff;
      margin-top: 30px;
      border-radius: 30px;
     }

         .okl-UUja span{
          color: #909090;
         }

         .okl-UUja p a{
          text-decoration: underline;
          font-weight: 600;
          transition: all 0.3s ease-in-out;
         }

         .okl-UUja p a:hover{
          opacity: 0.7;
         }

  
         /* UJkl-Cookies */
         

         .UJkl-Cookies{
          position: fixed;
          width: 450px;
          height: auto;
          min-height: 100px;
          left: 5%;
          margin-left: 30px;
          bottom: 20px;
          background-color: rgba(51, 51, 51, 0.9);
          backdrop-filter: blur(10px);
          z-index: 1000;
          border-radius: 10px;
          padding: 20px;
          display: none;
          grid-template-columns: auto 1fr;
          gap: 20px;
          color: #fff;
          transition: all 0.5s ease-in-out;
          opacity: 0;
          pointer-events: none;
         }
         .UJkl-Cookies.show {
          opacity: 1;
          pointer-events: auto;
          display: grid;
        }


         @media screen and (max-width:1000px){
          .UJkl-Cookies{
            width: 90% !important;
            margin-left: 0px !important;
          }
         }

         @media screen and (max-width:400px){
             .UJkl-Cookies{
              display: flex !important;
              flex-direction: column !important;
              gap: 5px !important;
             }
         }

         .UJkl-Cookies-1 i{
          font-size: 30px;
         }

         .oakks-BBtns{
          position: relative;
          width: 100%;
          height: auto;
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          gap: 10px;
          margin-top: 20px;
         }

         .oakks-BBtns button{
           position: relative;
          display: inline-flex;
          align-items: center;
          padding:8px 35px;
          border-radius: 30px;
          user-select: none;
          cursor: pointer;
          background-color: transparent;
          border: 1px solid rgba(246, 246, 246,0.3);
          gap: 10px;
          transition: all 0.3s ease-in-out;
          z-index: 1;
         }
         

          .oakks-BBtns button.ACeet-CCOks{
          background-color: #3F8AEF;
          color: #fff;
          border-color: #3F8AEF;
         }

         .oakks-BBtns button.ReJEct-CCOks:hover{
          background-color: rgba(246, 246, 246,0.3);
         }

          @media screen and (max-width:350px){
               .oakks-BBtns{
              display: flex !important;
              flex-direction: column !important;
              gap: 10px !important;
             }
             .oakks-BBtns button{
              width: 100% !important;
              display: flex;
              align-items: center;
              justify-content: center;
              text-align: center;
             }
         }









































/* Gent-Contspkaa */


           .Gent-Contspkaa {
            position: relative;
            width: 100%;
            height: auto;
            margin-top: 15px;
        }

      
        .Gent-Contspkaa-Buttons {
            display: flex;
            overflow-x: auto;
            scroll-behavior: smooth;
            gap: 10px;
            scrollbar-width: none; 
            -ms-overflow-style: none; 
            justify-content: center; 
        }

        .Gent-Contspkaa-Buttons::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }

        .Gent-Contspkaa-Buttons.dragging {
            cursor: grab;
            user-select: none;
        }

        .Gent-Contspkaa-Buttons button {
             position: relative;
              display: inline-flex;
              align-items: center;
              padding: 10px 20px;
              border-radius: 30px;
              user-select: none;
              cursor: pointer;
              background-color: transparent;
              border: 1px solid #C7C7C7;
              gap: 10px;
              transition: all 0.3s ease-in-out;
              z-index: 1;
              white-space: nowrap;
              font-size: 13px;
        }

   
        .Gent-Contspkaa-Buttons button:hover {
          background-color: #e2e2e2;
        }
        .Gent-Contspkaa-Buttons button.active{
            background-color: #e2e2e2 !important;
            cursor: default !important;
        }


        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            -moz-backdrop-filter: blur(5px);
            color: #333;
            border: none;
            padding: 10px;
            cursor: pointer;
            border-radius: 5px;
            font-size: 14px;
            z-index: 10;
        }

        .prev-button {
            left: 10px;
             background: linear-gradient(to left, rgba(246, 246, 246,0.2) 0%, rgba(246, 246, 246,1) 100%);
        }

        .next-button {
            right: 10px;
             background: linear-gradient(to right, rgba(246, 246, 246,0.2) 0%, rgba(246, 246, 246,1) 100%);
        }

        .nav-button:disabled {
           display: none;
        }

        @media screen and (max-width:1200px){
           .next-button {
            right: 0px !important;
           }
           .prev-button {
            left: 0px !important;
           }
        }








        /* KKL-POLSU */

        .KKL-POLSU{
          position: relative;
          width: 100%;
          height:auto;
          margin-top: 50px;
        }
   @media screen and (max-width:500px){
      .KKL-POLSU{
        margin-top: 40px !important;
      }
   }
         


        .KKL-POLSU-Main{
          position: relative;
          width: 100%;
          height: auto;
          max-height: 0px;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          gap: 50px;
        }
        .KKL-POLSU-Main.active{
          max-height: 100%;
         }


        .Gland-CORS-Grid{
          position: relative;
          width: 100%;
          height: auto;
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
          grid-gap: 20px;
          grid-template-rows: auto;

        }

        .Gland-CORS-Grid  .NVAA_card {
           flex: 0 0 100% !important; 
        }

        @media screen and (max-width:400px){
          .Gland-CORS-Grid{
            display: flex !important;
            flex-direction: column !important;
          }
        }


        












        /* oikl-OOPls */

        .oikl-OOPls{
          position: relative;
          width: 100%;
          height: auto;
          overflow-x: auto;
          padding: 10px 0px;
          background-color: #e2e2e2;
          margin-bottom: 50px;
        }
        @media screen and (max-width:1000px){
          .oikl-OOPls{
            display: none !important;
          }
        }

        .oikl-OOPls .AAN_Site_Container{
          display: flex;
          align-items: center;
          gap: 8px;
          font-size: 13px;
        }

        .AAN_Site_Container span{
          height: 100%;
          display: inline-flex;
          align-items: center;
          position: relative;
        }
        @media screen and (max-width:400px){
          .AAN_Site_Container span{
            font-size: 13px !important;
          }
        }

        .AAN_Site_Container span i{
          line-height: 0%;
        }

        /* Imahnns-UUojs */

        .Imahnns-UUojs{
          position: relative;
          width: 100%;
          height: auto;
        }


        .Imahnns-UUojs-mIna{
          position: relative;
          width: 100%;
          height: auto;
          display: grid;
          grid-template-columns: 1fr auto;
          gap: 50px;
          padding: 0px 80px;
        }
        @media screen and (max-width:1200px){
          .Imahnns-UUojs{
            margin-top: 20px !important;
          }
          .Imahnns-UUojs-mIna{
            padding: 0px !important;
          }
        }
        @media screen and (max-width:1000px){
         .Imahnns-UUojs-mIna{
          display: flex !important;
          flex-direction: column !important;
          gap: 30px !important;
         }
         .Imahnns-Part-2{
          width: 100% !important;
          height: auto !important;
          position:  relative !important;
          top: 0px !important;
         }
        }

        .Imahnns-Part-1{
          position: relative;
          width: 100%;
          height: auto;
        }

        .GGyh-SSDGbs{
          position: relative;
          width: 100%;
          height: auto;
        }

        .GGyh-SSDGbs h2{
          font-size: 40px;
          position: relative;
          margin-bottom: 20px;
          font-weight: normal;
          line-height: 50px !important;
        }


         @media screen and (max-width:500px){
         .GGyh-SSDGbs h2{
            font-size: 30px !important;
            line-height: 40px !important;
          }
        }

        .GGyh-SSDGbs h3{
          font-size: 15px;
          font-weight: 600;
          margin: 15px 0px;
        }

        .GGyh-SSDGbs p{
          margin: 10px 0px;
        }
     .GGyh-SSDGbs ul li{
          margin: 10px 0px;
          list-style: disc;
        }
    .GGyh-SSDGbs ol,  
        .GGyh-SSDGbs ul{
          margin: 20px;
        }

        .GGyh-SSDGbs ol li{
          margin: 10px 0px;
          list-style:decimal;
        }


        /* Brook_Os */

        .Brook_Os{
          position: relative;
          width: 100%;
          height: auto;
          border: 1px solid #3F8AEF;
          border-radius: 10px;
          overflow:hidden;
          margin-top: 20px;
        }

.Brook_Os h3{
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 0px;
}

.Brook_Os ul{
  margin: 0;
  position: relative;
  width: 100%;
  background-color: #eaf0f9;
  padding: 0px;
}
.Brook_Os ul li{
  margin: 0px;
  list-style: none;
  padding: 10px 20px;
  border-bottom: 1px solid #c8d7ee;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}

.Brook_Os ul li i{
  position: relative;
  padding: 3px 7px;
  background-color: #c8e0fe;
  color: #3F8AEF;
  border-radius: 30px;
  height: 15px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-top:5px;
}

.Commt-Secgs,
.AAA_HYH_CCOu_FAQ{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.Commt-Secgs-Top h4,
.AAA_HYH_CCOu_FAQ h5{
  font-size: 20px;
  font-weight: 600;
}

.AAA_HYH_CCOu_FAQ_ParK{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}


/*Commt-Secgs-Main */

.Commt-Secgs-Main{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}


.Commt-Secgs-Box{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding-bottom: 10px;
}


.Commt-Secgs-Box-1{
  position: relative;
  display: flex;
  align-items: flex-start;
  width: auto;
  height: auto;
}
.Commt-Secgs-Box-1 img,
.Commt-Secgs-Box-1 span{
  position: relative;
  width: 27px;
  height: 27px;
    background-color: #cadff8;
    color: #3F8AEF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  object-fit: cover;
  object-position: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.Commt-Secgs-Box-2{
  position: relative;
  width: 100%;
  height: auto;
}

.CCOm-NBAm{
  position: relative;
  width: 100%;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.CCOm-NBAm h6{
  font-size: 15px;
  font-weight: 600;
}

.CCOm-NBAm span{
  font-size: 11px;
  color: #999;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
}

.CCOm-NBAm span::before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
  border-radius: 50%;
  left: 0px;
}


.oiks-OLskj{
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
    padding:10px 20px;
    border-radius: 10px;
    margin-top: 10px;
}
.oiks-OLskj .Pols-IUks{
  margin: 0px !important;
}

.oiks-OLskj p{
  margin: 5px 0px !important;
}






        .Imahnns-Part-2{
          width: 350px;
          position: sticky;
          top: 90px;
          height: 100vh;
        }

        .Imahnns-Part-2-MAin{
          position: relative;
          width: 100%;
          height: auto;
           background: #fff;
          box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
          -webkit-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
          -moz-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.33333);
          border-radius: 10px;
          overflow: hidden;
        }

        .KKjn-TOpls{
          position: relative;
          width: 100%;
          height: auto;
        }

        .KKjn-TOpls img{
          position: relative;
          width: 100%;
          height: auto;
          max-height: 200px;
          object-fit: cover;
          object-position: center;
        }


        .ooklj-oiauks{
          position: relative;
          width: 100%;
          height: auto;
          padding: 20px;
        }

        
          .Utagb-Pols{
            position: relative;
          width: 100%;
          height: auto;
          padding: 10px;
          border-radius: 8px;
          background-color: #e7f1fd;
          border: 2px solid #3F8AEF;
          display: flex;
          flex-direction: column;
          gap: 3px;
          align-items: flex-start;
          }

          .Utagb-Pols h3{
            font-size: 25px;
            line-height: 35px;
          }



        .ooklj-oiauks ul{
          position: relative;
          width: 100%;
          height: auto;
          display: flex;
          flex-direction: column;
          gap: 3px;
          align-items: flex-start;
          margin-top: 10px;
        }
        
         .ooklj-oiauks ul li{
          position: relative;
          width: 100%;
          display: flex;
          align-items: flex-start;
          gap: 10px;
          font-size: 14px;
          color: #5f5c5c;
         }
          .ooklj-oiauks ul li svg{
            width: 12px;
            flex-shrink: 0;
          }


          .YYhs-Btnsuna{
            position: relative;
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 15px;
          }

          .YYhs-Btnsuna button{
            position: relative;
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 13px 5px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            border: 1px solid transparent;
            user-select: none;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
          }

          .YYhs-Btnsuna button.bby-Btn{
            background-color: #3F8AEF;
            color: #fff;
          }

          .YYhs-Btnsuna button.Addc-btn{
            border-color: #3F8AEF;
            color: #3F8AEF;
            background-color: transparent;
          }

           .YYhs-Btnsuna button.Addc-btn:hover{
            background-color: #3F8AEF;
            color: #fff;
           }


           .Foostha{
            position: relative;
            width: 100%;
            height: auto;
            margin-top: 10px;
           }

           .Foostha p{
             position: relative;
            width: 100%;
            display: flex;
            align-items: flex-start;
            gap: 5px;
            font-size: 13px;
            color: #7c7c7c;
           }

           .Foostha p i{
            margin-top: 5px;
           }




           /* GGyhapsp */

           .GGyhapsp{
            position: relative;
            width: 100%;
            height: auto;
            margin-bottom: 15px;
           }

           .GGyhapsp h6{
            position: relative;
            width: 100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            flex-wrap: wrap;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
           }


           /* Cardtgs-UJS */

           .Cardtgs-UJS{
            position: relative;
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
           }

           .Cartg-Box{
            position: relative;
            width: 100%;
            height: auto;
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 20px;
            padding: 15px 0px;
            border-bottom: 1px solid #d3d3d3;
           }
           @media screen and (max-width:500px){
            .Cartg-Box{
              display: flex !important;
              flex-direction: column !important;

            }
             .Cartg-Box-1 img{
              width: 100% !important;
              height: auto !important;
              max-height: 250px !important;
             }
           }

           .Cartg-Box-1{
            position: relative;
            display: flex;
            align-items: flex-start;
           }

           .Cartg-Box-1 img{
            position: relative;
            width: 100px;
            height: 60px;
            object-fit: cover;
            object-position: center;
            border-radius: 8px;
            box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.8);
          -webkit-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.8);
          -moz-box-shadow: 0 0 30px hsla(0, 0%, 84.3%, 0.8);
           }

           .Cartg-Box-2{
            position: relative;
            width: 100%;
            height: auto;
           }


           .Cartg-Box-2 h4{
            font-size: 16px;
            font-weight: 600;
            display: -webkit-box;
            -webkit-line-clamp: 2; 
          line-clamp: 2; 
          -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 10px;
           }
           @media screen and (max-width:500px){
             .Cartg-Box-2 h4{
              font-size: 15px !important;
             }
           }

              .Cartg-Box-2 p{
            font-size: 14px;
            display: -webkit-box;
            -webkit-line-clamp: 2; 
          line-clamp: 2; 
          -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 10px;
            color: #6a6969;
           }

.aojsusk-Btsn{
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
  @media screen and (max-width:300px){
.aojsusk-Btsn{
  flex-direction: column !important;
  gap: 8px !important;
}
      .aojsusk-Btsn a,
           .aojsusk-Btsn button {
            width: 100% !important;
            justify-content: center !important;
            text-align: center !important;
            padding: 12px 15px !important;
           }
  }
           .aojsusk-Btsn a,
           .aojsusk-Btsn button {
             position: relative;
              display: inline-flex;
              align-items: center;
              padding: 8px 15px;
              border-radius: 30px;
              user-select: none;
              cursor: pointer;
              background-color: transparent;
              border: 1px solid #C7C7C7;
              gap: 10px;
              transition: all 0.3s ease-in-out;
              z-index: 1;
              white-space: nowrap;
              font-size: 12px;
              line-height: 100%;
        }

   .aojsusk-Btsn a:hover,
        .aojsusk-Btsn button:hover {
          background-color: #e2e2e2;
        }
     

        .cours-Dlt-Btn{
          background-color: #333 !important;
          color: #fff !important;
        }







