.hero {
  background: #fff;
  border-radius: 0px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  box-shadow: 0 0px 30px rgba(0,0,0,.03);gap: 15px;margin: 30px 0;
}
.eval h1{font-size:20px!important; color:#1f73e8!important;}
.eval h2{font-size: 32px; color: #0b4c8c;}
.profile {
  display: flex;
  align-items: center;
  gap: 25px;
}
.profile img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 0px 20px rgba(0,0,0,.1);
}
.hero h1 {
  font-size: 32px;
  color: #0b4c8c;
}
.hero .subtitle {
  margin-top: 5px;font-size: 16px;
  margin-bottom: 15px;font-family: "Playfair Display"; text-align:left;
  color: #c8912f;
  font-weight: 600;
}
.contact-box {
  background: linear-gradient(135deg,#0b4c8c,#1f7dd8);
  color: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  min-width: 200px;display: flex;
  align-items: center;
  gap: 8px;
}
header{border:0;}
.wrapper{max-width: 1280px;
  margin: auto; background:#fff; box-shadow: 0 0px 30px rgba(0,0,0,.03);}
.sidebar{background:#123b63;color:#fff;padding:30px;position:sticky;top:0;height:100vh}
.sidebar h1{font:600 22px "Playfair Display";line-height:1.1; text-align:center;}
.avatar{width: 127px;
  height: 131px; border-radius:50%;background:#d9e7f2;margin:20px auto; border: 2px solid #d9e7f2;}
.sidebar ul{list-style:none; margin-bottom:30px;}
.sidebar li{padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-weight: 700; display: flex;
  align-items: center;
  gap: 15px;
  padding:9px 0;}
  .subtitle {
  margin-top: 5px;
  margin-bottom: 15px;
  color: #c1e0ff;
  font-weight: 600;
  font-size: 15px;
  font-family: Nunito;
  text-align: center;
}
.retreat-btn{padding:15px 30px;}
.retreat-btn span{font-size:18px; margin:0 15px 0 0;}
.check {
  min-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1f73e8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 0 0 4px #eef5ff;
}
.sidebar p{font-size:15px; line-height:1.3; padding-top:15px;}
.contentex{padding:40px 20px}
.content{flex:1;}
.card::after{display:none;}
.iconx {background: #eef9f5; font-size:36px;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; color:#071b58; border:2px solid #d7e3f3;
}
.headline h2{font:700 32px "Playfair Display";color:#123b63}
.headline p{margin-top:20px;font-size:18px;max-width:700px;color:#111; margin: 20px auto;}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-top:30px}
.card{display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 28px;
  border: 1px solid #bce3d7;
  border-radius: 18px;
  background: #fff;
  transition: .35s ease; box-shadow: 0 18px 40px rgba(0,0,0,.08);}
.card h3{color:#123b63;margin-bottom:12px}
.card p{line-height:1.3;color: #000;
  font-weight: 400;}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08); background:#fff;
  border-color: #d9ece6;
}
.certification-section {
  margin: 30px 0 0;
  background: #fff;
  border: 1px solid #c7daf4;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
  overflow: hidden;
  position: relative;
}
.certification-wrapper.evaluation {
  align-items: center;
  grid-template-columns: 1fr 1.5fr 1fr;display: grid;
}
.img-panel {
  padding: 40px;
}
.img-panel img {
  max-width: 100%;
  border: 15px solid #fff;
  border-radius: 10px;
  box-shadow: 0 18px 35px rgba(13,106,103,.35);
}
.left-panel {
  padding: 40px 50px;
}
.certification-list {
  list-style: none;
  padding-left: 15px;
}
.certification-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #d8e6f9;
  color: #17356d;
  font-size: 17px;
  font-weight: 600;border-bottom: 5px solid transparent !important;
}
.check {
  min-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1f73e8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 0 0 8px #eef5ff;
}
.right-panel {
  padding: 30px 40px;
  border-left: 1px dashed #0b4c8c;
  text-align: center;
}
@media(max-width:900px){
.wrapper{grid-template-columns:1fr}
.sidebar{position:relative;height:auto}
.content{padding:30px}
header h2{font-size:40px}
}

.contact-des {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.cta-section{
    position: relative;
  margin: auto;
    margin-top: auto;
  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);
  margin-top: 30px;
}

/* 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 20px 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:54px;
    height:54px;
    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;
}
.headline{text-align:center;}
.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){
 .hero {
    flex-direction: column;
    gap: 30px; text-align: center;align-items: center;
  }
   .profile {
    flex-direction: column;
    text-align: center;
  }
  .subtitle {text-align: center!important;}
  .hero h1 {
    font-size: 30px;
  }
    .cta-section{
        padding:25px 25px 35px;
    }

    .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;
    }
}

@media(max-width:767px){
.contentex{padding:20px;}
.card{display: block !important;
  text-align: center;
  justify-content: center;} 
  .content{padding:10px 0;}  
  .iconx{margin:0 auto;}
   .contact-des{display:block;} 
   .phone{margin-top: 18px;}
   .headline h2{font-size:26px;}
   .certification-wrapper.evaluation {display: block;}
   .img-panel {padding: 20px 20px 0 20px;}
    .certification-list {padding-left: 0;}
    .certification-list li {font-size: 15px;}
     .left-panel {
    padding: 30px 20px 0;
  }
   .eval h1{font-size:18px!important;}
.eval h2{font-size: 26px; }
}
    
    
    
    