:root{
  /* exact-ish extracted colors from your PNG */
  --bg-left: #f6f1fb;        /* pale purple area */
  --bg-right: #ffffff;
  --primary-navy: #1E1E1E;   /* main dark heading color */
  --accent-blue: #04417D;    /* highlighted 'You Think About' */
  --cta-blue: #04417d;       /* deep button blue */
  --icon-blue: #4db0ff;      /* lightning icon color (bright) */
  --card-shadow: rgba(12,24,40,0.06);
  --absolute-black: #1C222B;
  --btn-hover: #0a58ca;
  --light-desc: #455468;
}

*{box-sizing:border-box}
html,body{
  height:100%;
  margin:0;
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  color:var(--primary-navy);
  background:#FFF !important;
  overflow-x: hidden;
}

/* login / signup */
.login-text{ color:var(--primary-navy); margin-right:6px; font-weight:500 }
.signup-btn{
  background:var(--cta-blue);
  color:white;
  border-radius: 26px;
  border:none;
  padding:10px 16px;
  box-shadow:0 6px 18px rgba(4,65,125,0.12);
  font-weight:600;
}

/* Navbar white background */
.navbar {
  background-color: #ffffff !important;
}

/* HERO */
/* .hero-section{
  padding:0 0 96px 0;
  position:relative;
  min-height:78vh;
  background: url(../images/header-bg.svg);
} */

/* decorative top-left svg */
.hero-curve{
  position:absolute;
  left:-40px;
  top:-30px;
  width:520px;
  height:300px;
  z-index:0;
  opacity:0.95;
}

/* headline / left */
.eyebrow{
    color: rgba(28, 34, 43, 0.06);
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 82px; /* 85.417% */
}

.display-title{
  font-size: 66px;
    line-height: 1.2;
  font-weight:700;
  margin:8px 0 18px 0;
  color:var(--absolute-black);
  max-width:100%;
}

/* accent span exact blue */
.accent-blue{
  color:var(--accent-blue);
}

/* paragraph */
.hero-desc{
  color:var(--light-desc);
  font-size:20px;
  max-width:560px;
  margin-bottom:8px;
  font-weight:500;
}

/* CTA */
.cta-btn{
  background:var(--cta-blue);
  color:#FFF;
  border:none;
  padding:12px 28px;
  border-radius:40px;
  font-size:18px;
  font-weight:600;
  box-shadow: 0 14px 30px rgba(4,65,125,0.12);
  transition:transform .25s ease, box-shadow .25s ease;
}
.cta-btn:hover{
    transform:translateY(-4px); 
    box-shadow:0 20px 40px rgba(4,65,125,0.18);
    background:#052a4e;
    color: #FFF;
}

/* RIGHT card */
.essentials-wrapper{
  position:relative;
  width:380px;
  border-radius:20px;
  background:transparent;
  z-index:1;
}
.essentials-inner{
    background:#ffffff;
    border-radius:16px;
    padding-top: 110px !important;
    box-shadow: 0 10px 30px var(--card-shadow);
    min-height:360px;
    top: -65px;
    right: -34px;
    position:absolute;
    z-index:2;
    padding: 75px 70px;
}

/* essentials content */
.essentials-title{
  color:var(--primary-navy);
  font-weight:700;
  font-size:24px;
  margin:0;
}
.ess-item{ transition: transform .22s ease; }
.ess-item:hover{ transform: translateX(5px); }

.icon-round{
  width:46px;height:46px;
  display:flex;align-items:center;justify-content:center;
    border-radius: 12.602px;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0.067px 0.201px rgb(168 164 164 / 68%), 0 38.746px 10.86px 0 rgb(184 185 197 / 2%), 0px 10px 9.921px 0 rgb(127 128 145 / 15%), 0 13.943px 8.312px 0 rgb(237 237 240 / 50%), 0 6.167px 6.167px 0 rgb(255 255 255 / 85%), -1px 0px 2px 0 rgb(255 255 255 / 98%);
}
.ess-name{ font-weight:700; font-size:16px; color:var(--primary-navy);}
.ess-sub{ font-size:13px;color:#06040A; margin-top:3px; }

/* floating cards image styling */
.floating-cards{
  position:absolute;
  right:-50px;
  top:-100px;
  width:170px;
  transform: rotate(18deg);
  z-index:3;
  filter: drop-shadow(0 30px 40px rgba(12,24,40,0.12));
}
.floating-cards:hover{ transform:rotate(16deg) scale(1.03); transition: transform .25s ease; }

/* purple scribble bottom-left */
.scribble{
  position:absolute;
  left:28px;
  bottom:-10px;
  width:220px;height:120px;
  opacity:0.85;
}
/* solution to organize css */
.section-services {
    border-radius: 56px 56px 0 0;
    background: linear-gradient(180deg, #F9FAFB 0%, rgba(249, 250, 251, 0.00) 100%);
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section-services h2 {
  color: var(--absolute-black);
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
.slutions-heading{
    color: var(--absolute-black);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}
.feature-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.feature-card p.hero-desc{
    font-size: 18px;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.feature-card img {
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
  width: 100%;
}
.ask-ovie-title{
    font-size: 54px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1.08px;
}
.badge {
  font-size: 1rem;
  letter-spacing: 0.05em;
  border-radius: 50px;
  font-weight: 500;
}
.badgeservice.badge{
    background: #F5ECFE;
    color: var(--accent-blue);
}
/* ====Ask Ovie Css start==== */
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #010f27;
}

/* Section styling */
.ask-ovie-section {
  min-height: 100vh;
  background: linear-gradient(102deg, #00132D 44.32%, #03449B 89.9%);
  overflow: hidden;
  color: white;
  padding: 4rem 0;
}

/* Input box */
.ask-input {
  background: #e9eef5;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  max-width: 400px;
}

.ask-input input {
  background: transparent;
  color: #0d0d0d;
}

.ask-input input::placeholder {
  color: #5c6c7a;
  font-size: 0.95rem;
}
.ovie-logo img{
    border: 5px solid #FFF;
}
.btn-mic {
  background-color: #1e4fc5;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-mic:hover {
  background-color: #103b96;
}

/* Glowing sphere animation */
.sphere {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(0, 255, 204, 0.4), rgba(0, 60, 170, 0.1)),
              radial-gradient(circle, #003cff 10%, #002060 70%);
  position: relative;
  box-shadow: 0 0 60px rgba(0, 102, 255, 0.4);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* ====Ask Ovie Css end==== */

/* ====Feature section Css start==== */
.section-feature {
  background-color: #fff;
  border-radius: 1.5rem;
}

.badge {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  border-radius: 50px;
}
.section-feature h2, .why-us-section h2, .faq-section h2{
    color: var(--absolute-black);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.feature-point {
  display: flex;
  align-items: flex-start;
}

.feature-point i {
    font-size: 0;
    padding-right: 4px;
}
.feature-point h6, .feature-subtitle{
    color: var(--absolute-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.feature-image.ofq {
    width: 65%;
}
.feature-image img {
  border-radius: 1rem;
  object-fit: cover;
}
.base-desc{
    color: #455468;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.text-muted {
  color: #6c757d !important;
}
/* ====Feature section Css end==== */
/* ====Why choose Ovie Css start==== */
/* Why Us Section */
.why-us-section {
  background: #fff;
  color: #1b1b1b;
  padding-top: 90px;
  padding-bottom: 90px;
}

.why-badge {
  background: linear-gradient(90deg, #ece8ff, #f8f6ff);
  color: #6c63ff;
  font-size: 12px;
  border-radius: 8px;
  padding: 4px 10px;
}

.why-us-section .btn-primary {
  background-color: #083a77;
  border: none;
  transition: 0.3s;
}

.why-us-section .btn-primary:hover {
  background-color: #052c5a;
}

.why-card {
  background: #fff;
  border: 1px solid #BC7CF9;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(203, 191, 255, 0.15);
  transition: all 0.3s ease;
}

.why-card:hover {
  box-shadow: 0 4px 15px rgba(203, 191, 255, 0.25);
}

.icon-wrap {
  width: 50px;
  height: 50px;
  background-color: #04417D;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card h6 {
    color: #1C222B;
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
}

.text-primary {
  color: #083a77 !important;
}

/* ====Why choose Ovie Css end==== */
/* ====FAQ Css Start==== */
/* FAQ Section */
.faq-section {
    border-radius: 56px 56px 0 0;
    /* background: linear-gradient(180deg, #F9FAFB 0%, rgba(249, 250, 251, 0.00) 100%); */
    margin-top: 40px;
    /* margin-bottom: 90px; */
    margin-bottom: 40px;
}

.faq-badge {
  background: linear-gradient(90deg, #ece8ff, #f8f6ff);
  color: #6c63ff;
  font-size: 12px;
  border-radius: 8px;
  padding: 4px 10px;
}
/* .faq-section p {
  font-size: 18px;
  max-width: 80%;
} */

/* Accordion Custom Style */
.ovie-accordian .accordion-item {
  border: none;
  border-bottom: 1px solid #e3d9ff;
  border-radius: 0;
  background-color: unset;
}

.ovie-accordian .accordion-button {
  background-color: transparent;
  color: #2D3643;
  font-weight: 600;
  font-size: 25px;
  box-shadow: none;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}
.ovie-accordian .accordion-body {
  font-size: 18px;
  color: var(--light-desc);
  padding: 0.5rem 0 1rem 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(35%) sepia(20%) saturate(500%) hue-rotate(210deg);
}
.ovie-accordian .accordion-button:not(.collapsed) {
    color: var(--accent-blue);
    background-color: unset;
    border-bottom: 0;    
}

/* ====FAQ Css end==== */
.cta-section{
    background:  url(../images/CTA-section-bg.webp);
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 100px;
}
.cta-section h2{
    color: var(--absolute-black);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

/*==== subscribe Section Layout ===*/
.subscribe-section {
  background-color: #ffffff;
}

/* Left Card */
.subscribe-left {
  background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 100%);
  position: relative;
  height: 320px;
}

/* Add small floating stars */
.subscribe-left::before,
.subscribe-left::after {
  content: "✦";
  position: absolute;
  font-size: 14px;
  color: #ffd23f;
  opacity: 0.6;
}
.subscribe-left::before {
  top: 10%;
  left: 90%;
  color: #63b3ed;
}
.subscribe-left::after {
  bottom: 15%;
  left: 10%;
  color: #f6ad55;
}

/* Right Form Card */
.subscribe-form {
  border: 1px solid #e0e0e0;
}

/* Inputs */
.input-group {
  height: 50px;
}

.input-group-text i {
  font-size: 1.1rem;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

/* Checkbox */
.form-check-input {
    border: 1px solid #bbb;
    width: 18px;
    height: 18px;
    margin-top: 0.3rem;
}
.sbs-left-box{
    width: 50%;
}
.inner-subscribe{
    width: 70%;
}
.sbs-right-box{
    width: 65%;
    position: absolute;
    left: 38%;
    top:70px;
}
.subscribe-fbox {
    display: flex;
    position: relative;
}
.rightcard-circle{
    position: absolute;
    top: 20px;
    right: -100px;
}
.input-group input::-webkit-input-placeholder {
    color: gray;
    opacity: 0.7;
}
.title-subscribe{
    color: var(--absolute-black);
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.44px;
}
.subscribe-text{
    color: var(--accent-blue);
}
.inner-subscribe p{
    color: #6F7071;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.form-check-label{
    color: var(--absolute-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;   
}

/* =====Footer css start====== */
.footer-section {
  background-color: #000;
  border-radius: 20px 20px 0 0;
  color: #bfbfbf;
  margin-top: 140px;
  padding-top: 60px;
}

.footer-logo {
  width: 40px;
  height: 40px;
}

.footer-form {
    max-width: 280px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 1px;
}

.footer-input {
  border-radius: 25px;
  background-color: #111;
  color: #fff;
  border: unset;
  font-size: 0.9rem;
  padding: 10px 14px;
}

.footer-input::placeholder {
  color: #777;
}

.btn-subscribe {
  background-color: #0b4d8b;
  color: #fff;
  border-radius: 25px;
  font-size: 0.85rem;
  padding: 8px 16px;
  border: none;
  transition: all 0.3s ease;
}

.btn-subscribe:hover {
  background-color: #093e72;
}

.footer-link, .contact-info ul li {
  color: #AFBACA;
  text-decoration: none;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 500;
}

.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.footer-divider {
  border-color: #222;
  opacity: 1;
}
.footer-form h6{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.ask-ovieimg{
  width: 300px;
}

/* v@2 css */

 .hero {
      padding: 65px 0;
      background: radial-gradient(circle at right, #0b4fa3 0%, #04142e 60%);
      overflow: hidden;
    }
  .hero h1{
    color: #FFF;
    font-family: "poppins";
    font-size: 56px;
    font-weight:500;
    line-height: 82px;
  }
    .hero p {
      color: #FFF;
      font-size: 18px;
      font-weight: 400;
      line-height: 130%;
      font-family: poppins;
    }

    /* Sphere */
    .sphere {
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,.9) 1px, transparent 2px),
        radial-gradient(circle at 60% 40%, rgba(173,216,230,.8) 1px, transparent 2px),
        radial-gradient(circle at 50% 60%, rgba(0,255,200,.8) 1px, transparent 2px),
        radial-gradient(circle at center, #0b5ed7, #021024);
      background-size: 12px 12px;
      box-shadow: 0 0 80px rgba(0,120,255,.6);
    }

    .sphere-ar img{
      width: 95%;
    }
     .simple-section {
      padding: 100px 0;
      background-color: #ffffff;
    }

    .simple-section h2, .understanding-section h2 {
      color: #31456A;
      font-family: "Poppins";
      font-size: 48px;
      font-weight: 400;
      line-height: 124%;
    }

    .simple-section p, .understanding-section p {
      color: #000;
      font-family: "poppins";
      font-size: 20px;
      font-weight: 400;
      line-height: 163.78%;
    }
    .understanding-section {
      padding: 110px 0;
      background:
        radial-gradient(circle at left top, #eef5fb 0%, transparent 55%),
        radial-gradient(circle at left bottom, #f2f7fc 0%, transparent 60%),
        #f8fbff;
    }

    .faq-item {
      padding: 20px 0;
      border-bottom: 2px solid #E2C7FC;
    }

    .faq-item h6 {
      color: #04417D;
      font-family: "Poppins";
      font-size: 25px;
      font-weight: 600;
      line-height: 35px; /* 140% */
    }

    .faq-item p {
      color: #455468;
      font-family: "Poppins";
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      margin-bottom: 0;
    }
    b.reach-line{
      color: #000;
      font-family: Poppins;
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
    }
    .justify-content-startt{
      justify-content: flex-start;
    }
    .justify-content-endd{
      justify-content: flex-end;
    }
@media (max-width: 768px) {
    .sphere {
      width: 260px;
      height: 260px;
      margin-top: 2rem;
    }
    .sphere-ar img{
      width: 100%;
      margin-top: 40px;
    }
    .justify-content-endd{
      justify-content: flex-start;
    }
    .about-hero h1.super-heading, h2.super-heading{
      font-size: 62px !important;
      line-height: 1.2 !important;
    }
}

/* =====Footer css end====== */
/* Responsive adjustments */
@media (max-width: 768px) {
  .feature-point {
    align-items: center;
  }

  .section-feature h2 {
    font-size: 1.6rem;
    line-height: 36px;
  }

  .feature-image img {
    width: 100%;
    height: auto;
  }

  .subscribe-left {
    text-align: center;
    height: auto;
  }
  .bg-circle {
    width: 400px;
    height: 400px;
    top: 65%;
    left: 50%;
  }
  .essentials-inner {
    position: relative;
    top: auto;
    right: auto; 
    padding-top: 45px !important;
    padding: 30px 40px;
    padding-bottom: 60px !important   
  }
   .essentials-wrapper {
        animation-delay: 0.35s;  
    }
    .rightcard-wrapper{
        width: 100% !important;
    }
    .askovie-imgsection img{
        width: 100%;
    }
    .feature-image.ofq {
        width: 100%;
    }
    .subscribe-fbox {
        flex-direction: column;
    }
    .sbs-left-box {
        width: 100%;
    }
    .sbs-right-box {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        margin-top: 120px;
    }
    .inner-subscribe {
        width: 100%;
    }
    .feature-foote{
        flex-direction: column;
    }
}

/* ====Feature section Css end==== */
/* RESPONSIVE tweaks */
@media (max-width:991px){
  .display-title{ font-size:44px; }
  .floating-cards{ display:none; }
  .essentials-wrapper{ width:320px; margin-top:40px; }
  .sphere {
    width: 260px;
    height: 260px;
    margin-top: 3rem;
  }

  .ask-input {
    max-width: 100%;
  }

  .subscribe-left {
    text-align: center;
  }

  .subscribe-form {
    padding: 2rem 1.5rem;
  }

  .input-group {
    flex-direction: row;
  }
  .subscribe-section .row {
    align-items: stretch;
  }
}
@media (max-width:576px){
  .display-title{ font-size:32px; }
  .hero-desc{ font-size:15px; }
  .essentials-inner{ min-height:auto; padding-bottom:22px;}
  .hero-section{ padding-top:22px; }
}

/* fade-in entrance simple */
.hero-section, .essentials-wrapper, .floating-cards {
  opacity:0;
  transform: translateY(12px);
  animation: enter 0.9s ease forwards;
}
.essentials-wrapper{ animation-delay:0.35s; }
.floating-cards{ animation-delay:0.5s; }

@keyframes enter {
  to { opacity:1; transform:none; }
}
