   .frontend-development-services-container,
    .backend-development-services-container {
      text-align:center;
    padding: 40px 0px;
    }


    .frontend-development-service-card,
    .backend-development-service-card {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      background: #1e293b;
      box-shadow: 0 10px 30px rgba(0,255,200,0.1);
      transition: all 0.5s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      min-height: 430px;
      padding-bottom: 20px;
    }

    .frontend-development-service-card::before,
    .backend-development-service-card::before {
      content:'';
      position:absolute;
      top:0; left:-100%;
      width:200%; height:100%;
      background: linear-gradient(270deg, #10b981, #3b82f6, #facc15, #ef4444);
      background-size: 200% 200%;
      opacity:0.25;
      z-index:0;
      animation: codeGlow 6s linear infinite;
    }

    @keyframes codeGlow {
      0% {background-position:0% 50%;}
      50% {background-position:100% 50%;}
      100% {background-position:0% 50%;}
    }

    .frontend-development-service-card .frontend-development-inner-shape,
    .backend-development-service-card .backend-development-inner-shape {
      position:absolute; border-radius:50%; z-index:0; opacity:0.1;
      animation: floatShape 5s ease-in-out infinite alternate;
    }
    .frontend-development-service-card .frontend-development-inner-shape.one,
    .backend-development-service-card .backend-development-inner-shape.one {width:50px;height:50px;background:#3b82f6;top:10px;right:10px;}
    .frontend-development-service-card .frontend-development-inner-shape.two,
    .backend-development-service-card .backend-development-inner-shape.two {width:30px;height:30px;background:#10b981;bottom:15px;left:15px;}
    .frontend-development-service-card .frontend-development-inner-shape.three,
    .backend-development-service-card .backend-development-inner-shape.three {width:20px;height:20px;background:#facc15;top:40%;left:40%;}

    @keyframes floatShape {
      0%{transform:translateY(0px) rotate(0deg);}
      100%{transform:translateY(-10px) rotate(15deg);}
    }

    .frontend-development-service-image,
    .backend-development-service-image {
      width:100%; height:200px; object-fit:cover;
      border-top-left-radius:20px; border-top-right-radius:20px;
      z-index:1; position:relative;
      transition: transform 0.5s ease;
    }
 
 .frontend-development-service-card h5, .backend-development-service-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #04baec;
    z-index: 1;
    transition: all 0.4s ease;
    text-align: center;
    margin-top: 20px;
    padding: 0 4px;
}
    .frontend-development-service-card h5::after,
    .backend-development-service-card h5::after {
      content:'';
      position:absolute;
      left:50%; bottom:-5px;
      transform:translateX(-50%);
      width:0; height:2px;
      background:#3b82f6;
      border-radius:2px;
      transition: width 0.4s ease;
    }
    .frontend-development-service-card h5:hover::after,
    .backend-development-service-card h5:hover::after {width:50%;}

    .frontend-development-service-card p,
    .backend-development-service-card p {
      font-size:14px;
      color:#cbd5e1;
      line-height:1.6;
      padding:0 15px 20px;
      z-index:1; position:relative;
      text-align:center;
      flex-grow:1;
    }

    .frontend-development-service-card:hover,
    .backend-development-service-card:hover {
      box-shadow: 0 30px 50px rgba(16,185,129,0.3);
    }

    .frontend-development-extra,
    .backend-development-extra {display:none;}

 
    
      /* Hero Section */
  .servises_deytale-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url('https://bairesdev.mo.cloudinary.net/blog/2023/10/IT-Maintenance-Support.jpg') center/cover no-repeat;
    position: relative;
    overflow: hidden;
    padding: 90px;
}
  .servises_deytale-hero::after {
    content: '';
    position: absolute; top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.6);
  }
  .servises_deytale-hero h1 {
    position: relative;
    font-size: 64px;
    font-weight: 700;
    z-index: 1;
    background: linear-gradient(90deg, #00f5a0, #00d9f5, #ff5d9e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    animation: servises_deytale-gradientMove 3s ease infinite alternate;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.7);
  }
  @keyframes servises_deytale-gradientMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
  }

  /* Service Section */
  
  .servises_deytale-card {
    background: rgba(255,255,255,0.05);
    border-radius: 25px;
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.7);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-bottom: 50px;
  }
  .servises_deytale-card:hover {
    box-shadow: 0 25px 70px rgba(0,0,0,0.9);
  }
  .servises_deytale-card-img {
    border-radius: 20px 0 0 20px;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
  
  .servises_deytale-card-content {
    padding: 40px;
  }
  .servises_deytale-card-content h2 {
    font-size: 36px;
    font-weight: 700;
    -webkit-background-clip: text;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
    color: #05b8e9;
}
  .servises_deytale-card-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #e0e0e0;
  }

  /* Collapsible Features & Benefits */
.collapsible-header {
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #28acd2;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 15px;
    background: rgb(3 42 109 / 15%);
    transition: background 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .collapsible-header:hover {
    background: rgba(7, 61, 156, 0.15);
  }
  .arrow {
    transition: transform 0.3s ease;
    font-size: 16px;
  }
  .collapsible-header[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
  }

  .servises_deytale-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .servises_deytale-features li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    color: white;
  }
  .servises_deytale-features li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #00f5a0;
    font-weight: 700;
  }

  /* FAQ Section */
  .servises_deytale-faq {
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
  }
.servises_deytale-accordion .accordion-button {
    background: rgba(255,255,255,0.05);
    color: #05276e;
    font-weight: 600;
    font-size: 18px;
    
    
}
  .servises_deytale-accordion .accordion-button:not(.collapsed) {
    background: rgb(3 40 110);
    color: #08b8eb;
}
  .servises_deytale-accordion .accordion-body {
    background: rgb(4 186 236);
    color: #ffffff;
    /* border-radius: 15px; */
    font-size: 16px;
    line-height: 24px;
}
  /* Contact CTA */
.servises_deytale-cta {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(135deg, #03b9eb, #0c296e);
    box-shadow: 0 15px 40px rgba(0,0,0,0.7);
    transition: transform 0.3s, box-shadow 0.3s;
}
  .servises_deytale-cta:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.8); }
.servises_deytale-cta h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
} 
.servises_deytale-cta p {
    font-size: 16px;
    line-height: 24px;
    color: white;
}  



    .css_devlopment-box {
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(10px);
      border-radius: 20px;
      padding: 30px 25px 80px;
      position: relative;
      border: 1px solid rgba(255, 255, 255, 0.1);
      height: 100%;
      transition: all 0.4s ease;
      box-shadow: 0 0 0 rgba(0, 123, 255, 0);
    }

    .css_devlopment-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 20px rgba(0, 123, 255, 0.3);
    }

    .css_devlopment-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
}

    .css_devlopment-desc {
      font-size: 14px;
      margin-bottom: 20px;
      line-height: 1.6;
      color: #ccc;
    }

    .css_devlopment-list {
      list-style: none;
      padding: 0;
      margin: 0 0 30px;
    }

    .css_devlopment-list li {
      background: linear-gradient(90deg, #001f3f, #003366);
      color: #fff;
      padding: 10px 14px;
      margin-bottom: 10px;
      border-radius: 8px;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: inset 0 0 5px rgba(255,255,255,0.1);
    }

    .css_devlopment-list li::before {
      content: '✔️';
      color: #00ff99;
      font-size: 16px;
    }

    .css_devlopment-button {
    position: absolute;
    bottom: 20px;
    right: 25px;
}

    .css_devlopment-button .btn {
          background: linear-gradient(90deg, #0056ff, #00cfff);
    color: #fff;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    z-index: 99;
    }

    .css_devlopment-button .btn:hover {
    opacity: 0.9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 195, 255, 0.4);
    color: black;
    }

    @media (max-width: 767px) {
      .css_devlopment-button {
        position: relative;
        margin-top: 20px;
        left: 0;
        bottom: 0;
      }

      .css_devlopment-box {
        padding-bottom: 40px;
      }
    }
    .qrpopup-Empowering-qr-code-centers img {
      width: 200px;
      cursor: pointer;
      border: 2px solid #ccc;
      border-radius: 10px;
    }

    @media (max-width: 500px) {
      .qrpopup-modal-content {
        padding: 15px;
      }

      .qrpopup-form-container h3 {
        font-size: 16px;
      }

      .qrpopup-form-section h4 {
        font-size: 15px;
      }
    }
  /* Responsive */
  @media(max-width:768px){
    .servises_deytale-hero h1 { font-size: 32px; }
    .servises_deytale-card { flex-direction: column; }
    .servises_deytale-card-content { padding: 20px; text-align: center; }
    .servises_deytale-card-img { border-radius: 20px; min-height: 300px; }
    .servises_deytale-card-content h2 { font-size: 28px; }
    .servises_deytale-card-content p { font-size: 15px; line-height: 22px; }
    .collapsible-header { font-size: 16px; }
    .servises_deytale-features li { font-size: 14px; }
    .servises_deytale-faq h3 { font-size: 28px; }
    .servises_deytale-accordion .accordion-button { font-size: 16px; }
    .servises_deytale-accordion .accordion-body { font-size: 15px; line-height: 22px; }
    .servises_deytale-cta h3 { font-size: 28px; }
  }



   /* ===== Modal Background ===== */
    

    /* ===== Modal Box ===== */
    .qrpopup-modal-content {
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    backdrop-filter: blur(12px);
    animation: fadeInUp 0.5s ease;
    border: 1px solid rgba(255,255,255,0.3);
    margin-top: 40px;
}

    @keyframes fadeInUp {
      from { transform: translateY(50px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    /* ===== Header ===== */
    .qrpopup-form-container h3 {
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #0d47a1;
      text-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    }

    /* ===== Section Styling ===== */
    .qrpopup-form-section {
      background: rgba(255,255,255,0.6);
      padding: 20px 25px;
      border-radius: 16px;
      margin-bottom: 25px;
      box-shadow: inset 0 0 8px rgba(0,0,0,0.05);
      border: 1px solid rgba(0,0,0,0.05);
    }

    .qrpopup-form-section h4 {
      font-size: 18px;
      margin-bottom: 20px;
      color: #1976d2;
      border-left: 4px solid #42a5f5;
      padding-left: 10px;
      font-weight: 600;
    }

    /* ===== Floating Label Input ===== */
    .qrpopup-floating-group {
    position: relative;
    margin-bottom: 35px;
}
    .qrpopup-floating-input {
      width: 100%;
      padding: 16px 14px;
      font-size: 14px;
      border: 1px solid rgba(0,0,0,0.1);
      border-radius: 12px;
      background: rgba(255,255,255,0.7);
      backdrop-filter: blur(6px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: 0.3s;
    }

    .qrpopup-floating-input:focus {
      border-color: #1976d2;
      box-shadow: 0 0 12px rgba(25,118,210,0.4);
      outline: none;
    }

    .qrpopup-floating-label {
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px;
      color: #555;
      background: rgba(255,255,255,0.85);
      padding: 0 6px;
      transition: 0.3s;
      pointer-events: none;
    }

    .qrpopup-floating-input:focus + .qrpopup-floating-label,
    .qrpopup-floating-input:not(:placeholder-shown) + .qrpopup-floating-label {
      top: -10px;
      left: 12px;
      font-size: 12px;
      font-weight: 600;
      color: #1976d2;
    }

    textarea.qrpopup-floating-input {
      height: 100px;
      resize: none;
    }

    /* ===== Submit Button ===== */
    .qrpopup-submit-btn {
      width: 100%;
      padding: 16px;
      background: linear-gradient(135deg, #42a5f5, #1976d2);
      color: white;
      font-size: 16px;
      font-weight: 700;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      margin-top: 20px;
      transition: 0.4s;
      box-shadow: 0 6px 16px rgba(25,118,210,0.3);
    }

    .qrpopup-submit-btn:hover {
      background: linear-gradient(135deg, #1976d2, #0d47a1);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(25,118,210,0.4);
    }

    /* ===== Responsive Enhancements ===== */
    @media (max-width: 768px) {
      .qrpopup-modal-content {
        padding: 20px;
      }
    }
    
    /* ===== Modern Stats Section ===== */
    .app_stats {
      padding: 40px 0;
  }

    .counting {
    background: linear-gradient(145deg, #6a11cb, #2575fc);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    text-align: center;
}
    .counting:hover {
      transform: translateY(-15px) scale(1.05);
      box-shadow: 0 25px 50px rgba(0,0,0,0.35);
    }

    .app_stats h3 {
      font-size: 35px;
      font-weight: 900;
      margin-bottom: 15px;
      position: relative;
    }

    .app_stats h3::after {
      content: '';
      display: block;
      width: 70px;
      height: 5px;
      background: rgba(255,255,255,0.8);
      margin: 10px auto 0;
      border-radius: 3px;
    }

    .app_stats p {
      font-size: 18px;
      font-weight: 500;
      color: rgba(255,255,255,0.9);
    }

    /* Animated floating circle */
    .counting::before {
      content: '';
      position: absolute;
      width: 120px;
      height: 120px;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      top: -40px;
      right: -40px;
      z-index: 0;
      animation: float 6s ease-in-out infinite;
    }

    @keyframes float {
      0%, 100% { transform: translateY(0px) translateX(0px);}
      50% { transform: translateY(-20px) translateX(20px);}
    }

    /* Ensure content is above circle */
    .counting  {
      position: relative;
      z-index: 1;
    }

    /* ===== Features Section ===== */
    .app_features {
      padding: 40px 0;
      background: linear-gradient(180deg, #f9f9fc 0%, #fff 100%);
    }

    .app_features h5 {
      color: #6a11cb;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .app_features h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 25px;
    }

    .app_features p {
      font-size: 16px;
      color: #555;
      margin-bottom: 30px;
    }

    .app_features_list {
      list-style: none;
      padding: 0;
    }

    .app_features_list li {
      font-size: 16px;
      color: #333;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .app_features_list li i {
      color: #6a11cb;
      font-size: 18px;
      margin-right: 12px;
    }

    .app_features_list li:hover {
      color: #2575fc;
      transform: translateX(5px);
    }

    .app_btns a {
      display: inline-block;
      font-weight: 500;
      padding: 14px 32px;
      margin-right: 15px;
      border-radius: 50px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .app_btns .btn_primary {
      background: #6a11cb;
      color: #fff;
    }

    .app_btns .btn_primary:hover {
      background: #2575fc;
      transform: translateY(-3px);
    }

    .app_btns .btn_secondary {
      background: transparent;
      border: 2px solid #6a11cb;
      color: #6a11cb;
    }

    .app_btns .btn_secondary:hover {
      background: #6a11cb;
      color: #fff;
      transform: translateY(-3px);
    }

    .app_features img.app_mockup {
      max-width: 450px;
      width: 100%;
      border-radius: 25px;
      box-shadow: 0 15px 50px rgba(0,0,0,0.15);
      transition: transform 0.5s ease;
    }
  /* Floating Animated Background Shapes */
         .Mobile_app_development2-bg-shape {
         position: absolute;
         border-radius: 50%;
         opacity: 0.2;
         animation: float 20s infinite linear;
         mix-blend-mode: screen;
         }
         @keyframes float {
         0% { transform: translateY(0) translateX(0) rotate(0deg); }
         50% { transform: translateY(-100px) translateX(50px) rotate(180deg); }
         100% { transform: translateY(0) translateX(0) rotate(360deg); }
         }
         /* Section Common */
         #Mobile_app_development2 {
         position: relative;
         padding: 40px 0;
         z-index: 1;
         overflow: hidden;
         }
         .dp_contant p {
    color: white;
}
#Pricing2 {
padding: 40px 0px ;
}
.Mobile_app_development2-glass-card h4 {
    color: white;
}
.Mobile_app_development2-pricing-box p {
    color: white;
}
.Mobile_app_development2-glass-card p {
    color: white;
}
         .dp_contant h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #03b8eb, #082b6c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
         .Mobile_app_development2-subtitle {
         font-size: 16px;
         color: #aaa;
         margin-bottom: 15px;
         }
         /* Glassmorphism Cards */
         .Mobile_app_development2-glass-card {
         background: rgba(255,255,255,0.05);
         border-radius: 20px;
         padding: 30px 20px;
         backdrop-filter: blur(15px);
         box-shadow: 0 20px 40px rgba(0,0,0,0.5);
         transition: transform 0.5s, box-shadow 0.5s;
         }
         .Mobile_app_development2-glass-card:hover {
         transform: translateY(-15px) rotateX(5deg) rotateY(5deg);
         box-shadow: 0 30px 70px rgb(2 184 234);
         }
         /* Buttons */
         
         /* Images */
         .Checkout {
  width: 100%;
  height: 400px; /* apne hisaab se height set karein */
background-size: cover;
background-position: center;
  border-radius: 15px; /* optional stylish rounding */
}
         /* Pricing Boxes */
         .Mobile_app_development2-pricing-box {
         background: rgba(255,255,255,0.05);
         border-radius: 20px;
         padding: 40px 25px;
         box-shadow: 0 20px 60px rgba(0,0,0,0.5);
         text-align: center;
         transition: transform 0.5s, box-shadow 0.5s;
         }
         .Mobile_app_development2-pricing-box:hover {
         transform: translateY(-15px) rotateX(5deg);
         box-shadow: 0 30px 70px rgb(2 184 234);
            

         }
         .Mobile_app_development2-price {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0;
    background: linear-gradient(90deg, #05276c, #04baec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
         .Mobile_app_development2-pricing-box ul {
         list-style: none;
         padding: 0;
         margin: 0 0 20px 0;
         color: #ccc;
         }
         .Mobile_app_development2-pricing-box ul li {
         font-size: 16px;
         margin-bottom: 10px;
         }
         /* Feature Icons */
         .Mobile_app_development2-feature-icon {
    font-size: 50px;
    color: #fff;
    background: linear-gradient(135deg, #03b9eb, #03286d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 15px rgb(2 184 234);
    transition: transform 0.5s ease, text-shadow 0.5s ease;
}
         .Mobile_app_development2-glass-card:hover .Mobile_app_development2-feature-icon {
         transform: scale(1.2) rotate(10deg);
         text-shadow: 0px 0px 25px rgba(120,115,245,0.9);
         }

          /* Chat Button */

          
  #chat-toggle {
    background: #0ea5a4;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
    animation: pulse 2s infinite; /* Added animation */
  }
  #chat-toggle:hover { opacity: 0.9; }

  @keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 rgba(14,165,164,0.4);}
    50% { transform: scale(1.1); box-shadow: 0 0 15px rgba(14,165,164,0.6);}
    100% { transform: scale(1); box-shadow: 0 0 0 rgba(14,165,164,0.4);}
  }
/* Chat Widget Button */
  #chat-widget {
    position: fixed;
    bottom: 10px;
    right: 16px;
    z-index: 9999;
}
  #chat-toggle {
    background: #0ea5a4;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  #chat-toggle:hover { opacity: 0.9; }

  /* Chat Box */
  #chat-box {
    display: none;
    width: 300px;
    max-height: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    bottom: 60px;
    right: 0;
  }
  .chat-header {
    background: #05276e;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
  }
  .chat-header button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }
  .chat-body {
    padding: 10px;
    height: 200px;
    overflow-y: auto;
    font-size: 14px;
    color: #333;
  }
  .chat-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
  }
  .chat-footer input {
    flex: 1;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-right: 6px;
    font-size: 14px;
  }
  .chat-footer button {
    background: #0ea5a4;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
  }
  .chat-footer button:hover { opacity: 0.9; }

.Exit-Intent-Popup-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 90%;
  max-width: 450px;
  background: linear-gradient(145deg, #6a11cb, #2575fc);
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.4);
  z-index: 9999;
  transition: all 0.5s ease;
  font-family: 'Arial', sans-serif;
  opacity: 0;
  pointer-events: none;
}

.Exit-Intent-Popup-wrapper.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.Exit-Intent-Popup-content {
  padding: 30px 25px;
  text-align: center;
  position: relative;
}

.Exit-Intent-Popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 26px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.Exit-Intent-Popup-close:hover {
  transform: rotate(90deg);
}

.Exit-Intent-Popup-title {
  margin: 15px 0;
  font-size: 26px;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.Exit-Intent-Popup-text {
  font-size: 16px;
  margin-bottom: 25px;
}

.Exit-Intent-Popup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.Exit-Intent-Popup-input {
  padding: 12px 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 15px;
}

.Exit-Intent-Popup-btn {
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: #ff6a00;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}

.Exit-Intent-Popup-btn:hover {
  background: #e65c00;
  transform: scale(1.05);
}
/* Overlay */
.WelcomeEntryPopup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 9999;
}

/* Show overlay */
.WelcomeEntryPopup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup box */
.WelcomeEntryPopup-wrapper {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    transform: scale(0.8);
    transition: all 0.5s ease;
}

/* Animate popup */
.WelcomeEntryPopup-overlay.active .WelcomeEntryPopup-wrapper {
    transform: scale(1);
}

/* Close button */
.WelcomeEntryPopup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s ease;
}

.WelcomeEntryPopup-close:hover {
    color: #ffdd57;
}

/* Popup content */
.WelcomeEntryPopup-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

.WelcomeEntryPopup-content p {
    font-size: 16px;
    margin-bottom: 25px;
}

/* CTA button */
.WelcomeEntryPopup-btn {
    display: inline-block;
    background: #ffdd57;
    color: #333;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.WelcomeEntryPopup-btn:hover {
    background: #ffc107;
    color: #000;
}/* Popup Wrapper */
.Scroll-Triggered-Popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 90%;
    max-width: 450px;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.5);
    z-index: 9999;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    padding: 30px;
    text-align: center;
}

/* Show popup */
.Scroll-Triggered-Popup-wrapper.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Close button */
.Scroll-Triggered-Popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
}
.Scroll-Triggered-Popup-close:hover {
    color: #ffdd57;
}

/* Popup Title */
.Scroll-Triggered-Popup-title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Popup Text */
.Scroll-Triggered-Popup-text {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* CTA Button */
.Scroll-Triggered-Popup-cta {
    display: inline-block;
    padding: 12px 25px;
    background: #ffdd57;
    color: #333;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.Scroll-Triggered-Popup-cta:hover {
    background: #ffc107;
    transform: scale(1.05);
}/* Popup Wrapper */
.Time-Delayed-Popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 90%;
    max-width: 450px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    padding: 30px;
    text-align: center;
}

/* Show popup */
.Time-Delayed-Popup-wrapper.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Close button */
.Time-Delayed-Popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
}
.Time-Delayed-Popup-close:hover {
    color: #ff5733;
}

/* Popup Title */
.Time-Delayed-Popup-title {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #333;
}

/* Popup Text */
.Time-Delayed-Popup-text {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
    color: #555;
}

/* CTA Button */
.Time-Delayed-Popup-cta {
    display: inline-block;
    padding: 12px 25px;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}
.Time-Delayed-Popup-cta:hover {
    background: linear-gradient(135deg, #2575fc, #6a11cb);
    transform: scale(1.05);
}
/* Button */


/* Popup Wrapper */
.Click-Triggered-Action-Popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 9999;
}

/* Show Popup */
.Click-Triggered-Action-Popup-wrapper.show {
    opacity: 1;
    pointer-events: all;
}

/* Popup Content */
.Click-Triggered-Action-Popup-content {
    background: #fff;
    border-radius: 15px;
    margin-top: 50px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    transform: translateY(-50px);
    transition: transform 0.5s ease;
}
.Click-Triggered-Action-Popup-wrapper.show .Click-Triggered-Action-Popup-content {
    transform: translateY(0);
}

/* Close Button */
.Click-Triggered-Action-Popup-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s ease;
}
.Click-Triggered-Action-Popup-close:hover {
    color: #ff5733;
}

/* Title & Text */
.Click-Triggered-Action-Popup-title {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}
.Click-Triggered-Action-Popup-text {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555;
}

/* Form */
.Click-Triggered-Action-Popup-form input,
.Click-Triggered-Action-Popup-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
}
.Click-Triggered-Action-Popup-submit {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}
.Click-Triggered-Action-Popup-submit:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #2575fc, #6a11cb);
}
  /* ✅ Hide on Laptop/Desktop (>= 992px) */
    @media (min-width: 992px) {
      .boota_bar {
        display: none !important;
      }
    }

    .boota_bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: transparent;
      z-index: 9999;
    }

    .boota_bar .bar-content {
      display: flex;
      width: 100%;
      margin: 0 auto;
      border-radius: 12px 12px 0 0;
      overflow: hidden;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    }

    .boota_bar a {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 14px 10px;
      text-decoration: none;
      color: #fff;
      font-weight: 600;
      font-family: sans-serif;
      font-size: 16px;
      transition: all 0.3s ease;
    }

    .boota_bar a.enquiry {
      background-color: #003366;
      border-right: 1px solid rgba(255,255,255,0.2);
    }

    .boota_bar a.whatsapp {
      background-color: #ff6600;
    }

    .boota_bar a i {
      margin-right: 8px;
      font-size: 18px;
    }
    /* Background Gradient + Abstract Circles */
    .crm-section {
      position: relative;
      padding: 90px 20px;
      background: linear-gradient(120deg, #f0f4ff 0%, #ffffff 40%, #eef2ff 100%);
      overflow: hidden;
    }

    .crm-section::before,
    .crm-section::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(120px);
      opacity: 0.4;
      z-index: 0;
    }

    .crm-section::before {
      width: 400px;
      height: 400px;
      background: #6a11cb;
      top: -100px;
      left: -150px;
    }

    .crm-section::after {
      width: 350px;
      height: 350px;
      background: #2575fc;
      bottom: -100px;
      right: -120px;
    }

    /* Content */
    .crm-heading {
      font-size: 40px;
      font-weight: 700;
      line-height: 52px;
      color: #1f1f1f;
      position: relative;
      z-index: 1;
    }

    .crm-subtext {
      font-size: 16px;
      color: #555;
      margin-top: 20px;
      margin-bottom: 35px;
      max-width: 480px;
      line-height: 26px;
      position: relative;
      z-index: 1;
    }

    .crm-form {
      display: flex;
      align-items: center;
      max-width: 440px;
      margin-bottom: 25px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      z-index: 1;
      background: #fff;
    }

    .crm-input {
      flex: 1;
      padding: 14px 16px;
      font-size: 15px;
      border: none;
      outline: none;
    }

    .crm-input::placeholder {
      color: #888;
    }

    .crm-btn {
      background: linear-gradient(135deg, #6a11cb, #2575fc);
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      padding: 14px 28px;
      border: none;
      transition: 0.3s;
    }

    .crm-btn:hover {
      background: linear-gradient(135deg, #5b0fb0, #1f63d1);
    }

    .crm-options {
      font-size: 14px;
      color: #444;
      position: relative;
      z-index: 1;
    }

    .crm-options span {
      margin-right: 25px;
      display: inline-flex;
      align-items: center;
    }

    .crm-options span::before {
      content: "✔";
      color: #4CAF50;
      margin-right: 6px;
      font-size: 14px;
    }

    .crm-image img {
      max-width: 100%;
      border-radius: 12px;
      box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.12);
      transform: scale(1.02);
      transition: 0.4s;
      position: relative;
      z-index: 1;
    }

    .crm-image img:hover {
      transform: scale(1.04);
    }
    .crm-feature-section {
      padding: 80px 20px;
      text-align: center;
    }

    .crm-feature-badge {
      display: inline-block;
      background: linear-gradient(135deg, #6a11cb, #2575fc);
      color: #fff;
      padding: 8px 20px;
      font-size: 13px;
      border-radius: 50px;
      font-weight: 600;
      margin-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }

    

    

    .crm-feature-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 12px 25px rgba(0,0,0,0.1);
      transition: transform 0.3s, box-shadow 0.3s;
      display: flex;
      flex-direction: column;
    }

    .crm-feature-card:hover {
      box-shadow: 0 20px 35px rgba(0,0,0,0.15);
    }

    .crm_bg {
      width: 100%;
      height: 300px;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    /* Premium content card design */
    .crm_contant {
    padding: 30px;
    text-align: left;
}

 
    .crm-feature-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    background: linear-gradient(90deg, #05b8ec, #03286c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
    .crm-feature-card-desc {
    font-size: 15px;
    color: #fff;
    line-height: 1.7;
    position: relative;
    background: linear-gradient(90deg, #04baec, #05276e, #0000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    padding-left: 20px;
    border-left: 4px solid #03286b;
    transition: all 0.3s;
}

    .crm-feature-card-desc:hover {
      text-shadow: 2px 2px 10px rgba(255,255,255,0.5);
      transform: scale(1.05);
    }

    .powercrm-section {
    text-align: center;
    background: #052870;
    padding: 40px 0px;
}

    .powercrm-badge {
      display: inline-block;
      background-color: #e8f0ff;
      color: #2f80ed;
      padding: 6px 14px;
      font-size: 12px;
      border-radius: 30px;
      font-weight: 600;
      margin-bottom: 15px;
    }

 
    .powercrm-card {
      background: #f9fafc;
      border-radius: 16px;
      padding: 24px;
      height: 100%;
      display: flex;
      flex-direction: column;
      text-align: left;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .powercrm-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    }

    .powercrm-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    height: 250px;
    object-fit: cover;
}

    .powercrm-card-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #222;
    }

    .powercrm-card-desc {
      font-size: 14px;
      color: #555;
      flex-grow: 1;
    }


    .crm-any-section {
      padding: 70px 20px;
      text-align: center;
    }

    .crm-any-badge {
      display: inline-block;
      background-color: #e8f0ff;
      color: #2f80ed;
      padding: 6px 14px;
      font-size: 12px;
      border-radius: 30px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    

    

    .crm-any-card {
      background-color: #f8f9fb;
      border-radius: 14px;
      padding: 24px;
      height: 100%;
      text-align: left;
      box-shadow: 0 0 0 rgba(0,0,0,0);
      transition: all 0.3s ease;
    }

    .crm-any-card:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
      transform: translateY(-5px);
    }

    .crm-any-icon {
      width: 40px;
      height: 40px;
      background-color: #2f80ed;
      color: white;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: bold;
    }

    .crm-any-card-title {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 8px;
      color: #222;
    }

    .crm-any-card-desc {
      font-size: 14px;
      color: #555;
    }

    

  

    .crm2-toggle-wrapper {
      text-align: center;
      margin-bottom: 50px;
    }

    .crm2-toggle-btn {
      background-color: #dee2e6;
      border-radius: 40px;
      display: inline-flex;
      padding: 5px;
    }

    .crm2-toggle-btn button {
      border: none;
      padding: 10px 25px;
      font-size: 14px;
      border-radius: 40px;
      background: transparent;
      transition: 0.3s;
      font-weight: 500;
    }

    .crm2-toggle-btn button.active {
      background-color: #0d6efd;
      color: #fff;
    }

    .crm2-plan-card {
    background: white;
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 35px 25px;
    box-shadow: 0 8px 30px rgb(3 186 233);
    transition: 0.3s;
    border: 1px solid rgba(200,200,200,0.3);
    height: 100%;
}

    .crm2-plan-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 40px rgba(0,0,0,0.1);
    }

    .crm2-plan-name {
      font-size: 20px;
      font-weight: 600;
      color: #222;
      margin-bottom: 10px;
    }

    .crm2-price {
    font-size: 28px;
    font-weight: bold;
    color: #04baec;
    margin-bottom: 20px;
}

    .crm2-price small {
      font-size: 14px;
      color: #777;
    }

    .crm2-feature-list {
      list-style: none;
      padding-left: 0;
      text-align: left;
      font-size: 14px;
      color: #444;
    }

    .crm2-feature-list li {
      margin-bottom: 10px;
    }

    .crm2-btn {
      margin-top: 20px;
      padding: 10px 25px;
      font-size: 14px;
      border-radius: 30px;
      font-weight: 500;
      border: none;
      transition: all 0.3s ease-in-out;
    }

    .crm2-btn-primary {
      background-color: #0d6efd;
      color: #fff;
    }

    .crm2-btn-primary:hover {
      background-color: #0056d2;
      box-shadow: 0 4px 14px rgba(0, 86, 210, 0.4);
      transform: translateY(-2px);
    }

    .crm2-btn-outline {
      background-color: #f8f9fa;
      color: #333;
      border: 1px solid #ccc;
    }

    .crm2-btn-outline:hover {
      background-color: #e2e6ea;
      color: #000;
      border-color: #bbb;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transform: translateY(-2px);
    }
/* ========== School CRM Hero Section ========== */
.school-crm-hero-section {
    position: relative;
    background: linear-gradient(145deg, #0f2027, #203a43, #2c5364);
    overflow: hidden;
    z-index: 1;
    color: white;
    padding: 100px 0px;
}

    .school-crm-hero-section::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
      background-size: 40px 40px;
      z-index: 0;
    }

    .school-crm-container {
      position: relative;
      z-index: 2;
    }

    

    .school-crm-heading-sub {
      font-size: 14px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #a8a8a8;
      margin-bottom: 10px;
    }

    .school-crm-heading-main {
      font-size: 46px;
      font-weight: 700;
      margin-bottom: 25px;
      color: #ffffff;
    }

    .school-crm-description {
      font-size: 18px;
      color: #d1d1d1;
      margin-bottom: 35px;
      line-height: 1.6;
    }

    .school-crm-button {
      font-size: 18px;
      padding: 14px 32px;
      border: none;
      background: linear-gradient(135deg, #4f7df9, #8ca6ff);
      color: white;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(79, 125, 249, 0.4);
      transition: all 0.3s ease-in-out;
    }

    .school-crm-button:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(79, 125, 249, 0.6);
    }

    .school-crm-image-wrapper {
      background: #111;
      border-radius: 20px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
      padding: 15px;
      transition: transform 0.3s ease;
    }

    .school-crm-image-wrapper:hover {
      transform: scale(1.02);
    }

    .school-crm-image {
      width: 100%;
      border-radius: 15px;
    }
    section.school-crm-3d {
      padding: 100px 20px;
    }

    .school-crm-3d-title {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #ffffff;
    }

    .school-crm-3d-subtitle {
      font-size: 18px;
      color: #c9c9c9;
      margin-bottom: 50px;
    }

    .crm-3d-feature {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 24px;
      margin-bottom: 20px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
      backdrop-filter: blur(12px);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .crm-3d-feature:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    }

    .crm-3d-feature i {
      font-size: 32px;
      color: #00bcd4;
      flex-shrink: 0;
    }

    .crm-3d-feature h5 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #ffffff;
    }

    .crm-3d-feature p {
      margin: 0;
      color: #cccccc;
      font-size: 15px;
    }

    .crm-3d-image-box {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
      transform: perspective(1000px) rotateY(-3deg);
      transition: transform 0.5s ease;
    }

    .crm-3d-image-box:hover {
      transform: perspective(1000px) rotateY(0deg) scale(1.01);
    }

    .crm-3d-image-box img {
      width: 100%;
      display: block;
    }


    .school-crm-feature-grid-section {
    padding: 40px 0;
    background: #06276e;
}

    .school-crm-feature-title {
      font-size: 2.2rem;
      font-weight: 600;
      text-align: center;
      margin-bottom: 60px;
      color: #fff;
      text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    }

    .school-crm-feature-card {
      border-radius: 20px;
      box-shadow:
        0 10px 30px rgba(0,0,0,0.7),
        0 0 15px rgba(0, 123, 255, 0.6);
      overflow: hidden;
      background: #111;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      height: 320px;
      user-select: none;
    }

    .school-crm-feature-card:hover {
      transform: scale(1.05);
      box-shadow:
        0 15px 40px rgba(0,0,0,0.9),
        0 0 25px rgba(0, 123, 255, 0.9);
    }

    .school-crm-feature-image {
      flex: 1 1 auto;
      background-size: cover;
      background-position: center;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      filter: brightness(0.9);
      transition: filter 0.3s ease;
    }

    .school-crm-feature-card:hover .school-crm-feature-image {
      filter: brightness(1);
    }

    .school-crm-feature-text {
      padding: 20px 15px;
      background: #0d121e;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      text-align: center;
      color: #cfd8fc;
    }

    .school-crm-feature-text h3 {
      margin-bottom: 8px;
      font-weight: 700;
      font-size: 1.25rem;
      color: #ffffff;
    }

    .school-crm-feature-text p {
      margin: 0;
      font-weight: 400;
      font-size: 0.95rem;
      color: #a2a9ce;
      line-height: 1.4;
    }
        .crmFastest-section {
    background-color: #03b9eb;
    padding: 50px 20px;
}
    .crmFastest-title {
      font-size: 28px;
      font-weight: bold;
      color: #fff;
    }
    .crmFastest-sub {
    font-size: 18px;
    color: #03286e;
    margin-top: 10px;
}
    .crmFastest-desc {
      font-size: 14px;
      color: #fff;
      margin-top: 10px;
      line-height: 1.6;
    }
    .crmFastest-video img {
      width: 100%;
      border-radius: 5px;
    }
    .crmFastest-featureTitle {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      margin: 40px 0 20px;
      color: #fff;
    }
    .crmFastest-card {
      border-radius: 10px;
      overflow: hidden;
      background: #111; /* Fallback */
      transition: 0.3s;
    }
    .crmFastest-card-img {
      width: 100%;
      height: 200px;
      background-size: cover;
      background-position: center;
    }
    .crmFastest-card-content {
    padding: 20px;
    text-align: center;
    background: #06286e;
    color: #fff;
}
    .crmFastest-card-content h5 {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .crmFastest-card-content p {
      font-size: 14px;
      color: #ddd;
    }


        .eduai-section {
      background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
      padding: 80px 20px;
      position: relative;
      overflow: hidden;
    }
    .eduai-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 40px;
      color: #fff;
    }
    .eduai-title span {
      color: #2e8bff;
    }
    .eduai-feature {
      background: rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 20px;
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
      transition: all 0.3s ease;
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .eduai-feature:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 25px rgba(46, 139, 255, 0.3);
    }
    .eduai-icon {
      width: 55px;
      height: 55px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      font-size: 24px;
      color: #fff;
      flex-shrink: 0;
      transition: transform 0.3s ease;
    }
    .eduai-feature:hover .eduai-icon {
      transform: scale(1.1);
    }
    /* Different colors for each icon */
    .icon-1 { background: linear-gradient(135deg, #2e8bff, #6ac1ff); }
    .icon-2 { background: linear-gradient(135deg, #ff5f6d, #ffc371); }
    .icon-3 { background: linear-gradient(135deg, #00c6ff, #0072ff); }
    .icon-4 { background: linear-gradient(135deg, #7f00ff, #e100ff); }
    .icon-5 { background: linear-gradient(135deg, #11998e, #38ef7d); }
    .icon-6 { background: linear-gradient(135deg, #f7971e, #ffd200); }

    .eduai-text h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 6px;
      color: #fff;
    }
    .eduai-text p {
      font-size: 14px;
      color: #d1d1d1;
      margin: 0;
      line-height: 1.6;
    }
    .eduai-image img {
      width: 100%;
      border-radius: 14px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.4);
      transition: transform 0.3s ease;
    }
    .eduai-image img:hover {
      transform: scale(1.03);
    }


        .hardware-tabs {
      margin-top: 60px;
      text-align: center;
    }
    .hardware-tabs .nav {
    justify-content: center;
    margin-bottom: 20px;
    padding: 27px 0;
}
    .hardware-tabs .nav-link1 {
      color: #fff;
      border: 1px solid #444;
      margin: 5px;
      border-radius: 20px;
      padding: 8px 18px;
      font-size: 14px;
      transition: all 0.3s;
    }
    .hardware-tabs .nav-link1.active,
    .hardware-tabs .nav-link1:hover {
      background: #2e8bff;
      border-color: #2e8bff;
      color: #fff;
    }
    .spec-box {
    background: #111;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s;
    color: white;
}
    .spec-box:hover {
      background: #1a1a1a;
    }
    .spec-box p {
      font-size: 14px;
      margin: 0;
    }
        #Classroom {
    padding: 40px 0px;
}   
section#app {
    padding: 40px 0px;
    background: #03286c;
}
.main_cta-button:hover {
    background-color: #f3f4f6;
    color: #3730a3;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
  }

  .main_cta-section {
    position: relative;
    overflow: hidden;
  }

  .main_cta-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255,255,255,0.05);
    transform: rotate(45deg);
    animation: main_cta-moveBg 15s linear infinite;
  }
.main_cta-section a {
    position: relative;
    z-index: 9;
}
  @keyframes main_cta-moveBg {
    0% { transform: rotate(45deg) translate(0,0); }
    50% { transform: rotate(45deg) translate(50px,50px); }
    100% { transform: rotate(45deg) translate(0,0); }
  }
    .Google_Play {
      background: white;
      border-radius: 12px;
      padding: 15px;
    }

    .GooglCrmBox {
      color: #000;
      border-radius: 12px;
      padding: 20px;
      text-align: center;
      background: white;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: all 0.3s ease-in-out;
    }

    .GooglCrmBox:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }

    .GooglCrmBox img {
      max-height: 55px;
      margin-bottom: 12px;
      object-fit: contain;
    }

    .GooglCrmBox h5 {
      font-size: 18px;
      font-weight: bold;
      margin: 0;
    }

    .GooglCrmBox p {
      font-size: 14px;
      margin-top: 5px;
      color: #333;
    }
    
    .crmClassroomCard {
      border-radius: 16px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 6px 20px rgba(0,0,0,0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }

    .crmClassroomImage {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .crmClassroomContent {
      padding: 20px;
      text-align: left;
    }

    .crmClassroomContent h5 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #000;
    }

    .crmClassroomContent p {
      font-size: 15px;
      color: #333;
      margin: 0;
    }

    .crmClassroomCard:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    }




        .SupportHero {
      background-size: cover;
      background-position: center;
      text-align: center;
      padding: 80px 20px 100px;
      position: relative;
      color: #fff;
    }

    .SupportHero::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 50, 0.5);
      z-index: 1;
    }

    .SupportHero h1,
    .SupportSearchContainer {
      position: relative;
      z-index: 2;
    }

    .SupportHero h1 {
      font-size: 32px;
      margin-bottom: 20px;
    }

 .SupportSearchContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 50%;
    margin: 0 auto;
}

    .SupportSearchInput {
      flex: 1;
      padding: 12px 16px;
      border: 2px solid #fff;
      border-radius: 6px;
      font-size: 16px;
    }

    .SupportSearchButton {
      background-color: #ffffff;
      color: #3c4ccf;
      border: none;
      padding: 12px 24px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
    }

    .SupportSection {
      padding: 60px 20px;
      margin: auto;
    }

    

    .SupportCard {
      background-color: #fff;
      padding: 30px 20px;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      text-align: center;
      height: 100%;
    }

    .SupportCard img {
      width: 40px;
      margin-bottom: 15px;
    }

    .SupportCard h3 {
      margin: 0;
      font-size: 18px;
      color: #222;
    }

    .SupportCard p {
      font-size: 14px;
      color: #666;
      margin: 10px 0;
    }

    .SupportCard a {
      color: #3c4ccf;
      font-weight: 500;
      text-decoration: none;
      font-size: 14px;
    }

    .SupportContactSection {
      background-color: #fff;
      padding: 40px 20px;
      max-width: 1100px;
      margin: 50px auto;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .SupportContactSection h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 30px;
      color: #2e2e2e;
    }

    .SupportContactInfo {
      display: flex;
      flex-direction: column;
      gap: 15px;
      font-size: 16px;
      color: #444;
      text-align: center;
    }

    .SupportContactInfo div {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .SupportContactButton {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #3c4ccf;
      color: #fff;
      border: none;
      border-radius: 999px;
      padding: 12px 20px;
      font-size: 14px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      cursor: pointer;
    }

    .SupportFooter {
      text-align: center;
      margin-top: 50px;
      padding: 20px;
      color: #666;
    }

    .SupportFooter a {
      color: #3c4ccf;
      text-decoration: none;
    }
.fix_footer_social_ican {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    width: 4%;
}
.fix_footer_social_ican ul {
    padding: 0px;
    transform: translate(270px,0);
    display: inline;
}

    .fix_footer_social_ican ul li {
        display: block;
        margin: 8px 0;
        width: 320px;
        text-align: left; /* Right se aane par left align */
        padding: 12px 15px;
        border-radius: 30px 0 0 30px; /* Shape reverse */
        transition: all 0.6s ease-in-out;
        font-weight: bold;
        color: #fff;
        box-shadow: inset -3px -3px 7px rgba(255,255,255,0.3),
                    inset 3px 3px 5px rgba(0,0,0,0.2),
                    3px 3px 10px rgba(0,0,0,0.3);
    }

    /* Different colors based on social network */
    .fix_footer_social_ican ul li.twitter { background: linear-gradient(45deg, #1da1f2, #0d8ddb); }
    .fix_footer_social_ican ul li.instagram { background: linear-gradient(45deg, #feda75, #d62976, #962fbf); }
    .fix_footer_social_ican ul li.google { background: linear-gradient(45deg, #db4437, #c1351d); }
    .fix_footer_social_ican ul li.facebook { background: linear-gradient(45deg, #1877f2, #0e5bb5); }

    .fix_footer_social_ican ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

    .fix_footer_social_ican ul li:hover {
        transform: translate(-110px,0) scale(1.05); /* Left ki taraf slide */
        box-shadow: 5px 5px 15px rgba(0,0,0,0.5),
                    -3px -3px 7px rgba(255,255,255,0.2);
    }

    /* Icon Styling */
    .fix_footer_social_ican ul li i {
        margin-right: 12px;
        background: white;
        padding: 10px;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 18px;
        font-size: 18px;
        color: black;
        box-shadow: inset -2px -2px 5px rgba(255,255,255,0.5),
                    inset 2px 2px 5px rgba(0,0,0,0.2);
        transition: all 0.8s ease-in-out;
    }

    .fix_footer_social_ican ul li:hover i {
        transform: rotate(360deg) scale(1.1);
        background: #fff;
    }
  

   
    /* ✅ Responsive Fixes */
    @media (max-width: 991px) {
      .crm-heading {
        font-size: 32px;
        line-height: 42px;
      }
      .crm-form {
        max-width: 100%;
      }
    }


    /* 📱 Responsive font sizing for smaller screens */
    @media (max-width: 400px) {
      .boota_bar a {
        font-size: 14px;
        padding: 12px 8px;
      }

      .boota_bar a i {
        margin-right: 6px;
        font-size: 16px;
      }
    }