
        * {
    user-select: none; 
    caret-color: transparent;
}
.reg-popup-box input,
.reg-popup-box textarea,
.reg-popup-box select {
    caret-color: #000000; /* Black cursor */
}
        .col {
            flex-basis: 25%;
            padding: 0px 0px 0px 12px;
            font-size: 14px;
            color: white;
            text-align: left;
            box-sizing: border-box;

        }

        .col:nth-child(2),
        .col:nth-child(3) {
            flex-basis: 15%;
        }

        .col h3 {
            width: fit-content;
            margin-bottom: 40px;
            position: relative;
            color: #fff;
            font-size: 20px;
        }

        .col li {
            font-size: 15px;

        }


        .col ul li {
            list-style: none;
            margin-bottom: 12px;
        }

        .col ul li a {
            text-decoration: none;
            color: rgb(255, 255, 255);
        }

        .col form input {
            width: 100%;
            background: transparent;
            color: #ccc;
            border: 0;
            outline: none;
        }

        .col form button .icon_right {
            font-size: 16px;
            color: gold;
        }

        .col .social_icons .social_icon {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            font-size: 20px;
            color: #fff;
            background: black;
            /* margin-right: 15px; */
            padding: 5px;
            cursor: pointer;
        }

        /* footer css */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        /* body {
            background-color: #fff;
        } */


        .team-section {
            text-align: center;
            padding: 40px 20px 20px;
        }

        .team-section h1 {
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 30px;
            color: #000066;
        }

        .team-members {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
            margin-bottom: 40px;
        }

        .member {
            text-align: center;
        }

        .member img {
            width: 170px;
            height: 170px;
            border-radius: 50%;
            margin: auto;
        }

        .member h3 {
            margin-top: 10px;
            font-weight: 500;
            font-size: 16px;
        }

        .member p {
            font-size: 15px;
            color: #333;
        }

        
        /* service css */
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* body {
            font-family: 'Montserrat', sans-serif;
            background-color: #ffffff;
            padding: 40px 20px;
        } */

        .service {
            padding: 70px 0px 70px 0px;
            margin-bottom: 80px;
        }

        .service h2 {
            text-align: center;
            font-size: 40px;
            font-weight: 700;
            color: #000066;
            margin-bottom: 80px;
            margin-top: 40px;
        }

        h1 {
            color: white;
        }

        .services-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .service-box {
            background-color: #000066;
            color: #f9c51c;
            padding: 20px 30px;
            border-radius: 25px;
            width: 505px;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .service-box {
                width: 100%;
            }
        }

        /* .center {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
    } */

        /* .open-btn {
      padding: 14px 28px;
      font-size: 18px;
      background-color: #000066;
      color: white;
      border: none;
      border-radius: 30px;
      cursor: pointer;
    } */

        /* Overlay */
        .overlay1 {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 99;
        }

        /* Popup Login Form */
        .login-popup {
            background: #f1b900;
            width: 100%;
            max-width: 400px;
            padding: 40px 30px;
            border-radius: 10px;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 100;
            display: none;
            text-align: center;
            transition: tranform .5s ease;
        }

        .login-popup h2 {
            font-size: 32px;
            font-weight: 700;
            color: #000;
            margin-bottom: 40px;
        }

        .login-popup input[type="text"],
        .login-popup input[type="password"] {
            width: 100%;
            padding: 14px;
            margin: 10px 0;
            border: none;
            border-radius: 50px;
            background-color: #000066;
            color: white;
            text-align: center;
            font-weight: 600;
        }

        .login-popup input::placeholder {
            color: white;
        }

        .login-popup button[type="submit"] {
            width: 100%;
            padding: 14px;
            margin-top: 20px;
            background-color: transparent;
            color: black;
            font-weight: 700;
            font-size: 20px;
            border: none;
            cursor: pointer;
        }

        .login-popup .register-text {
            margin-top: 25px;
            font-size: 16px;
            color: black;
        }

        .login-popup .register-text b {
            cursor: pointer;
        }

        .login-popup .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            background: none;
            border: none;
            color: black;
            cursor: pointer;
        }

        /* body {
            margin: 0;
            font-family: 'Poppins', sans-serif;
            background-color: #FFFBE6;
            color: #000066;
        } */

        .services-section {
            text-align: center;
            padding: 90px 20px;
        }

        .services-section h2 {
            font-size: 40px;
            color: #000066;
            margin-bottom: 50px;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 300px);
            gap: 30px;
            justify-content: center;
        }

        .service-box {
            background-color: #000066;
            border-radius: 20px;
            color: #FFD43B;
            padding: 15px 0px;
            text-align: center;
            width: 295px;
            height: 176px;
            box-sizing: border-box;
        }

        .service-box img {
            height: 50px;
            margin-bottom: 15px;
        }

        .service-box h3 {
            font-size: 15px;
            margin: 0px 0 5px;
        }

        .service-box p {
            font-size: 13px;
            color: white;
        }

        @media (max-width: 1000px) {
            .services-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            }

            .service-box {
                width: 100%;
            }
        }

        @media (max-width: 376px) {
            .services-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            }

            .service-box {
                width: 100%;
            }
        }

        @media (max-width: 431px) {
            .services-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            }
        }

        @media (max-width: 431px) {
            .logo img {
                height: 40px;
                margin-left: 0px;
            }

        }




        /* Common popup overlay */
        .popup-container {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
            z-index: 999;
        }

        /* Popup box styling */
        .popup {
            background: #f1b600;
            /* Mustard yellow */
            padding: 40px 30px;
            border-radius: 15px;
            width: 350px;
            position: relative;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        }

        /* Close button */
        .popup-close {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
        }

        .Rpopup-close {
            position: absolute;
            top: 100px;
            right: 450px;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
        }

        /* Headings */
        .popup h2 {
            text-align: center;
            margin-bottom: 25px;
            font-size: 28px;
            color: #000;
            font-weight: bold;
            font-family: poppins, sans-serif;

        }

        /* Input field base */
        .popup input {
            width: 90%;
            padding: 12px 15px;
            margin: 10px 0;
            border: none;
            outline: none;
            font-size: 14px;
        }

        /* ===== LOGIN INPUT STYLING ===== */
        #loginPopup input {
            background: #120a89;
            /* Deep blue */
            color: white;
            border-radius: 50px;
            /* Fully rounded pill shape */
            text-align: center;
        }

        /* LOGIN Placeholder Styling */
        #loginPopup input::placeholder {
            color: white;
            font-weight: bold;
            text-align: center;
        }

        /* ===== REGISTER INPUT STYLING ===== */
        #registerPopup input {
            background: white;
            color: black;
            border-radius: 10px;
            text-align: left;
        }

        /* REGISTER Placeholder Styling */
        #registerPopup input::placeholder {
            color: #666;
            font-weight: normal;
            text-align: left;
        }

        /* Button styles */
        .popup button {
            width: 100%;
            padding: 12px;
            margin-top: 15px;
            border: none;
            border-radius: 10px;
            background-color: #000;
            color: white;
            font-size: 16px;
            cursor: pointer;
        }

        /* Login button override */
        #loginPopup button {
            background-color: transparent;
            color: #000;
            font-weight: bold;
            font-size: 20px;
            border: none;
        }

        /* Text + link below */
        .link-text {
            text-align: center;
            margin-top: 15px;
            font-size: 16px;
            color: #000;
            font-family: poppins, sans-serif;

        }

        .link-text span {
            color: #003366;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }





 .popup-overlay {
            display: none;
            position: fixed;
            top: 0; left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
            z-index: 999;
            padding: 20px;
          }
          
          .contact-form-box {
            background-color: #f9c51c; /* Yellow background */
            padding: 30px;
            border-radius: 20px;
            width: 90%;
            max-width: 500px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            animation: fadeIn 0.3s ease-in-out;
            position: relative;
          }
          
          .contact-form-box h2 {
            text-align: center;
            font-size: 28px;
            margin-bottom: 25px;
          }
          
          .contact-form-box label {
            font-weight: bold;
            display: block;
            margin-bottom: 6px;
            text-align: left;     /* Aligns label to the left */
            margin-left: 2px;     /* Optional: gives a slight gap from the edge */
            font-size: 15px; 
          }

          .contact-form-box input,
          .contact-form-box textarea {
            width: 100%;
            padding: 12px 15px;
            font-size: 16px;
            border: none;
            border-radius: 12px;
            background-color: #fff;
            margin-bottom: 15px;
            outline: none;
          }

          .contact-form-box textarea {
            height: 100px;
            resize: vertical;
          }

          .contact-form-box .submit-btn {
            background-color: #000066;
            color: white;
            border: none;
            padding: 12px;
            font-size: 16px;
            border-radius: 20px;
            width: 100%;
            cursor: pointer;
            margin-top: 10px;
          }
          .contact-form-box .submit-btn:hover {
            background-color: #07074f;
            
          }


          .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 22px;
            font-weight: bold;
            cursor: pointer;
            color: #000;
          }

          @keyframes fadeIn {
            from { transform: translateY(-20px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
          }

        .member:hover {
            transform: scale(1.05);
        }

        .service-box:hover {
            transform: scale(1.05);
        }

        .sicon:hover {
            transform: scale(1.1);
        }

        .fli:hover {
            transform: scale(1.01);

        }

        .about-box:hover {
            transform: scale(1.02);
        }

        .open-btn1:hover {
            transform: scale(1.05);
        }

        .details1:hover {
            transform: scale(1.02);

        }

        .mentor .mentor-img {
            transform: scale(1.05);

        }

        /* Buttons */
        .option-btn {
            background-color: #000066;
            color: white;
            border: none;
            padding: 8px 12px;
            border-radius: 20px;
            cursor: pointer;
            font-size: 14px;
        }

        .option-btn:hover {
            background-color: #333399;
        }

        .about-container {
            padding: 20px;
            background: white;
        }

        .about-title {
            text-align: center;
            font-size: 36px;
            font-weight: bold;
            color: #000;
        }

        .about-box {
            background-color: #f9c51c;
            border-radius: 25px;
            padding: 30px;
        }

        .about-block {
            margin-bottom: 30px;
        }

        .icon-title {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .icon-title h3 {
            margin: 0;
            font-size: 22px;
            font-weight: bold;
            color: #000;
        }

        .icon {
            width: 28px;
            height: 28px;
        }

        .iconm {
            width: 35px;
            height: 35px;
        }

        /* mentor */

        .mentors-section {
            padding: 40px 20px;
            text-align: center;
        }

        .section-title {
            font-size: 38px;
            font-weight: bold;
            margin-bottom: 40px;
            color: #000066;
        }

        .mentor {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            max-width: 1000px;
            margin: 20px;
            text-align: left;
            gap: 40px;
            flex-wrap: wrap;
            background-color: #fffbe6;
            border-radius: 10px;
            padding: 40px;
            border: 2px solid #e6dcaa;
        }

        .mentor-img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            transform: scale(1.05);

        }

        .mentor-text {
            max-width: 700px;
            text-align: justify;

        }

        .mentor-text h3 {
            margin-top: 0;
            font-size: 20px;
            text-align: center;

        }

        .mentor-text p {
            margin-top: 10px;
            line-height: 1.6;
            font-size: 14px;
            margin-bottom: 0px;
        }


        .mentor-link {
            color: #222;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .mentor-link:hover {
            /* color: #f9c51c; Optional: highlight color */
            text-decoration: none;
            transform: scale(1.05);
        }

        .about-container {
            padding: 20px;
            background: #fffff0;
        }
        .mentorflex {
            display: flex;
            padding: 6px 205px 18px 205px;
            
        }

/* 📱 Responsive for tablets */
@media (max-width: 992px) {
    .mentorflex {
        padding: 6px 50px 18px 50px;
    }
}

/* 📱 Responsive for mobile phones */
@media (max-width: 768px) {
    .mentor {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        gap: 20px;
    }

    .mentor-img {
        width: 100px;
        height: 100px;
    }

    .mentor-text {
        max-width: 100%;
        text-align: center;
    }

    .mentor-text p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .mentorflex {
        flex-direction: column;
        padding: 10px;
    }
}

/* 📱 Extra small phones */
@media (max-width: 480px) {
    .section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .mentor-img {
        width: 90px;
        height: 90px;
    }

    .mentor-text h3 {
        font-size: 18px;
    }

    .mentor-text p {
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
    }
}
        /* call 
.call-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f9c51c;
  border-radius: 12px;
  padding: 20px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 400px;
  max-width: 90%;
  max-height: 200px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
} */
        .faq-section {
            padding: 40px 20px;
            /* background: #fffff0; */
            /* border-top: 2px solid #ddd; */
        }

        .faq-title {
            text-align: center;
            font-size: 28px;
            color: #001b7c;
            margin-bottom: 30px;
        }

        .faq-item {
            max-width: 800px;
            margin: 0 auto 10px auto;
        }

        .faq-question {
            width: 100%;
            background: #001b7c;
            border: 1px solid #ddd;
            cursor: pointer;
            padding: 15px;
            text-align: left;
            font-size: 18px;
            transition: background 0.3s ease;
            border-radius: 20px;
            color: white;
        }


        .faq-question:hover {
            background: #001b7c;
            transform: scale(1.02);

        }

        .faq-answer {
            padding: 15px;
            border: 1px solid #f9c51c;
            border-top: none;
            display: none;
            background-color: #f9c51c;
            font-size: 16px;
            color: #000000;
            border-radius: 22px;
        }

        @media (max-width: 768px) {
            .lang-toggle {
                order: 1;
                width: 100%;
                text-align: center;
                padding: 0px;
            }
        }

        /* service  */

        .services {
            text-align: center;
            padding: 50px 20px;
        }

        .services h1 {
            color: #0a0879;
            font-size: 40px;
            margin-bottom: 40px;
        }

        .grid-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .service-card {
            background-color: #0a0879;
            border-radius: 15px;
            padding: 30px 20px;
            color: #fff;
            position: relative;
            text-align: center;
        }

        .service-card .icon {
            font-size: 40px;
            color: #fcd74d;
            margin-bottom: 15px;
        }

        .service-card h2 {
            font-size: 16px;
            margin: 0;
            font-weight: 600;
            color: #fcd74d;
            text-transform: uppercase;
        }

        .service-card p {
            margin-top: 8px;
            font-size: 14px;
            color: #fff;
        }

        .service-box:hover {
            transform: scale(1.05);
        }

        /* Fix: Hover effect target should be .service-card */
        .service-card:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease-in-out;
        }

        /* Responsive tweaks */
        @media (max-width: 768px) {
            .services {
                padding: 40px 15px;
            }

            .services h1 {
                font-size: 32px;
                margin-bottom: 30px;
            }

            .service-card {
                padding: 25px 15px;
            }

            .service-card .icon {
                font-size: 36px;
                margin-bottom: 12px;
            }

            .service-card h2 {
                font-size: 15px;
            }

            .service-card p {
                font-size: 13px;
            }
        }

        .grid-container {
            justify-items: center;
            /* Center all grid items horizontally */
        }


        @media (max-width: 480px) {
            .services {
                padding: 30px 10px;
            }

            .services h1 {
                font-size: 26px;
                margin-bottom: 20px;
            }

            .service-card {
                padding: 20px 12px;
            }

            .service-card .icon {
                font-size: 30px;
            }

            .service-card h2 {
                font-size: 14px;
            }

            .service-card p {
                font-size: 12px;
            }
        }

        /* 
h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000066;
  margin-bottom: 85px;
}

.container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.left-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-box {
  background-color: #000066;
  color: white;
  border-radius: 30px;
  padding: 30px 25px;
  width: 415px;
  height: 457px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.left-box h2 {
  font-size: 25px;
  line-height: 1.5;
}

.register-btn {
  background-color: #f9c51c;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 20px;
  font-size: 16px;
  width: 100%;
}

.right-box {
  background-color: #000066;
  color: white;
  border-radius: 30px;
  padding: 30px 25px;
  width: 750px;
  min-height: 400px;
}

.right-box h2 {
  font-size: 25px;
  margin-bottom: 25px;
}

details {
  background-color: #000066;
  margin-bottom: 12px;
  border-radius: 15px;
  overflow: hidden;
}

summary {
  cursor: pointer;
  font-weight: bold;
  padding: 12px 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

.arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

details[open] .arrow {
  transform: rotate(-135deg);
}

details[open] summary {
  border-bottom: 0;
}

.content-box {
  background-color: #f9c51c;
  color: black;
  padding: 20px;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1.8;
  text-align: left;
} */

        /* ========== Responsive Enhancements ========== */

        /* For tablets */
        @media (max-width: 992px) {
            h1 {
                font-size: 32px;
                margin-bottom: 60px;
            }

           
            .right-box {
                width: 90%;
                padding: 25px;
            }
        }

        @media (max-width: 768px) {
            .container {
                flex-direction: column;
                align-items: center;
            }

           
            .right-box {
                width: 90%;
                max-width: 100%;
                padding: 150px;
            }

            .register-btn {
                width: 100%;
            }

            h1 {
                font-size: 28px;
                margin-bottom: 50px;
            }
        }

        @media (max-width: 480px) {
           
            .right-box {
                width: 95%;
                padding: 15px;
            }

            .left-box h2,
            .right-box h2 {
                font-size: 18px;
            }

            .register-btn {
                font-size: 14px;
            }

            summary {
                font-size: 14px;
                text-align: left;
            }

            .content-box {
                font-size: 14px;
                padding: 15px;
            }
        }

        html,
        body {
            height: 100%;
            background-color: #fffff0;
            /* or any other color */
            margin: 0;
            padding: 0;
        }

        @media (max-width: 768px) {
            .overlay {
                padding: 225px 7px 40px 20px;
                justify-content: right;
                text-align: left;
            }
        }

        .toggle-item {
            margin-top: 20px;
        }

        .toggle-header {
            cursor: pointer;
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .toggle-content {
            font-size: 14px;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .overlay {
                padding: 415px 7px 40px 20px;
                justify-content: right;
                text-align: left;
            }
        }

        

/* personal details page css */
    .reg-popup-overlay {
  position: absolute;
  width: 100%;
  display: none;
  padding: 60px 0;
  z-index: 9999;
  /* background: none !important;  */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.4);;
  
}

.reg-popup-box {
  background: #fbbc05;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: visible;
}
    .reg-popup-box h2 {
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .reg-popup-box label {
      display: block;
      margin-bottom: 5px;
      font-weight: 500;
      font-size: 14px;
      text-align: left;
    }

    .reg-popup-box input,
    .reg-popup-box select {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border-radius: 20px;
      border: none;
      outline: none;
      font-size: 14px;
      text-align: left;
      padding-left: 15px;
    }

    .reg-popup-box input[type="file"] {
      padding-left: 0;
    }

    .reg-popup-box button {
      width: 100%;
      padding: 10px;
      border-radius: 20px;
      border: none;
      background: navy;
      color: #fff;
      font-weight: bold;
      cursor: pointer;
      margin-top: 10px;
    }

    .reg-step {
      display: none;
    }

    .reg-step.active {
      display: block;
    }

    .reg-close-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer;
      font-size: 20px;
      color: black;
    }
    
    .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px; /* spacing between checkbox and label */
  margin: 10px 0;
}

.checkbox-wrapper input[type="checkbox"] {
  margin: 0;
  width: 16px;
  height: 16px;
}

.checkbox-wrapper label {
  font-size: 13px;
  margin: 0;
}
/* Hide the default arrow */
.reg-popup-box select {
  -webkit-appearance: none;  /* Chrome/Safari */
  -moz-appearance: none;     /* Firefox */
  appearance: none;          /* Modern browsers */
  background-image: none !important;
  background-color: white;   /* Optional: adjust background if needed */
}
.reg-back-btn {
  position: absolute;
  top: 18px;
  left: 20px;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  color: black;
  display: none; /* Hidden by default on step 1 */
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;

  /* Start hidden */
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

.popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.popup-box {
  background-color: #ffc600;
  padding: 30px 35px;
  border-radius: 12px;
  width: 90%;
  max-width: 550px;
  font-family: 'Arial', sans-serif;
  color: #000;
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
  position: relative;
  text-align: left;

  /* Animate scale */
  transform: scale(0.8);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

/* 📱 Responsive for mobile screens */
@media (max-width: 480px) {
  .popup-box {
   padding: 20px;
    font-size: 14px;
    width: 95%;
    max-width: 320px;
    border-radius: 8px;
  }
}
.popup-overlay.show .popup-box {
  transform: scale(1);
  opacity: 1;
}


  .popup-box ol {
    margin-top: 10px;
  }
  #contactPopup {
  display: none;
}

/* Arrows */
.barrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #fcd74d;
  cursor: pointer;
  z-index: 5;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.3); */
  border-radius: 50%;
  user-select: none;
}

.left-barrow {
  left: 3px;
  color: #fcd74d;
}

.right-barrow {
  right: 0px;
  color: #fcd74d;
}
.hero-content {
  color: white;
  max-width: 500px;
  text-align: right;
  z-index: 4;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .hero-content {
    max-width: 400px;
    text-align: center; /* center text for medium screens */
    font-size: 1.1rem;
  }
}

/* Small screens (mobile) */
@media (max-width: 768px) {
  .hero-content {
    max-width: -1%; /* take most of the screen */
    text-align: center; 
    font-size: 1rem;
    padding: 10px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .hero-content {
    font-size: 0.9rem;
    padding: 5px;
  }
}
.hero-content.hide {
  opacity: 0;
  pointer-events: none;
}
/* chatbot */
/* Chat container hidden by default */
.chat-popup {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 380px;
    max-width: 95%;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 9999;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

.chat-container {
    padding: 24px 20px;
    max-height: 500px;
    overflow-y: auto;
}

.message {
    background-color: #ffbe00;
    color: #000;
    padding: 16px 20px;
    margin: 12px 0;
    border-radius: 25px;
    max-width: 100%;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 500;
    word-wrap: break-word;
    text-align: left;
}

.message.user {
    align-self: flex-end;
    text-align: right;
    background-color: #ffe380;
}

.option-btn {
    display: block;
    background: #ffbe00;
    color: #000;
    padding: 12px 20px;
    margin: 10px 0;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    /* width: fit-content; */
    transition: background 0.3s ease;
    max-width: 100%;
}

.option-btn:hover {
    background: #ffd544;
}

.option-btn::before {
    content: "● ";
    color: #001f8e;
}

.registration-button {
    background-color: #001f8e;
    color: white;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: bold;
    display: inline-block;
    margin-top: 12px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.registration-button:hover {
    background-color: #0033cc;
}

#chatbox {
    overflow-y: scroll;         /* Remove internal scroll */
  flex-grow: 1;                /* Allow it to grow */
  display: flex;
  flex-direction: column;
  gap: 10px;
    max-height: 400px;
  height: 100%;
}

#inputArea {
    margin-top: 14px;
}

/* Toggle Chat Button */
#chat-toggle-btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: #001f8e;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    transition: background 0.3s ease;
}

#chat-toggle-btn:hover {
    background: #002ca2;
}
#chat-popup {
 display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 350px;
  max-height: 80vh;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  z-index: 9999;
  overflow: hidden; /* Prevent popup scrollbars */
}

/* Call popup */
.callpopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f9c51c;
    border-radius: 20px;
    padding: 24px;
    z-index: 9999;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    width: 400px;
    max-width: 90%;
    max-height: 200px;
    font-size: 16px;
    font-weight: 500;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
#chatbox {
  overflow-y: scroll;         /* Enable scrolling */
  -ms-overflow-style: none;   /* IE and Edge */
  scrollbar-width: none;      /* Firefox */
}

#chatbox::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.left-box {
  background-color: #000066;
  color: white;
  border-radius: 30px;
  padding: 60px 25px;
  width: 500px;
  height: 500px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
}
.toggle-header {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #f9c51c;
    border-radius: 10px;
    padding: 8px;
}

.right-box {
  background-color: #000066;
  color: white;
  border-radius: 30px;
  padding: 30px 25px;
  width: 750px;
  min-height: 400px;
}
@media (max-width: 480px) {
    .left-box {
        width: 95%;
        padding: 63px;
    }
}
@media (max-width: 768px) {
    .left-box {
        width: 95%;
        max-width: 100%;
        padding: 20px;
        height: max-content;
    }
}
@media (max-width: 480px) {
    .right-box {
        width: 95%;
        padding: 15px;
    }
}
@media (max-width: 768px) {
    .right-box {
        width: 90%;
        max-width: 100%;
        padding: 16px;
    }
}
@media (max-width: 768px) {
    .hamburger {
        display: block;
        cursor: pointer;
    }
}

/* Mobile (Hide initially) */
@media (max-width: 768px) {
  .navlinks {
    display: none; /* hidden first */
    flex-direction: column;
    width: 100%;
    gap: 10px;
    background-color: #f9c51c;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 10px 0;
    z-index: 10;
  }

  .nav-links.active {
    display: flex; /* show when active */
  }

  .menu-icon {
    display: block;
    font-size: 26px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 20;
  }
}

.lastrow {
    display: flex;
    width: 621px;
    gap: 35px;
    margin-left: 160px;

}

.lastrow > div {
    background-color: #000066;
    border-radius: 20px;
    color: #FFD43B;
    padding: 15px 0;
    text-align: center;
    width: 100%;   /* take full width of grid cell */
    height: 176px;
    box-sizing: border-box;
}


/* Tablet view */
@media (max-width: 1000px) {
  .lastrow {
    display: flex;   /* ✅ switch to grid */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 210%;     /* ✅ avoid fixed width */
    /* margin-left: 0;   */
    justify-content: center;
  }
}

/* Mobile view */
/* @media (max-width: 800px) {
    .lastrow {
    display: grid;  
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;    
    margin-left: 0;  
    justify-content: center;
  }
   .lastrow > div {
        flex: 1 1 150px;       
         }
  } */

/* Mobile view */
@media (max-width: 850px) {
  .lastrow {
    display: flex;  
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 42px;
        width: 210%;
        margin-left: 0;
    }
  }

/* Mobile view */
@media (max-width: 560px) {
  .lastrow {
    display: grid;  
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
        width: 100%;
        margin-left: 0;
    }
     .lastrow > div {
        flex: 1 1 150px;       
         }
  }

/* Mobile view */
@media (max-width: 430px) {
  .lastrow {
    display: flex;  
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 42px;
        width: 210%;
        margin-left: 0;
    }
  }
 /* main about css       */
 

  body {
    font-family: "Poppins", sans-serif;
    background-color: #fffbea;
    margin: 0;
    padding: 0;
  }

  .about-section {
    text-align: center;
    padding: 80px 20px;
  }

  .about-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
  }

  .cards-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
  }

  .card {
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 320px;
    text-align: center;
    transition: transform 0.3s ease;
  }

  /* .card:hover {
    transform: translateY(-5px);
  } */

  .card.highlight {
    background-color: #f9c51c;
  }

  .card-icon {
    background-color: #f9c51c;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
  }

  .card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .highlight .card-icon {
    background-color: #fff;
  }

  .card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }

  .card p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
  }

  @media (max-width: 900px) {
    .cards-container {
      flex-direction: column;
      align-items: center;
    }
  }

  /* home css */
  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  font-family: 'Montserrat';

}

/* Hero Section */
.hero-section {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.hero-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
  filter: blur(1.0px);
 
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.overlay {
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.4); */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 200px 60px 0 0;
  position: relative;
  z-index: 3;
}

.hero-content {
  color: white;
  max-width: 500px;
  text-align: right;
  z-index: 4;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: right;
}

.hero-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}
.hero-slide {
  background-size: cover; /* normal slides zoom to fill */
  background-position: center;
  background-repeat: no-repeat;
}

/* For second slide only - no zoom */
.hero-slide.second {
  background-size: contain; /* show full image */
  background-position: center;
  background-repeat: no-repeat;
}

.register-btn {
  background-color: #f9c51c;
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
}

.nav-links a:hover {
  color: #fff;
  background-color: #000000;
  border-radius: 5px;

}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fffbe6;
  color: rgb(0, 0, 0);
  position: relative;
  flex-wrap: wrap;

}

.logo img {
  height: 50px;
  margin-left: 0px;
}


.nav-links button {
  background: none;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 15px;
}

.nav-links button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.lang-toggle {
  background: none;
  border: none;
  font-size: 15px;
  color: #000066;
  cursor: pointer;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .nav-links.show {
        display: flex
;
    }
}

/* Login Popup */
.overlay1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.login-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #4c4b4b;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 101;
  max-width: 90%;
  width: 300px;
}

.login-popup h2 {
  margin-bottom: 15px;
  color: #003366;
}

.login-popup input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login-popup button[type="submit"] {
  width: 100%;
  background-color: #003366;
  color: rgb(0, 0, 0);
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #003366;
}

.register-text {
  font-size: 0.9rem;
  margin-top: 10px;
  text-align: center;
}

.register-text a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

/* Mobile styles */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #f1b900;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
  }

  .nav-links.show {
    display: flex;
  }

  .hamburger {
    display: block;
    color: #000000;
  }

  .lang-toggle {
    order: 1;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

.logo:hover {
  transform: scale(1.1);

}

/* General Navbar Styles */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff8dc;
  /* your navbar background */
  flex-wrap: wrap;
}

.header img {
  height: 60px;
}


/* Language switch */
.language-switch {
  font-size: 14px;
  color: #003366;
  cursor: pointer;
}

/* Hamburger Menu */
.menu-icon {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* Responsive Navbar */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header img {
    height: 45px;
    margin-bottom: 10px;
  }

  .language-switch {
    font-size: 13px;
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .menu-icon {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
  }

  .nav-links {
    display: none;
    /* Hide by default, show on menu open */
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    gap: 10px;
  }

  .nav-links.active {
    display: flex;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
    min-height: 235px;
  }

  .overlay {
        padding: 225px 7px 40px 20px;
        justify-content: right;
        text-align: left;
    }

  .hero-content {
    max-width: 90%;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 32px;
    text-align: center;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 1.4;
  }

  .register-btn {
    font-size: 16px;
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 26px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .register-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* Mobile: full width inside dropdown */
@media (max-width: 768px) {
  .lang-toggle {
    order: 1;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

/* main policy css */

 body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #FFFFEC;
  justify-content: center;
  align-items: center;
}

.policies-box {
  background-color: #f9c51c;
  border-radius: 30px;
  padding: 40px;
  width: 90%;
  margin-top: 50px;
  max-width: 1195px;
  margin-left: auto;
  margin-right: auto;
}

.policies-box h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000066;
  margin-bottom: 35px;
}

.policy-list {
  list-style: none;
  
}

.policy-list li {
  margin-bottom: 25px;
}

.details1 {
  background-color: #000066;
  border-radius: 30px;
  color: white;
  padding: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  text-align: left;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  list-style: none;
  padding: 20px 30px;
  font-weight: bold;
  background-color: #000066;
}

summary::-webkit-details-marker {
  display: none;
}

.arrow1 {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid white;
  transition: transform 0.3s ease;
}

.details1[open] .arrow1 {
  transform: rotate(180deg);
}

.policy-detail {
  background-color: #000066;
  color: white;
  font-weight: normal;
  padding: 20px 30px;
  font-size: 16px;
  text-align: left;
}

.policy-detail p {
  margin-bottom: 10px;
}

.policy-detail strong {
  font-weight: bold;
}

.policy-detail ul {
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.policy-detail li {
  margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .policies-box {
    padding: 25px;
  }

  summary {
    font-size: 16px;
    padding: 15px 20px;
  }

  .policy-detail {
    font-size: 15px;
    padding: 18px 20px;
  }
}

/* main service */
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color:#FFFBE6;
  color: #000;
}

.services {
  text-align: center;
  padding: 50px 20px;
}

.services h1 {
  color: #0a0879;
  font-size: 40px;
  margin-bottom: 40px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.service-card {
  background-color: #0a0879;
  border-radius: 15px;
  padding: 30px 20px;
  color: #fff;
  position: relative;
  text-align: center;
}

.service-card .icon {
  font-size: 40px;
  color: #fcd74d;
  margin-bottom: 15px;
}

.service-card h2 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: #fcd74d;
  text-transform: uppercase;
}

.service-card p {
  margin-top: 8px;
  font-size: 14px;
  color: #fff;
}

.service-box:hover {
      transform: scale(1.05);
    }
/* Fix: Hover effect target should be .service-card */
.service-card:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .services {
    padding: 40px 15px;
  }

  .services h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .service-card {
    padding: 25px 15px;
  }

  .service-card .icon {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .service-card h2 {
    font-size: 15px;
  }

  .service-card p {
    font-size: 13px;
  }
}
.grid-container {
    justify-items: center; /* Center all grid items horizontally */
  }


@media (max-width: 480px) {
  .services {
    padding: 30px 10px;
  }

  .services h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .service-card {
    padding: 20px 12px;
  }

  .service-card .icon {
    font-size: 30px;
  }

  .service-card h2 {
    font-size: 14px;
  }

  .service-card p {
    font-size: 12px;
  }
}

/* main service css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000066;
  margin-bottom: 85px;
}

.container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.left-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-box {
  background-color: #000066;
  color: white;
  border-radius: 30px;
  padding: 60px 25px;
  width: 500px;
  height: 575px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: block;
}

.left-box h2 {
  font-size: 25px;
  line-height: 1.5;
}

.register-btn {
  background-color: #f9c51c;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 20px;
  font-size: 16px;
  width: 100%;
}

.right-box {
  background-color: #000066;
  color: white;
  border-radius: 30px;
  padding: 30px 25px;
  width: 750px;
  min-height: 400px;
}

.right-box h2 {
  font-size: 25px;
  margin-bottom: 25px;
}

details {
  background-color: #000066;
  margin-bottom: 12px;
  border-radius: 15px;
  overflow: hidden;
}

summary {
  cursor: pointer;
  font-weight: bold;
  padding: 26px 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

.arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

details[open] .arrow {
  transform: rotate(-135deg);
}

details[open] summary {
  border-bottom: 0;
}

.content-box {
  background-color: #f9c51c;
  color: black;
  padding: 20px;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1.8;
  text-align: left;
}

/* ========== Responsive Enhancements ========== */

/* For tablets */
@media (max-width: 992px) {
  h1 {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .left-box {
    height: auto;
    padding: 25px;
  }

  .right-box {
    width: 90%;
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .left-box,
  .right-box {
    width: 90%;
    max-width: 100%;
    padding: 20px;
  }

  .register-btn {
    width: 100%;
  }

  h1 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .left-box,
  .right-box {
    width: 95%;
    padding: 15px;
  }

  .left-box h2,
  .right-box h2 {
    font-size: 18px;
  }

  .register-btn {
    font-size: 14px;
  }

  summary {
    font-size: 14px;
  }

  .content-box {
    font-size: 14px;
    padding: 15px;
  }
}

.toggle-item {
    margin-top: 20px;
}

.toggle-header {
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #f9c51c;
    border-radius: 10px;
    padding: 8px;
}

.toggle-content {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    /* background-color: #f9c51c; */
}
