*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root{
    --primary:#4f46e5;
    --accent:#22d3ee;
    --bg:radial-gradient(1200px at 10% 10%, #eef2ff 0%, transparent 40%), radial-gradient(1000px at 90% 20%, #e0f2fe 0%, transparent 45%), linear-gradient(180deg, #f8fafc, #ffffff);
    --surface:rgba(255, 255, 255, 0.78);

    --text:#020617;
    --muted:#475569;
    --border:rgba(2, 6, 23, 0.08);

    --glass-blur:blur(16px);
}
body.dark{
    --primary:#818cf8;
    --accent:#22d3ee;
    --bg:radial-gradient(1200px at 10% 10%, #1e1b4b 0%, transparent 45%), radial-gradient(900px at 90% 20%, #022c22 0%, transparent 45%), linear-gradient(180deg, #020617, #000000);

    --surface:rgba(15, 23, 42, 0.78);

    --text:#e5e7eb;
    --muted:#94a3b8;
    --border:rgba(148, 163, 184, 0.15);

    --glass-blur:blur(18px);
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    background:var(--bg);
    background-attachment:fixed;
    color:var(--text);
    line-height:1.7;
    transition:background 0.6s ease, color 0.3s ease;
}
section{
    scroll-margin-top:90px;
}
header{
    position:sticky;
    top:0;
    z-index:3000;
    background:transparent;
    padding:12px 24px;
    transition:background 0.35s ease, backdrop-filter 0.35s ease;
}

header.scrolled{
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}
body:not(.dark) header.scrolled{
    background:rgba(255, 255, 255, 0.85);
}
body.dark header.scrolled{
    background:rgba(2, 6, 23, 0.7);
}

body:not(.dark) header.scrolled{
    background:rgba(255, 255, 255, 0.75);
}

.logo{
    margin-top:10px;
    height:60px;
    width:auto;
}

header.scrolled,
header.scrolled nav ul li a{
    color:var(--text);
}

header,
header nav ul li a{
    transition:color 0.3s ease;
}
body:not(.dark) header,
body:not(.dark) header nav ul li a{
    color:var(--text);
}

body.dark .slider::before{
    background:#ffffff;
}

body:not(.dark) .slider::before{
    background:#020617;
}

.header-inner{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.nav-right{
    display:flex;
    align-items:center;
    gap:16px;
}

nav ul{
    list-style:none;
    display:flex;
}

nav ul li a{
    color:#fff;
    text-decoration:none;
    padding:10px 18px;
    font-weight:600;
}

nav ul li a:hover{
    background:rgba(0,0,0,0.2);
    border-radius:6px;
}

body.dark nav ul li a:hover{
    background:rgba(255, 255, 255, 0.15);
}
.theme-switch{
    position:relative;
    width:46px;
    height:26px;
    padding:2px;
    border-radius:999px;
    background:rgba(255, 255, 255, 0.9);
    border:1px solid rgba(0, 0, 0, 0.15);
    box-shadow:0 6px 20px rgba(0, 0, 0, 0.18);
}

body.dark .theme-switch{
    box-shadow:0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 14px rgba(255, 255, 255, 0.35);
}

.theme-switch input{
    opacity:0;
    width:0;
    height:0;
}

.slider{
    position:absolute;
    inset:2px;
    background:linear-gradient(135deg, #e5e7eb, #ffffff);
    border-radius:999px;
    cursor:pointer;
    transition:all 0.3s ease;
}

.slider::before{
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    left:2px;
    top:2px;
    background:#020617;
    border-radius:50%;
    transition:all 0.3s ease;
}

.theme-switch input:checked + .slider{
    background:rgba(0,0,0,0.4);
}

.theme-switch input:checked + .slider::before{
    transform:translateX(20px);
}

body.dark .theme-switch{
    background:rgba(2, 6, 23, 0.85);
    border:1px solid rgba(255, 255, 255, 0.25);
}

body.dark .slider{
    background:linear-gradient(135deg, #1e293b, #020617);
}

body.dark .slider::before{
    background:#ffffff;
}
.hamburger{
    display:none;
    font-size:28px;
    cursor:pointer;
    color:var(--text);
    transition:color 0.3s ease;
}

.hamburger:hover{
    opacity:0.75;
}
@media (max-width: 768px){

  nav ul{
    display:flex;
    flex-direction:column;
  }

  .dropdown{
    width:100%;
  }

  .dropdown-menu{
    position:static;
    display:none;
    width:100%;
    background:transparent;
    border:none;
    box-shadow:none;
    padding-left:10px;
    margin-top:6px;
  }

  .dropdown.active .dropdown-menu{
    display:block;
  }

  .dropdown-menu li{
    width:100%;
  }

  .dropdown-menu li a{
    display:block;
    padding:12px 20px;
    font-size:0.95rem;
  }
}

.dropdown-menu{
  z-index:auto;
}
main{
    max-width:1200px;
    margin:auto;
    padding:80px 20px;
}

section{
    margin-bottom:100px;
}

section h2{
    font-size:clamp(1.8rem, 4vw, 2.3rem);
    margin-bottom:16px;
}

section p{
    max-width:780px;
    color:var(--muted);
}
.hero{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:clamp(20px, 5vw, 40px);
    margin:25px 0 130px auto;
}

.hero_rgt_img{
    width:clamp(250px, 40vw, 300px);
    height:clamp(250px, 40vw, 300px);
    background:url("assets/images/hero_right_img.png") center / cover no-repeat;
    padding:0 50%;
    animation:floatY 6s ease-in-out infinite;
    margin:0 auto;
    display:block;
}

@keyframes floatY{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-20px);
    }
    100%{
        transform:translateY(0);
    }
}

.hero span{
    color:var(--primary);
}

.hero_Web_Design_word{
    display:inline-block;
    animation:introMove 2.5s ease-in-out forwards;
}

@keyframes introMove{
    0%{
        transform:translateX(-30px);
        opacity:0;
    }
    40%{
        transform:translateX(20px);
        opacity:1;
    }
    100%{
        transform:translateX(0);
    }
}

.hero-buttons{
    margin-top:24px;
}

.btn{
    display:inline-block;
    padding:14px 30px;
    border-radius:30px;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    margin-right:14px;
    transition:0.3s;
}

.btn.outline{
    background:transparent;
    border:2px solid var(--primary);
    color:var(--primary);
}

.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
.about-section{
    max-width:1200px;
    margin:auto;
    padding:0 0 95px 0;
   
}

.about-title{
    text-align:center;
    font-size:clamp(1.8rem, 4vw, 2.3rem);
    margin-bottom:60px;
    opacity:0;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:clamp(30px, 8vw, 60px);
    align-items:center;
}

.about-content h3{
    font-size:1.8rem;
    margin-bottom:16px;
    color:var(--primary);
}

.about-content p{
    font-size:0.95rem;
    color:var(--muted);
    line-height:1.7;
    margin-bottom:14px;
     text-align:left;
}

.process-visual{
    position:relative;
    width:100%;
    max-width:549px;
    height:clamp(180px, 25vw, 210px);
    background:#f8fafc;
    border-radius:14px;
    border:1px solid #e2e8f0;
    overflow:hidden;
    font-family:system-ui, sans-serif;
    max-height:240px;
}
.stage{
    position:absolute;
    inset:0;
    opacity:0;
    transition:opacity .6s ease;
}

.stage.active{
    opacity:1;
}

.stage-requirements{
    background:linear-gradient(#e5e7eb 1px, transparent 1px), linear-gradient(90deg, #e5e7eb 1px, transparent 1px);
    background-size:22px 22px;
    
}

.stage-design{
    padding:14px;
}

.stage-design::before{
    content:"";
    display:block;
    height:18px;
    background:linear-gradient(90deg, #3b82f6, #06b6d4);
    border-radius:6px;
    margin-bottom:12px;
}

.stage-design::after{
    content:"";
    display:block;
    height:120px;
    background:linear-gradient(
        to bottom,
        #e5e7eb 30%,
        transparent 30%,
        transparent 60%,
        #e5e7eb 60%
    );
    border-radius:8px;
}

.stage-dev{
    background:#020617;
    color:#e5e7eb;
    font-family:monospace;
    font-size:12px;
    padding:16px;
}

.stage-dev pre{
    margin:0;
    overflow:hidden;
    white-space:pre;
    animation:typing 2.8s steps(40) forwards;
}

@keyframes typing{
    from{ max-width:0; }
    to{ max-width:100%; }
}

.stage-test{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f0fdf4;
}

.stage-test::after{
    content:"✓ All tests passed";
    font-weight:600;
    color:#16a34a;
    font-size:15px;
}

.stage-deploy{
    padding:20px;
}

.stage-deploy::before{
    content:"Deploying...";
    font-size:13px;
    display:block;
    margin-bottom:10px;
    color:#334155;
}

.stage-deploy::after{
    content:"";
    display:block;
    height:6px;
    width:0;
    background:linear-gradient(90deg, #3b82f6, #06b6d4);
    border-radius:6px;
    animation:deploy 1.8s ease forwards;
}


@keyframes deploy{
    to{ width:100%; }
}

.stage-performance{
    display:flex;
    align-items:center;
    justify-content:center;
    background:radial-gradient(circle, rgba(34,197,94,.25), transparent 60%);
}

.stage-performance::after{
    content:"Optimized & Live";
    font-weight:600;
    color:#15803d;
    font-size:15px;
}


.stage{
  width:100%;
  text-align:center;
}

.stage img{
  width:100%;
  max-width:600px;
  height:auto;
  display:block;
  margin:0 auto;
}

.stage-title{
  font-size:14px;
  font-weight:600;
  text-align:center;
  margin-bottom:5px;
  color:#111111;
}

@media (max-width: 768px){
  .stage img{
    max-width:100%;
    padding:5px;
  }

.stage-title{
    font-size:12px;
  }
}
@keyframes textSlideOnce{
    0%{
        opacity:0;
        transform:translateX(-30px);
    }
    50%{
        opacity:1;
        transform:translateX(20px);
    }
    100%{
        opacity:1;
        transform:translateX(0);
    }
}

.about-visual,
.card,
.custom-box,
.project,
.project-card,
.portfolio-right,
.ecommerce-card,
.ecommerce-feature,
.design-card,
.design-tab,
.design-preview,
.contact-box{
    opacity:0;
    transform:translateY(25px);
}

.about-visual.revealed,
.card.revealed,
.custom-box.revealed,
.project.revealed,
.project-card.revealed,
.portfolio-right.revealed,
.ecommerce-card.revealed,
.ecommerce-feature.revealed,
.design-card.reveal,
.design-tab.revealed,
.design-preview.revealed,
.contact-box.revealed{
    animation:cardReveal 1.2s ease-out forwards;
}

.about-content,
.Services_word,
.Why_Custom_Web_Design_word,
.portfolio-left,
.ecommerce_word,
.ecommerce-intro,
.design_word,
.design-intro,
.design-demo-title,
.contact-info{
    opacity:0;
}

.about-content.reveal,
.Services_word.reveal,
.Why_Custom_Web_Design_word.reveal,
.portfolio-left.reveal,
.ecommerce_word.reveal,
.ecommerce-intro.reveal,
.design_word.reveal,
.design-intro.reveal,
.design-demo-title.reveal,
.contact-info.reveal{

    animation:textSlideOnce 1.8s ease-in-out forwards;
}

.services-grid,
.custom-grid,
.portfolio-grid{
    display:grid;
    gap:clamp(20px, 3vw, 28px);
}

.services-grid{
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
}

.custom-grid,
.portfolio-grid{
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
}

.custom-box h3{
    color:var(--primary);
    margin-bottom:12px;
}

.portfolio-right{
padding:10px;
}
.custom-box{
    position:relative;
    padding:clamp(28px, 6vw, 42px) clamp(24px, 4vw, 36px);
    transition:transform 0.35s ease, box-shadow 0.35s ease;
}

.custom-marker{
    position:absolute;
    top:22px;
    right:24px;
    width:12px;
    height:12px;
    background:var(--primary);
    transform:rotate(45deg);
    border-radius:2px;
    opacity:0.9;
}

.custom-box h3{
    font-size:1.35rem;
    margin-bottom:12px;
}

.custom-box p{
    font-size:0.95rem;
    color:var(--muted);
    line-height:1.65;
}
.sticky-note{
    position:relative;
    background:var(--surface);
    backdrop-filter:var(--glass-blur);
    -webkit-backdrop-filter:var(--glass-blur);
    padding:clamp(24px, 5vw, 36px) clamp(20px, 3vw, 28px);
    border-radius:16px;
    border:1px solid var(--border);
    box-shadow:0 20px 40px rgba(0,0,0,0.1);
    transition:transform 0.35s ease, box-shadow 0.35s ease;
    transform:rotate(calc(-2deg + 4deg * var(--note-index)));
}

.note-pin{
    position:absolute;
    width:14px;
    height:14px;
    background:var(--primary);
    border-radius:50%;
    top:-7px;
    left:16px;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
}

.sticky-note:nth-child(2n) .note-pin{
    left:auto;
    right:16px;
}

.sticky-note h3{
    font-size:1.35rem;
    margin-bottom:12px;
}

.sticky-note p{
    font-size:0.95rem;
    color:var(--muted);
    line-height:1.65;
    text-align:left;
}

@keyframes cardReveal{
    0%{
        opacity:0;
        transform:translateY(25px);
        box-shadow:0 0 0 rgba(0, 0, 0, 0);
    }
    60%{
        opacity:1;
        transform:translateY(-4px);
        box-shadow:0 0 25px rgba(0, 150, 255, 0.25);
    }
    100%{
        opacity:1;
        transform:translateY(0);
        box-shadow:0 0 10px rgba(0, 150, 255, 0.25);
    }
}
.service-card{
    text-align:center;
    padding:clamp(24px, 6vw, 36px);
    transition:transform 0.35s ease, box-shadow 0.35s ease;
    cursor:default;
}

.service-icon{
    font-size:2.4rem;
    width:56px;
    height:56px;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:rgba(79, 70, 229, 0.12);
    transition:transform 0.35s ease;
}

.service-card h3{
    font-size:1.35rem;
    font-weight:700;
    margin-bottom:12px;
    position:relative;
}

.service-card h3::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%);
    width:0;
    height:3px;
    background:var(--primary);
    border-radius:4px;
    transition:width 0.35s ease;
}

.service-card p{
    font-size:0.95rem;
    color:var(--muted);
    line-height:1.65;
    margin-top:20px;
    text-align:left;
    max-width:280px;
    margin-left:auto;
    margin-right:auto;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 22px 45px rgba(79, 70, 229, 0.35);
}

.service-card:hover .service-icon{
    transform:translateY(-6px) scale(1.05);
}

.service-card:hover h3::after{
    width:64px;
}
.portfolio-section{
margin-top:200px;
}
.portfolio-layout{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:260px 1fr;
    gap:40px;
    align-items:stretch;
   
}
.portfolio-left{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    gap:16px;
}
.portfolio-nav{
    padding:16px 22px;
    border-radius:16px;
    background:var(--surface);
    border:1px solid var(--border);
    color:var(--text);
    font-weight:600;
    cursor:pointer;
    text-align:left;
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.portfolio-nav:hover{
    transform:translateY(-3px);
}

.portfolio-nav.active{
    background:var(--primary);
    color:#fff;
    border-color:var(--primary);
    box-shadow:0 14px 36px rgba(79,70,229,0.4);
}
.portfolio-right{
    display:flex;
    align-items:center;
}
.portfolio-show{
    width:100%;
    display:none;
    animation:panelFade 0.6s ease;
}

.portfolio-show.active{
    display:block;
}
.carousel{
    position:relative;
    overflow:hidden;
    border-radius:22px;
}

.carousel img{
    width:100%;
    height:380px;
    object-fit:cover;
    display:block;
    transition:opacity 0.8s cubic-bezier(.4,0,.2,1), transform 0.8s cubic-bezier(.4,0,.2,1);
}

.carousel.transition img{
    opacity:0;
    transform:translateX(30px) scale(1.04);
}
.carousel-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:14px;
}

.carousel-dots span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:var(--border);
    cursor:pointer;
    transition:background 0.3s ease, transform 0.3s ease;
}

.carousel-dots span.active{
    background:var(--primary);
    transform:scale(1.3);
}
.portfolio-btn{
    display:inline-block;
    margin-top:18px;
   
}
@keyframes panelFade{
    from{
        opacity:0;
        transform:translateY(18px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
@media (max-width: 768px){
    .portfolio-layout{
        grid-template-columns:1fr;
        gap:30px;
    }

    .portfolio-left{
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:center;
        height:auto;
        gap:12px;
    }

    .portfolio-nav{
        text-align:center;
        padding:12px 18px;
        font-size:0.9rem;
    }

    .portfolio-right{
        align-items:stretch;
    }

    .carousel img{
        height:240px;
    }
}
.ecommerce-section{
    padding:clamp(60px, 12vw, 100px) 20px;
    max-width:1200px;
    margin:auto;
    text-align:center;
}

.ecommerce-section h2{
    font-size:clamp(1.8rem, 4vw, 2.3rem);
    margin-bottom:12px;
}

.ecommerce-intro{
    max-width:760px;
    margin:0 auto 50px;
    color:var(--muted);
}

.ecommerce-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    gap:clamp(24px, 4vw, 32px);
    margin-bottom:70px;
}

.ecommerce-card{
    background:var(--surface);
    backdrop-filter:var(--glass-blur);
    border:1px solid var(--border);
    border-radius:20px;
    padding:24px;
    box-shadow:0 20px 40px rgba(0,0,0,0.1);
    transition:transform 0.35s ease, box-shadow 0.35s ease;
}

.ecommerce-card h3{
    font-size:1.35rem;
    margin-bottom:10px;
}

.ecommerce-card p{
    font-size:0.95rem;
    color:var(--muted);
    line-height:1.6;
    text-align:left;
}

.ecommerce-feature{
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:clamp(30px, 6vw, 40px);
    align-items:center;
    background:var(--surface);
    backdrop-filter:var(--glass-blur);
    border:1px solid var(--border);
    border-radius:24px;
    padding:clamp(24px, 5vw, 40px);
    box-shadow:0 25px 50px rgba(0,0,0,0.12);
}

.ecommerce-feature img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:18px;
}

.ecommerce-feature-text h3{
    font-size:clamp(1.4rem, 3vw, 1.8rem);
    margin-bottom:14px;
}

.ecommerce-feature-text p{
    color:var(--muted);
    margin-bottom:20px;
    line-height:1.65;
    text-align:left;
}

.ecommerce-icon{
    width:32px;
    height:32px;
    margin-bottom:14px;
    stroke-width:1.75;
    display:inline-block;
    opacity:0.9;
}

.ecommerce-feature-icon{
    width:48px;
    height:48px;
    margin-bottom:16px;
    stroke-width:1.75;
    opacity:0.95;
}
.contact-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:60px;
  max-width:1100px;
  margin:0 auto;
  align-items:flex-start;
}
.contact-info{
  max-width:600px;
  font-family:Arial, sans-serif;
}

.title{
  font-size:18px;
  font-weight:bold;
  margin-bottom:8px;
}

.main-text{
  margin-bottom:12px;
}

.link{
  color:#1d4ed8;
  font-weight:bold;
  text-decoration:none;
}

.toggle-wrapper{
  margin-bottom:12px;
}

.toggle-btn{
  color:#1d4ed8;
  font-weight:bold;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:5px;
  cursor:pointer;
}
.hidden-content{
  max-height:0;
  overflow:hidden;
  font-size:14px;
  color:#555;
  transition:max-height 0.5s ease, padding 0.5s ease;
  padding-top:0;
  padding-bottom:0;
}

.hidden-content.show{
  padding-top:8px;
  padding-bottom:50px;
}
.contact-box{
  width:100%;
  max-width:520px;
  margin-left:auto;
  padding:28px;
  background:var(--surface);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  border:1px solid var(--border);
  border-radius:22px;
  box-shadow:0 22px 45px rgba(0,0,0,0.12);
  align-self:flex-start;
}

.contact-form-heading{
  color:#1d4ed8;
}
#emailStep{
  display:flex;
  flex-direction:column;
  gap:14px;
}
#otpStep{
  display:flex;
  flex-direction:column;
  gap:14px;
}

#otpEmailDisplay{
  font-size:0.85rem;
  color:var(--muted);
  text-align:center;
}

#otpInput{
  text-align:center;
  letter-spacing:4px;
  font-size:1rem;
}
#contactForm{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.form-group{
  display:flex;
  flex-direction:column;
}
#contactForm input,
#contactForm textarea,
#emailStep input,
#otpStep input{
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid var(--border);
  background:var(--surface);
  backdrop-filter:var(--glass-blur);
  -webkit-backdrop-filter:var(--glass-blur);
  color:var(--text);
  font-family:inherit;
  font-size:0.9rem;
  transition:border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.checkboxprivacy{
    display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap; 
}

@media (min-width: 600px) {
  .checkboxprivacy {
    flex-wrap: nowrap;
  }
}

#contactForm textarea{
  min-height:120px;
  resize:vertical;
}
#contactForm input::placeholder,
#contactForm textarea::placeholder,
#emailStep input::placeholder,
#otpStep input::placeholder{
  color:var(--muted);
}
#contactForm input:focus,
#contactForm textarea:focus,
#emailStep input:focus,
#otpStep input:focus{
  outline:none;
  border-color:var(--primary);
  box-shadow:0 0 0 3px rgba(79,70,229,0.25);
}
.locked{
  opacity:0.75;
  cursor:not-allowed;
}

.locked:focus{
  box-shadow:none;
}
#existingOptions{
  background:rgba(79,70,229,0.05);
  border:1px dashed rgba(79,70,229,0.35);
  border-radius:14px;
  margin:16px 0;
  padding:16px;
}

#existingOptions input[type="radio"]{
  accent-color:var(--primary);
  transform:scale(1.1);
}
.form-status{
  font-size:0.9rem;
  margin-top:6px;
  min-height:18px;
}

.form-status.success{ color:#0f9d58; }
.form-status.error{ color:#d93025; }
.form-status.info{ color:#1a73e8; }

.error{
  color:#d93025;
  font-size:0.8rem;
  margin-top:4px;
}
#contactForm button,
#emailStep button,
#otpStep button,
#resetBtn{
  padding:13px 34px;
  border-radius:30px;
  border:none;
  background:var(--primary);
  color:#fff;
  font-size:0.95rem;
  font-weight:600;
  cursor:pointer;
  transition:transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  white-space:nowrap;
}

#contactForm button:hover,
#emailStep button:hover,
#otpStep button:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(0,0,0,0.25);
}

#contactForm button:disabled,
#emailStep button:disabled,
#otpStep button:disabled{
  opacity:0.65;
  cursor:not-allowed;
  transform:none;
  box-shadow:none;
}
#resetBtn{
  margin-top:16px;
  background:transparent;
  border:2px solid var(--primary);
  color:var(--primary);
}
body.dark #contactForm input,
body.dark #contactForm textarea,
body.dark #emailStep input,
body.dark #otpStep input{
  background:rgba(15,23,42,0.75);
}

body.dark #existingOptions{
  background:rgba(129,140,248,0.08);
  border-color:rgba(129,140,248,0.35);
}

body.dark .locked{
  background:rgba(255,255,255,0.05);
}
@media (max-width: 768px){
  .contact-grid{
    grid-template-columns:1fr;
    gap:40px;
    text-align:center;
  }

  .contact-info{
    max-width:100%;
  }

  .contact-box{
    margin:0 auto;
    width:100%;
    align-self:center;
  }

  #contactForm button,
  #resetBtn{
    align-self:center;
    width:100%;
    max-width:300px;
  }
}
body.dark #existingOptions,
body.dark #existingOptions *{
  color:var(--text) !important;
}
body.dark #existingOptions small,
body.dark #existingOptions .helper,
body.dark #reqIdContainer label{
  color:var(--muted) !important;
}
body.dark #existingOptions{
  background:rgba(129, 140, 248, 0.08) !important;
  border-color:rgba(129, 140, 248, 0.35) !important;
}
body.dark #reqIdContainer input{
  background:rgba(15, 23, 42, 0.75) !important;
  color:var(--text) !important;
  border-color:var(--border) !important;
}
body.dark #existingOptions input[type="radio"]{
  accent-color:var(--primary);
}
.site-footer{
    background:var(--surface);
    color:var(--muted);
    padding:clamp(32px, 8vw, 48px) 20px 28px;
    border-top:1px solid var(--border);
}

.footer-inner{
    max-width:1100px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    gap:clamp(24px, 6vw, 32px);
}

.footer-brand{
    display:flex;
    flex-direction:column;
    gap:6px;
    max-width:400px;
}

.brand-name{
    font-size:1.05rem;
    font-weight:600;
    color:var(--text);
}

.brand-tagline{
    font-size:0.85rem;
    color:var(--muted);
    line-height:1.5;
}

.footer-links{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:clamp(12px, 3vw, 22px);
}

.footer-link{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:0.9rem;
    color:var(--text);
    text-decoration:none;
    opacity:0.85;
    transition:opacity 0.2s ease, color 0.2s ease;
}

.footer-link svg{
    width:16px;
    height:16px;
    stroke:currentColor;
    fill:none;
    stroke-width:1.8;
    transition:color 0.2s ease;
}

.footer-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:100%;
    height:1px;
    background:var(--primary);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 0.25s ease;
}

.footer-link:hover{
    opacity:1;
    color:var(--primary);
}

.footer-link:hover::after{
    transform:scaleX(1);
}

.footer-bottom{
    margin-top:36px;
    padding-top:16px;
    border-top:1px solid var(--border);
    text-align:center;
    font-size:0.8rem;
    color:var(--muted);
}

.footer-links{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
}

.footer-links a{
    text-decoration:none;
    color:var(--muted);
}

body.dark .site-footer{
    background:rgba(15, 23, 42, 0.9);
}
@media only screen 
    and (min-device-width: 768px) 
    and (max-device-width: 1024px) 
    and (orientation: portrait){
    .process-visual{
        width:90vw;
        max-width:500px;
        height:200px;
        margin:0 auto;
        display:block;
    }
}
@media (max-width: 768px){
    .header-inner{
        padding:0 16px;
    }

    main{
        padding:60px 16px;
    }

    .hero{
        grid-template-columns:1fr;
        text-align:center;
        margin:60px 0 40px 0;
        gap:30px;
    }

    .hero_rgt_img{
        order:-1;
        margin-bottom:20px;
        padding:0;
        margin-left:auto;
        margin-right:auto;
        display:block;
        width:clamp(250px, 70vw, 300px);
    }

    .about-grid{
        grid-template-columns:1fr;
        text-align:center;
        gap:40px;
    }

    .about-content{
        order:-1;
    }
    
    .about-content{
     margin-bottom:100px;
     }

    .about-image img{
        max-width:300px;
        margin-top:30px;
    }

    .services-grid{
        grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
        gap:24px;
    }

    .ecommerce-feature{
        grid-template-columns:1fr;
        text-align:center;
        gap:30px;
    }

    .ecommerce-feature img{
        height:250px;
    }
}
@media (max-width: 768px){
    nav{
        position:fixed;
        top:72px;
        left:0;
        width:100%;
        height:calc(100vh - 72px);
        display:none;
        padding-top:40px;
        z-index:2000;
    }
    body:not(.dark) nav.active{
        background:rgba(255, 255, 255, 0.85);
        backdrop-filter:blur(14px);
        -webkit-backdrop-filter:blur(14px);
        border-bottom:1px solid var(--border);
    }

    body:not(.dark) nav ul li a{
        color:var(--text);
    }

    body:not(.dark) nav ul li a:hover{
        background:rgba(0,0,0,0.08);
        border-radius:6px;
        margin:0 24px;
        color:var(--text);
    }
    body.dark nav.active{
        background:rgba(2, 6, 23, 0.7);
        backdrop-filter:blur(14px);
        -webkit-backdrop-filter:blur(14px);
        border-bottom:1px solid var(--border);
    }

    body.dark nav ul li a{
        color:var(--text);
    }

    body.dark nav ul li a:hover{
        background:rgba(255, 255, 255, 0.15);
        border-radius:6px;
        margin:0 24px;
        color:var(--text);
    }
    nav.active{
        display:block !important;
    }

    nav ul{
        flex-direction:column;
        text-align:center;
    }

    nav ul li a{
        font-size:1.2rem;
        padding:16px;
        display:block;
        font-weight:600;
        transition:all 0.3s ease;
    }
    .hamburger{
        display:block !important;
        z-index:3001;
        position:relative;
    }

    .nav-right{
        z-index:3001;
        gap:12px;
    }

    header{
        z-index:3000;
    }
}
@media (max-width: 640px){
    header{
        padding:12px 16px;
    }

    .header-inner{
        padding:0 8px;
    }

    main{
        padding:40px 12px;
    }

    section{
        margin-bottom:80px;
    }

    .portfolio-tabs{
        gap:8px;
        justify-content:center;
    }

    .tab-btn{
        font-size:0.85rem;
        padding:8px 14px;
    }

    .footer-inner{
        flex-direction:column;
        text-align:center;
        gap:24px;
    }

    .footer-links{
        justify-content:center;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
        gap:12px;
    }

    .services-grid,
    .custom-grid,
    .portfolio-grid,
    .ecommerce-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .btn{
        display:block;
        width:100%;
        max-width:280px;
        margin:8px auto;
        text-align:center;
    }

    #contactForm button{
        width:100%;
        max-width:300px;
        margin:0 auto;
    }
}
@media (max-width: 480px){
    .logo{
        height:45px;
    }

    main{
        padding:32px 8px;
    }

    section{
        margin-bottom:60px;
    }

    .hero{
        margin:40px 0 30px 0;
    }

    .hero h1{
        font-size:2rem;
    }

    .about-section{
        padding:0 0 60px 0;
    }

    .about-title,
    .portfolio-section h2,
    .ecommerce-section h2{
        margin-bottom:30px;
    }

    .process-visual{
        height:160px;
    }

    .project-card,
    .ecommerce-card{
        padding:20px;
    }

    .service-card{
        padding:24px 20px;
    }

    .sticky-note,
    .custom-box{
        padding:24px 20px;
    }
}
.about-title,
.about-content h3,
.custom-box h3{
    color:var(--text);
}
*{
  max-width:100%;
}
img, video, canvas{
  max-width:100%;
  height:auto;
  display:block;
}
.hero,
.about-grid,
.portfolio-layout,
.ecommerce-feature,
.contact-grid{
  overflow:hidden;
}
.portfolio-left{
  min-width:0;
}
.carousel img{
  width:100%;
  max-width:100%;
}
.sticky-note{
  transform:rotate(calc(-2deg + 4deg * var(--note-index)));
  max-width:100%;
}
.hero_rgt_img{
  max-width:100%;
}
@media (max-width: 900px){

  .portfolio-layout{
    grid-template-columns:1fr !important;
  }

  .hero{
    grid-template-columns:1fr !important;
  }

  .ecommerce-feature{
    grid-template-columns:1fr !important;
  }
}

.design-section{
  max-width:1200px;
  margin:auto;
  padding:80px 20px;
  text-align:center;
}

.design-intro{
  max-width:700px;
  margin:0 auto 40px;
  color:var(--muted);
}

.design-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:24px;
}

.design-card{
  padding:24px;
  border-radius:16px;
  background:var(--surface);
  border:1px solid var(--border);
  transition:0.3s;
}

.design-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.pricing-section{
  text-align:center;
  padding:10px 20px;
}

.section-title{
  font-size:2.2rem;
  margin-bottom:10px;
}

.section-subtitle{
  color:var(--text-secondary);
  margin:0 auto 50px;
  max-width:700px;
  text-align:center;
}

.pricing-container{
  display:flex;
  gap:25px;
  flex-wrap:wrap;
  justify-content:center;
}

.pricing-card{
  background:rgba(255, 255, 255, 0.05);
  backdrop-filter:blur(14px);
  border-radius:20px;
  padding:30px;
  width:300px;
  text-align:left;
  transition:0.3s ease;
  position:relative;
  border:1px solid rgba(255,255,255,0.08);
}

.pricing-card:hover{
  transform:translateY(-10px);
}

.pricing-card h3{
  margin-bottom:10px;
}

.price{
  font-size:0.95rem;
  margin-bottom:20px;
}

.price span{
  font-size:1.6rem;
  font-weight:bold;
  color:var(--accent);
}

.pricing-card ul{
  list-style:none;
  padding:0;
  margin-bottom:25px;
}

.pricing-card ul li{
  margin-bottom:10px;
  font-size:0.95rem;
}

.pricing-card .btn{
  width:100%;
  text-align:center;
}
.featured{
  border:1px solid var(--accent);
  transform:scale(1.05);
}

.featured:hover{
  transform:scale(1.08);
}

.badge{
  position:absolute;
  top:-10px;
  right:-10px;
  background:var(--accent);
  color:#000;
  font-size:0.75rem;
  padding:5px 10px;
  border-radius:10px;
  font-weight:bold;
}
.pricing-note{
  margin-top:20px;
  font-size:0.85rem;
  color:var(--text-secondary);
  text-align:left;
}
@media (max-width: 1024px){
  .pricing-container{
    gap:20px;
  }
}

@media (max-width: 768px){
  .pricing-container{
    flex-direction:column;
    align-items:center;
  }

  .pricing-card{
    width:auto;
    max-width:400px;
  }
}

@media (max-width: 480px){
  .section-title{
    font-size:1.8rem;
  }

  .section-subtitle{
    font-size:0.9rem;
  }

  .price span{
    font-size:1.4rem;
  }

  .pricing-card ul li{
    font-size:0.9rem;
  }
}

.dropdown{
  position:relative;
}
.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  min-width:220px;
  background:var(--surface);
  backdrop-filter:var(--glass-blur);
  border:1px solid var(--border);
  border-radius:12px;
  display:none;
  flex-direction:column;
  padding:8px 0;
  z-index:2000;
}
.dropdown-menu li a{
  display:block;
  padding:12px 18px;
  color:var(--text);
  text-decoration:none;
  font-weight:500;
  transition:0.3s;
}

.dropdown-menu li a:hover{
  background:rgba(79, 70, 229, 0.1);
}
@media (min-width: 769px){
  .dropdown:hover .dropdown-menu{
    display:flex;
  }
}
.dropdown.active .dropdown-menu{
  display:flex;
}

@media (max-width: 768px){

  .dropdown-menu{
    position:static !important;
    display:none;
    width:100%;
    background:transparent;
    border:none;
    box-shadow:none;
    padding-left:12px;
  }

  .dropdown.active .dropdown-menu{
    display:block;
  }
}

.design-showcase{
  margin-top:60px;
  text-align:center;
}

.design-demo-title{
  font-size:1.6rem;
  margin-bottom:20px;
}

.design-tabs{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:20px;
}

.design-tab{
  padding:10px 18px;
  border:none;
  background:#eee;
  cursor:pointer;
  border-radius:20px;
  font-weight:500;
  transition:all 0.3s ease;
}

.design-tab:hover{
  background:#ddd;
}

.design-tab.active{
  background:black;
  color:white;
}
.design-preview{
  max-width:900px;
  margin:auto;
  aspect-ratio:16 / 9;

  display:flex;
  justify-content:center;
  align-items:center;

  background:#f5f5f5;
  border-radius:12px;
  overflow:hidden;
}

.design-preview img{
  width:100%;
  height:100%;
  object-fit:contain;

  display:block;
  border-radius:12px;
  transition:opacity 0.4s ease, transform 0.3s ease;

  box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.design-preview img:hover{
  transform:scale(1.02);
}

.design-preview img.fade-out{
  opacity:0;
}

.design-preview img.fade-in{
  opacity:1;
}

@media (max-width: 768px){

  .design-demo-title{
    font-size:1.3rem;
  }

  .design-tab{
    font-size:14px;
    padding:8px 14px;
  }
  .design-preview{
    aspect-ratio:4 / 5;
  }
}



.wa-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}


.wa-tooltip {
  background: #ffffff;
  color: #333;
  font-size: 13px;
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  font-family: system-ui, sans-serif;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  max-width: 220px;
}


.wa-button {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  transition: all 0.25s ease;
  position: relative;
}


.wa-button:hover {
  transform: scale(1.1);
}


.wa-button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(192, 193, 174);
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


.wa-tooltip.show {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 480px) {
  .wa-button {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }
}
 











 
