 *{
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
         }
        body {
            font-family: 'Rubik', sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            overflow-x: hidden;
        }

         .navbar{
            position: sticky;
            z-index: 2;
         }
         .get-app-btn{
            text-decoration: none;
            color: #63A4A3;
            background-color:white ;
            border-radius: 30px;
            padding: 10px 20px  ;
         }

         .hero-section{
            position: relative;
         }

         

         .hero-background{
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
         }

         .phone-mockup img {
            z-index: 2;
         }

         .hero-title{font-size: 2.5rem;
        font-weight: 700;

            

        }

        .hero-description{
            margin-top: 30px;
            color: #0000008A;
            max-width: 500px;
        }

        .app-store-buttons{
            display: flex;
            gap: 20px;
            margin-top: 30px;

        }


        @media (max-width: 995px) {

           .get-app-btn{
              font-size: 14px;
              border:1px solid #63A4A3;
              padding: 5px 12px;
           }
           .hero-background{
              display: none;
           }
            .hero-title {
                font-size: 1.6rem;
                text-align: center;
            }

            .hero-description {
                max-width: 100%;
                text-align: center;
            }

            .app-store-buttons {
                justify-content: center;
                flex-wrap: wrap;
            }

            .app-store-btn img{
               width: 100px;
            }

            .phone-mockup {
                text-align: center;
                margin-top: 40px;
            }

            .phone-mockup img {
                max-width: 280px;
                width: 100%;
                height: auto;
            }

            .hero-content {
                text-align: center;
            }

            .navbar-brand img{
              width: 80px ;
           }

           .custom-hero-section{
              margin: 30px 0px !important;
           }
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 1.5rem;
            }
            
            .hero-description {
                font-size: 14px;
                margin-top: 20px;
            }
            
            .app-store-buttons {
                margin-top: 20px;
            }
            
            .app-store-btn img {
                max-width: 140px;
            }
        }

        @media (max-width: 576px) {
            .hero-title {
                font-size: 1.3rem;
            }
            
            .get-app-btn{
               font-size: 10px;

            }

            .navbar-brand img{
               width: 65px;
            }
            .phone-mockup img {
                max-width: 200px;
            }
            
            .custom-hero-section {
                margin: 40px 0px;
            }
        }

        /* -----Why Whatiq section----- */

        .why-whateq{
           
           margin: 60px 0px;

        }

        .cards-container{
           display: flex;
           gap: 30px;
           justify-content: center;
           flex-wrap: wrap;
        }

        .custom-card{
           display: flex;
           flex-direction: column;
           align-items: center;
           padding: 30px ;
           border: none;
           text-align: center;
           gap: 20px;
           max-width: 350px;
        }

        .why-title{
           font-size: 2rem;
           font-weight: 700;
           text-align: center;
           margin-bottom: 30px;
        }

        .card-icon img{
           width: 95px;
        }

        .card-title{
           color: #000000A6;
           font-size: 1.2rem;
           font-weight: 600;
        }

        .card-desc{
           color: #0000008A;
           font-size: 14px;
        }

        

         @media (max-width: 576px) {
            .why-title{
               font-size: 1.5rem;
            }

            .card-icon img{
               width: 65px;
            }

            .card-title{
               font-size: 14px;
            } 

            .card-desc{
               font-size: 12px;
            }
         }


         /* ------Features-Section-- */

         .key-features-section{
            margin: 80px 0px;
         }
           .features-container {
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .Feature-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
            color: #000000DE;
            margin-bottom: 80px;
            letter-spacing: -0.025em;
        }

        .feature-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            animation: fadeInUp 0.8s ease-out forwards;
            opacity: 0;
            transform: translateY(30px);
        }

        .feature-item:nth-child(2) { animation-delay: 0.2s; }
        .feature-item:nth-child(3) { animation-delay: 0.4s; }
        .feature-item:nth-child(4) { animation-delay: 0.6s; }

        .feature-item:nth-child(even) {
            flex-direction: row-reverse;
        }

        .feature-content {
            flex: 1;
            max-width: 400px;
            z-index: 2;
            position: relative;
        }

        .feature-item:nth-child(even) .feature-content {
            text-align: right;
        }

        .feature-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 16px;
            text-align: left;
        }

       .features-span{
         color: #63A4A3;
         font-size: 1.7rem;
         font-weight: 700;
       }

        .feature-description {
            color: #0000008A;
            line-height: 1.6;
            font-size: 1rem;
            text-align: left;
        }

        

        .feature-item:nth-child(even) .phone-mockup {
            transform: perspective(1000px) rotateY(5deg);
        }

        .feature-item:nth-child(even) .phone-mockup-2 {
            left: -60px;
            right: auto;
            transform: perspective(1000px) rotateY(-15deg);
        }

        


        
        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            33% { transform: translateY(-20px) rotate(2deg); }
            66% { transform: translateY(10px) rotate(-1deg); }
        }

        @media (max-width: 768px) {
            .feature-title,.feature-description{
               text-align: center;
            }
            .features-container{
               gap: 60px;
            }
            .feature-item{
               flex-direction: column;
               gap: 30px;
            }

            .phone-mockup-container img{
               width: 300px;
            }
            .feature-item:nth-child(even) {
                flex-direction: column;
                text-align: center;
                gap: 40px;
            }

            .feature-content {
                max-width: 100%;
            }

            .feature-item:nth-child(even) .feature-content {
                text-align: center;
            }

            .feature-item:nth-child(even) .feature-title {
                justify-content: center;
            }

            
            .feature-item:nth-child(even) .phone-mockup {
                transform: none;
            }

            .feature-item:nth-child(even) .phone-mockup-2 {
                left: -40px;
                transform: none;
            }
        }

        @media(max-width:425px){
         .Feature-title{
            font-size: 1.5rem;
            margin-bottom: 30px;
         }

         .feature-title {
            font-size: 1rem;
         }
         .features-span{
            font-size: 1.2rem;
         }

         .feature-description{
            font-size: 0.8rem;
         }
             .phone-mockup-container img{
               width: 210px;
             }
        }

        /* ----------Deals section-------- */

        .make-deals-section{
         margin: 60px 0px;
         background-image: url(/images/section4-background.png);
         background-size: cover;
         padding: 60px 0px;
        }

        .deals-title {
            color: white;
            font-size: clamp(2rem, 5vw, 3.5rem);
            font-weight: bold;
            text-align: center;
            margin-bottom: 60px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
            font-size: 2rem;
        }

        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }

        .step-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 30px;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            gap: 20px;
            align-items: anchor-center;
        }

        .step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }

        .step-number {
            font-size: clamp(4rem, 8vw, 6rem);
            font-weight: 900;
            color: rgba(255, 255, 255, 0.3);
            line-height: 1;
            margin-bottom: 15px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .step-title-container{
            display: flex;
            align-items: center;
            flex-direction: column;
        }
        .step-title {
            color: white;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2;
            margin-top: 18px;
        }

        .step-description {
            color: rgba(255, 255, 255, 0.9);
            font-size:12px;
            line-height: 1.5;
            font-weight: 400;
        }

 
        @media (max-width: 768px) {
            .container {
                padding: 20px 10px;
            }
            
            .title {
                margin-bottom: 40px;
            }
            
            .steps-grid {
                gap: 30px;
                grid-template-columns: 1fr;
            }
            
            .step-card {
                padding: 25px;
            }
        }

        @media (max-width: 480px) {
            .step-card {
                padding: 20px;
            }
            
            .step-number {
                margin-bottom: 10px;
            }
            
            .step-title {
                margin-bottom: 10px;
            }
        }

      
        @media (min-width: 769px) {
            .steps-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 50px;
            }
            .deals-title{
                font-size: 1.5rem;
            }
        }


        /* ---------------FAQ section---------- */
        .faq-section {
            max-width: 800px !important;
           margin: 80px 0px;
        }
        
        .faq-title {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
            color: #000000DE;
            margin-bottom: 20px;
            letter-spacing: -0.025em;
        }
        
        .faq-subtitle {
            text-align: center;
            margin-bottom: 40px;
            color: #4A4A4A;
            font-size: 1rem;
        }
        
        .accordion {
            border: none !important;
            box-shadow: none;
         
        }
        
        .accordion-item {
            border: none !important;
            background: transparent;
            margin-bottom: 0;
        }
        
       
       
        .accordion-button {
            background: transparent;
            border: none !important;
            padding: 20px 0;
            font-weight: 500;
            font-size: 1rem;
            color: #1E1E1E !important;
            font-weight: 700;
            box-shadow: none;
            position: relative;
        }
        
        .accordion-button:not(.collapsed) {
            background: transparent !important;
            box-shadow: none !important;
        }
        
        .accordion-button:focus {
            box-shadow: none !important;
            border: none !important;
        }
        
        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%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") ;
            transform: rotate(0deg);
            transition: transform 0.2s ease-in-out;
        }
        
        .accordion-button:not(.collapsed)::after {
            transform: rotate(-180deg);
        }
        
        .accordion-body {
            padding: 0 0 20px 0 !important;
            color: #4A4A4A !important;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        .accordion-collapse {
            border: none;
        }
        
        @media (max-width: 768px) {
            .faq-section {
                padding: 0 15px;
                margin: 30px auto;
            }
            
            .faq-title {
                font-size: 2rem;
            }
            
            .accordion-button {
                padding: 15px 0;
                font-size: 0.95rem;
            }
            
            .accordion-body {
                font-size: 0.9rem;
            }
        }
        
        @media (max-width: 480px) {
            .faq-title {
                font-size: 1.8rem;
            }
            
            .faq-subtitle {
                font-size: 0.9rem;
            }
        }

        /* --------------Download Section------- */
        .download{
            margin-top: 60px ;
            display: flex;
            flex-direction: column;
            position: relative;
            justify-content: center;
            align-items: flex-start;
            height: 40vh;
            padding: 0px 20px;
            overflow: hidden ;
            
        }

        .download-title{
          color: #1E1E1E;
          font-weight: 700;
          font-size: 2rem; 
          margin-bottom: 20px; 
        }

        .download-subtitle{
            color: #4A4A4A;
            font-size: 18px;
            margin-bottom: 40px;
        }

        .download-links{
            display: flex;
            gap: 20px;
        }

        .telephone{
            width: 300px;
            position: absolute;
            top: 0px;
            right: 0;
        }

        @media(max-width:1000px){
            .telephone{
                display: none;
            }
        }

        @media(max-width:425px){
            .download{
                align-items: center;
            }
            .download-title{
                text-align: center;
                font-size: 1.5rem;

            }
            .download-subtitle{
                text-align: center;
                font-size: 14px;
            }
            .download-links{
                justify-content: center;
                align-items: center;
            }

            .downOne img, .downTwo img{
                width: 80px;

            }
        }

        /* ------------footer-------- */
         footer {
            background-color: #63A4A3;
            padding: 40px 0;
            color: white;
            margin-top: auto;
        }


        .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 30px;
        }

        .left-footer {
            display: flex;
            flex-direction: column;
            gap: 20px;
            flex: 1;
            min-width: 250px;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        
        .footer-logo img{
            width: 120px;
        }

        .footer-desc {
            max-width: 400px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
        }

        .right-footer {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .language-selector {
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 20px;
            padding: 8px 16px;
            color: white;
            font-size: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .language-selector:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }

        .globe-icon {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        .copyright {
            text-align: center;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.8);
            font-size: 12px;
        }

     
        @media (max-width: 768px) {
            .footer-content {
                flex-direction: column;
                text-align: center;
            }

            .left-footer {
                align-items: center;
                text-align: center;
            }

            .footer-desc {
                max-width: 100%;
            }

            .right-footer {
                justify-content: center;
            }

            footer {
                padding: 30px 0;
            }

          
        }

        @media (max-width: 480px) {
            .logo-text {
                font-size: 18px;
            }

            .footer-desc {
                font-size: 13px;
            }

            .language-selector {
                padding: 6px 12px;
                font-size: 13px;
            }
        }