﻿*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body{
    height:100%;
      /* body scroll band */
    font-family:'Poppins', sans-serif;
}
#servicesToggle,
#servicesLang,
#aboutLangToggle,
#termsToggle,
#footerLangToggle,
#securityToggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
/* Layout */
.page-wrapper{
    display:flex;
    height:100vh;
}

/* LEFT SIDE */
.left-section{
position:fixed;
    top:0;
    left:0;
    width:30%;
    height:100vh;
    background:#0F1E55;
    padding:20px 10px;
    overflow:hidden;
}

.logo{
    width:100%;
    display:flex;
    justify-content:center;   /* horizontal center */
    align-items:center;
    margin-top:90px;
}

.logo-img{
    max-width:200px;
    height:auto;
    display:block;
}



/* RIGHT SIDE HERO */
.right-section{
    width:70%;
    position:relative;
    background:url('/images/hero.jpg') no-repeat center center/cover;
}

/* Dark Overlay */
.right-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

/* Right content inside */
.right-section > *{
    position:relative;
    z-index:2;
    color:#fff;
}

.right-section{
   margin-left:30%;
    width:70%;
    min-height:100vh;             /* padding hata do */
}

/* IMPORTANT FIX */
.right-section .container,
.right-section .container-fluid{
    max-width:100% !important;
    width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}
.hero-slider{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.slide{
    position:absolute;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    opacity:0;
    transition:opacity 1s ease-in-out;
}

.slide.active{
    opacity:1;
}

/* Dark overlay */
.slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.2);
}

/* Static Text */
.slider-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;
    z-index:10;
}

.hero-btn{
    background:#35c0be;
    padding:12px 30px;
    color:#fff;
    text-decoration:none;
}

/* Arrows */
.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:40px;
    color:#fff;
    cursor:pointer;
    z-index:10;
    padding:10px;
}

.prev{ left:20px; }
.next{ right:20px; }
.subscribe-section{
    width:100%;
    background:#428bca;
    padding:16px 68px;
}

.subscribe-content{
  width:100%;
    align-items:center;
    flex-wrap:wrap;
}

.subscribe-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.subscribe-content h2{
    color:#fff;
    font-size:26px;
    font-weight:600;
}
.subscribe-btn{
    background:#ffffff;
    color:#222;
    padding:20px 50px;
    text-decoration:none;
    font-weight:600;
    letter-spacing:2px;
    transition:0.3s;
}

.subscribe-btn:hover{
    background:#f4f4f4;
}

/*header*/
.hero-header{
    position:fixed;
    top:0;
    right:0;
    width:70%;
    padding:25px 0;
    display:flex;
    justify-content:center;
    z-index:999;
    transition:all 0.4s ease;
        background-color: #0f1e55d4;
}

/* Scroll hone ke baad */
.hero-header.scrolled{
             background: rgba(15, 30, 85, 0.95);   /* Deep navy */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-menu{
    display:flex;
    align-items:center;
    gap:45px;
}

.header-menu a{
    color:#ffffff;
    text-decoration:none;
    font-size:17px;
    font-weight:500;
    letter-spacing:1px;
    position:relative;
    transition:0.3s;
    cursor:pointer;
}

/* Underline hover animation */
.header-menu a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:2px;
    background:#35c0be;
    transition:0.3s;
}

.header-menu a:hover{
    color:#35c0be;
}

.header-menu a:hover::after{
    width:100%;
}

/* Active link */
.header-menu .active{
    color:#35c0be;
}

.header-menu .active::after{
    width:100%;
}

.slider-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color:#fff;
    z-index:10;
    font-family:'Poppins', sans-serif;
    width:80%;
}

/* MAIN HEADING */
.slider-content h1{
    font-size:38px;          
    font-weight:800;        
    letter-spacing:1px;
    margin-bottom:20px;
    line-height:1.2;
}

/* PARAGRAPH */
.slider-content p{
    font-size:20px;
    font-weight:400;
    opacity:0.9;
    margin-bottom:30px;
}


/* Background Full Screen */
.panel-body-login{
    display:flex;
    justify-content:center;
    align-items:center;

}

/* Login Box */
.dvlogin{
    width:420px;
    padding:5px 35px;
    border-radius:25px;
 
}

/* Labels */
.text-black{
    color:#fff !important;
    font-weight:500;
    font-size:16px;
    letter-spacing:0.5px;
}
.star {
  color: #e74c3c;
    font-weight: normal;
    font-size: 8px;
    top: -5px;
    position: relative;
}
}

/* Star Color */
.star i{
    color:#35c0be;
    margin-left:4px;
}

/* Inputs */
.form-control{
    border:none;
    border-radius:50px;
    padding:14px 20px 14px 45px;
    color:#fff;
    font-size:15px;
    transition:0.3s;
}

.form-control::placeholder{
    color:#ddd;
}


/* Input wrapper */
.input-icon{
    position:relative;
}

/* Icon proper position */
.input-icon i{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    color:#35c0be;
    font-size:16px;
    z-index:2;
}

/* Input padding correct karo */
.loginds{
    padding:14px 20px 14px 55px !important;  /* left padding increase */
    border-radius:60px;
}
/* Login Button */
#Login{
        margin-top: 14px;
    border: none;
    border-radius: 50px;
    padding: 6px 40px;
    font-weight:600;
    letter-spacing:1px;
    transition:0.3s;
}

#Login:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(53,192,190,0.5);
}

/* Forgot Password */
.pforgot{
    color:#35c0be !important;
    font-weight:500;
}

.pforgot:hover{
    color:#fff !important;
    text-decoration:none !important;
}

/* Forgot Section */
.dvforgot{
    width:420px;
    padding:45px 35px;
    border-radius:25px;
  
}

/* Smooth Animation */
@keyframes fadeInUp{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Responsive */
@media(max-width:768px){
    .dvlogin,
    .dvforgot{
        width:100%;
        padding:0px;
    }
}
/* Forgot Card Same As Login */
.dvforgot{
    width:420px;
    padding:50px 40px;
    border-radius:30px;
    text-align:center;
}

/* Label */
.dvforgot .text-black{
    color:#fff !important;
    font-size:17px;
    font-weight:500;
}

/* Input same style */
.dvforgot .form-control{
    background:rgba(255,255,255,0.18);
    border:none;
    border-radius:60px;
    padding:16px 20px 16px 55px;
    color:#fff;
    font-size:16px;
    transition:0.3s;
}


/* Icon Position */
.dvforgot .input-icon{
    position:relative;
}

.dvforgot .input-icon i{
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%);
    color:#35c0be;
    font-size:16px;
}

/* Proceed Button */
#Proceed{
    margin-top: 16px;
    width:100%;
    background:linear-gradient(90deg,#35c0be,#2ea9a7);
    border:none;
    border-radius:60px;
    padding:12px;
    font-size:17px;
    font-weight:600;
    color:#fff;
    transition:0.3s;
}

#Proceed:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(53,192,190,0.5);
}

/* Recover Password Button */
#RecoverPassword{
    width:100%;
    background:linear-gradient(90deg,#35c0be,#2ea9a7);
    border:none;
    border-radius:60px;
    padding:12px;
    font-size:16px;
    font-weight:600;
    color:#fff;
}

/* Login Link */
.plogin{
    color:#35c0be !important;
    font-size:16px;
    font-weight:500;
}

.plogin:hover{
    color:#fff !important;
    text-decoration:none !important;
}

.about-premium{
    padding:60px 8%;
    background:linear-gradient(135deg,#f4f7fa,#e9f2f5);
    font-family:'Poppins',sans-serif;
}

.about-container{
    max-width:1200px;
    margin:auto;
}

/* Hide checkbox */
#aboutLangToggle{
    display:none;
}

/* Heading */
.about-heading{
    text-align:center;
    margin-bottom:60px;
    font-size:36px;
    font-weight:600;
}

.about-heading label{
    cursor:pointer;
}

.about-heading span{
    transition:0.3s;
}

.divider{
    margin:0 10px;
    color:#999;
}

/* Active Language Highlight */
#aboutLangToggle:not(:checked) ~ .about-heading span:first-child{
    color:#35c0be;
}

#aboutLangToggle:checked ~ .about-heading .arabic-title{
    color:#0F1E55;
}

/* Layout */
.about-wrapper{
    display:flex;
    align-items:center;
    gap:60px;
}

.about-content{
    flex:1;
    font-size:18px;
    line-height:1.8;
    color:#333;
}

/* Arabic hidden */
.about-text.ar{
    display:none;
    direction:rtl;
    text-align:right;
}

/* Toggle Text */
#aboutLangToggle:checked ~ .about-wrapper .about-text.en{
    display:none;
}

#aboutLangToggle:checked ~ .about-wrapper .about-text.ar{
    display:block;
}

/* Image */
.about-image{
    flex:1;
    animation:floatImage 6s ease-in-out infinite;
}
.about-image img{
    width:100%;
    max-width:500px;
    height:270px;
    border-radius:15px;
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
    display:block;
}
.blob-svg{
    width:100%;
}

@keyframes floatImage{
    0%{transform:translateY(0px);}
    50%{transform:translateY(-15px);}
    100%{transform:translateY(0px);}
}

/* Responsive */
@media(max-width:992px){
    .about-wrapper{
        flex-direction:column;
        text-align:center;
    }
    .about-text.ar{
        text-align:center;
    }
}
/* Grid 2-2-1 Layout */
.services-dark{
    padding:70px 8%;
    background: linear-gradient(rgba(15,30,85,0.85), rgba(15,30,85,0.85)),
                url('/Content/client-UI/ClicktoGo/img/serviceimg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}
.serviceToggle{
    cursor:pointer;
}
.faqLanToggle{
    cursor:pointer;
}
.services-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    max-width:1000px;
    margin:0 auto;
    align-items:start;   /* Important fix */
}

/* All cards same height */
.service-card{
    background:rgba(255,255,255,0.06);
    padding:28px 22px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,0.08);
    transition:0.3s ease;
    text-align:center;
}

/* Fifth card center */
.services-grid .service-card:nth-child(5){
    grid-column:1 / -1;   /* Full row */
    justify-self:center;  /* Center horizontally */
    max-width:500px;
    margin-top:10px;
    background:linear-gradient(135deg,#35c0be,#1fa2ff);
    transform:none;  /* Remove scale */
}
 #servicesToggle{ position:absolute; opacity:0; pointer-events:none; } 
 /* Arabic hidden by default */ .services-grid.ar{ display:none; } 
                                /* Toggle content */
                                 #servicesToggle:checked ~ .services-container .en{ display:none; }
                                  #servicesToggle:checked ~ .services-container .ar{ display:grid; } /* Active language color */ 
                                  #servicesToggle:not(:checked) ~ .services-container .eng{ color:#35c0be; } 
                                  #servicesToggle:checked ~ .services-container .arb{ color:#35c0be; } /* Responsive */ 
                                  @media(max-width:992px){ .services-grid{ grid-template-columns:1fr 1fr; } 
                                                           .center-card{ grid-column:auto; transform:none; } } 
                                  @media(max-width:600px){ .services-grid{ grid-template-columns:1fr; } }
.why-modern {
     padding: 20px 20px;
}

.why-card {
    background: #fff;
    max-width: 1100px;
    margin: auto;
    padding: 60px;
    border-radius: 15px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    text-align: center;
}

.why-card h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color:#35c0be;
}

.why-sub {
    color: #666;
    margin-bottom: 50px;
    font-size: 15px;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 300px 1fr;
    align-items: center;
    gap: 40px;
}

.why-column {
    text-align: left;
}

.why-item {
    margin-bottom: 30px;
}

.why-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #222;
}

.why-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.why-image img {
    width: 100%;
    border-radius: 10px;
}

.why-btn-wrap {
    margin-top: 40px;
}

.why-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ff5e62;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: 0.3s;
}

.why-btn:hover {
    background: #e64c4f;
}
/* Hide radio buttons */
.why-modern input{
    display:none;
}

/* Hide Arabic by default */
.why-grid.ar{
    display:none;
}

/* Toggle */
#whyAR:checked ~ .why-card .en{
    display:none;
}

#whyAR:checked ~ .why-card .ar{
    display:grid;
}

/* Arabic alignment */
.ar{
    direction:rtl;
    text-align:right;
}

/* Heading clickable */
.why-heading label{
    cursor:pointer;
    transition:0.3s;
}

.why-heading label:hover{
    color:#35c0be;
}

/* Active color */
#whyEN:checked ~ .why-card label[for="whyEN"],
#whyAR:checked ~ .why-card label[for="whyAR"]{
    color:#35c0be;
}
.how-works-pro{
    padding:20px 0;
    background:#f4f6f9;   /* Light Grey */
    position:relative;
    overflow:hidden;
    color:#1a1a1a;        /* Dark text */
}


.timeline::before{
    background:#35c0be;   /* Teal accent */
}

/* Hide checkbox */
#langSwitch{
    display:none;
}

/* Title */
.hw-title{
    text-align:center;
    font-size:32px;
    margin-bottom:80px;
    font-weight:600;
}

.hw-title label{
    cursor:pointer;
    transition:0.3s;
     color: #35c0be;
}

.hw-title label:hover{
    color:#35c0be;
}

.hw-title span{
    opacity:0.5;
        color: #000;
}

/* Timeline center line */
.timeline{
    position:relative;
    max-width:800px;
    margin:auto;
}

.timeline::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:3px;
    height:100%;
    background:#35c0be;
    transform:translateX(-50%);
}

/* Timeline Item */
.timeline-item{
    position:relative;
    margin-bottom:0px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Circle */
.circle{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:70px;
    height:70px;
    background:#35c0be;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:bold;
    box-shadow:0 0 20px #35c0be80;
    z-index:2;
}

/* Content box */
.content{
    width:45%;
    padding:30px;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    border-radius:20px;
    transition:0.4s;
}

.timeline-item:nth-child(odd) .content{
    margin-right:55%;
    text-align:right;
}

.timeline-item:nth-child(even) .content{
    margin-left:55%;
    text-align:left;
}

.content:hover{
    transform:translateY(-8px);
    background:rgba(255,255,255,0.15);
}

/* Text */
.content p{
    margin:0;
    font-size:17px;
    line-height:1.6;
}

/* Arabic hidden default */
.ar{
    display:none;
}

/* Toggle language */
#langSwitch:checked ~ .timeline .en{
    display:none;
}

#langSwitch:checked ~ .timeline .ar{
    display:block;
    direction:rtl;
}

/* Responsive */
@media(max-width:768px){

.timeline::before{
    left:30px;
}

.timeline-item{
    justify-content:flex-start;
}

.circle{
    left:30px;
    transform:none;
}

.content{
    width:calc(100% - 80px);
    margin-left:80px !important;
    margin-right:0 !important;
    text-align:left !important;
}

}
.support-section{
    padding:20px 0;
    background:linear-gradient(180deg,#f8f9fb,#eef2f7);
    position:relative;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

.support-container{
    width:85%;
    margin:auto;
}

#supportLang{
    display:none;
}

/* Title */
.support-title{
    text-align:center;
    font-size:34px;
    font-weight:600;
    margin-bottom:35px;
   
}

.support-title label{
    cursor:pointer;
    transition:0.3s;
     color: #35c0be;
}

.support-title label:hover{
    color:#35c0be;
}

.support-title span{
    opacity:0.4;
}

/* Layout */
.support-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    flex-wrap:wrap;
}

/* Left visual circle */
.support-visual{
    flex:1;
    display:flex;
    justify-content:center;
}

.support-icon{
    width:200px;
    height:200px;
    background:#0F1E55;
    color:#fff;
    font-size:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    box-shadow:0 20px 50px rgba(15,30,85,0.3);
    animation:float 4s ease-in-out infinite;
}

@keyframes float{
    0%{transform:translateY(0);}
    50%{transform:translateY(-15px);}
    100%{transform:translateY(0);}
}

/* Content card */
.support-content{
       flex: 1.2;
    background: #ffffff;
    padding: 25px;
    text-align: justify;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
}

.support-content:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(0,0,0,0.12);
}

.support-text p{
    font-size:16px;
    line-height:1.8;
    color:#444;
    margin-bottom:20px;
}

/* Arabic hidden default */
.ar{
    display:none;
}

/* Toggle Language */
#supportLang:checked ~ .support-wrapper .en{
    display:none;
}

#supportLang:checked ~ .support-wrapper .ar{
    display:block;
    direction:rtl;
    text-align:right;
}

/* Responsive */
@media(max-width:768px){

.support-wrapper{
    flex-direction:column;
}

.support-content{
    padding:30px;
}

}
.support-image{
    flex:1;
}

.image-card{
    background:white;
    padding:15px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

.image-card img{
    width:100%;
    border-radius:20px;
}
.faq-section{
    padding:20px 8%;
    background:linear-gradient(135deg,#f4f6fa,#e9eef5);
}

.faq-container{
    max-width:900px;
    margin:auto;
}

#faqLangToggle{
    display:none;
}

.faq-heading{
    text-align:center;
       font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 60px;
    cursor:pointer;
    color:#0F1E55;
}

.faq-heading span{
    color:#35c0be;
}

/* Hide Arabic by default */
.arabic{
    display:none;
    direction:rtl;
    text-align:right;
}

/* Language Switch */
#faqLangToggle:checked ~ .english{
    display:none;
}

#faqLangToggle:checked ~ .arabic{
    display:block;
}

/* Accordion Styling */
details{
    background:#ffffff;
    margin-bottom:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:18px 25px;
    transition:0.3s;
}

summary{
    font-weight:600;
    cursor:pointer;
    list-style:none;
    position:relative;
    color:#35c0be;
}

summary::after{
    content:"+";
    position:absolute;
    right:0;
    font-size:20px;
    transition:0.3s;
}

details[open] summary::after{
    content:"–";
}

details p{
    margin-top:15px;
    font-size:15px;
    color:#444;
    line-height:1.7;
}

/* Arabic icon position */
.arabic summary::after{
    left:0;
    right:auto;
}

/* Responsive */
@media(max-width:768px){
    .faq-heading{
        font-size:24px;
    }
}
.security-section{
    padding:20px 8%;
    position:relative;
    background: url('/Content/client-UI/ClicktoGo/img/payment.jpg') center/cover no-repeat;
    color:#fff;
    overflow:hidden;
}

/* Dark overlay for readability */
.security-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(7,16,46,0.75);
    z-index:0;
}

.security-container{
    position:relative;
    z-index:2;
    max-width:1000px;
    margin:auto;
    text-align:center;
}

#securityToggle{
    display:none;
}

/* Heading */
.security-heading{
    font-size:22px;
    font-weight:700;
    margin-bottom:30px;
    cursor:pointer;
    transition:0.3s;
    
}
.headingpayment {
    color: #fff;
    cursor: pointer;
}
label.footerLangTogg {
    cursor: pointer;
}
.security-heading span{
    color:#35c0be;
}

.security-heading:hover{
    color:#35c0be;
    transform:scale(1.05);
}

/* Hide Arabic by default */
.arabic{
    display:none;
    direction:rtl;
    text-align:right;
}

/* Toggle */
#securityToggle:checked ~ .security-card-wrapper .english{
    display:none;
}

#securityToggle:checked ~ .security-card-wrapper .arabic{
    display:block;
}

/* Glass Card */
.security-card{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(15px);
    padding:50px;
    border-radius:25px;
    box-shadow:0 30px 80px rgba(0,0,0,0.6);
    border:1px solid rgba(255,255,255,0.15);
    transition:0.4s;
}

.security-card:hover{
    transform:translateY(-10px);
}

.security-card p{
    font-size:16px;
    line-height:1.9;
    margin-bottom:25px;
    color:#f1f1f1;
}

/* Responsive */
@media(max-width:768px){
    .security-heading{
        font-size:24px;
    }

    .security-card{
        padding:30px;
    }

    .arabic{
        text-align:center;
    }
}
.terms-section{
    padding:20px 8%;
    background:#f8f9fc;
}

.terms-container{
    max-width:900px;
    margin:auto;
    text-align:center;
}

#termsToggle{
    display:none;
}

/* Heading */
.terms-heading{
    font-size:22px;
    font-weight:700;
    margin-bottom:30px;
    cursor:pointer;
    color:#0F1E55;
    position:relative;
    display:inline-block;
    transition:0.3s;
}

.terms-heading span{
    color:#35c0be;
}


.terms-heading:hover{
    color:#35c0be;
}

/* Hide Arabic initially */
.arabic{
    display:none;
    direction:rtl;
    text-align:right;
}

/* Toggle */
#termsToggle:checked ~ .terms-content-wrapper .english{
    display:none;
}

#termsToggle:checked ~ .terms-content-wrapper .arabic{
    display:block;
}

/* Card Style */
.terms-card{
    background:white;
    padding:45px;
    border-radius:20px;
    box-shadow:0 20px 60px rgba(0,0,0,0.08);
    border-left:6px solid #35c0be;
    font-size:17px;
    line-height:1.8;
    color:#333;
    transition:0.4s;
}

.terms-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(0,0,0,0.12);
}

/* Responsive */
@media(max-width:768px){
    .terms-heading{
        font-size:24px;
    }

    .terms-card{
        padding:30px;
    }

    .arabic{
        text-align:center;
    }
}
.contact-footer{
    padding:12px 8% 9px;
    background: linear-gradient(135deg, #f9fbff, #eef3ff, #f4f8ff);
    color:#0F1E55;
    position:relative;
    overflow:hidden;
}



.contact-footer::after{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:#0F1E55;
    filter:blur(160px);
    opacity:0.05;
    bottom:-80px;
    right:-80px;
}

.footer-container{
    max-width:1100px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.footer-heading{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
    cursor:pointer;
    color:#0F1E55;
    transition:0.3s;
}

.footer-heading span{
    color:#35c0be;
}

.footer-heading:hover{
    color:#35c0be;
    transform:scale(1.05);
}

.footer-sub{
    font-size:18px;
    margin-bottom:15px;
    color:#555;
}

/* Contact Grid */
.footer-contact-grid{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}

/* Light Glass Card */
.contact-box{
    background:rgba(255,255,255,0.8);
    backdrop-filter:blur(10px);
    padding:10px 10px;
    border-radius:20px;
    display:flex;
    align-items:center;
    gap:20px;
    transition:0.4s;
    min-width:260px;
    box-shadow:0 15px 40px rgba(0,0,0,0.05);
    border:1px solid rgba(0,0,0,0.05);
}

.contact-box:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,0.1);
}

.contact-box .icon{
    font-size:22px;
    background:linear-gradient(135deg,#35c0be,#0F1E55);
    color:#fff;
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}

.contact-box span{
    font-size:14px;
    color:#777;
}

.contact-box p{
    margin:5px 0 0;
    font-size:16px;
    font-weight:600;
    color:#0F1E55;
}

.footer-bottom{
    margin-top:20px;
    font-size:14px;
    color:#777;
    border-top:1px solid rgba(0,0,0,0.05);
    padding-top:20px;
}

/* Arabic */
.arabic{
    display:none;
    direction:rtl;
    text-align:right;
}

#footerLangToggle:checked ~ .english{
    display:none;
}

#footerLangToggle:checked ~ .arabic{
    display:block;
}
#footerLangToggle{
    display: none;
}
/* Responsive */
@media(max-width:768px){
    .hw-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
    .services-dark {
        padding: 32px 8%;
   
    }
    .about-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
}
    .about-premium {
    padding: 15px 8%;
}
    .subscribe-section {
  
    padding: 10px 11px;
    text-align: center;
}
    .footer-heading{
        font-size:26px;
    }

    .footer-contact-grid{
        flex-direction:column;
        align-items:center;
    }

    .arabic{
        text-align:center;
    }
}
.register-btn{
    display:block;
    width:50%;
    margin:20px auto 0;
    padding:14px 0;
    text-align:center;
    background:#090a42;
    color:#fff;
    font-weight:600;
    font-size:16px;
    border-radius:50px;
    text-decoration:none;
    letter-spacing:1px;
    transition:0.4s ease;
    box-shadow:0 8px 25px rgba(53,192,190,0.35);
}

.register-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 35px rgba(31,162,255,0.55);
    background:linear-gradient(135deg,#1fa2ff,#35c0be);
}

/* Desktop normal */
.mobile-nav {
    display: none;
}
 .fogetpass{
       margin-top:40px;
   }
/* ================= MOBILE ================= */

@media (max-width: 768px) {
   
    .why-card{
        padding:30px 20px;
    }

    .why-grid{
        display:flex;
        flex-direction:column;
        gap:30px;
    }

    .why-column{
        text-align:left;
        width:100%;
    }

    .why-image{
        order:2;
        text-align:center;
    }

    .why-image img{
        max-width:220px;
        width:100%;
        margin:auto;
        display:block;
    }

    .why-item{
        margin-bottom:20px;
    }

    .why-card h2{
        font-size:20px;
        line-height:1.4;
    }


   .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
     width: 0px; 
    height: 100%;
    background: #35c0be;
    transform: translateX(-50%);
}
        .page-wrapper{
                    display: contents;
        flex-direction:column;
    }

    /* NAV SABSE UPAR */
    .hero-header{
        order:1;
        width:100%;
        display:flow;
        background-color:#0F1E55;
    }
       .register-btn {
               margin: 60px auto 0;
        width: 52%;
           font-weight: normal;
    }
   .fogetpass{
       margin-top:0px;
   }
    /* LOGIN NAV KE NICHE */
    .left-section{
        height: auto;
        position: relative;
        width:100%;
        padding:40px 25px;
    }
    .right-section {
            margin-left: 0%;
    width: 100%;
    min-height: 100vh;
    overflow-y: auto;
    padding: 0;
}
    /* SLIDER COMPLETELY HIDE */
    .hero-slider{
        display:none !important;
    }

    .mobile-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
       padding: 14px 30px 14px 156px;
    }
    .logo {
    display: none;
}
    .marfinlogin{
        margin-top:60px;
    }
    .logo-mobile img {
        height: 40px;
    }

    .menu-toggle {
        font-size: 28px;
        color: #fff;
        cursor: pointer;
    }

    /* Hide normal menu */
    .header-menu {
        display: none;
        flex-direction: column;
        background: #1d2f6f;
        padding: 15px 0;
        text-align: center;
    }

    .header-menu a {
        color: #fff;
        padding: 12px 0;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .header-menu a:last-child {
        border-bottom: none;
    }

    /* Show when active */
    .header-menu.active {
        display: flex;
    }

}
/* Modal Background Overlay */
.modal {
    backdrop-filter: blur(3px);
}

/* Modal Dialog Center */
#registerModal .modal-dialog {
    max-width: 600px;
}

/* Modal Content Styling */
#registerModal .modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Modal Header */
#registerModal .modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
}

#registerModal .modal-title {
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

/* Close Button (Top Right) */
#registerModal .btn-close {
    background-size: 12px;
    opacity: 0.7;
}

#registerModal .btn-close:hover {
    opacity: 1;
}

/* Modal Body */
#registerModal .modal-body {
    padding: 30px 20px;
    text-align: center;
}

#registerModal #regimsg {
    font-size: 18px;
    font-weight: 600;
    color: green;
}

/* Modal Footer */
#registerModal .modal-footer {
    border-top: 1px solid #eee;
    padding: 15px 20px;
    justify-content: flex-end;
}
/* Custom Close Button */
#registerModal .close-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    transition: 0.3s;
}

#registerModal .close-btn:hover {
    color: #000;
    transform: rotate(90deg);
}
/* Close Button */
#registerModal .btn-secondary {
    background-color: #e0e0e0;
    border: none;
    padding: 6px 20px;
    border-radius: 6px;
    font-weight: 500;
}

#registerModal .btn-secondary:hover {
    background-color: #d6d6d6;
}

@media (max-width: 768px) {
     .form-group.col-md-3.pcountry {
    width: 100%;
}
    #whyAR:checked ~ .why-card .ar{
    display:block;
}
    .why-grid.ar {
        direction: rtl;
        text-align: right;
    }

    .why-grid.ar .why-column {
        width: 100%;
        text-align: right;
    }

    .why-grid.ar .why-item {
        margin-bottom: 20px;
    }

    .why-image {
        text-align: center;
    }

    .why-image img {
        max-width: 80%;
        height: auto;
    }

}