.contact-section{
padding:0px 0;
}

.section-heading h2{
font-size:62px;
font-weight:800;
color:#081c63;
}

.section-heading p{
margin-top:5px;
font-size:20px;
color:#000;
}
footer{margin-top:0;}
.small-line{ 
width:70px;
height:4px; 
background:#1d63e7;
margin-top:30px;
border-radius:30px;
}
.page-hero{background-repeat:no-repeat; background-color:#ecf3fb;}
.office-title{
display:flex;
align-items:center;
justify-content:center;
gap:25px;
margin:45px 0;
}
.page-hero p{margin-top: 0;}
.office-title span{
height:2px;
flex:1;
background:#d8ddeb;
}

.office-title h4{
color:#1557d5;
font-size:28px;
font-weight:700;
letter-spacing:2px;
}

.office-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.office-card{

background:#fff;
border-radius:18px;
padding:25px;
border-top:5px solid #1563df;
box-shadow:0 5px 25px rgba(0,0,0,.08);

}

.office-head{

display:flex;
align-items:center;
gap:18px;
padding-bottom:25px;
border-bottom:1px solid #dfe4ef;

}

.icon{

width:55px;
height:55px;
border-radius:50%;
background:#1563df;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:30px;

}

.office-head h3{

font-size:22px;
font-weight:700;
margin-bottom:0px;
font-family:Nunito, sans-serif;
}

.office-head p{

font-size:16px;
color:#666;

}

.contact-row{

display:grid;
grid-template-columns:repeat(3,1fr);
padding:22px 0;
border-bottom:1px solid #dfe4ef;

}

.item{

display:flex;
align-items:center;
gap:5px;
padding:0 10px;
border-right:1px solid #e5e5e5;

}

.item:last-child{
border:none;
}

.item i{

width:46px;
height:46px;
background:#1563df;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
color:#fff;
font-size:20px;

}

.item small{

display:block;
color:#666;
font-size:14px;

}

.item strong{

display:block;
font-size:15px;
margin-top:3px;
color:#10224f;

}

.map{

margin-top:25px;
overflow:hidden;
border-radius:16px;

}

.map iframe{

width:100%;
height:380px;
border:none;

}

.bottom-info{

margin-top:45px;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;

}

.info-box{

display:flex;
align-items:center;
gap:20px;
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 5px 25px rgba(0,0,0,.07);

}

.circle{

width:70px;
height:70px;
border-radius:50%;
background:#eef4ff;
display:flex;
justify-content:center;
align-items:center;
color:#1563df;
font-size:32px;
flex-shrink:0;

}

.info-box p{

font-size:18px;
line-height:1.3;
color:#424242;

}

.info-box strong{
color:#1563df;
}


.client-intake{
    
    margin:auto;
}

.intake-wrapper{

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;

    background:#fff;
    padding:25px 40px; margin-top:20px;

    border-radius:10px;

    box-shadow:
    0 12px 35px rgba(18,48,104,.08);

}

.left-contents{
    display:flex;
    align-items:center;
    gap:30px;
    flex:1;
}

.user-icon{

    width:90px;
    height:90px;

    

    border-radius:50%;
    background:#12307b;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#fff;
    font-size:46px;
}

.contents h2{

    font-size:32px;
    color:#12307b;
    margin-bottom:8px;
    font-weight:700;
}

.contents p{

    font-size:18px;
    color:#222;
    line-height:1.3; font-weight:600;
}

.dividers{

    width:1px;
    height:170px;
    background:#d9dfea;
}

.right-contents{

    width:360px;
    text-align:center;
}

.cta-btns{

    display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1d46b5;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
  text-transform: uppercase;
}

.cta-btns:hover{

    background:#12307b;
    transform:translateY(-3px);
}

.secure-text{

    margin-top:20px;

    color:#12307b;

    font-size:16px;
font-weight: 700;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
}

.secure-text i{

    font-size:24px;
}

@media(max-width:991px){

.intake-wrapper{

    flex-direction:column;
    text-align:center;
}

.left-contents{

    flex-direction:column;
}

.dividers{

    width:100%;
    height:1px;
}

.right-contents{

    width:100%;
}

.contents h2{

    font-size:26px;
}

.contents p{

    font-size:20px;
}

.cta-btns{

    font-size:24px;
}

}

@media(max-width:576px){


.intake-wrapper{

    padding:30px 20px;
}

.user-icon{

    width:65px;
    height:65px;

    font-size:34px;
}

.contents h2{

    font-size:22px;
}

.contents p{

    font-size:18px;
}

.cta-btns{

    font-size:16px;
    padding:18px;
}
.intake-wrapper{gap:25px;}
.secure-text{

    font-size:18px;
}

}








@media(max-width:991px){

.office-grid,
.bottom-info{

grid-template-columns:1fr;

}

.contact-row{

grid-template-columns:1fr;
gap:20px;

}

.item{

border:none;
padding:0;

}

.section-heading h2{

font-size:42px;

}

.office-title h4{

font-size:22px;

}

.office-head h3{

font-size:18px;

}

.office-head p{

font-size:16px;

}

}

.contact-des {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.cta-section{
    position: relative;
  margin: auto;
    margin-top: 30px;
  padding: 30px 50px 35px;
  background: linear-gradient(180deg,#ffffff 0%,#fafcfc 100%);
  border: 1px solid #8dc7c3;
  border-radius: 10px 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0,0,0,.08);
 
}

/* Decorative Background Shapes */
.shape{
    position:absolute;
    background:rgba(111,173,166,.08);
    z-index:0;
}

.shape-left{
    width:320px;
    height:320px;
    border-radius:50%;
    left:-180px;
    top:-120px;
}

.shape-right{
    width:420px;
    height:420px;
    border-radius:50%;
    right:-230px;
    top:60px;
}

/* Decorative Leaf */
.leaf{
    position:absolute;
    left:20px;
    bottom:-5px;
    opacity:.12;
}

.leaf img{
    width:170px;
    transform:rotate(-8deg);
}

/* Top Circle Icon */
.top-icon{
    position:relative;
    z-index:2;
    width:90px;
    height:90px;
    margin:0 auto 22px;
    border:2px solid #4b908c;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    color:#2e706c;
    background:#fff;
}

/* Heading */
.title-wrap{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:28px;
}

.title-wrap .line{
    width:110px;
    height:2px;
    background:#b9d7d4;
    position:relative;
}

.title-wrap .line::after{
    content:'';
    width:10px;
    height:10px;
    border-radius:50%;
    background:#b9d7d4;
    position:absolute;
    right:-5px;
    top:50%;
    transform:translateY(-50%);
}

.title-wrap h2{
    font-family:'Cormorant Garamond',serif;
    font-size:40px;
    color:#16245b;
    font-weight:700;
    line-height:1;
}

/* Quote Text */
.quote-text{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:0 auto 35px;
}

.quote-text p{
    font-size:20px;
    line-height:1.4;
    color:#3d3d3d;
    font-weight:400;
}

.quote{
    position:absolute;
    font-size:70px;
    color:#d3e5e3;
    font-family:serif;
}

.quote-left{
    left:-40px;
    top:-10px;
}

.quote-right{
    right:-30px;
    bottom:-35px;
}

/* Button */
.cta-btn{
    position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding: 10px 40px 13px;
  background: linear-gradient(135deg,#16245b,#13245b);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(13,106,103,.25);
  transition: .3s ease;
}

.cta-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 35px rgba(13,106,103,.35);
}

.cta-btn .icon{
    width:44px;
    height:44px;
    background:rgba(0,0,0,.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.cta-btn .arrow{
    font-size:34px;
    line-height:1;
}

/* Phone */
.phone{
    position:relative;
    z-index:2;
    margin-top:28px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    color:#16245b;
    font-size:20px;
}

.phone span{
    font-size:28px;
}

.phone a{
    text-decoration:none;
    color:#16245b;
    font-weight:500;
}
.divider1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}
.divider1 span {
  width: 130px;
  height: 1px;
  background: #8ac8bb;
}
.leaf1 {
  width: 34px;
  height: 34px;
}
.leaf1 svg {
  fill: #66b7a7;display: block;
  width: 100%;
  height: 100%;
}
/* Responsive */
@media(max-width:991px){
.contact-des{display:block;}
    .cta-section{
        padding:25px 25px 35px;
    }
.contact-des .phone{margin:10px 0 0;}
    .title-wrap{
        flex-direction:column;
        gap:10px;
    }

    .title-wrap .line{
        display:none;
    }

    .title-wrap h2{
        font-size:28px;
    }

    .quote-text p{
        font-size:18px;
    }

    .cta-btn{
        width:100%;
        justify-content:center;
        font-size:18px;
        padding:18px 20px;
    }

    .quote{
        display:none;
    }

    .leaf{
        display:none;
    }
}