#header{
      background-color:#FEF371;
    }
    #header .navbar a {
      color: #000000;
    }
    #header .navbar .getstarted1 {
      color: #ffffff;
      background-color: #000000;
    }
    #header .navbar .getstarted2,
    #header .navbar .getstarted2:focus {
      color: #000000; 
      border: solid 1px #000000;
    }
    #header .navbar .getstarted2:before {
      color: #000000;
    }
    #hero{
      background-color: #FFFFFF;
      padding: 0;
      margin: 0;
      height: auto;
    }
    #hero .containerr{
      padding: 92px 24px 0;
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
    }
    #hero .containerr .imgg {
        display: none;
        width: 200px;
        transform-style: preserve-3d;
      animation: spin 5s linear infinite;
      transition: transform 0.3s ease, width 0.3s ease;
      }
    #hero .containerr .content1, .content2{
      width: 50%;
      padding-top: 80px;
    }
    #hero .content1 span{
      font-size: 14px;
    }
    #hero .content1 h3{
      margin: 24px 0 32px;
      max-width: 560px;
      padding: 0;
      color: #1f2836;
    }
    #hero .content1 .features{
      margin-bottom: 48px;
    }
    #hero .content1 .features p{
      font-size: 18px;
      margin-bottom: 20px;
    }
    #hero .content1 .features p:last-child {
      margin-bottom: 0;
    }
    #hero .content1 .sw-btn{
      font-size: 16px;
      font-weight: bold;
      height: 52px; 
      color: #1F2836; 
      border-radius: 25px; 
      border: none; 
      background-color: #F8F533;
      margin-top: 0.5%; 
      padding: 0 20px 0 20px;
      width: 296px;
    }
    #hero .containerr .content2{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    #hero .containerr .content2 {
      perspective: 800px; /* important for 3D effect */
    }
    #hero .containerr .content2 img {
      width: 300px;
      transform-style: preserve-3d;
      animation: spin 5s linear infinite;
      transition: transform 0.3s ease, width 0.3s ease;
    }
    #hero .containerr .content2 img:hover {
      animation: none;
    }

    @keyframes spin {
      from {
        transform: rotateY(0deg);
      }
      to {
        transform: rotateY(360deg);
      }
    }


    @media(max-width:1024px){
      #hero {
        height: auto;
      }
    }
    @media(max-width:600px){
      #hero {
        height: auto;
      }
      #hero .containerr{
        padding:64px 16px 0;
        max-width: 100%;
        margin: 0 auto;
        flex-direction: column;
      }
      
      #hero .containerr .content1, .content2{
        width: 100%;
        padding-top: 40px;
      }
      #hero .containerr .content2 {
        display: none;
      }
      #hero .containerr .imgg {
        display: block;
        margin: 0 auto;
      }
      #hero .containerr .content2 h3{
        text-align: center;
        margin: 36px 0 32px;
        max-width: 328px;
      }
      #hero .row, .container{
        margin: 0;
        padding: 0;
      }
      #hero h3{
        text-align: left;
        font-size: 32px;
        margin:36px 0 32px;
        padding: 0 16px;
      }
    }
    .navbar li a{
      color: black;
    }
    .mySlidesContainer{
      padding: 0;
    }
    @media (max-width: 600px) {
      .sw-brd{
        border-right: none;
        border-bottom: 2px solid #1F28361A;
        padding: 20px 0;
      }
      #hero .content1 .sw-btn{
        width: 100%;
      }
    }

    #hubsec1{
      padding: 0;
    }
    #hubsec1 .containerr{
      padding: 80px 24px;
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
    }
    #hubsec1 .containerr .content1, .content2{
      width: 50%;
      padding-top: 80px;
    }
    #hubsec1 .content1 span{
      font-size: 14px;
    }
    #hubsec1 .content1 h3{
      margin: 24px 0 8px;
      max-width: 560px;
      padding: 0;
      color: #1f2836;
      text-align: left;
    }
    #hubsec1 .content1 p{
      font-size: 18px;
      margin-bottom: 48px;
    }
    #hubsec1 .content1 .sw-btn{
      font-size: 16px;
      font-weight: bold;
      height: 52px; 
      color: #1F2836; 
      border-radius: 25px; 
      border: none; 
      background-color: #F8F533;
      margin-top: 0.5%; 
      padding: 0 20px 0 20px;
      width: 296px;
      margin-bottom: 48px;
    }
    #hubsec1 .containerr .content2{
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #hubsec1 .slider {
      position: relative;
      overflow: hidden;
    }
    #hubsec1 .slides {
      display: flex;
      transition: transform 0.6s ease;
    }
    #hubsec1 .slides img {
      width: 100%;
      flex-shrink: 0;
      padding: 20px;
      cursor: pointer;
    }
    /* Pagination dots */
    #hubsec1 .dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 12px;
    }
    #hubsec1 .dot {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 50%;
      cursor: pointer;
    }
    #hubsec1 .dot.active {
      background: #1a2b6d;
    }

    .img-popup {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.85);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    .popup-slider {
      width: 90%;
      max-width: 1100px;
    }
    .popup-slides {
      display: flex;
      transition: transform 0.5s ease;
    }
    .popup-slides img {
      width: 100%;
      flex-shrink: 0;
      border-radius: 12px;
    }
    #hubsec1 .slides img,
    .popup-slides img {
      user-select: none;
      -webkit-user-drag: none;
    }
    .close-popup {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
    }
    .popup-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 45px;
      color: #fff;
      cursor: pointer;
      user-select: none;
      padding: 10px 15px;
      background: rgba(0,0,0,0.4);
      border-radius: 50%;
    }

    .popup-nav.prev { left: 20px; }
    .popup-nav.next { right: 20px; }

    .popup-nav:hover {
      background: rgba(255,255,255,0.3);
    }

    /*@media(max-width:1024px){
      #hubsec1 {
        height: 666px;
      }
    }
    @media(max-width:600px){
      #hubsec1 .containerr{
        padding:0px 16px 0;
        max-width: 100%;
        margin: 0 auto;
        flex-direction: column;
      }
      #hubsec1 .containerr .content1, .content2{
        width: 100%;
        padding: 0;
      }
      #hubsec1 .containerr .content2 h3{
        margin: 36px 0 32px;
        max-width: 328px;
      }
      #hubsec1 .row, .container{
        margin: 0;
        padding: 0;
      }
      #hubsec1 h3{
        text-align: left;
        font-size: 32px;
        margin:36px 0 32px;
        padding: 0 16px;
      }
      #hubsec1 .content1 .sw-btn {
        width: 100%;
      }
    }*/
    @media (max-width:1024px){
  #hubsec1 {
    height: auto;
  }
}

@media (max-width:600px){

  #hubsec1 {
    padding-bottom: 40px;
  }

  #hubsec1 .containerr{
    padding: 0 16px;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  #hubsec1 .containerr .content1,
  #hubsec1 .containerr .content2{
    width: 100%;
    padding: 0;
  }

  #hubsec1 .slider {
    width: 100%;
  }

  #hubsec1 .slides img {
    padding: 8px;
  }

  #hubsec1 h3{
    text-align: left;
    font-size: 26px;
    margin: 24px 0;
    padding: 0;
  }

  #hubsec1 .content1 p {
    font-size: 14px;
    line-height: 1.6;
  }

  #hubsec1 .content1 .sw-btn {
    width: 100%;
    margin-top: 16px;
  }

  /* Popup fixes */
  .popup-slider {
    width: 95%;
  }

  .popup-nav {
    display: none;
    top: 63%;
    font-size: 28px;
    padding: 8px 12px;
    background: transparent;
  }

  .close-popup {
    font-size: 26px;
    top: 16px;
    right: 16px;
  }
}


    #hubsec2 {
      padding: 80px 0;
    }
    #hubsec2 .features {
      max-width: 1100px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 60px 80px;
    }
    #hubsec2 .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }
    #hubsec2 .feature-item .icon {
      font-size: 32px;
      color: #333;
      line-height: 1;
    }
    #hubsec2 .feature-item h3 {
      text-align: left;
      font-size: 32px;
      margin: 0 0 8px;
      color: #1f2836;
      padding: 0;
    }
    #hubsec2 .feature-item p {
      font-size: 16px;
      color: #1f2836;
      margin: 0;
      line-height: 1.6;
    }

    /* Mobile */
    @media (max-width: 768px) {
      #hubsec2 .features {
        grid-template-columns: 1fr;
        gap: 40px;
      }
    }

    #hubsec3 {
      padding: 80px 0;
    }
    #hubsec3 .containerr{
      text-align: center;
    }
    #hubsec3 h3{
      font-size: 48px;
      margin: 0 auto 20px;
      padding: 0;
      color: #1F2836;
      max-width: 776px;
    }
    #hubsec3 p{
      font-size: 18px;
      margin: 0 0 48px;
      padding: 0;
      color: #1F2836;
    }
    #hubsec3 .sw-btn{
      font-size: 16px;
      font-weight: bold;
      height: 52px; 
      color: #1F2836; 
      border-radius: 25px; 
      border: none; 
      background-color: #F8F533;
      margin-top: 0.5%; 
      padding: 0 20px 0 20px;
      width: 296px;
    }
    /* Mobile */
    @media (max-width: 768px) {
      #hubsec3 {
        padding: 20px 16px;
      }
      #hubsec3 h3{
        text-align: center;
        font-size: 32px;
      }
      #hubsec3 .sw-btn{
        width: 100%;
      }
    }

    #youtubesec{
      margin: 0 auto;
      padding: 0;
    }
    #youtubesec .containerr{
      text-align: center;
      background: linear-gradient(180deg, #0e0b1f, #533886 38.83%, #5d3f8a 50%, #956a9d 90.13%, #9f72a0);
    }

    #hubsec4 {
      padding: 0;
      margin: 0 auto;
    }
    #hubsec4 .why-us {
      max-width: 1100px;
      margin: auto;
      padding: 40px 20px;
    }
    #hubsec4 .why-us h3 {
      padding: 0;
      text-align: left;
      font-size: 40px;
      margin: 0;
    }
    #hubsec4 .why-us h4 {
      font-size: 18px;
      margin: 0;
    }
    #hubsec4 .why-us p {
      font-size: 14px;
      margin: 0;
    }
    /* Desktop layout */    
    #hubsec4 .compare .row {
      display: grid;
      grid-template-columns: 1fr 160px 160px;
      align-items: center;
      padding: 24px 0;
      border-bottom: 1px solid #ddd;
    }
    #hubsec4 .compare .header {
      border-bottom: none;
      font-weight: 600;
      color: #555;
    }
    #hubsec4 .col-title {
      text-align: center;
    }
    #hubsec4 .feature h4 {
      margin: 0 0 6px;
      font-size: 18px;
    }
    #hubsec4 .feature p {
      margin: 0;
      font-size: 14px;
      color: #666;
    }
    #hubsec4 .status {
      text-align: center;
      font-weight: 600;
    }
    #hubsec4 .yes { 
      color: #4caf50; 
    }    
    #hubsec4 .partly { 
      color: #ff9800; 
    }    
    #hubsec4 .no { 
      color: red; 
    }

    /* 🔁 Mobile transformation */
    @media (max-width: 768px) {

      #hubsec4 .why-us h3 {
        font-size: 38px;
      }
      #hubsec4 .compare .row {
        padding-right: 0;
        padding-left: 0;
      }
      #hubsec4 .feature {
        padding:0
      }
      #hubsec4 .compare .col-title {
        display: none;
      }
      #hubsec4 .compare .row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 28px 0;
      }
      #hubsec4 .status {
        text-align: left;
        position: relative;
        padding-left: 180px;
      }
      #hubsec4 .status::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        top: 0;
        color: #444;
        font-weight: normal;
      }
    }
#fri-sec3 {
    padding: 140px 250px 30px;
  }
  #fri-sec3 h3{
    font-family: PPAgrandir-NarrowBold;
    padding: 0 0 48px 0;
    max-width: 666px;
    margin: 0 auto;
  }
  #fri-sec3 .faq-box{
    display: block;
    justify-content: center;
    align-items: center;
  }
  #fri-sec3 .faq-container {
    max-width: 802px;
    margin: 0 auto 24px;
    border-radius: 16px;
    border: 1px solid #53688833;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 1px 8px 20px #0D0F460F; 
  }
  #fri-sec3 .faq {
    padding: 32px;
    overflow: hidden;
    border-radius: 16px;
  }
  .faq.active {
   background-color: #FFFFFF; 
 }
 #fri-sec3 .faq-container .faq .faq-toggle {
  background-image: url('../assets/img/Group 192069 (1).svg');
  background-size: cover;
  border-radius: 0;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  transition: none;
  background-color: transparent;
}
#fri-sec3 .faq-container .faq.active .faq-toggle {
  background-image: url('../assets/img/Group 192069.svg');
  border-radius: 0;
  border: none;
  background-color: transparent;
}
#fri-sec3 .faq-btn{
  text-align: center;
  padding-top: 20px;
}
#fri-sec3 .faq-btn .btn{
  text-align: center;
  width: 166px;
  height:44px; 
  font-family: GeneralSans-Semibold;
  font-size: 16px;
  border-radius: 25px; 
  border: solid 1px #1F2836; 
  background-color:transparent; 
}

@media(max-width:1024px){
  #fri-sec3 {
    padding: 70px 45px;
  }
}
@media(max-width:600px){
  #fri-sec3 {
    padding: 70px 16px 78px;
    border-bottom: 1px solid #ECEDF7;
  }
  #fri-sec3 h3{
    text-align: left;
    padding: 0 0 32px 0;
    max-width: 328px;
    margin: 0;
  }
  #fri-sec3 .faq-container {
    max-width: 100%;
    margin: 0 auto 12px;
    border: 1px solid #5368881A;
    box-shadow: 1px 8px 30px #0D0F460D; 
  }
  #fri-sec3 .faq {
    padding: 20px 16px;
  }
  #fri-sec3 button{
    padding: 10px;
  }
  #fri-sec3 .faq-container .faq .faq-toggle {
    top: 20px;
    right: 17px;
    height: 24px;
    width: 24px;
  }
  #fri-sec3 .faq-title {
    max-width: 261px;
    margin: 0;
  }
  #fri-sec3 .faq-text {
    max-width: 296px;
  }
  #fri-sec3 .faq-btn{
    text-align: center;
    padding-top: 8px;
  }
  #fri-sec3 .faq-btn .btn{
    width: 100%;
  }
}