.custom-navbar{
    background:#fff;
    padding:12px 0;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.logo{
    width:155px;
}

.navbar-brand h5{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#0b3d91;
}

.navbar-brand small{
    color:#777;
    font-size:12px;
    display:block;
}

.navbar-nav .nav-link{
    color:#222;
    font-size:16px;
    font-weight:600;
    margin:0 10px;
    position:relative;
    transition:.4s;
}

.navbar-nav .nav-link:hover{
    color:#ff6b00;
}

.navbar-nav .nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#ff6b00;
    transition:.4s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width:100%;
}

.navbar-nav .active{
    color:#ff6b00 !important;
}

.quote-btn{
    background:#ff6b00;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.quote-btn:hover{
    background:#0b3d91;
    color:#fff;
    transform:translateY(-2px);
}

.navbar-toggler{
    padding:8px;
}

@media(max-width:991px){

.custom-navbar{
    padding:10px 0;
}

.navbar-collapse{
    background:#fff;
    margin-top:15px;
    border-radius:15px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.navbar-nav .nav-link{
    margin:10px 0;
}

.quote-btn{
    display:block;
    text-align:center;
    margin-top:15px;
}

}/*=========================
  GOOGLE FONT
=========================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#f5f8ff;
}

.hero{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:linear-gradient(135deg,#eef6ff,#ffffff);
}

/*=========================
      CONTAINER
=========================*/

.hero .container{
    max-width:1320px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    position:relative;
    z-index:2;
}

/*=========================
      LEFT CONTENT
=========================*/

.hero-left{
    flex:0 0 58%;
}

.hero-tag{

display:inline-flex;
align-items:center;
gap:8px;
padding:12px 24px;
background:#fff;
border-radius:50px;
font-size:15px;
font-weight:600;
color:#0b2d6b;
box-shadow:0 10px 25px rgba(0,0,0,.08);
margin-bottom:25px;

}

.hero-left h1{

font-size:58px;
line-height:70px;
font-weight:800;
color:#082b63;
margin-bottom:25px;

}

.hero-left h1 span{

color:#d89d22;

}

.hero-left p{

font-size:17px;
line-height:32px;
color:#666;
max-width:650px;
margin-bottom:40px;

}

/*=========================
      BUTTONS
=========================*/

.hero-btns{

display:flex;
gap:20px;
margin-bottom:45px;

}

.btn-orange{

display:inline-block;
padding:16px 35px;
background:#d89d22;
color:#fff;
text-decoration:none;
border-radius:8px;
font-weight:600;
transition:.4s;

}

.btn-orange:hover{

background:#082b63;
transform:translateY(-5px);

}

.btn-white{

display:inline-block;
padding:16px 35px;
background:#fff;
color:#082b63;
text-decoration:none;
border-radius:8px;
font-weight:600;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.4s;

}

.btn-white:hover{

background:#082b63;
color:#fff;

}

/*=========================
     TRUST BOX
=========================*/

.trust-box{

display:flex;
gap:20px;
flex-wrap:wrap;

}

.trust-card{

background:#fff;
padding:25px;
width:170px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
text-align:center;
transition:.4s;

}

.trust-card:hover{

transform:translateY(-10px);

}

.trust-card h3{

font-size:34px;
color:#d89d22;
margin-bottom:8px;

}

.trust-card p{

font-size:15px;
color:#666;

}

/*=========================
      RIGHT FORM
=========================*/

.hero-right{

flex:0 0 42%;
display:flex;
justify-content:flex-end;

}

.quote-form{

width:100%;
max-width:430px;
background:#fff;
padding:35px;
border-radius:25px;
box-shadow:0 25px 60px rgba(0,0,0,.10);
position:relative;

}

.quote-form::before{

content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:6px;
background:linear-gradient(90deg,#082b63,#d89d22);

}

.quote-form h2{

font-size:30px;
font-weight:700;
color:#082b63;
margin-bottom:10px;

}

.quote-form p{

font-size:15px;
color:#777;
margin-bottom:25px;

}

.quote-form form{

display:flex;
flex-direction:column;
gap:16px;

}

.quote-form input,
.quote-form select{

height:55px;
padding:0 18px;
border:1px solid #ddd;
border-radius:10px;
outline:none;
font-size:15px;
transition:.3s;

}

.quote-form input:focus,
.quote-form select:focus{

border-color:#d89d22;
box-shadow:0 0 10px rgba(216,157,34,.2);

}

.quote-form button{

height:56px;
border:none;
background:#d89d22;
color:#fff;
font-size:17px;
font-weight:600;
border-radius:10px;
cursor:pointer;
transition:.4s;

}

.quote-form button:hover{

background:#082b63;

}

/*=========================
      FLOATING CARD
=========================*/

.floating-card{

position:absolute;
background:#fff;
padding:16px 24px;
border-radius:12px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
font-weight:600;
color:#082b63;
animation:float 4s ease-in-out infinite;
z-index:3;

}

.card1{

top:140px;
right:480px;

}

.card2{

bottom:120px;
right:420px;

}

@keyframes float{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-15px);
}

100%{
transform:translateY(0);
}

}

/*=========================
      BACKGROUND CIRCLE
=========================*/

.circle{

position:absolute;
border-radius:50%;
filter:blur(40px);

}

.one{

width:320px;
height:320px;
background:#ffe8b4;
top:-150px;
left:-120px;

}

.two{

width:280px;
height:280px;
background:#dce9ff;
bottom:-120px;
right:-80px;

}

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:1199px){

.hero-left h1{

font-size:48px;
line-height:60px;

}

}

@media(max-width:991px){

.hero{

padding:70px 0;

}

.hero .container{

flex-direction:column;

}

.hero-left,
.hero-right{

flex:0 0 100%;
width:100%;

}

.hero-right{

justify-content:center;
margin-top:40px;

}

.quote-form{

max-width:100%;

}

.hero-left h1{

font-size:40px;
line-height:52px;

}

.hero-btns{

flex-wrap:wrap;

}

.card1,
.card2{

display:none;

}

}

@media(max-width:576px){

.hero{

padding:60px 0;

}

.hero-left h1{

font-size:32px;
line-height:42px;

}

.hero-tag{

font-size:13px;

}

.hero-btns a{

width:100%;
text-align:center;

}

.trust-card{

width:100%;

}

.quote-form{

padding:25px;

}

}.hero{
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:linear-gradient(135deg,#eef6ff,#ffffff);
}

.hero .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    position:relative;
    z-index:2;
}



.hero-right{
    flex:0 0 420px;
    display:flex;
    justify-content:flex-end;
}

.quote-form{
    width:100%;
}

}.about-section{

padding:90px 0;
background:#fff;

}

.about-section .container{

width:90%;
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;

}

.about-image{

position:relative;

}

.img-box{

position:relative;
background:#f8fbff;
padding:25px;
border-radius:25px;
box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.img-box img{

width:100%;
border-radius:20px;
display:block;

}

.experience-box{

position:absolute;
right:-20px;
bottom:35px;
width:160px;
background:#0B2E73;
color:#fff;
padding:20px;
text-align:center;
border-radius:18px;
border:5px solid #D8A22D;
box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.experience-box h2{

font-size:42px;
margin:0;
color:#D8A22D;

}

.experience-box span{

font-size:15px;

}

.sub-title{

display:inline-block;
padding:8px 22px;
background:#eef4ff;
color:#0B2E73;
border-radius:40px;
font-weight:600;
letter-spacing:1px;
margin-bottom:18px;

}

.about-content h2{

font-size:45px;
line-height:58px;
color:#111;
margin-bottom:20px;

}

.about-content h2 span{

color:#0B2E73;

}

.about-content p{

font-size:16px;
line-height:30px;
color:#666;
margin-bottom:20px;

}

.about-list{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin:35px 0;

}

.about-list div{

background:#fff;
padding:15px 20px;
border-left:4px solid #D8A22D;
box-shadow:0 10px 30px rgba(0,0,0,.06);
border-radius:10px;
font-weight:600;
transition:.4s;

}

.about-list div:hover{

transform:translateY(-5px);
background:#0B2E73;
color:#fff;

}

.about-btn{

display:inline-block;
padding:16px 38px;
background:#D8A22D;
color:#fff;
text-decoration:none;
font-weight:600;
border-radius:10px;
transition:.4s;

}

.about-btn:hover{

background:#0B2E73;

}

@media(max-width:991px){

.about-section .container{

grid-template-columns:1fr;
gap:40px;

}

.about-content h2{

font-size:34px;
line-height:45px;

}

.about-list{

grid-template-columns:1fr;

}

.experience-box{

position:static;
margin-top:20px;

}

}.why-choose{
    padding:90px 0;
    background:#f7f9fc;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:auto auto 60px;
}

.section-title span{
    color:#D8A22D;
    font-weight:600;
    letter-spacing:1px;
}

.section-title h2{
    font-size:42px;
    color:#0B2E73;
    margin:15px 0;
    font-weight:700;
}

.section-title h2 span{
    color:#D8A22D;
}

.section-title p{
    color:#666;
    line-height:28px;
}

.choose-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.choose-card{
    background:#fff;
    padding:35px 30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    border-top:4px solid transparent;
}

.choose-card:hover{
    transform:translateY(-10px);
    border-color:#D8A22D;
}

.choose-card.active{
    background:#0B2E73;
    color:#fff;
}

.choose-card.active h3,
.choose-card.active p{
    color:#fff;
}

.icon{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    background:#eef3ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:20px;
}

.choose-card.active .icon{
    background:#D8A22D;
}

.choose-card h3{
    font-size:22px;
    color:#0B2E73;
    margin-bottom:15px;
}

.choose-card p{
    color:#666;
    line-height:28px;
    font-size:15px;
}

@media(max-width:991px){

.choose-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.section-title h2{
font-size:32px;
}

.choose-grid{
grid-template-columns:1fr;
}

}.services{
    padding:90px 0;
    background:#fff;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-title span{
    display:inline-block;
    color:#D8A22D;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    color:#0B2E73;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
    line-height:28px;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-card{
    position:relative;
    text-decoration:none;
    background:#fff;
    border-radius:20px;
    padding:35px 30px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
    border:1px solid #edf2f7;
}

.service-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:#D8A22D;
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.service-card:hover::before{
    width:100%;
    opacity:.08;
}

.service-icon{
    width:70px;
    height:70px;
    background:#eef4ff;
    color:#0B2E73;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:25px;
    transition:.4s;
}

.service-card:hover .service-icon{
    background:#0B2E73;
    color:#fff;
    transform:rotate(-8deg);
}

.service-card h3{
    color:#0B2E73;
    margin-bottom:15px;
    font-size:24px;
}

.service-card p{
    color:#666;
    line-height:28px;
    margin-bottom:25px;
}

.service-card span{
    color:#D8A22D;
    font-weight:600;
    transition:.3s;
}

.service-card:hover span{
    letter-spacing:1px;
}

@media(max-width:991px){

.service-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.section-title h2{
font-size:32px;
}

.service-grid{
grid-template-columns:1fr;
}

}.mission-section{
    padding:90px 0;
    background:#f7f9fc;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-title span{
    color:#D8A22D;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

.section-title h2{
    font-size:42px;
    color:#0B2E73;
    margin:15px 0;
    font-weight:700;
}

.section-title p{
    color:#666;
    line-height:30px;
}

.mission-wrapper{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.mission-box{
    background:#fff;
    padding:45px 35px;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    border-top:5px solid #D8A22D;
}

.mission-box:hover{
    transform:translateY(-10px);
}

.mission-box.active{
    background:#0B2E73;
    color:#fff;
}

.mission-box.active p,
.mission-box.active h3{
    color:#fff;
}

.icon-box{
    width:80px;
    height:80px;
    border-radius:18px;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    margin-bottom:25px;
}

.mission-box.active .icon-box{
    background:#D8A22D;
}

.mission-box h3{
    font-size:28px;
    color:#0B2E73;
    margin-bottom:18px;
}

.mission-box p{
    color:#666;
    line-height:30px;
    font-size:16px;
}

.mission-box::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(216,162,45,.08);
    border-radius:50%;
    top:-70px;
    right:-70px;
}

@media(max-width:991px){

.mission-wrapper{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:34px;
}

}.branch-section{
    padding:90px 0;
    background:#fff;
}

.branch-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.branch-card{
    display:flex;
    align-items:center;
    gap:15px;
    background:#fff;
    text-decoration:none;
    padding:22px 25px;
    border-radius:15px;
    border:1px solid #e8edf7;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.35s;
}

.branch-card:hover{
    background:#0B2E73;
    transform:translateY(-8px);
    border-color:#0B2E73;
}

.branch-icon{
    width:55px;
    height:55px;
    background:#D8A22D;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:22px;
    flex-shrink:0;
}

.branch-card h3{
    margin:0;
    font-size:19px;
    color:#0B2E73;
    transition:.3s;
}

.branch-card:hover h3{
    color:#fff;
}

@media(max-width:991px){

.branch-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.branch-grid{
    grid-template-columns:1fr;
}

.branch-card{
    padding:18px;
}

}.faq-section{
    padding:90px 0;
    background:#f8fbff;
}

.section-title{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.section-title span{
    display:inline-block;
    color:#D8A22D;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    color:#0B2E73;
    margin-bottom:15px;
}

.section-title p{
    color:#666;
    line-height:28px;
}

.faq-wrapper{
    max-width:900px;
    margin:auto;
}

.faq-wrapper details{
    background:#fff;
    margin-bottom:20px;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #e7edf8;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

.faq-wrapper details:hover{
    transform:translateY(-3px);
}

.faq-wrapper summary{
    padding:22px 25px;
    cursor:pointer;
    list-style:none;
    font-size:18px;
    font-weight:600;
    color:#0B2E73;
    position:relative;
}

.faq-wrapper summary::-webkit-details-marker{
    display:none;
}

.faq-wrapper summary::after{
    content:"+";
    position:absolute;
    right:25px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border-radius:50%;
    background:#D8A22D;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:.3s;
}

.faq-wrapper details[open] summary::after{
    content:"−";
    background:#0B2E73;
}

.faq-wrapper details p{
    padding:0 25px 25px;
    color:#666;
    line-height:30px;
    font-size:15px;
}

@media(max-width:768px){

.section-title h2{
    font-size:32px;
}

.faq-wrapper summary{
    font-size:16px;
    padding:18px 20px;
}

.faq-wrapper details p{
    padding:0 20px 20px;
}

}.footer{
    background:#082b63;
    color:#fff;
    padding:80px 0 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    gap:40px;
}

.footer-logo{
    width:220px;
    margin-bottom:20px;
}

.footer-box p{
    color:#d7dff3;
    line-height:30px;
    margin-bottom:20px;
}

.footer-box h3{
    color:#D8A22D;
    margin-bottom:25px;
    font-size:24px;
}

.footer-box ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-box ul li{
    margin-bottom:14px;
}

.footer-box ul li a,
.footer-box>a{
    color:#d7dff3;
    text-decoration:none;
    transition:.3s;
    display:block;
}

.footer-box ul li a:hover,
.footer-box>a:hover{
    color:#D8A22D;
    padding-left:8px;
}

.social-links{
    display:flex;
    gap:12px;
}

.social-links a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#103c84;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:#D8A22D;
    transform:translateY(-5px);
}

.footer-bottom{
    margin-top:60px;
    border-top:1px solid rgba(255,255,255,.15);
    padding:20px 0;
}

.footer-bottom .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.footer-bottom p{
    margin:0;
    color:#d7dff3;
}

.footer-menu{
    display:flex;
    gap:25px;
}

.footer-menu a{
    color:#d7dff3;
    text-decoration:none;
    transition:.3s;
}

.footer-menu a:hover{
    color:#D8A22D;
}

@media(max-width:991px){

.footer-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.footer-grid{
grid-template-columns:1fr;
}

.footer-bottom .container{
flex-direction:column;
text-align:center;
}

.footer-menu{
flex-wrap:wrap;
justify-content:center;
}

.footer-logo{
width:180px;
}

}.notice-bar{
    display:flex;
    align-items:center;
    background:#0B2E73;
    border-radius:12px;
    overflow:hidden;
    margin:0px 0;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.notice-title{
    background:#D8A22D;
    color:#fff;
    padding:16px 28px;
    font-weight:600;
    white-space:nowrap;
}

.notice-title i{
    margin-right:8px;
}

.notice-content{
    flex:1;
    overflow:hidden;
    padding:0 20px;
}

.notice-track{
    display:inline-flex;
    gap:60px;
    white-space:nowrap;
    animation:marqueeMove 35s linear infinite;
}

.notice-track span{
    color:#fff;
    font-size:15px;
    font-weight:500;
}

@keyframes marqueeMove{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

.notice-bar:hover .notice-track{
    animation-play-state:paused;
}

@media(max-width:768px){

.notice-bar{
flex-direction:column;
}

.notice-title{
width:100%;
text-align:center;
}

.notice-content{
padding:12px;
}

.notice-track{
gap:40px;
animation-duration:25s;
}

}.breadcrumb-banner{
    position:relative;
    padding:100px 0;
    overflow:hidden;
    background:linear-gradient(135deg,#0B2E73,#123d8a);
}

.breadcrumb-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
}

.page-tag{
    display:inline-block;
    padding:10px 22px;
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.15);
    border-radius:50px;
    color:#D8A22D;
    font-weight:600;
    margin-bottom:20px;
}

.breadcrumb-content h1{
    font-size:55px;
    font-weight:700;
    margin-bottom:18px;
}

.breadcrumb-content p{
    max-width:700px;
    margin:auto;
    color:#d9e6ff;
    line-height:30px;
    font-size:16px;
}

.breadcrumb{
    margin-top:35px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    list-style:none;
    padding:0;
}

.breadcrumb li{
    color:#fff;
    font-size:16px;
}

.breadcrumb li a{
    color:#D8A22D;
    text-decoration:none;
    font-weight:600;
}

.breadcrumb li a:hover{
    color:#fff;
}

.shape{
    position:absolute;
    border-radius:50%;
    filter:blur(5px);
}

.shape1{
    width:260px;
    height:260px;
    background:rgba(216,162,45,.15);
    top:-80px;
    left:-80px;
}

.shape2{
    width:320px;
    height:320px;
    background:rgba(255,255,255,.08);
    bottom:-120px;
    right:-120px;
}

@media(max-width:768px){

.breadcrumb-banner{
    padding:70px 0;
}

.breadcrumb-content h1{
    font-size:36px;
}

.breadcrumb-content p{
    font-size:15px;
    line-height:28px;
}

.page-tag{
    font-size:13px;
}

}


.pc-about-area{
    padding:100px 0;
    background:#fff;
}

.pc-about-image{
    position:relative;
}

.pc-about-image img{
    width:100%;
    border-radius:25px;
    display:block;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.pc-exp-card{
    position:absolute;
    bottom:30px;
    right:-20px;
    width:180px;
    background:#0B2E73;
    padding:25px;
    text-align:center;
    border-radius:18px;
    border-bottom:5px solid #D8A22D;
    color:#fff;
}

.pc-exp-card h2{
    color:#D8A22D;
    font-size:42px;
    margin-bottom:5px;
}

.pc-about-info{
    padding-left:30px;
}

.pc-subtitle{
    display:inline-block;
    background:#eef4ff;
    color:#0B2E73;
    padding:10px 22px;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.pc-about-info h2{
    font-size:44px;
    color:#0B2E73;
    font-weight:700;
    line-height:58px;
    margin-bottom:25px;
}

.pc-about-info h2 span{
    color:#D8A22D;
}

.pc-about-info p{
    color:#666;
    line-height:30px;
    margin-bottom:18px;
    text-align:justify;
}

.pc-feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin:35px 0;
}

.pc-feature-item{
    background:#fff;
    padding:16px 18px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    border-left:4px solid #D8A22D;
    font-weight:600;
    transition:.3s;
}

.pc-feature-item:hover{
    background:#0B2E73;
    color:#fff;
    transform:translateY(-5px);
}

.pc-read-btn{
    display:inline-block;
    padding:16px 36px;
    background:#D8A22D;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.pc-read-btn:hover{
    background:#0B2E73;
    color:#fff;
}

@media(max-width:991px){

.pc-about-info{
    padding-left:0;
    margin-top:50px;
}

.pc-about-info h2{
    font-size:34px;
    line-height:46px;
}

.pc-feature-list{
    grid-template-columns:1fr;
}

.pc-exp-card{
    right:15px;
    bottom:15px;
    width:150px;
}

}.service-details-section{
    padding:90px 0;
    background:#f8fbff;
}

.service-content{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.service-tag{
    display:inline-block;
    padding:8px 20px;
    background:#eef4ff;
    color:#0B2E73;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.service-content h2{
    color:#0B2E73;
    font-size:40px;
    margin-bottom:20px;
    font-weight:700;
}

.service-content p{
    color:#666;
    line-height:30px;
    margin-bottom:20px;
    text-align:justify;
}

.service-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:35px;
}

.service-features div{
    background:#f8f9fc;
    padding:15px 18px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
    border-left:4px solid #D8A22D;
}

.service-features div:hover{
    background:#0B2E73;
    color:#fff;
}

.service-features i{
    color:#D8A22D;
    margin-right:8px;
}

.service-sidebar{
    background:#fff;
    border-radius:20px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    position:sticky;
    top:100px;
}

.service-sidebar h3{
    color:#0B2E73;
    font-size:28px;
    margin-bottom:25px;
    border-bottom:2px solid #D8A22D;
    padding-bottom:12px;
}

.service-sidebar ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-sidebar ul li{
    margin-bottom:15px;
}

.service-sidebar ul li:last-child{
    margin-bottom:0;
}

.service-sidebar ul li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 20px;
    text-decoration:none;
    color:#333;
    background:#f8fbff;
    border-radius:10px;
    transition:.3s;
    font-weight:600;
}

.service-sidebar ul li a:hover{
    background:#0B2E73;
    color:#fff;
    padding-left:28px;
}

.service-sidebar ul li a i{
    color:#D8A22D;
}

@media(max-width:991px){

.service-content{
    padding:30px;
}

.service-content h2{
    font-size:32px;
}

.service-features{
    grid-template-columns:1fr;
}

.service-sidebar{
    margin-top:30px;
    position:static;
}

}.pc-contact-area{
    padding:90px 0;
    background:#f8fbff;
}

.pc-contact-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.pc-contact-heading span{
    color:#D8A22D;
    font-weight:600;
    letter-spacing:2px;
}

.pc-contact-heading h2{
    font-size:42px;
    color:#0B2E73;
    margin:15px 0;
}

.pc-contact-heading p{
    color:#666;
    line-height:30px;
}

.pc-contact-info{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.pc-contact-box{
    display:flex;
    gap:18px;
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.07);
    transition:.3s;
}

.pc-contact-box:hover{
    transform:translateY(-5px);
}

.pc-icon{
    width:60px;
    height:60px;
    background:#0B2E73;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.pc-contact-box h4{
    color:#0B2E73;
    margin-bottom:8px;
}

.pc-contact-box p,
.pc-contact-box a{
    color:#666;
    text-decoration:none;
    line-height:28px;
}

.pc-contact-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.07);
}

.pc-contact-form input,
.pc-contact-form textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:10px;
    padding:15px;
    outline:none;
    transition:.3s;
}

.pc-contact-form input:focus,
.pc-contact-form textarea:focus{
    border-color:#D8A22D;
}

.pc-contact-form button{
    background:#D8A22D;
    color:#fff;
    border:none;
    padding:16px 35px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.pc-contact-form button:hover{
    background:#0B2E73;
}

@media(max-width:991px){

.pc-contact-heading h2{
    font-size:34px;
}

.pc-contact-form{
    margin-top:30px;
}

}