       /* Declare the font at the top of your CSS popins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
         /* Declare the font at the top of your CSS Montserrat*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
        /* Custom styles */
        .navbar {
            background-color: white;
            padding: 0 !important;
            font-family: 'Poppins', sans-serif;
        }
        
        .navbar-brand img {
            height: 80px;
        }
        
        .navbar .nav-link {
            color: #333;
            font-weight: 500;
            margin: 0 10px;
            transition: color 0.3s;
            font-size: 19px;
        }
        
        .navbar .nav-link:hover {
            color: #D81DF5;
        }
        .navbar .nav-link.active {
            color: #D81DF5 !important;
        }
        
        .navbar .dropdown-toggle::after {
            content: none;
        }
        
        .navbar .dropdown-toggle svg {
            transition: transform 0.3s;
        }
/*         
        .navbar .dropdown-toggle:hover svg {
            transform: rotate(180deg);
        } */
        .dropdown-menu {
            width: 100%;
            border: none;
            color: #333;
            font-weight: 500;
            margin: 0 10px;
            transition: color 0.3s;
            font-size: 19px;
        }
        @media (min-width: 991px){
            .nav-item.dropdown:hover .dropdown-menu {
                display: block;
              }
        }
        .dropdown-icon {
            display: inline-block;
            transition: transform 0.3s ease;
          }
      /* Rotate the icon when dropdown is open */
        .dropdown.show .dropdown-icon {
            transform: rotate(180deg);
        }
          .navbar .dropdown-toggle {
            transition: transform 0.2s;
          }
    

        .contact-btn {
            background: linear-gradient(to top, #D81DF5, #7E118F);
            color: white !important;
            border-radius: 50px;
            padding: 12px 40px !important;
            border: none;
            font-weight: 600;
            transition: all 0.3s ease-in-out !important;
        }
        
        .contact-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(201, 0, 201, 0.3);
        }
        
        .navbar-toggler {
            border: none;
            outline: none;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        .bottom-border {
            border-bottom: 3px solid #c600c6;
            margin-top: 0;
            margin-bottom: 0;
        }
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23c600c6' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
          }
          
          
        /* Active link styling */
        header .nav-link.active {
            color: #c600c6;
        }
        
        @media (max-width: 991px) {
            .contact-btn {
                margin-top: 10px;
                margin-bottom: 10px;
                display: inline-block;
            }
            
            .navbar-nav {
                margin-top: 15px;
            }
            .navbar-nav .nav-item:last-child {
                display: flex;
                justify-content: center;
                padding: 10px 0;
            }
            
        }

        /*hero-section styling*/
        .hero-section {
            background: linear-gradient(to bottom, #D81DF5, #7A1DE0);
            padding-bottom: 18px;
            color: white;
            position: relative;
            overflow: hidden;
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        
        .hero-title {
            font-weight: 700;
            font-size: 47px;
            margin-bottom: 30px;
            line-height: 1.2;
            font-family: 'Montserrat', sans-serif;
        }
        
        .hero-subtitle {
            font-size: 28px;
            font-weight: 400;
            margin-bottom: 40px;
            opacity: 0.9;
            font-family: 'Poppins', sans-serif;
        }
        
        .hero-section .download-btn {
            background-color: white;
            color: #D81DF5;
            font-weight: 700;
            padding: 12px 30px;
            border-radius: 50px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
            font-size: 1.1rem;
            font-family: 'Poppins', sans-serif;
           
        }
        
        .hero-section .download-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            color: #b600ff;
            text-decoration: none;
        }
        
        .phone-mockup {
            position: relative;
            margin-top: 20px;
        }
        
        .phone-main {
            position: relative;
            z-index: 2;
            filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.2));
        }
        
        .phone-secondary {
            width: 80%;
            max-width: 260px;
            position: absolute;
            right: 85px;
            top: 96px;
            z-index: 1;
            filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.2));
        }
        
        @media (max-width: 991px) {
            .hero-section {
                padding: 60px 0;
                text-align: center;
            }
            
            .hero-title {
                font-size: 2.8rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .phone-mockup {
                display: flex;
                padding: 10px 80px;
              
            }
            
            .phone-secondary {
                right: 65px;
                top: 84px;
            }
        }
        
        @media (max-width: 767px) {
            .hero-title {
                font-size: 2.2rem;
            }
            
            .hero-subtitle {
                font-size: 1.1rem;
            }
            
            .phone-secondary {
                right: -30px;
                top: 20px;
            }
        }
        
        @media (max-width: 576px) {
            .phone-mockup {
                display: flex;
                justify-content: flex-start;
                transform: scale(0.9);
            }
            .about p{
                width: 100% !important;
            }
            .phone-main{
                width: 100%;
            }
            .phone-secondary {
                right: -20px;
                width: 40%;
                top: 52px;
            }
        }


        /*about section*/
        .about-section {
            position: relative;
            overflow: hidden;
        }
        
        .about-tag {
            color: #D81DF5;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            font-family: 'Poppins', sans-serif;
        }
        
        .about-tag::after {
            content: "";
            height: 2px;
            width: 50px;
            background-color: #D81DF5;
            display: inline-block;
            margin-left: 15px;
            align-items: center;
        }
        
        .about-heading {
            font-size: 38px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 30px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .purple-text {
            color: #D81DF5;
        }
        
        .about-description {
            font-size: 22px;
            line-height: 1.8;
            color: #000000CF;
            margin-bottom: 40px;
            font-family: 'Poppins', sans-serif;
            text-align: justify;
        }
        
        .learn-more-btn {
            border: 1px solid #D81DF5;
            color: #D81DF5;
            font-weight: 600;
            padding: 10px 35px;
            border-radius: 50px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
            background-color: transparent;
        }
        
        .learn-more-btn:hover {
            background-color: #c600c6;
            border: 1px solid #D81DF5;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(198, 0, 198, 0.2);
        }
        

        
        @media (max-width: 991px) {
            .about-section {
                background: linear-gradient(to bottom, #fff 60%, #fdf4ff 40%);
                padding: 70px 0;
            }
            
            .about-heading {
                font-size: 2.3rem;
            }
            
            .about-content {
                text-align: center;
                margin-bottom: 60px;
            }
            
            .about-tag {
                justify-content: center;
            }

        }
        
        @media (max-width: 767px) {
            .about-section {
                padding: 50px 0;
            }
            
            .about-heading {
                font-size: 1.8rem;
            }
            
            .about-description {
                font-size: 1rem;
            }
        }

        /*dont need section*/
        .dont-need{
            background: linear-gradient(to right, #D81DF5, #7A1DE0);
            padding: 50px 0;
        }
        .dontneed-details{
            display: flex;
            justify-content: center;
        }
        .dontneed-details p{
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 40px;
            line-height: 134%;
            letter-spacing: 0%;
            text-align: center;
            color: #fff;
            width: 70%;
        }

        /*chose section*/
        .choose-section {
            padding: 100px 0;
            text-align: center;
        }
        
        .section-tag {
            color: #D81DF5;
            font-size: 21px;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Poppins', sans-serif;
        }
        
        .section-tag::after {
            content: "";
            height: 2px;
            width: 50px;
            background-color: #D81DF5;
            display: inline-block;
            margin-left: 15px;
            align-items: center;
        }
        
        .section-heading {
            font-size: 38px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 50px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            font-family: 'Montserrat', sans-serif;
        }
        
        .purple-text {
            color: #D81DF5;
        }
        
        .feature-card {
            background-color: white;
            border-radius: 25px;
            padding: 30px 30px;
            height: 100%;
            transition: all 0.3s ease;
            border: 2px solid #D81DF5;
         
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(198, 0, 198, 0.1);
        }
    
        
        .feature-title {
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-family: 'Poppins', sans-serif;
            color: #000000CF;
        }
        
        .feature-description {
            color: #000000CF;
            font-size: 1rem;
            line-height: 1.6;
            font-family: 'Poppins', sans-serif;
        }
        
        .learn-more-btn {
            border: 1px solid #D81DF5;
            color: #D81DF5;
            font-weight: 600;
            padding: 10px 40px;
            border-radius: 50px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
            background-color: transparent;
            font-family: 'Poppins', sans-serif;
        }
        
        .learn-more-btn:hover {
            background-color: #c600c6;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(198, 0, 198, 0.2);
            border: 1px solid #D81DF5;
        }
        .feature-icon{
            padding-bottom: 10px;
        }
        @media (max-width: 991px) {
            .section-heading {
                font-size: 2.2rem;
            }
            .dontneed-details p{
                font-size: 27px;
            }
        }
        
        @media (max-width: 767px) {
            .choose-section {
                padding: 70px 0;
            }
            
            .section-heading {
                font-size: 1.8rem;
            }
            
            .feature-card {
                padding: 25px 15px;
            }
            .dontneed-details p{
                font-size: 18px;
            }
        }


        .img-out{
            padding-top: 90px;
        }
        .app-download-section {
            background: linear-gradient(to bottom, #D81DF5, #7A1DE0);
            padding: 80px 0;
            color: white;
            position: relative;
        }
        
        .app-phone-container {
            position: relative;
            margin-top: -250px;
            z-index: 10;
        }
        
        .app-phone-img {
            max-width: 100%;
            filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
        }
        
        .app-download-content {
            padding-left: 30px;
        }
        
        .app-download-heading {
            font-size: 40px;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
            width: 68%;
            font-family: 'Montserrat', sans-serif;
        }
        
        .app-download-text {
            font-size: 24px;
            margin-bottom: 30px;
            opacity: 0.9;
            line-height: 1.6;
            color: #FFFFFF;
            width: 90%;
            font-family: 'Poppins', sans-serif;
            text-align: justify;
        }
        
        .app-buttons {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }
        
        .app-button {
            border-radius:50%;
            text-decoration: none;
            transition: all 0.3s;
        }
        
        .app-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            color: white;
        }
        
        /* How It Works Section */
        .how-it-works-section {
            padding: 100px 0;
            text-align: center;
            background-color: #fff;
            font-family: 'Poppins', sans-serif;
        }
        
        .section-tag {
            color: #D81DF5;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .section-tag::after {
            content: "";
            height: 2px;
            width: 50px;
            background-color: #D81DF5;
            display: inline-block;
            margin-left: 15px;
        }
        .how{
            display: flex;
            justify-content: center;
        }
        
        .how-it-works-heading {
            font-size: 38px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 50px;
            font-family: 'Montserrat', sans-serif;
            width: 50%;
        }
        
        .purple-text {
            color: #D81DF5;
        }
        
        .steps-container {
            display: flex;
            justify-content: center;
            gap: 54px;
            margin-bottom: 30px;
            padding: 60px 0;
            overflow: hidden;
        }
        
        .step-card {
            width: 280px;
            height: 280px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            transform: rotate(45deg);
            background-color: white;
            border: 2px solid #f3d1f9;
            transition: all 0.3s;
            z-index: 100;
        }
        .step-card:hover {
            border-color: #D81DF5;
            box-shadow: 0 10px 20px rgba(198, 0, 198, 0.1);
            z-index: 99999999;
            background-color: #D81DF5;
            color: #fff;
        }
        .step-card:hover .step-number{
            background-color: #fff;
            color: #D81DF5;
        }
        .step-card:hover .step-description{
            color: #fff;
        }
        .step-content {
            transform: rotate(-45deg);
            text-align: center;
            width: 240px;
        }
        
        .step-number {
            width: 45px;
            height: 45px;
            background-color: #D81DF5;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin: 0 auto 15px;
            font-size: 23px;
        }
        
        .step-title {
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 10px;
        }
        
        .step-description {
            font-size: 0.9rem;
            color: #666;
            line-height: 1.4;
        }
        
        .learn-more-btn {
            border: 1px solid #D81DF5;
            color: #D81DF5;
            font-weight: 600;
            padding: 10px 40px;
            border-radius: 50px;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s;
            background-color: transparent;
        }
        
        .learn-more-btn:hover {
            background-color: #c600c6;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(198, 0, 198, 0.2);
            border: 1px solid #D81DF5;
        }
        
        .bottom-border {
            height: 1px;
            background-color: #eee;
            margin-top: 80px;
        }
        
        @media (max-width: 991px) {
            
            .app-phone-container {
                margin-top: 0;
                margin-bottom: -100px;
                display: flex;
                justify-content: center;
                margin-bottom: 40px;
            }
            
            .app-phone-img {
                max-width: 80%;
            }
            
            .app-download-content {
                padding-left: 0;
            }
            
            .app-buttons {
                justify-content: center;
            }
            
            .steps-container {
                flex-direction: column;
                align-items: center;
                gap: 40px;
            }
        }
        
        @media (max-width: 767px) {
            .app-download-heading {
                font-size: 1.6rem;
                width: 100%;
            }
            .app-download-text{
                font-size: 18px;
                width: 100%;
            }
            
            .how-it-works-heading {
                font-size: 1.6rem;
                width: 100%;
                text-align: center;
            }
            
            .step-card {
                width: 240px;
                height: 240px;
            }
            
            .step-content {
                width: 170px;
            }
        }


        .faq-section {
            padding: 50px 0;
        }
        
        .section-tag {
            color: #c600c6;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .section-tag::after {
            content: "";
            height: 2px;
            width: 50px;
            background-color: #c600c6;
            display: inline-block;
            margin-left: 15px;
        }
        
        .faq-heading {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 15px;
        }
        
    
        
        .purple-text {
            color: #c600c6;
        }
        
        /* Custom accordion styles */
        .accordion {
            --bs-accordion-border-width: 0;
            --bs-accordion-border-radius: 15px;
            --bs-accordion-inner-border-radius: 15px;
            --bs-accordion-btn-padding-x: 25px;
            --bs-accordion-btn-padding-y: 20px;
            --bs-accordion-btn-color: #333;
            --bs-accordion-btn-bg: transparent;
            --bs-accordion-btn-focus-border-color: none;
            --bs-accordion-btn-focus-box-shadow: none;
            --bs-accordion-body-padding-x: 25px;
            --bs-accordion-body-padding-y: 20px;
            --bs-accordion-active-color: #333;
            --bs-accordion-active-bg: #fdf4ff;
        }
        
        .accordion-item {
            background-color: #D81DF50F;
            border-radius: 9px !important;
            margin-bottom: 15px;
            margin-top: 15px;
            overflow: hidden;
            border: 1px solid #D81DF5;
            border-top: 1px solid #D81DF5 !important;
            font-family: 'Montserrat', sans-serif;
        }
        
        .accordion-button {
            font-weight: 700;
            font-size: 1.1rem;
            box-shadow: none !important;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: #fdf4ff;
            color: #c600c6;
        }
        
        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c600c6' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
            transition: transform 0.3s ease;
        }
        
        .accordion-button:not(.collapsed)::after {
            transform: rotate(-180deg);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c600c6' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        }
        
        .accordion-body {
            color: #333;
            font-size: 1rem;
            line-height: 1.6;
            padding-top: 0;
            
        }
        
        /* Active item styling */
        .accordion-item.active-item {
            border: 1px solid #c600c6;
        }
        
        .accordion-button.active-button {
            color: #c600c6;
        }
        
        .accordion-button:focus {
            border-color: transparent;
            box-shadow: none;
        }
        
        @media (max-width: 767px) {
            .faq-section {
                padding: 60px 0px;
            }
            
            .faq-heading {
                font-size: 2rem;
            }
            
            
            .accordion-button {
                font-size: 1rem;
                padding: 15px 20px;
            }
        
        }



        .contact-section .container {
            text-align: center;
            margin-bottom: -5rem;
        }
        .contact{
            display: flex;
            width: 100%;
            justify-content: center;
        }
        .contact_us{
            background-color: #7A1DE0;
            width: 50%;
            padding: 30px;
            border-radius: 30px;
        }
        .contact-section h2 {
            font-size: 2.5rem;
            font-weight: bold; 
            margin-bottom: 1.5rem;
            color: #ffffff;
            font-family: 'Poppins', sans-serif;
        }
        
        .contact .contact-btn {
            background: #FFFFFF;
            color: #D81DF5 !important;
            border-radius: 30px;
            padding: 0.5rem 2rem;
            font-weight: bold;
            font-size: 1.2rem;
            border: none;
            text-decoration: none;
            display: inline-block;
            font-family: 'Poppins', sans-serif;
        }
        
        .footer-main {
            background: #D81DF5;
            color: white;
            padding: 9rem 0 1rem 0;

        }
        
        .footer-column h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            font-family: 'Poppins', sans-serif;
        }
        
        .footer-links {
            list-style: none;
            padding-left: 0;
        }
        
        .footer-links li {
            margin-bottom: 0.75rem;
        }
        
        .footer-links a {
            color: white;
            text-decoration: none;
        }
        
        .footer-links a:hover {
            text-decoration: underline;
        }
        
        .logo-container {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }
        
        .zai-logo {
            width: 141px;
            height: 163px;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            margin-right: 22px;
        }
        
        .zai-brand {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }
        
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 1rem;
        }
        
        .social-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease-in-out !important;
            width: 42px;
        }
        .social-icon:hover{
            transform: translateY(-2px);
        }
        .bottom-bar {
            background-color: white;
            padding: 0.75rem 0;
        }
        
        .bottom-bar .tagline {
            font-weight: bold;
            color: #000000;
            font-family: 'Poppins', sans-serif;
        }
        .bootom-bar-button{
            display: flex;
            justify-content: flex-end;
        }
        .bottom-bar .download-btn {
            background-color: transparent;
            color: #D81DF5;
            font-weight: bold;
            text-decoration: none;
            font-family: 'Poppins', sans-serif;
        }
        
        .bottom-bar .download-btn:hover {
            text-decoration: underline;
        }
        @media (max-width: 991px){
            .contact .contact_us{
                width: 70% ;
            }
        }
        @media (max-width: 576px){
            .contact-section h2{
                font-size: 1.7rem;
            }
            .contact .contact_us{
                width: 90% ;
            }
            .logo-container{
                align-items: center;
            }
            .zai-logo{
                margin-right: 0;
            }
            .bootom-bar-button{
                justify-content:flex-start
            }
        }





        /*about page*/
        .about{
            background: linear-gradient(to bottom, #D81DF5, #7A1DE0);
            padding-bottom: 18px;
            color: white;
            position: relative;
            overflow: hidden;
            padding: 6rem 0 4rem 0;
        }
        .about .abouttag{
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 19px;
            line-height: 132%;
            letter-spacing: 0%;
            color: white;
        }
        .about h2{
            font-family: 'Montserrat', sans-serif;
            font-size: 42px;
            font-weight: 700;
            width: 98%;
            word-break: break-word;
            overflow-wrap: break-word;
        }
        .about-section-about{
            padding: 5rem 0;
        }
        .about-img{
            display: flex;
            justify-content: flex-end;
        }


        .core-values-section {
            background-color: #D81DF5;
            color: white; 
            padding-bottom: 1rem;
            padding-top: 2rem;
        }
        
        .core-values-section .section-title {
            text-align: center;
            font-size: 2rem;
            font-weight: bold;
            font-family: 'Montserrat', sans-serif;
            color: #FFFFFF;
        }
        
        .swiper {
            width: 100%;
            padding-bottom: 3rem;
            padding-top: 1rem;
        }
        
        .swiper-slide {
            display: flex;
            justify-content: center;
        }
        
        .value-card {
            background-color: transparent;
            border: 2px solid white;
            border-radius: 15px;
           width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            transition: transform 0.3s;
        }
        
        .value-card:hover {
            transform: translateY(-2px);
        }
        
        .value-icon {
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
        }
        
        .value-text {
            font-size: 1.5rem;
            text-align: center;
        }
        
        /* Swiper pagination styling */
        .core-values-section .swiper-pagination-bullet {
            background-color: white;
            opacity: 0.5;
        }
        
        .core-values-section .swiper-pagination-bullet-active {
            opacity: 1;
        }
        
        /* Media queries for responsiveness */
        @media (max-width: 768px) {
            .value-card {
                width: 120px;
                height: 100px;
            }
            
            .value-icon {
                font-size: 1.5rem;
            }
            
            .value-text {
                font-size: 0.8rem;
            }
        }
        
        @media (max-width: 576px) {
            .section-title {
                font-size: 1.5rem;
            }
            .about h2{
                font-size: 30px !important;
            }
            .about-heading{
                font-size: 1.4rem;
            }
            .built ul li{
                font-size: 16px !important;
            }
            .founders-section .section-title{
                font-size: 1.4rem !important;
            }
        }
        @media (min-width: 576px)and (max-width:820px){
            .about h2{
                width: 100% !important;
            }
        }
        .built{
            padding: 4rem 0 ;
        }
        .built h3{
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }
        .built ul li{
            font-family: 'Poppins' ,sans-serif;
            font-weight: 400;
            font-size: 20px;
            line-height: 202.99999999999997%;
            letter-spacing: 0%;
            text-align: justify;
        }
        .built-img{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .built-img img{
            max-width: 54%;
            height: auto;
        }

        
        .section-header {
            text-align: center;
            margin-bottom: 2rem;
        }
        
        
        .founders-section .section-title {
            color: #7A1DE0;
            font-size: 2rem;
            font-weight: 600;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
            margin: 0 auto 2rem;
            line-height: 1.5;
            width: 98%;
        }
        
        .founder-card {
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 1.5rem;
        }
        
        .founder-image {
            width: 100%;
            height: 360px;
            object-fit: cover;
            border-radius: 8px;
        }
        
        .founder-info {
            padding: 1rem 0.5rem;
        }
        
        .founder-name {
            font-size: 1.6rem;
            font-weight: bold;
            margin-bottom: 0.2rem;
            color: #000000;
            font-family: 'Montserrat', sans-serif;
        }
        
        .founder-position {
            color: #D81DF5;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
            font-family: 'Poppins' ,sans-serif;
        }
        
        .founder-bio {
            color: #666;
            font-family: 'Poppins' ,sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 202.99999999999997%;
            letter-spacing: 0%;
            text-align: justify;

        }
        
        .founders-section .swiper {
            width: 100%;
            padding-bottom: 3rem;
        }
        
        .swiper-slide {
            height: auto;
        }
        
        .founders-section .swiper-pagination-bullet {
            background-color: var(--purple);
            opacity: 0.5;
        }
        
        .founders-section .swiper-pagination-bullet-active {
            opacity: 1;
        }
        
        .founders-section .swiper-button-next, .swiper-button-prev {
            color: var(--purple);
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 1.4rem !important; 
            }
            .about-img{
                justify-content: center;
            }
            
            .founder-image {
                height: 360px;
            }
            .container{
                padding: 0 13px !important;
            }
        }



        /*blog*/
        section.blog-section {
            padding: 3rem 0;
        }
        .blog-card {
            overflow: hidden;
            margin-bottom: 2rem;
        }
        
        .blog-container {
            display: flex;
            flex-direction: row;
            align-items: center;
        }
        
        .blog-sidebar {
            width: 40%;
        }
         
        .blog-content {
            padding: 2rem;
            width: 60%;
        }
        .blog-content a{
            text-decoration: none;
        }
        
        .blog-title {
            font-size: 2.3rem;
            font-weight: 600;
            color: #000000;
            margin-bottom: 1rem;
            font-family: 'Montserrat', sans-serif;
        }
        
        .blog-text {
            color: #000000CF;
            font-size: 1.4rem;
            line-height: 1.6;
            margin-bottom: 1.5rem;
            text-align: justify;
            font-family: 'Poppins' ,sans-serif;
        }
        
        .blog-date {
            color: #D81DF5;
            font-weight: 600;
            font-size: 1.4rem;
            font-family: 'Poppins' ,sans-serif;
        }
        .blog-section .pagination {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            margin-top: 30px;
            gap: 8px;
        }
        
        .blog-section .pagination-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #ffffff;
            border: 1px solid #dcdcdc;
            border-radius: 8px;
            color: #000000;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .blog-section .pagination-btn:hover {
            background-color: #f0f0f0;
        }
        
        .blog-section .pagination-btn.active {
            border: 2px solid #d14bf6;
            color: #d14bf6;
        }
        
        .blog-section .pagination-btn.prev, 
        .blog-section .pagination-btn.next {
            background-color: #f6a3ff;
            border: none;
            color: #ffffff;
            font-size: 18px;
        }
        
        .blog-section .pagination-btn.prev:hover,
        .blog-section .pagination-btn.next:hover {
            background-color: #e58ff0;
        }
        
       
        @media (max-width: 768px) {
            .blog-container {
                flex-direction: column;
            }
            
            .blog-sidebar {
                width: 100%;
                padding: 1.5rem;
            }
            
            .blog-content {
                width: 100%;
                padding: 1.5rem;
            }
        }




        /*zai network*/
        section.zai-section{
 
            padding: 2rem 0 0 0;
        }
        .about p{
            font-size: 20px;
            font-family: 'Poppins' ,sans-serif;
            font-weight: 400;
            width: 70%;
            line-height: 1.9;
            word-break: break-word;
            overflow-wrap: break-word;
        }
        .zai-btn{
            display: flex;
            gap: 15px;
        }
        .OS-btn{
            background: white !important;
            color: #D81DF5 !important;
            border-radius: 50px;
            padding: 12px 40px !important;
            border: none;
            font-weight: 600;
            transition: all 0.3s ease-in-out !important;
            text-decoration: none;
            font-family: 'Poppins' ,sans-serif;
            transition: transform 0.3s;
        }
        .OS-btn:hover{
            transform: translateY(-2px);
        }
        
        .section-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #000;
            font-family: 'Montserrat', sans-serif;
        }
        
        .section-description {
            font-size: 20px;
            margin-bottom: 2rem;
            color: #000000CF;
            font-family: 'Poppins' ,sans-serif;
            text-align: justify;
        }
        
        .participation-title {
            font-size: 1.7rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #000;
            font-family: 'Poppins' ,sans-serif;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .node-type {
            margin-bottom: 2rem;
        }
        
        .node-number {
            font-weight: 600;
            font-size: 1.3rem;
            margin-bottom: 0.75rem;
            font-family: 'Poppins' ,sans-serif;
        }
        
        .feature-list {
            list-style-type: none;
            padding-left: 1rem;
            margin-bottom: 1.5rem;
            font-family: 'Poppins' ,sans-serif;
        }
        
        .feature-list li {
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 1rem;
            font-family: 'Poppins' ,sans-serif;
            font-size: 1.4rem;
            font-weight: 400;
        }
        
        .feature-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #555;
        }
        
        .feature-title {
            font-weight: 400;
            margin-right: 0.5rem;
            font-family: 'Poppins' ,sans-serif;
        }
        
        .selection-process {
            margin-top: 2.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid #eee;
        }
        .container.process-container {
            padding: 20px 0;
        }
        .process-steps li{
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 1rem;
            font-family: 'Poppins' ,sans-serif;
            font-size: 1.4rem;
            font-weight: 400;
        }
        .phase-header{
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 1rem;
            font-family: 'Poppins' ,sans-serif;
            font-size: 1.4rem;
            font-weight: 400;
        }
        .faq-list li{
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 1rem;
            font-family: 'Poppins' ,sans-serif;
            font-size: 1.4rem;
            font-weight: 400;
        }
        .faq-section-new{
            padding: 20px 0;
        }
        .conclusion{
            position: relative;
            margin-bottom: 1rem;
            font-family: 'Poppins' ,sans-serif;
            font-size: 1.4rem;
            font-weight: 400;
        }

        /*pI network*/
        .timeline-container {
            position: relative;
            max-width: 1200px;
            margin: 40px auto;
            padding: 20px;
          }
          
          .timeline-line {
            position: absolute;
            width: 4px;
            background-color: #e83cff;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -2px;
          }
          
          .timeline-item {
            padding: 20px 40px;
            position: relative;
            width: 50%;
            margin-bottom: 40px;
          }
          
          .timeline-item::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: white;
            border: 4px solid #e83cff;
            border-radius: 50%;
            top: 15px;
            z-index: 1;
          }
          
          .right {
            left: 50%;
          }
          
          .left {
            left: 0;
          }
          
          .left::after {
            right: -14px;
          }
          
          .right::after {
            left: -14px;
          }
          
          .timeline-content {
            padding: 20px;
            border-radius: 6px;
          }
          
         .left .phase-title {
            display: flex;
            align-items: flex-end;
            margin-bottom: 15px;
            flex-direction: column;
          }
          .right .phase-title {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            flex-direction: column;
          }
          .phase-title a{
            text-decoration: none;
          }
          .phase-main {
            color: #e83cff;
            font-size: 2rem;
            font-weight: bold;
            font-family: Montserrat;
            word-break: break-word;
            overflow-wrap: break-word;
          }
          
          .phase-sub {
            color: #333;
            font-size: 1.2rem;
            font-family: Poppins;
          }
          .left-img {
            display: flex;
            justify-content: flex-end;
        }
          
          .timeline-description {
            margin-top: 15px;
            color: #555;
            font-size: 1.2rem;
            line-height: 1.6;
            font-family: Poppins;
            text-align: justify;
          }
          
          .timeline-image {
            max-width: 200px;
            margin-bottom: 15px;
            display: block;
          }
          
          .checkmark {
            position: absolute;
            width: 30px;
            height: 30px;
            background-color: #2ecc71;
            border-radius: 34%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            z-index: 2;
          }
          
          .left .checkmark {
            right: -16px;
            top: 10px;
          }
          
          .right .checkmark {
            left: -16px;
            top: 10px;
          }
      
          @media (max-width: 767px) {
            .timeline-item {
              width: 100%;
              padding-left: 70px;
              padding-right: 25px;
            }
            
            .timeline-line {
              left: 40px;
            }
            .left .phase-title{
                align-items: flex-start;
            }
            .left-img{
                justify-content: flex-start ;
            }
            
            .timeline-item::after {
              left: 19px;
            }
            
            .left::after, .right::after {
              left: 19px;
            }
            
            .left .checkmark, .right .checkmark {
              left: 16px;
            }
            
            .right {
              left: 0%;
            }
          }



          .Roadmap {
            background-color: #e83cff;
            color: white;
            padding: 25px 0;
            text-align: center;
            margin-bottom: 20px;
            position: relative;
          }
          
          .Roadmap h1 {
            font-size: 3rem;
            font-weight: bold;
            margin: 0;
            font-family: 'Montserrat', sans-serif;
          }
          
          .tab-container {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 20px;
          }
          .nav-tabs .nav-link.active {
            width: 250px;
            max-width: 250px;
            border: 1px solid;
            padding: 22px 0;
            border-radius: 10px;
            border-color: #D81DF5;
            background: #D81DF5;
            color: white;
            font-size: 1.4rem;
            font-family: 'Poppins', sans-serif;
        }
        .nav-tabs .nav-link {
            width: 250px;
            max-width: 250px;
            border: 1px solid;
            padding: 22px 0;
            border-radius: 10px;
            border-color: #D81DF5;
            background: white;
            color: #000000;
            font-size: 1.4rem;
            font-family: 'Poppins', sans-serif;
        }
        .nav-tabs .nav-link:hover{
            border: 1px solid;
            border-color: #D81DF5;
            background: #D81DF5;
            color: white;
        }
          .tab.current {
            background-color: #1a8cff;
            color: white;
            position: relative;
          }
          
          .content-section {
            padding: 20px;
            text-align: center;
          }
          
          .description {
            margin-top: 30px;
            line-height: 1.8;
          }
          .tab-pane p{
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            text-align: center;
          }
          
          
          @media (max-width: 768px) {
            .tab-container {
              flex-direction: column;
              align-items: center;
            }
            
            .tab {
              width: 80%;
            }
          }
          .nav-tabs{
            width: 100%;
            display: flex;
            justify-content: center;
            border:none;
            gap: 15px;
          }

          /* .nav-tabs .nav-item.show .nav-link{
            padding: 22px 20px;
            border-radius: 5px;
            text-align: center;
            cursor: pointer;
            font-weight: 400;
            min-width: 120px;
            font-size: 1.8rem;
            font-family: 'Poppins', sans-serif;
          }
          
          
          .nav-tabs .nav-link.active{

          } */


          /*PI whitepaper*/
          .main-container {
            padding: 20px 0;
          }
          
          .section-title {
            font-weight: bold;
            margin-bottom: 15px;
            margin-top: 30px;
            color: var(--primary-color);
          }
          
          .main-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 10px;
            margin-top: 10px;
            color: #000000;
            padding-bottom: 10px;
            font-family: 'Montserrat', sans-serif;
          }
          
          .vision-section {
            margin-bottom: 25px;
          }
          
          .vision-title {
            color: #D81DF5;
            font-weight: 600;
            margin-bottom: 10px;
            font-size: 2rem;
            font-family: 'Poppins', sans-serif;
          }
          .vision-section p{
            font-size: 20px;
            margin-bottom: 2rem;
            color: #000000CF;
            font-family: 'Poppins', sans-serif;
            text-align: justify;
          }
          .vision-section .item-content {
            font-size: 20px;
            color: #000000CF;
            font-family: 'Poppins', sans-serif;
            text-align: justify;
          }
          
          .tech-overview {
            color: #D81DF5;
            font-weight: 600;
            margin-bottom: 10px;
            font-size: 2rem;
            font-family: 'Poppins', sans-serif;
          }
          
          .section-number {
            color: #7A1DE0;
            font-weight: 400;
            margin-bottom: 10px;
            font-size: 2rem;
            font-family: 'Poppins', sans-serif;
          }
          
          .list-item {
            display: flex;
            margin-bottom: 10px;
          }
          
          .list-item-bullet {
            flex-shrink: 0;
            margin-right: 10px;
            color: var(--secondary-color);
          }
          
          .item-content {
            flex-grow: 1;
            font-size: 20px;
            color: #000000CF;
            font-family: 'Poppins', sans-serif;
            text-align: justify;
          }
          
          .subsection {
            margin-bottom: 20px;
          }
          
          .subsection-title {
            color: #7A1DE0;
            font-weight: 400;
            margin-bottom: 10px;
            font-size: 2rem;
            font-family: 'Poppins', sans-serif;
            margin-top: 3rem;
          }
          
          .phase-item {
            margin-left: 15px;
            margin-bottom: 5px;
            font-size: 20px;
            color: #000000CF;
            font-family: 'Poppins', sans-serif;
            text-align: justify;
          }
          
          .token-detail {
            margin-left: 15px;
            margin-bottom: 5px;
            font-size: 20px;
            color: #000000CF;
            font-family: 'Poppins', sans-serif;
            text-align: justify;
          }
          
          .distribution-item {
            margin-left: 15px;
            margin-bottom: 5px;
            font-size: 20px;
            color: #000000CF;
            font-family: 'Poppins', sans-serif;
            text-align: justify;
          }
          
          @media (max-width: 768px) {
            .main-title {
              font-size: 1.5rem;
            }
            .tech-overview, .section-number, .subsection-title{
                font-size: 1.6rem;
            }
            
            .section-title {
              font-size: 1.1rem;
            }
            
            .main-container {
              padding: 15px;
            }
          }


          /*KYB form*/
          .whyKYB{
            padding: 50px 0;
          }
          .kybform-section{
            background: #D81DF51A;
            padding: 100px 0;
          }
          .form-container {
           border-top: 30px solid #D81DF5;
           
          
            overflow: hidden;
          }
          .when{
            display: flex;
            justify-content: center;
          }
          
          .form-header {
            background-color: #fff;
            padding: 12px 20px;
            color: #000000;
            font-weight: 600;
            font-size: 2rem;
            font-family: 'Montserrat', sans-serif;
          }
          
          /* .form-body {
            padding: 20px;
            background-color: #fff;
          } */
          
          .form-description {
            margin-bottom: 40px;
            font-size: 1.3rem;
            font-family: 'Poppins', sans-serif;
            line-height: 1.5;
            font-weight: 400;
            color: #000000CF;
            padding: 20px;
            background-color: #fff;
          }
          small{
            color: #FF0000CF;
          }
          .form-section {
            margin-bottom: 25px;
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            gap: 25px;
            background-color: #fff;
            padding: 50px 31px;
          }
          .form-sub-section{
            width: 50%;
          }
          .form-label {
            font-weight: 600;
            margin-bottom: 10px;
            color: #000000CF;
            font-family: 'Poppins', sans-serif;
          }
          
          .form-control {
            border: 1px solid #e1e1e1;
            padding: 10px 15px;
            border: none;
            width: 100%;
            font-size: 1rem;
            border-bottom: 1px solid #D81DF5;
            border-radius: 0;
            color: #000000CF;
            font-family: 'Poppins', sans-serif;
          }
          
          .form-control:focus {
          border: 1px solid #D81DF5;
          border: none !important;
          }
          
          .form-text {
            font-size: 0.8rem;
            color: #6c757d;
          }
          
          .required {
            color: #FF0000CF;
          }
          
          .support-link {
            color: var(--primary-color);
            text-decoration: none;
          }
          
          .support-link:hover {
            text-decoration: underline;
          }
          
          .radio-option {
            margin-bottom: 10px;
          }
          
          .form-select {
            border: 1px solid #D81DF5;
            padding: 10px 15px;
            width: 100%;
            font-size: 1rem;
            appearance: auto;
            background-image: none;
            border-radius: 0;
          }
          .form-select:focus{

            border: 0 1px 0 0 solid #D81DF5 !important;
            box-shadow: none;
          }
          label.form-check-label{
            font-family: 'Poppins', sans-serif;
          }
          .form-buttons {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
          }
          .form-control:focus{
            box-shadow: none;
          }
          .form-check-input:checked{
            background-color: #D81DF5;
            border-color: #b600ff;
          }
          .btn-next {
            background-color: #f8f9fa;
            color: #7A1DE0;
            border: 1px solid #e1e1e1;
            padding: 10px 25px;
            border-radius: 5px;
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
            transition: all 0.3s ease-in-out !important;
          }
          
          .btn-next:hover {
            background-color: #7A1DE0;
            color: white;
          }
          .btn-next:focus{
            box-shadow: none;
          } 
          .btn-clear {
            
            color: #7A1DE0;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            transition: all 0.3s ease-in-out !important;
          }
          
          .btn-clear:hover {
            transform: translateY(-2px);
          }
          .btn-clear:focus{
            box-shadow: none;
          } 
          @media (max-width: 768px) {
            .form-container {
              margin: 10px;
            }
            .form-control{
                width: 100%;
            }
            .form-select{
                width: 100%;
            }
            .form-body {
              padding: 15px 0;
            }
            
            .form-section {
              padding: 26px 15px;
              flex-direction: column;

            }
            .form-sub-section{
                width: 100%;
            }
          }

          .support-container {
            padding: 40px 0;
            position: relative;
        }
        
        .header-text {
            font-weight: 500;
            margin-bottom: 20px;
            color: #000000;
            font-size: 1.5rem;
            line-height: 1.5;
            font-family: Montserrat;
            text-align: justify;
        }
        
        .read-text{
            font-family: 'Montserrat', sans-serif;
            font-size: 42px;
            font-weight: 700;
            width: 98%;
            word-break: break-word;
            overflow-wrap: break-word;
        }
        

        @media (max-width: 768px){
            .read-text{
                font-size: 1.4rem;
            }
            .header-text{
                font-size: 1.3rem; 
            }
            .contact-container{
                padding: 10px !important;
            }
        }

        /*contact page*/
        .contact-sections-form{
            padding: 50px 0;
            background-color: #D81DF50F;
            margin-bottom: 30px;
        }
       .contact-sections-form .container{
            background-color: #D81DF50F;
            border: 1px solid #D81DF5;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            border-radius: 10px;
        }  
        .contact-container {
            width: 100%;
            padding: 30px;
          
        }
        
        .contact-container .form-title {
            text-align: center;
            font-weight: 600;
            color: #000;
            margin-bottom: 25px;
            font-size: 1.5rem;
            font-family: 'Montserrat', sans-serif;
        }
        
        .contact-container .form-group {
            background-color: #fff;
            border-radius: 15px;
            padding: 15px 20px;
            margin-bottom: 20px;
            border: 1px solid #fff;
        }
        
        .contact-container .form-label {
            display: block;
            margin-bottom: 5px;
            color:#000;
            font-weight: 500;
            font-size: 0.9rem;
            font-family: 'Poppins', sans-serif;
        }
        
        .contact-container .form-control {
            border: none;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding: 8px 0;
            font-size: 0.95rem;
            box-shadow: none;
            background-color: transparent;
            font-family: 'Poppins', sans-serif;
        }
        
        .contact-container .form-control:focus {
            box-shadow: none;
            border-color: #bbb;
        }
        
        .contact-container .form-control::placeholder {
            color: #000000;
            opacity: 0.6;
        }
        
        .contact-container textarea.form-control {
            min-height: 80px;
            resize: none;
        }
        
        .contact-container .required::after {
            content: "*";
            color: #ff6b6b;
            margin-left: 2px;
        }
        
        /* Submit button - uncomment if needed */
        .submit-btn {
            background-color: #D81DF5;
            color: white;
            border: none;
            border-radius: 30px;
            padding: 12px 25px;
            font-weight: 500;
            font-size: 1rem;
            margin-top: 10px;
            border: 1px solid #D81DF5;
            transition: all 0.3s ease;
            font-family: 'Poppins', sans-serif;
        }
        
        .submit-btn:hover {
            background-color: #D81DF5;
            transform: translateY(-2px);
            border: 1px solid #D81DF5;
        }
        
        .contact-info-img {
            display: flex;
            justify-content: center;
        }
        .contact-info-img img{
          width: 32.5% !important;
        }
        .contact-item:hover {
            transform: translateY(-3px);
        }
        .contact-item {
            max-width: 600px;
            margin: 30px auto;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            background-color: white;
            padding: 30px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        .contact-item:last-child {
            border-bottom: none;
        }
        .icon-wrapper {
            margin-right: 20px;
            background: #ffffff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            padding: 10px;
            border-radius: 50%;
        }
        .contact-details {
            flex-grow: 1;
        }
        .contact-title {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 5px;
            color: #212529;
            font-family: 'Poppins', sans-serif;
        }
        .contact-value {
            font-size: 18px;
            color: #6c757d;
            margin: 0;
            word-wrap: break-word;
            overflow-wrap: break-word;
            font-family: 'Poppins', sans-serif;
        }