/*terms and condition starts*/
/*body {*/
/*      font-family: 'Segoe UI', sans-serif;*/
/*      background-color: #f8f9fa;*/
/*    }*/
    .terms-container {
      background-color: #fff;
      padding: 30px;
      margin-top: 40px;
      margin-bottom: 40px;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }
    .terms-container h2 {
      font-weight: 700;
      color: #343a40;
    }
    .terms-container h5 {
      margin-top: 25px;
      color: #495057;
      font-weight: 600;
    }
    .terms-container p {
      color: #6c757d;
      font-size: 1rem;
      line-height: 1.7;
    }
    @media (max-width: 576px) {
      .terms-container {
        padding: 20px;
      }
    }

/*terms and condition ends here*/  

    /*support page starts here*/
    /*  body {*/
    /*  background-color: #f8f9fa;*/
    /*  font-family: 'Segoe UI', sans-serif;*/
    /*}*/
    .support-container {
      background-color: #ffffff;
      padding: 40px;
      margin-top: 40px;
      margin-bottom: 40px;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }
    .support-container h2 {
      font-weight: 700;
      color: #343a40;
    }
    .support-container h5 {
      margin-top: 25px;
      font-weight: 600;
      color: #495057;
    }
    .support-container p, .support-container li {
      color: #6c757d;
      font-size: 1rem;
      line-height: 1.7;
    }
    .support-box {
      background-color: #e9f7ef;
      border-left: 5px solid #198754;
      padding: 20px;
      border-radius: 8px;
    }
    @media (max-width: 576px) {
      .support-container {
        padding: 20px;
      }
    }
    
    /*support page ends here*/
    
    /*privacy policy page starts here*/
    
    /*body {*/
    /*  background-color: #f8f9fa;*/
    /*  font-family: 'Segoe UI', sans-serif;*/
    /*}*/
    .privacy-container {
      background-color: #fff;
      padding: 30px;
      margin: 40px auto;
      border-radius: 12px;
      box-shadow: 0 0 15px rgba(0,0,0,0.05);
      max-width: 900px;
    }
    .privacy-container h2 {
      font-weight: 700;
      color: #343a40;
    }
    .privacy-container h5 {
      margin-top: 25px;
      color: #495057;
      font-weight: 600;
    }
    .privacy-container p {
      color: #6c757d;
      font-size: 1rem;
      line-height: 1.7;
    }
    @media (max-width: 576px) {
      .privacy-container {
        padding: 20px;
      }
    }
    
    
    /*privacy policy page ends here*/
    
    
    /* about page starts here*/
    /* Gradient heading */
        .text-gradient {
            background: linear-gradient(90deg, #06b6d4, #3b82f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* About Section */
        .about__area-four {
            padding: 70px 0;
            background: #0f172a;
            color: #f1f5f9;
        }

        .about__img-four img {
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
            transition: transform 0.4s ease-in-out;
        }

        .about__img-four img:hover {
            transform: scale(1.05);
        }

        .about__content-four .title {
            font-size: 28px;
            margin-bottom: 20px;
            line-height: 1.4;
        }

        .about__content-four p {
            font-size: 16px;
            line-height: 1.7;
            color: #cbd5e1;
        }

        /* Why We Are Section */
        .why__we-are-area-two {
            padding: 80px 0;
            background: linear-gradient(135deg, #1e293b, #0f172a);
            color: #fff;
        }

        .why__we-are-item {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(8px);
            border-radius: 16px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, background 0.3s ease;
            margin-bottom: 30px;
        }

        .why__we-are-item:hover {
            transform: translateY(-8px);
            background: rgba(255, 255, 255, 0.08);
        }

        .why__we-are-item img {
            margin-bottom: 20px;
            max-height: 90px;
            transition: transform 0.3s ease-in-out;
        }

        .why__we-are-item:hover img {
            transform: scale(1.1);
        }

        .why__we-are-item .title {
            font-size: 18px;
            color: #38bdf8;
        }

        .why__we-are-item p {
            font-size: 14px;
            line-height: 1.6;
            color: #cbd5e1;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .about__img-four img:first-child {
                width: 100%;
                margin-bottom: 15px;
            }
        }
        
        /*about page ends here*/