
:root {
    --primary: #243d8f;
    --secondary: #f90;
    --dark: #0f172a;
    --light: #f8fafc;
    --text: #212529bf;
    --border: #e2e8f0;
}
.about-container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}
.section-badge {
    display: inline-block;
    /* background: rgba(20, 19, 16, 0.15); */
    color: #1a2a4a;
    border: 2px solid #ffbf00;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    width: fit-content;
    margin-bottom: 15px;
}
.about-hero {
    position: relative;
    background:
        linear-gradient(rgba(15, 23, 42, .75), rgba(15, 23, 42, .8)),
        url('../image/power-of-attorney-registration-pune.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0 110px;
    overflow: hidden;
}

/* .about-hero::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(255, 153, 0, .12);
    border-radius: 50%;
    top: -220px;
    right: -180px;
} */
/* 
.about-hero::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    bottom: -150px;
    left: -120px;
} */

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 162, 39, 0.2);
    border: 1px solid rgba(201, 162, 39, 0.4);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}


.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    text-decoration: none;
    font-weight: 700;
    transition: .35s ease;
}

.hero-btn-primary {
    background: var(--secondary);
    color: #fff;
    box-shadow: 0 15px 40px rgba(255, 153, 0, .35);
}

.hero-btn-primary:hover {
    transform: translateY(-4px);
    color: #fff;
}

.hero-btn-outline {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(10px);
}

.hero-btn-outline:hover {
    background: #fff;
    color: var(--primary);
}

.hero-btn-outline {
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(10px);
}
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    text-decoration: none;
    font-weight: 700;
    transition: .35s ease;
}

.hero-feature {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-feature {
      display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #eeeeee42;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    backdrop-filter: blur(8px);
}
.section-desc {
    font-size: 18px;
    line-height: 1.9;
    color: var(--text);
}

.list li .link {
    color: #fff;
}

.hero-title span {
    color: var(--secondary);
}

.hero-desc {
    color: rgba(255, 255, 255, .88);
    line-height: 1.4;
    margin-bottom: 35px;
        padding-right: 125px;
}

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    text-decoration: none;
    font-weight: 700;
    transition: .35s ease;
}

.hero-btn-primary {
    background: var(--secondary);
    color: #fff;
    box-shadow: 0 15px 40px rgba(255, 153, 0, .35);
}


.hero-features {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.hero-feature {
      display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #eeeeee42;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 15px;
    backdrop-filter: blur(8px);
}

.la-about-section{
    padding:60px 0;
    background:#f8fafc;
}
.la-values-section{
    padding:60px 0;
}
.la-about-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:start;
}

.la-title{
    font-size:48px;
    line-height:1.2;
    margin-bottom:25px;
    color:#0f172a;
    font-weight:700;
}

.la-title span{
    color:#f90;
}

.la-desc{
    font-size:16px;
    line-height:1.9;
    color:#475569;
    margin-bottom:22px;
}

.la-about-right{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.la-stat-card{
    background:#fff;
    border-radius:24px;
    padding:25px;
    border:1px solid #e2e8f0;
    box-shadow:0 12px 30px rgba(15,23,42,0.05);
    transition:0.3s ease;
}

.la-stat-card:hover{
    transform:translateY(-5px);
}

.la-stat-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:rgba(255,153,0,0.12);
    color:#f90;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:22px;
}

.section-title span {
    color: var(--secondary);
}
.la-stat-card h3{
    font-size:36px;
    color:#0f172a;
    margin-bottom:10px;
    font-weight:700;
}

.la-stat-card p{
    color:#64748b;
    margin:0;
    line-height:1.7;
}

.la-values-wrapper{
    margin-top:100px;
}

.la-values-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:50px;
}

.la-value-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:24px;
    padding:35px;
    transition:0.3s ease;
}

.la-value-card:hover{
    transform:translateY(-6px);
    border-color:#f90;
}

.la-value-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:rgba(255,153,0,0.12);
    color:#f90;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:25px;
}

.la-value-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#0f172a;
}

.la-value-card p{
    margin:0;
    color:#64748b;
    line-height:1.8;
}

.la-cta-box{
    background:linear-gradient(135deg, var(--primary), #132862);
    border-radius:32px;
    padding:55px;
    position:relative;
    overflow:hidden;
}



.la-cta-content{
    position:relative;
    z-index:2;
    display:block;
    align-items:center;
    justify-content:space-between;
    gap:40px;
        text-align: center;
}

.la-cta-label{
    display:inline-block;
    color:#f90;
    font-size:31px;
    font-weight:600;
    letter-spacing:0.5px;
    margin-bottom:15px;
}


.la-cta-text p{
   color: rgba(255, 255, 255, .85);
    font-size: 19px;
    line-height: 1.9;
    margin: auto auto 0px;
}

.la-cta-btns{
    display:flex;
    flex-direction:column;
    gap:15px;
    min-width:260px;
}

@media(max-width:991px){

    .la-about-wrapper,
    .la-values-grid{
        grid-template-columns:1fr;
    }

    .la-cta-content{
        flex-direction:column;
        align-items:flex-start;
    }

    .la-cta-btns{
        width:100%;
    }

    .la-title{
        font-size:38px;
    }

}

@media(max-width:767px){

    .service-container {
        box-shadow: unset;
    }
    .la-about-section{
                padding: 60px 0 30px 0px;
    }
    .process-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 30px;
    margin-top: 0px !important;
}
.faq-wrapper {
    margin: 0px 10px !important;
}
.faq-heading {
    margin-bottom: 0px !important;
}
    .la-values-grid{
        grid-template-columns:1fr;
    }
.service-cta {
        padding: 40px 20px  !important;
        border-radius: 24px  !important;
    }

    .service-cta h2 {
        font-size: 26px  !important;
    }

    .service-cta p {
        font-size: 15px  !important;
    }

    .la-cta-box{
        padding:35px 25px ;
        margin-top:70px;
    }
    .faq-question i
 {
    width: 30px ! IMPORTANT;
    height: 30px !important;
    padding: 10px !important;
 }.service-container {
        box-shadow: unset;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .la-title{
        font-size:30px;
    }
        .trust-left h2 {
        font-size: 30px;
        text-align: center;
    }
.trust-description {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: center;
    max-width: 650px;
}
    .la-cta-text h3{
        font-size:28px;
    }

}


.service-cta {
    position: relative;
    background: #fff;
    border-radius: 40px;
    padding: 60px;
    overflow: hidden;
}

.service-cta::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.service-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.service-cta h2 {
font-size: 46px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-cta p {
    color: #000;
    font-size: 19px;
    line-height: 1.9;
    max-width: 850px;
    margin: auto auto 35px;
}

.cta-btns {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.service-cta h2 span{
    color: var(--secondary);
}
/* =====================================================
RESPONSIVE
===================================================== */

@media(max-width:1199px) {

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-title {
        font-size: 52px;
    }

}

@media(max-width:991px) {

    .docs-wrapper {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 40px;
    }

    .hero-title {
        font-size: 44px;
    }

}

@media(max-width:767px) {

    .service-section {
        padding: 70px 0;
    }

    .service-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 36px;
    }

    .section-title {
        font-size: 32px;
    }

    .hero-btns,
    .cta-btns {
        flex-direction: column;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }

    .service-card,
    .docs-card {
        padding: 28px;
    }

    .service-cta {
        padding: 60px 0px;
    }

    .service-cta h2 {
        font-size: 32px;
    }

    .faq-question {
        font-size: 17px;
        padding: 24px;
    }

}


.la-about-right img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    border: 1px solid #eee;
}
/* =========================================
MISSION VISION SECTION
========================================= */

.la-mission-vision-section{
    padding: 60px;
    background: #fff;
}

.la-mission-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.la-mv-card{
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px;
    transition: .3s ease;
    text-align: center;
}

.la-mv-card:hover{
    transform: translateY(-5px);
    border-color: #f90;
}

.la-mv-icon{
    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: rgba(255,153,0,0.12);
    color: #f90;
    display: inline-flex;;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
}

.la-mv-card h4{
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.la-mv-card p{
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #64748b;
}
.bg-grey-1 {
    background: #f6f8fc;
}
/* =========================================
RESPONSIVE
========================================= */

@media(max-width:767px){
.la-about-left{
    text-align:center;
}
.la-about-left .la-desc {
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    color: #475569;
    margin-bottom: 22px;
}
    .la-mission-vision-section{
        padding: 60px 0 !important;
    }

    .la-mission-grid{
        grid-template-columns: 1fr;
    }

    .la-mv-card{
        padding: 25px;
    }

    .la-mv-card h4{
        font-size: 22px;
    }

}
@media only screen and (max-width: 767px) {
 .about-hero {
    padding: 80px 0px;
}
.hero-desc {
    padding-right: 0px;
        margin-bottom: 30px;
}
.about-container {
        padding: 0 20px;
        box-shadow: unset;
    }
    .la-stat-card h3 {
    font-size: 28px;
}
.la-values-section {
    padding: 60px 0;
}
.la-value-card {
    padding: 25px;
    text-align: center;
            background: #fff;
}
.la-value-icon {
    display: inline-flex;
}
    .la-cta-box {
        padding: 35px 25px;
        margin-top: 0px;
    }
    .la-cta-label
 {
    line-height: 42px;
    font-size: 29px;
}
.hero-feature {
    display: flex;
    width: 100%;
}
 .la-about-left img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    border: 1px solid #eee;
} 
.la-about-right {
display: none;
}
}


/* ===== SECTION ===== */
.trust-section {
    background: linear-gradient(135deg, var(--primary), #132862);
    padding: 60px 5%;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.trust-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

/* ===== LEFT ===== */
.trust-left h2 {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: "Playfair Display", serif;
}

.trust-description {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 650px;
}

.trust-points {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.trust-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #ff9900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}

.trust-item h4 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
}

.trust-item p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    font-size: 17px;
}
/* ===== RIGHT CARD ===== */
.trust-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #eee;
  border-radius: 28px;
  padding: 40px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.header-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ff9900;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.card-header h3 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.card-description {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.grid-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 22px;
  transition: 0.3s ease;
}

.grid-box:hover {
  transform: translateY(-5px);
  border-color: rgba(246, 201, 14, 0.5);
}

.grid-box h5 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.grid-box p {
  color: #c7d3df;
  font-size: 17px;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .trust-container {
    grid-template-columns: 1fr;
  }

  .trust-left h2 {
    font-size: 38px;
  }

  .card-header h3 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .trust-section {
    padding: 60px 20px;
  }

  .trust-left h2 {
    font-size: 30px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .trust-card {
    padding: 28px;
  }
}

/* ===== SECTION ===== */
.process-section {
  background: #f5f5f5;
  padding: 60px 20px;
  font-family: "Inter", sans-serif;
}

.process-container {
  max-width: 800px;
  margin: auto;
}

/* ===== HEADING ===== */
.section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 52px;
  font-weight: 700;
  color: #08284a;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}

.section-heading p {
  max-width: 760px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
  color: #5f6b7a;
}

/* ===== TIMELINE ===== */
.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 55px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #d6dce3;
}

/* ===== ITEM ===== */
.timeline-item {
  position: relative;
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
}

.timeline-number {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #243d8f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Highlight Active Step */
.timeline-item.active .timeline-number {
  background: #ff9900;
  color: #fff;
}

.timeline-content {
  padding-top: 4px;
}

.timeline-content h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.timeline-content p {
  color: #5f6b7a;
  line-height: 1.8;
  font-size: 16px;
  max-width: 760px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .section-heading h2 {
    font-size: 38px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .timeline {
    padding-left: 0px;
  }

  .timeline::before {
    left: 23px;
  }

  .timeline-item {
    gap: 20px;
  }

  .timeline-number {
    width: 42px;
    height: 42px;
    min-width: 42px;
    font-size: 16px;
  }

  .timeline-content h3 {
    font-size: 22px;
  }

  .timeline-content p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .process-section {
    padding: 60px 18px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .timeline-item {
    align-items: flex-start;
  }

  .timeline-content h3 {
    font-size: 20px;
  }
}

.process-section {
    background: #fff;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.process-card {
      position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 40px 28px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(15, 23, 42, .05);
    /* border: 1px solid rgba(36, 61, 143, .08); */
    transition: .4s ease;
    border: 1px solid #ff9f00;
    border-bottom: 5px solid #ffa200 !important;
}

.process-card:hover {
    transform: translateY(-10px);
}

.process-number {
  width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffa200;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 4px 14px rgba(255, 153, 0, .35);
}

.process-card h4 {
    font-size: 22px;
    color: var(--dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.process-card p {
    color: var(--text);
    line-height: 1.8;
    margin-bottom: 0;
}

.faq-wrapper {
        margin: auto 150px;
}

.faq-item {
       background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 0px 15px rgba(15, 23, 42, .05);
    border: 1px solid #ff9a00;
}

.faq-question {
    width: 100%;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 20px;
    color: var(--dark);
    font-weight: 500;
    text-align: left;
}

.faq-question i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 153, 0, .12);
    color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq-answer p {
  padding: 0 20px 20px;
    color: var(--text);
    line-height: 1.9;
    margin: 0;
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

.faq-item.active .faq-question i {
    transform: rotate(45deg);
    background: var(--secondary);
    color: #fff;
}
.faq-heading {
 margin-bottom:40px;   
}

.service-section {
    padding: 60px 0;
}
.service-container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}

.service-cta {
    position: relative;
    background: linear-gradient(135deg, var(--primary), #132862);
    border-radius: 40px;
    padding: 60px;
    overflow: hidden;
}

/* .service-cta::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    top: -100px;
    right: -100px;
} */

.service-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.service-cta h2 {
font-size: 41px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-cta p {
    color: rgba(255, 255, 255, .85);
    font-size: 19px;
    line-height: 1.9;
    max-width: 850px;
    margin: auto auto 35px;
}

.cta-btns {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
