@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --primary-color: #6a0dad;
    --secondary-color: #8a2be2;
    --light-purple: #d8b9ff;
    --dark-purple: #4b0082;
    --white: #ffffff;
    --gray: #f4f0fa;
    --text-color: #333;
}

body.dark-mode {
    --primary-color: #4b0082;
    --secondary-color: #6a0dad;
    --light-purple: #8a2be2;
    --dark-purple: #e9b3fb;
    --white: #ffffff;
    --gray: #494343;
    --text-color: #f4f4f4;
    background-color: #2a1e2f;
    color: #f4f4f4;
}

h1 {
    color: black;
}

h6 {
    color: black;
}

body.dark-mode h1 {
    color: white !important;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode span,
body.dark-mode strong,
body.dark-mode em {
    color: white !important;
}

body.dark-mode a:hover {
    color: #cccccc !important;
}

body.dark-mode .section.bg-light {
    background-color: #1e1e1e !important;
}

body.dark-mode .card-style {
    background: rgba(44, 44, 44, 0.95);
    color: white;
}

body.dark-mode .form-section {
    background-color: #2a1e2f; 
    background-blend-mode: normal; 
}

body.dark-mode .form-section .form-container {
    background-color: #2c2c2c;
    color: white;
}

body.dark-mode .form-section h2,
body.dark-mode .form-section p {
    color: #ffffff;
}

body.dark-mode .form-control {
    background-color: #3a2a3f;
    color: white;
    border: 1px solid #4b3b4f;
}

body.dark-mode .form-control::placeholder {
    color: #d1c1d1;
}

body.dark-mode .btn-purple {
    background-color: #6f0b88;
    color: white;
}

body.dark-mode .btn-purple:hover {
    background-color: #b300ff;
}

.navbar.dark-mode {
    background-color: #2a1e2f;
    color: #f4f4f4;
}

.footer.dark-mode {
    background-color: #2a1e2f;
    color: #f4f4f4;
}

.hero.dark-mode {
    background-color: #2a2a3d;
    color: #f4f4f4;
}

.rounded-box.dark-mode {
    background-color: #2a2a3d;
    color: #f4f4f4;
    border: 1px solid rgba(244, 244, 244, 0.2);
}

.rounded-box.dark-mode:hover {
    border: 1px solid var(--light-purple);
    box-shadow: 0px 2px 8px rgba(138, 43, 226, 0.2);
}

.icon-box.dark-mode {
    background-color: transparent;
    color: var(--light-purple);
}

.btn-purple.dark-mode {
    background-color: var(--dark-purple);
    color: #f4f4f4;
}

.btn-purple.dark-mode:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}

.feature-title.dark-mode {
    color: #8110d2;
}

.card-title.dark-mode {
    color: #ffffff;
}

.feature-description.dark-mode {
    color: #d1d1d1;
}

.contact-us-section .picture-div {
    background-color: #ffffff !important;
    color: inherit;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

body.dark-mode .contact-us-section .picture-div {
    background-color: #ffffff !important;
    color: inherit;
}

.contact-us-section .contact-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.contact-us-section .text-purple {
    color: #6a0dad !important;
}

.contact-us-section .bi-envelope-fill,
.contact-us-section .bi-telephone-fill {
    color: #6a0dad;
}

body {
    background-color: #dfd6e3; /* Slightly darker white */
    color: #333; /* Ensure text remains readable */
    font-family: 'Inter', sans-serif;
}

.navbar {
    background-color: var(--primary-color);
    --bs-navbar-padding-y: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar.sticky-top {
    z-index: 1030;
    background-color: var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

body.dark-mode .navbar.sticky-top {
    background-color: #2a1e2f;
}

.navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.dark-mode .navbar.fixed-top {
    background-color: var(--primary-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.navbar-brand {
    font-family: 'Handsome', cursive;
    font-size: 1.8rem;
    color: var(--white) !important;
    font-weight: bold;
}

.nav-link {
    color: var(--white) !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #000000 !important;
}

.navbar-toggler {
    border-color: var(--white);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hero {
  background: radial-gradient(
    circle at center, 
    rgba(255, 105, 180, 0.25) 0%,
    rgba(147, 112, 219, 0.25) 40%,
    rgba(255, 255, 255, 0) 70%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  padding: 80px 0;
  text-align: center;
  height: 100vh;
  
}

.hero2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
    text-align: center;
    height: 100vh;
}


.hero h1 {
    font-size: 4rem;
    font-weight: bold;
}

.masonry {
    column-count: 4;
    column-gap: 1rem;
}

.masonry .card {
    break-inside: avoid;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

.head {
    color: black;
}

.txt2 {
    display: flex;
    flex-direction: column;
    margin-top: 8%;
}

.phone {
    height: 80%;
    width: 80%;
}

.txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15%;
}

.btn-purple {
    background-color: var(--secondary-color);
    color: var(--white);
    font-weight: bold;
    border-radius: 25px;
    padding: 12px 24px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-purple:hover {
    background-color: #4b0082;
    color: var(--white);
    box-shadow: 0px 4px 10px rgba(75, 0, 130, 0.3);
}

.image1 {
    width: 35%;
}

.image2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
}

.profile-img {
    width: auto;
    display: block;
    margin: 0 auto;
    line-height: 0;
}

.feature-box {
    background: var(--white);
    color: var(--text-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
}

body.dark-mode .feature-box {
    color: black !important;
    background-color: white !important;
}

.rounded-box {
    background-color: #ffffff;
    color: #333;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rounded-box:hover {
    transform: translateY(-10px);
    border: 1px solid var(--primary-color);
    box-shadow: 0px 2px 8px rgba(106, 13, 173, 0.1);
}

.icon-box {
    font-size: 3.5rem;
    margin-bottom: 15px;
    background-color: transparent;
    color: #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.icon-box .bi-eye {
    color: #007bff;
}

.icon-box .bi-heart {
    color: #ff0019;
}

.icon-box .bi-check-circle {
    color: #28a745;
}

.icon-box .bi-people {
    color: #ffc107;
}

.icon-box .bi-shield-lock {
    color: #6c757d;
}

.icon-box .bi-arrow-up-circle {
    color: #17a2b8;
}

.rounded-box:hover .icon-box {
    transform: scale(1.1);
}

.footer {
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
    width: 100%;
}

.glass {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

body.dark-mode .footer {
    background-color: #2a1e2f !important;
    color: #f4f4f4 !important;
}

.features-page-hero {
    padding: 0;
}

.features-page-hero h1 {
    font-size: 3.2rem;
}

.features-page-hero p {
    font-size: 3.5rem;
}

.features-page-hero img {
    max-height: 400px;
    max-width: 100%;
}

.feature-card {
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    position: relative;
    padding-bottom: 2.5rem;
}

.feature-card:hover {
    transform: translateY(-2px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 20px rgba(106, 13, 173, 0.15);
}

.feature-description {
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

.feature-icon {
    color: var(--primary-color);
}

.feature-block {
    padding: 1.5rem 0;
}

.feature-title {
    font-size: 36px;
    font-weight: 550;
    color: var(--primary-color);
    margin-bottom: 16px;
    text-align: left;
}

.card-title {
    font-size: 24px;
}

.feature-link {
    display: inline-block;
    margin-top: 1rem;
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.feature-link:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.feature-link i {
    font-size: 0.8em;
    margin-left: 4px;
}

.feature-card .feature-link-wrapper {
    position: absolute;
    bottom: 1rem;
    left: 1.25rem;
}

.value-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--primary-color, #f5f5f5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 2rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.value-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
    color: #333;
}

.value-text {
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
    line-height: 1.5;
    flex-grow: 1;
}

.empathy-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(500%) hue-rotate(325deg) brightness(110%) contrast(105%);
}

.our-story-section {
    background-color: #f3e5f5;
    padding: 50px 0;
}

.our-values-section {
    background-color: #e1bee7;
    padding: 50px 0;
}

.hero-section {
    background: linear-gradient(to right, #c084fc, #a855f7, #9333ea);
    padding: 100px 0;
    text-align: center;
    color: white;
}

body.dark-mode .hero-section {
    background: linear-gradient(to right, #6b21a8, #581c87, #3b0764);
    color: white;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero-section p {
    font-size: 1.25rem;
    max-width: 700px; 
    margin: 20px auto;
}

.section {
    padding: 80px 0;
}

.card-style {
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

.card-style:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    outline: 2px solid #7b2cbf;
}

body.dark-mode .card-style:hover {
    outline: 2px solid #7b2cbf;
}

.card-style i {
    font-size: 2rem;
    color: #7b2cbf;
    margin-bottom: 15px;
}

.form-control, .btn {
    border-radius: 10px;
}

.btn-purple {
    background-color: #7b2cbf;
    color: white;
}

.btn-purple:hover {
    background-color: #5a189a;
}

.form-section {
    background: url('https://www.transparenttextures.com/patterns/hexellence.png'), #e9d5ff;
    background-blend-mode: multiply;
}

.form-section .form-container {
    background: white;
    padding: 40px;
    border-radius: 20px;
}

body.dark-mode .form-section .form-container {
    background-color: #2a1e2f;
    color: white;
}
  
.hero-illustration {
    max-width: 200px;
    animation: float 3s ease-in-out infinite;
}

.floating-chat-section {
    background: var(--bubble-color);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
}
  
.floating-chat-section .container {
    z-index: 2;
    background-color: transparent;
}
  
.floating-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
  
.chat-bubble {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    animation: float 10s infinite ease-in-out;
}
  
.chat-bubble .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}
  
.chat-bubble .bubble {
    background: var(--white);
    color: var(--text-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 0.9rem;
    position: relative;
}
  
.chat-bubble .time {
    font-size: 0.75rem;
    color: gray;
    margin-left: 10px;
}

.floating-icon {
    position: absolute;
    font-size: 24px;
    width: 30px;
    height: 30px;
    z-index: 1;
    animation: float 6s ease-in-out infinite;
    opacity: 0.8;
    pointer-events: none;
}

@keyframes float {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

.bubble {
    color: var(--white);
}

.card.hot-topic {
    background-color: var(--light-purple);
    color: var(--dark-purple);
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  
.card.hot-topic:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(156, 39, 176, 0.25);
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
}
  
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
  
.card-img-top {
    transition: transform 0.5s ease;
}
  
.card:hover .card-img-top {
    transform: scale(1.05);
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Glass card styling */
.card.glass {
    width: 90%;
    max-width: 600px; /* Ensure it doesn't exceed a reasonable width */
    margin: 2rem auto; /* Center the card with margin */
    padding: 2rem;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8); /* Glass effect */
    backdrop-filter: blur(10px); 
    color:#000000;/* Blur background for glass effect */
}

@media (max-width: 1200px) {
    .masonry {
        column-count: 3;
    }
    
    .floating-bubbles .chat-bubble {
        position: static;
        margin: 1rem auto;
        justify-content: center;
    }
      
    .form-color {
        margin-bottom: 0.5rem;
    }
      
    .floating-bubbles {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 2rem;
    }
    
    .floating-chat-section {
        height: auto;
        padding: 4rem 1rem;
        text-align: center;
    }
    
    .floating-chat-section .container h2 {
        font-size: 1.25rem;
    }
    
    .chat-bubble img.avatar {
        width: 36px;
        height: 36px;
    }
    
    .chat-bubble .bubble {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }
    
    .chat-bubble {
        display: flex !important;
        transform: scale(0.8) !important;
        position: static !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 1rem auto !important;
    }
    
    .floating-bubbles {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .features-page-hero img {
        max-height: 400px;
    }
}

@media (max-width: 768px) {
    .masonry {
        column-count: 2;
    }
    
    .footer{
        width:100vw;
    }
    .navbar-brand {
        font-size: 1.5rem;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .feature-box {
        margin-bottom: 20px;
    }
    
    .feature-title {
        font-size: 23px;
    }

    .feature-description {
        font-size: 16px;
    }

    .card-title {
        font-size: 18px;
    }

    .features-page-hero h1 {
        font-size: 2.2rem !important;
    }

    .features-page-hero p {
        font-size: 15px !important;
        margin: 30px 10px;
    }

    .features-page-hero a {
        font-size: 14px;
    }

    .feature-card {
        margin-bottom: 15px;
    }

    .feature-icon {
        font-size: 1.5rem;
    }

    .features-page-hero img {
        max-height: 325px;
    }

    /* Navbar adjustments */
    .navbar-brand {
        font-size: 1.5rem;
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar-toggler {
        margin-right: 1rem;
    }

    /* Hero Section */
    .hero {
        padding: 2rem 1rem;
        text-align: center;
    }

    .hero h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero h6 {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero .btn-purple {
        width: 100%;
        padding: 0.8rem;
    }

    /* Hero2 Section */
    .hero2 {
        padding: 2rem 1rem;
    }

    .hero2 .h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .hero2 .h5 {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .phone {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .phone img {
        display: block;
        max-width: 80%;
        height: auto;
    }

    .txt, .txt2 {
        text-align: center;
        margin-top: 1rem;
    }

    .txt a, .txt2 a {
        display: inline-block;
        width: 100%;
        padding: 0.8rem;
    }

    /* Team Section */
    .image1, .image2 {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .name-card img {
        max-width: 80%;
        height: auto;
    }

    .name-card {
        text-align: center;
        margin-bottom: 1rem;
    }

    /* Why People Believe in Us Section */
    .card {
        margin: 1rem auto;
        width: 90%;
    }
.dis{
  display:none;
}
    .card i {
        font-size: 1.5rem;
    }

    .card-title {
        font-size: 1.25rem;
    }

    .card-subtitle p {
        font-size: 0.9rem;
    }

    /* Subscription Section */
    .glass {
        width: 90%;
        padding: 2rem 1rem;
    }

    .glass h5, .glass h6 {
        font-size: 1rem;
    }

    .glass .form-control, .glass .btn-purple {
        width: 100%;
    }

    .card.glass {
        width: 90%; /* Make it take most of the screen width */
        padding: 1.5rem; /* Reduce padding for smaller screens */
      
    }

    .card.glass h5 {
        font-size: 1.25rem; /* Adjust heading size */
    }

    .card.glass h6 {
        font-size: 1rem; /* Adjust subheading size */
    }

    .card.glass .form-control {
        width: 100%; /* Make the input field full width */
        max-width: 100%; /* Ensure it doesn't exceed the card width */
        font-size: small;
    }

    .card.glass .btn-purple {
        width: 100%; /* Make the button full width */
    }

    .txt2 {
        display: flex; /* Ensure the section is displayed */
        flex-direction: column; /* Stack content vertically */
        align-items: center; /* Center-align content */
    }

    .txt2 a {
        display: inline-block; /* Ensure the button is visible */
        width: 100%; /* Make the button full-width */
        padding: 0.8rem; /* Adjust padding for better usability */
        font-size: 1rem; /* Adjust font size for smaller screens */
    }
}

@media (max-width: 576px) {
  
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }

    .container > .btn-purple {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .feature-block {
        padding: 1rem 0;
    }

    .feature-card {
        margin-bottom: 1rem;
    }

    .features-page-hero img {
        max-height: 250px;
    }
    
    .floating-chat-section {
        min-height: auto;
        padding: 3rem 0;
    }
      
    .chat-bubble {
        display: none;
    }
      
    .chat-bubble:nth-child(1),
    .chat-bubble:nth-child(4) {
        display: flex;
        transform: scale(0.8);
    }
      
    .chat-bubble:nth-child(1) {
        top: 5%;
        left: 5%;
    }
      .footer{
        width: 100vw;
      }
    .chat-bubble:nth-child(4) {
        bottom: 5%;
        right: 5%;
    }
      
    .floating-bubbles .chat-bubble {
        position: static;
        margin: 1rem auto;
        justify-content: center;
    }
      
    .floating-bubbles {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 2rem;
    }
      
    .floating-chat-section {
        height: auto;
        padding: 4rem 1rem;
        text-align: center;
    }
      
    .floating-chat-section .container h2 {
        font-size: 1.25rem;
    }
      
    .chat-bubble img.avatar {
        width: 36px;
        height: 36px;
    }
      
    .chat-bubble .bubble {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    /* Further adjustments for very small screens */
    .hero h1 {
        font-size: 1.8rem;
    }

    .hero h6 {
        font-size: 0.9rem;
    }

    .hero2 .h2 {
        font-size: 1.25rem;
    }

    .hero2 .h5 {
        font-size: 0.9rem;
    }

    .phone img {
        max-width: 100%;
    }
    .dis{
      display:none;
    }

    .txt .h2, .txt2 .h2 {
        font-size: 1rem;
    }

    .card i {
        font-size: 1.25rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-subtitle p {
        font-size: 0.8rem;
    }

    .glass h5, .glass h6 {
        font-size: 0.9rem;
    }

    .card.glass {
        padding: 1rem; /* Further reduce padding for very small screens */
    }
   
    .card.glass h5 {
        font-size: 1rem; /* Further adjust heading size */
    }

    .card.glass h6 {
        font-size: 0.9rem; /* Further adjust subheading size */
    }

    .card.glass .form-control {
        padding: 0.6rem; /* Adjust input padding */
    }

    .card.glass .btn-purple {
        padding: 0.6rem; /* Adjust button padding */
        font-size: 0.9rem; /* Adjust button font size */
    }
    .image1{
        width:50%;
        display:flex;
        justify-content: center;
        align-items: center;
        
    }
    
}

@font-face {
    font-family: 'Handsome';
    src: 
         url('handsome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.form-check-input {
    background-color: #6a0dad;
    border-color: #6a0dad;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.form-check-input:checked {
    background-color: #4b0082;
    border-color: #4b0082;
    box-shadow: 0px 0px 5px rgba(75, 0, 130, 0.5);
}

.form-check-input:focus {
    box-shadow: 0px 0px 5px rgba(106, 13, 173, 0.5); 
}
@keyframes fadeInScale {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .animate-text {
    animation: fadeInScale 1s ease-in-out;
    animation-delay: 1s;
  }
  .modal-content {
    background-color: white;
    color: black;
  }