  :root{
    --navy: #01142A;
    --gold: #775A19;
    --gold-light: #e0a860;
   --white: #ffffff;    
   --cream: #FBF9F8;
    --text-light:#74777E;
    --text-p:#43474D;
 

    --light-bg:#F1EFEE;


    --navy-deep: #081222;
    --gold-one:#9F652B;    

--gold-two:#4A2C0F;    


    --bg-top: #FAF8F3;
    --bg: #F3F0EA;
    --ink: #34322D;
    --ink-soft: #6E6A60;
    --line: #DCD5C6;
    --dot: #BE9455;

    --bg: #F3F0EA;
    --panel: #FBF9F5;
    
    --ink: #34322D;
    --ink-soft: #6E6A60;
    --line: #DCD5C6;

    --bg: #F3F0EA;
    --panel: #FBF9F5;
    --ink: #201F1C;
    --ink-soft: #6E6A60;
    --line: #E1DACB;

      --bg:#fbfaf8;
    
    --num:#babec6;
    --ochre:#c8a05e;
    --body:#6f7276;
    --bullet:#8a8d8f;
    --cta:#46474a;

   --panel:#E7E5E1;
    
    --text-dark:#2B2B2B;
    --text-muted:#5B5B5B;
    --rule:#D8D5CF;
    --text-muted:#C7D0DA;

    --page-bg:#F1EFEC;
    --panel-bg:#FBFAF8;
    --navy-black:#111111;
    --text-dark:#1E1E1E;
    --text-muted:#6B6B6B;
    --rule:#DAD6CF;
  
  }


  .b-0{
    border: 0px !important;
  } 
  .pl-0{
    padding-left: 0px !important;
  }
  html, body{
    height: 100%;
  }

  body{
    font-family: 'Lato', sans-serif;
    color: var(--cream);
  }

  .light-bg{
    background: var(--light-bg);
  }
  .brand-serif{
    font-family: 'Playfair Display', serif;
  }

  /* ---------- Navbar ---------- */
  .navbar-custom{
    background-color: var(--navy);
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }

  .navbar-brand-block .brand-title{
    font-family: 'Playfair Display', serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin-bottom: 0.1rem;
  }

  .navbar-brand-block .brand-sub{
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    color: #cfd6e2;
    font-weight: 600;
  }

  .nav-link-custom{
    color: #e7e9ee !important;
    font-weight: 500;
    font-size: 0.98rem;
    margin: 0 0.85rem;
    position: relative;
    padding-bottom: 4px !important;
  }

  .nav-link-custom.active{
    color: var(--gold-light) !important;
  }

  .nav-link-custom.active::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: var(--gold);
  }

  .nav-link-custom:hover{
    color: var(--gold-light) !important;
  }

  .btn-gold{
    background: linear-gradient(180deg, #cf8f3e, #b6752a);
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    padding: 0.7rem 1.5rem;
    border: none;
    white-space: nowrap;
  }

  .btn-gold:hover{
    background: linear-gradient(180deg, #dc9d4a, #c07f2e);
    color: #fff;
  }

  /* ---------- Hero ---------- */
  .hero{
    position: relative;
    min-height: 88vh;
    background-color: var(--navy-deep);
    background-image:
      linear-gradient(90deg, rgba(8,18,34,0.97) 0%, rgba(8,18,34,0.88) 32%, rgba(8,18,34,0.35) 60%, rgba(8,18,34,0.05) 78%),
      url('../image/banner/hero-banner.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
  }


  .contacthero{
     background-image:
      linear-gradient(90deg, rgba(8,18,34,0.97) 0%, rgba(8,18,34,0.88) 32%, rgba(8,18,34,0.35) 60%, rgba(8,18,34,0.05) 78%),
      url('../image/banner/contact-hero-banner.jpg');
  }

  .abouthero{

      background-image:
      linear-gradient(90deg, rgba(8,18,34,0.97) 0%, rgba(8,18,34,0.88) 32%, rgba(8,18,34,0.35) 60%, rgba(8,18,34,0.05) 78%),
      url('../image/banner/about-hero-banner.jpg');
  }

  .expertisehero{

      background-image:
      linear-gradient(90deg, rgba(8,18,34,0.97) 0%, rgba(8,18,34,0.88) 32%, rgba(8,18,34,0.35) 60%, rgba(8,18,34,0.05) 78%),
      url('../image/banner/expertise-hero-banner.jpg');
  }

  .hero-highlight{ color: #C5964C;}

  .hero-eyebrow{
    width: 60px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 1.75rem;
  }

  .hero h1{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 3.4rem;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 0;
  }

  .hero h1 .accent{
    font-style: italic;
    font-weight: 600;
    color: var(--gold-light);
  }

  .hero p.lead-text{
    color: #cfd6e2;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 480px;
    margin-top: 1.6rem;
  }

  @media (max-width: 991.98px){
        .container, .container-md, .container-sm {
        max-width: 90%;
    }

    .hero{
      min-height: auto;
      padding: 4.5rem 0 3.5rem;
     }
    .hero h1{
      font-size: 2.4rem;
    }
  }

  

  /* ---------- Section eyebrow (shared) ---------- */
  .eyebrow{
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
  }

  /* ---------- Expertise section ---------- */
  .expertise-section{
    background-color: var(--navy);
    padding: 4.5rem 0;
  }

  .expertise-col{
    border-left: 1px solid rgba(255,255,255,0.14);
    padding: 0 1.75rem;
    position: relative;
  }

  .expertise-col:first-child{
    border-left: none;
    padding-left: 0;
  }

  .expertise-num{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.4rem;
    color: rgba(200,132,47,0.55);
    float: right;
  }

  .expertise-col h3{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1rem;
    padding-right: 2.2rem;
  }

  .expertise-col p{
    color: #b7bfcd;
    font-size: 0.93rem;
    line-height: 1.7;
    margin-bottom: 0;
  }

  @media (max-width: 767.98px){
    .expertise-col{
      border-left: none;
      border-top: 1px solid rgba(255,255,255,0.14);
      padding: 2rem 0 0;
      margin-top: 2rem;
    }
    .expertise-col:first-child{
      border-top: none;
      margin-top: 0;
      padding-top: 0;
    }
  }

  /* ---------- Purpose section ---------- */
  .purpose-section{
    background-color: var(--cream);
    color: var(--navy-deep);
    padding: 5rem 0;
  }

  .purpose-section .eyebrow{
    color: var(--gold);
  }

  .purpose-section h2{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.35;
    color: var(--navy-deep);
  }

  .purpose-rule{
    width: 50px;
    height: 2px;
    background: var(--gold);
    margin: 1.5rem 0 1.5rem;
  }

  .purpose-section p.purpose-body{
    color: #4b5566;
    font-size: 0.98rem;
    line-height: 1.75;
    max-width: 460px;
  }

  .belief-item{
    display: flex;
    gap: 1.1rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid rgba(11,24,48,0.1);
  }

  
  .belief-item:last-of-type{
    border-bottom: none;
  }

  .belief-num{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--gold);
    font-size: 0.95rem;
    min-width: 26px;
  }

  .belief-item h4{
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--navy-deep);
    margin-bottom: 0.4rem;
  }

  .belief-item p{
    color: #5c6577;
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 0;
  }

  @media (max-width: 767.98px){
        .container, .container-md, .container-sm {
        max-width: 95%;
    }
    .work-section {
    padding: 0rem 0 3rem;
}
    .purpose-section h2{
      font-size: 1.65rem;
    }

    .belief-list{
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      margin: 0 -0.25rem;
      padding-bottom: 0.5rem;
      scrollbar-width: none;
    }

    .belief-list::-webkit-scrollbar{
      display: none;
    }

    .belief-item{
      flex: 0 0 82%;
      max-width: 82%;
      scroll-snap-align: start;
      border-bottom: none;
      margin: 0 0.25rem;
      padding: 1.25rem;
      background: #e3e3e3;
      border: 1px solid rgba(11,24,48,0.08);
      border-radius: 6px;
      box-shadow: 0 6px 16px rgba(11,24,48,0.05);
    }

    .belief-hint{
      display: block;
      text-align: center;
      font-size: 0.72rem;
      color: #9aa2b1;
      letter-spacing: 0.06em;
      margin-top: 0.5rem;
    }
  }

  .belief-hint{
    display: none;
  }

  /* ---------- Experience section ---------- */
  .experience-section{
    background-color: var(--white);
    
    padding: 80px 0px 0px;
  }

  .experience-photo{
    
    aspect-ratio: 3.5 / 4.2;
    object-fit: cover;
    display: block;
    width: 100%;
  }

  .experience-section h2{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.3;
    color: var(--navy-deep);
    margin-bottom: 0;
  }

  .experience-section h2 .accent{
    font-style: italic;
    font-weight: 600;
    color: var(--text-light);
  }

  .experience-section p.exp-body{
    color: #5c6577;
    font-size: 0.95rem;
    line-height: 1.75;
    margin-top: 1.25rem;
    max-width: 460px;
  }

  .mtf-dgn{
    padding-left: 50px;
  }



  /* ---------- Feature strip ---------- */
  .feature-strip{
    background-color: var(--cream);
    border-top: 1px solid rgba(11,24,48,0.1);
    padding: 80px 0px;
  }

  .feature-item{
    padding: 0 1.5rem 1.5rem;
    border-left: 1px solid rgba(11,24,48,0.12);
  }

  .feature-item:first-child{
    border-left: none;
    padding-left: 0;
  }

  .feature-item h5{
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--navy);
    margin-bottom: 0.65rem;
  }

  .feature-item p{
    color: var(--text-p);
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  @media (max-width: 767.98px){
    .feature-item{
      border-left: none;
      border-top: 1px solid rgba(11,24,48,0.12);
      padding: 1.5rem 0 0;
      margin-top: 1.5rem;
    }
    .feature-item:first-child{
      border-top: none;
      margin-top: 0;
      padding-top: 0;
    }
  }

  /* ---------- CTA section ---------- */
  .cta-section{
    background-color: var(--navy);
    padding: 4rem 0;
  }

  .cta-section h2{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.1rem;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 0;
  }

  .cta-section p{
    color: #b7bfcd;
    font-size: 0.95rem;
    max-width: 420px;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  /* ---------- Footer ---------- */
  .site-footer{
    background-color: var(--navy-deep);
    padding: 2.5rem 0 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.06);
  }

  .footer-nav{
    text-align: center;
    margin-bottom: 1.4rem;
  }

  .footer-nav a{
    color: #e7e9ee;
    font-size: 0.92rem;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    margin: 0 1.1rem;
  }

  .footer-nav a:hover{
    color: var(--gold-light);
  }

  .footer-contact{
    text-align: center;
    margin-bottom: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 2.5rem;
  }

  .footer-contact span{
    color: var(--white);
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
  }

  .footer-contact a{
    color: #cfd6e2;
    text-decoration: none;
  }

  .footer-contact a:hover{
    color: var(--gold-light);
  }

  .footer-contact i{
    color: var(--gold);
    margin-right: 0.5rem;
  }

  .footer-watermark{
    position: relative;
    text-align: center;
    line-height: 1;
    padding-top: 0.5rem;
  }

  .footer-watermark span{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: clamp(2.6rem, 11vw, 6.5rem);
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.06);
    white-space: nowrap;
    user-select: none;
  }

  .footer-bottom-bar{
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 0.9rem 0;
    margin-top: -1.6rem;
  }

  .footer-copy{
    color: #8a93a5;
    font-size: 0.76rem;
  }

  /* ---------- How We Work ---------- */
  .work-section{
    background-color: var(--cream);
    padding: 4.5rem 0 3rem;
  }

  .work-section h2{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.9rem;
    color: var(--navy-deep);
    margin-bottom: 1.75rem;
  }

  .work-rule{
    border-top: 1px solid rgba(11,24,48,0.12);
    margin-bottom: 3rem;
  }

  .work-col{
    padding: 0 1.25rem;
    border-left: 1px solid rgba(11,24,48,0.12);
  }

  .work-col:first-child{
    border-left: none;
    padding-left: 0;
  }

  .work-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .work-icon{
    width: 86px;
    height: 86px;
    background: #fff;
    border: 1px solid rgba(11,24,48,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: var(--gold);
    box-shadow: 0 4px 10px rgba(11,24,48,0.05);
  }

  .work-num{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.85rem;
    color: rgba(11,24,48,0.28);
  }

  .work-col h5{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--navy-deep);
    margin-bottom: 0.75rem;
  }

  .work-col p{
    color: #6b7386;
    font-size: 0.85rem;
    line-height: 1.65;
    margin-bottom: 0;
  }

  

  .work-hint{
    display: none;
  }

  .footer-accent-box{
    width: 16px;
    height: 16px;
  }


/**about**/



  .wrap{
    max-width: 1180px;
    margin: 0 auto;
    padding: 96px 64px 120px;
  }

.threebox  .grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 56px;
  }

.threebox  .col{
    padding-top: 4px;
    
  }

.threebox  .col h2{
    font-family: 'Fraunces', serif;
    font-weight: 500;
    font-style: italic;
    font-size: 27px;
    color: var(--gold);
    margin: 0 0 20px;
    letter-spacing: -0.01em;
  }

.threebox  .col p{
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #000;
    font-weight: 400;
    
  }

.threebox  .col .list{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
.threebox .col .list div{
    font-size: 16px;
    line-height: 14px;
    position: relative;
    color:#000
  }
.threebox  .col .list div::before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background: var(--gold-soft);
    border-radius: 50%;
  }


  @media (max-width: 760px){
.threebox.wrap{ padding: 64px 28px 88px; }
  .threebox  .grid{ grid-template-columns: 1fr; row-gap: 48px; }
    .threebox .col{ animation-delay: 0s !important; opacity: 1; transform: none; }
  }


  /***About- section 2***/
  .aboutperson{
    padding: 88px 0px;
  }

.aboutperson  .card{
  border: 0px;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 64px;
    align-items: start;
  }

  /* Photo */
 .aboutperson .photo{
    width: 100%;
    aspect-ratio: 400 / 496;
    border-radius: 2px;
    background:
      linear-gradient(180deg, rgba(22,49,76,0.06), rgba(22,49,76,0.02)),
      repeating-linear-gradient(135deg, #E4DFD3 0px, #E4DFD3 2px, #DCD5C6 2px, #DCD5C6 4px);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
 .aboutperson .photo .placeholder-label{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  
    font-size: 13px;
    text-transform: uppercase;
    color: var(--ink-soft);
    font-weight: 500;
  }

  .placeholder-label img{
    width: 100%;
  }

  /* Content */
 .aboutperson .eyebrow{
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 16px;
  }

.aboutperson  .name{
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    color: var(--navy);
    margin: 0 0 8px;
    letter-spacing: -0.01em;
  }

 .aboutperson .title{
    font-size: 17px;
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 24px;
  }

 .aboutperson .rule{
    height: 1px;
    background: var(--line);
    margin-bottom: 28px;
  }

.aboutperson  .content p{
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--ink);
    margin: 0 0 20px;
  }

 .aboutperson blockquote{
    margin: 32px 0 0;
    padding: 4px 0 4px 26px;
    border-left: 2px solid var(--gold);
  }
 .aboutperson blockquote p{
    font-family: 'Fraunces', serif;
    font-style: italic;
    font-weight: 800;
    font-size: 25px !important;
    line-height: 1.5;
    color: var(--navy);
    margin: 0;
  }

  @media (max-width: 820px){
    .aboutperson{ padding: 56px 0px; }
    .aboutperson .card{ grid-template-columns: 1fr; gap: 36px; }
   .aboutperson .photo{ max-width: 340px; margin: 0 auto; }
  }


  /**About - CTA**/

   .cta-dgn{
    padding: 88px 0px;
  }

.cta-dgn .carddgn{
  
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 56px 60px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
  }

.cta-dgn  .left{
    max-width: 560px;
  }

.cta-dgn  .icon{
    margin-bottom: 22px;
  }

.cta-dgn  h2{
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 33px;
    line-height: 1.2;
    margin: 0 0 16px;
    color: var(--ink);
    letter-spacing: -0.01em;
  }

.cta-dgn  p{
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0;
    max-width: 460px;
  }

.cta-dgn  .cta{
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 30px;
    border-radius: 4px;
    background: linear-gradient(120deg, #B9863D 0%, #7A5A28 60%, #4A3417 100%);
    color: #FBF6EC;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
    box-shadow: 0 6px 16px rgba(90, 62, 20, 0.18);
  }
 .cta-dgn .cta:hover{
    filter: brightness(1.08);
    transform: translateY(-1px);
  }
.cta-dgn  .cta:focus-visible{
    outline: 2px solid var(--gold-dark);
    outline-offset: 3px;
  }
.cta-dgn  .cta svg{
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease;
  }
 .cta-dgn .cta:hover svg{
    transform: translateX(3px);
  }

  @media (max-width: 760px){
    .carddgn{
      flex-direction: column;
      align-items: flex-start;
      padding: 40px 32px;
      gap: 28px;
    }
    .cta{ width: 100%; justify-content: center; }
  }


  /******Expertie=se*****/

   .expertiselist{
    
    padding:64px 0px;
  }

  .expertiselist .section{
    display:grid;
    grid-template-columns:50px 1fr 300px;
    column-gap:28px;
    padding:38px 0;
  }

  .expertiselist .num{
    font-family:'Playfair Display', serif;
    font-weight:600;
    font-style:italic;
    font-size:22px;
    color:var(--num);
    padding-top:4px;
  }

  .expertiselist .left h2{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:30px;
    line-height:1.18;
    margin:0 0 12px;
    color:var(--navy);
  }

  .expertiselist .left p.eyebrow{
    font-family:'Poppins', sans-serif;
    font-weight:600;
    font-size:14px;
    color:var(--ochre);
    margin:0 0 16px;
  }

 .expertiselist  .left p{
    font-size:14px;
    line-height:1.9;
    color:#000;
   margin:0;
    font-weight:400;
  }

 .expertiselist  .right ul{
    list-style:none;
    margin:2px 0 0;
    padding:0;
  }

.expertiselist   .right li{
    font-size:14px;
    color:#000;
    line-height:2.15;
    padding-left:16px;
    position:relative;
  }

 .expertiselist  .right li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:4px;
    height:4px;
    background:var(--ochre);
    border-radius:50%;
  }

.expertiselist   .cta-row{
    grid-column:2 / 4;
    display:flex;
    justify-content:flex-end;
    margin-top:26px;
  }

.expertiselist .cta{
    display:inline-flex;
    align-items:center;
    gap:7px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.4px;
    text-transform:uppercase;
    color:var(--cta);
    text-decoration:none;
    border-bottom:1px solid var(--cta);
    padding-bottom:5px;
    transition:opacity .2s ease;
  }
 .expertiselist  .cta:hover{ opacity:.6; }
 .expertiselist  .cta svg{ width:11px; height:11px; }

  @media (max-width:720px){
 .expertiselist    .section{
      grid-template-columns:1fr;
      row-gap:14px;
    }
 .expertiselist    .cta-row{ grid-column:1; justify-content:flex-start; margin-top:16px; }
  .expertiselist   .num{ padding-top:0; }
  }
  /**Contact**/

  .contactbox{
   
    margin:80px auto;
    display:grid;
    grid-template-columns:1fr 1.35fr;
    gap:60px;
    align-items:start;
  }

  /* LEFT PANEL */
  .info-panel{
    background:var(--panel);
    position:relative;
    padding:40px 40px 48px;
  }
  .info-panel::before{
    content:"";
    position:absolute;
    top:-8px; left:0;
    width:70%;
    height:8px;
    background:linear-gradient(90deg, var(--gold-dark), var(--gold));
  }

  .info-title{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:32px;
    color:var(--navy);
    margin:8px 0 18px;
  }

  .info-desc{
    font-size:14.5px;
    line-height:1.6;
    color:var(--text-muted);
    margin:0 0 34px;
    max-width:280px;
  }

  .info-block{
    margin-bottom:26px;
  }
  .info-label{
    font-size:11.5px;
    letter-spacing:1.5px;
    font-weight:700;
    color:var(--gold);
    margin-bottom:6px;
  }
  .info-value{
    font-size:15px;
    font-weight:700;
    color:var(--text-dark);
    letter-spacing:0.3px;
  }
  .info-sub{
    font-size:13.5px;
    color:var(--text-muted);
    margin-top:4px;
    font-weight:400;
  }
  .info-value a{
    color:var(--text-dark);
    text-decoration:none;
  }
  .info-value a:hover{
    text-decoration:underline;
  }

  /* RIGHT FORM */
  .form-title{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:32px;
    color:var(--navy);
    margin:0 0 22px;
  }
  .top-rule{
    border:none;
    border-top:1px solid var(--rule);
    margin:0 0 30px;
  }

  .form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 40px;
  }

  .field{
    margin-bottom:26px;
  }
  .field.full{
    grid-column:1 / -1;
  }

  label{
    display:block;
    font-size:11px;
    letter-spacing:1.5px;
    font-weight:700;
    color:var(--text-dark);
    margin-bottom:12px;
  }

  input, textarea{
    width:100%;
    border:none;
    border-bottom:1px solid var(--rule);
    background:transparent;
    padding:0 0 10px;
    font-family:'Inter', sans-serif;
    font-size:14px;
    color:var(--text-dark);
    outline:none;
    transition:border-color .2s ease;
  }
  input::placeholder, textarea::placeholder{
    color:transparent;
  }
  input:focus, textarea:focus{
    border-bottom-color:var(--gold);
  }

  textarea{
    resize:none;
    min-height:70px;
  }

  .privacy{
    font-size:13px;
    color:var(--text-muted);
    line-height:1.6;
    margin:8px 0 26px;
  }

  .send-btn{
    background:linear-gradient(90deg, var(--gold-one), var(--gold-two));
    color:#fff;
    border:none;
    padding:16px 40px;
    font-size:12.5px;
    letter-spacing:1.5px;
    font-weight:700;
    cursor:pointer;
    transition:opacity .2s ease;
  }
  .send-btn:hover{
    opacity:0.9;
  }

  @media (max-width: 860px){
    .wrap{grid-template-columns:1fr; gap:40px;}
    .form-grid{grid-template-columns:1fr;}
  }

 /*****/ 

 .cta-section{
    background:var(--navy);
    padding:110px 24px 120px;
    text-align:center;
  }

  .cta-title{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:48px;
    color:var(--text-light);
    margin:0 0 26px;
    letter-spacing:0.3px;
  }

  .cta-sub{
    font-size:16px;
    line-height:1.7;
    color:var(--text-muted);
    margin:0 0 40px;
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
  }

  .cta-btn{
    display:inline-block;
    background:linear-gradient(90deg, var(--gold-one), var(--gold-two));
    color:#fff;
    border:none;
    padding:18px 46px;
    font-size:12.5px;
    letter-spacing:1.8px;
    font-weight:700;
    cursor:pointer;
    text-decoration:none;
    transition:opacity .2s ease;
  }
  .cta-btn:hover{
    opacity:0.9;
  }

  @media (max-width: 600px){
    .cta-title{font-size:34px;}
    .cta-section{padding:80px 24px 90px;}
  }


  /****/
.containcardbg{
  background: var(--panel-bg);
  padding: 80px 0px;
}

  .containcard{
    border: 1px solid var(--rule);
    
    background:#fff;
    display:grid;
    grid-template-columns:1.5fr 1fr;
    position:relative;
    padding:52px 0;
  }

  .containcard::after{
    content:"";
    position:absolute;
    top:52px;
    bottom:52px;
    left:60%;
    width:1px;
    background:var(--rule);
  }

 .containcard .left{
    padding:0 56px 0 56px;
  }

.containcard  .icon-box{
    width:44px;
    height:44px;
    background:#111111;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:28px;
  }
.containcard  .icon-box svg{
    width:20px;
    height:20px;
  }

.containcard  .left h2{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:32px;
    line-height:1.25;
    color:var(--text-dark);
    margin:0 0 20px;
  }

.containcard  .left p{
    font-size:14px;
    line-height:1.7;
    color:var(--text-muted);
    margin:0;
    max-width:360px;
  }

 .containcard .right{
    padding:0 56px 0 48px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

 .containcard .right h3{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:22px;
    line-height:1.35;
    color:var(--text-dark);
    margin:0 0 16px;
  }

 .containcard .right .gold-line{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:22px;
    line-height:1.35;
    color:var(--gold);
    margin:0 0 20px;
  }

 .containcard .right .divider{
    width:32px;
    height:2px;
    background:var(--gold);
    border:none;
  }
/***Thanks***/


  .ty-wrap{
    min-height: calc(100vh - 90px);
    display:flex;
    align-items:center;
    background:
      radial-gradient(circle at 15% 20%, rgba(181,119,58,0.16) 0%, rgba(181,119,58,0) 45%),
      radial-gradient(circle at 85% 80%, rgba(181,119,58,0.10) 0%, rgba(181,119,58,0) 40%),
      linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, #041b33 100%);
    padding: 90px 20px;
    position:relative;
    overflow:hidden;
  }

  .ty-wrap::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%);
    pointer-events:none;
  }

  .ty-card{
    position:relative;
    z-index:1;
    max-width: 620px;
    margin: 0 auto;
    background: rgba(255,255,255,0.97);
    border-radius: 20px;
    padding: 56px 48px 48px;
    box-shadow: 0 30px 70px rgba(1,20,42,0.45), 0 2px 0 rgba(255,255,255,0.6) inset;
    text-align:center;
    animation: rise .6s cubic-bezier(.2,.8,.2,1) both;
  }

  @keyframes rise{
    from{ opacity:0; transform: translateY(24px) scale(.98); }
    to{ opacity:1; transform: translateY(0) scale(1); }
  }

  .ty-badge{
    width:84px; height:84px;
    margin:0 auto 26px;
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    background: linear-gradient(140deg, var(--gold-light), var(--gold));
    box-shadow: 0 12px 28px rgba(181,119,58,0.45);
    animation: pop .5s .15s cubic-bezier(.34,1.56,.64,1) both;
  }

  @keyframes pop{
    0%{ transform: scale(0); opacity:0; }
    100%{ transform: scale(1); opacity:1; }
  }

  .ty-badge svg path{
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    animation: draw .5s .5s ease-out forwards;
  }
  @keyframes draw{ to{ stroke-dashoffset:0; } }

  .ty-eyebrow{
    letter-spacing:.14em;
    font-size:.78rem;
    font-weight:700;
    color: var(--gold);
    text-transform:uppercase;
    margin-bottom:10px;
  }

  .ty-card h1{
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:2.1rem;
    color: var(--navy);
    margin-bottom:16px;
    line-height:1.25;
  }

  .ty-card p.lead{
    font-family:'Lato', sans-serif;
    color:#4a5568;
    font-size:1.02rem;
    max-width:460px;
    margin:0 auto 30px;
    line-height:1.7;
  }

  .ty-actions{
    display:flex;
    gap:14px;
    justify-content:center;
    flex-wrap:wrap;
    margin-bottom:34px;
  }

  .ty-btn-primary{
    display:inline-flex; align-items:center; gap:8px;
    padding:14px 28px;
    background: var(--navy);
    color:#fff;
    font-weight:600;
    font-size:.85rem;
    letter-spacing:.05em;
    border-radius:10px;
    text-decoration:none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: 0 8px 18px rgba(1,20,42,0.25);
  }
  .ty-btn-primary:hover{
    background:#0a2340;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(1,20,42,0.32);
    color:#fff;
  }

  .ty-btn-secondary{
    display:inline-flex; align-items:center; gap:8px;
    padding:14px 28px;
    background: transparent;
    color: var(--navy);
    font-weight:600;
    font-size:.85rem;
    letter-spacing:.05em;
    border-radius:10px;
    border: 1.5px solid #dfe3ea;
    text-decoration:none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
  }
  .ty-btn-secondary:hover{
    border-color: var(--gold);
    background: rgba(181,119,58,0.06);
    transform: translateY(-2px);
    color: var(--navy);
  }

  .ty-divider{
    border:none;
    border-top:1px solid #e7e9ee;
    margin: 0 auto 26px;
    width:60px;
  }

  .ty-contact{
    display:flex;
    justify-content:center;
    gap:28px;
    flex-wrap:wrap;
    font-size:.92rem;
  }
  .ty-contact a{
    color:#334155;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition: color .2s ease;
  }
  .ty-contact a:hover{ color: var(--gold); }
  .ty-contact i{ color: var(--gold); }

  @media (max-width: 480px){
    .ty-card{ padding:44px 26px 36px; }
    .ty-card h1{ font-size:1.7rem; }
  }
  @media (max-width: 760px){
    .containcard{grid-template-columns:1fr;}
    .containcard::after{display:none;}
    .containcard .right{
      padding:40px 56px 0;
      border-top:1px solid var(--rule);
      margin-top:36px;
    }
  }

  .navbar-toggler{
    border: 0px;
  }

  @media (max-width: 767.98px){

    .mtf-dgn {    padding-left: 0px;}
    .work-section .row{
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      margin: 0 -0.25rem;
      padding-bottom: 0.75rem;
      scrollbar-width: none;
    }

    .work-section .row::-webkit-scrollbar{
      display: none;
    }

    .work-section {
    padding: 0rem 0 3rem;
}

.cta-section {
        padding: 40px 0px;
    }

    .cta-section p {
    text-align: center;
}

.footer-nav a {
   
    font-size: 14px;
    margin: 0px 0.8rem;
}
.expertiselist {
    padding: 0px 0px;
}
.btn-gold{
  width: 100%;
}
.footer-contact span {
    font-size: 16px;
}
.footer-watermark span {
    color: rgb(23 38 61);
    font-size: 28px;
 }

.cta-section h2 {
    text-align: center;
}

.experience-section {
    background-color: var(--white);
    padding: 0px 0px 0px;
}
.feature-strip {
    padding: 40px 0px;
}
.experience-section .col-12.col-md-5{background: #e3e3e3;}
.experience-photo {
  display: table;
  margin: 0px auto;
    height: 300px;
    width: auto;
}
.work-rule {
    border-top: 1px solid rgba(11, 24, 48, 0.12);
    margin-bottom: 3rem;
    display: none;
}
.work-icon{
  width: 46px;
    height: 46px;
    border-radius: 100px;
}
.work-icon .icon-md{
  height: 30px;
}
    .work-col{
      flex: 0 0 78%;
      max-width: 78%;
      scroll-snap-align: start;
      border-left: none;
      border-top: none;
      padding: 1.5rem 1.25rem;
      margin: 0 0.25rem;
      background: #e3e3e3;
      border: 1px solid rgba(11,24,48,0.08);
      border-radius: 6px;
      box-shadow: 0 6px 16px rgba(11,24,48,0.05);
    }

    .work-col:first-child{
      border-left: 1px solid rgba(11,24,48,0.08);
      padding-left: 1.25rem;
      margin-top: 0;
    }
    .aboutperson .photo {
        max-width: 100%;
        margin: 0 auto;
    }

    .work-hint{
      display: block;
      text-align: center;
      font-size: 0.72rem;
      color: #9aa2b1;
      letter-spacing: 0.06em;
      margin-top: 0.25rem;
    }
    .contactbox {
    margin: 38px auto;
    display: block;
    }

    .info-panel {
  margin-bottom: 40px;
    padding: 15px;
}

.info-title {
   font-size: 20px;
    margin: 0px 0 8px;
}

.info-desc {
   
    margin: 0 0 13px;
    max-width: 100%;
}

.info-block {
    margin-bottom: 9px;
}

.form-title {
  
    font-size: 22px;
    margin: 0px 0 10px;
}

.threebox .col .list {
    
    flex-direction: row;
}

    .threebox .grid {
        row-gap: 19px;
    }

    .threebox .col h2{
      margin-bottom: 5px;
    }

    .hero .col-12 {
    flex: 0 0 auto;
    width: 74%;
}

.expertisehero {
    background-image: linear-gradient(90deg, rgba(8, 18, 34, 0.97) 0%, rgba(8, 18, 34, 0.88) 32%, rgba(8, 18, 34, 0.35) 60%, rgba(8, 18, 34, 0.05) 78%), url(../image/banner/expertise-hero-mobile-banner.jpg);
}

    .cta-section h2 {
        text-align: center;
        font-size: 20px;
    }

    .containcard .left {
    padding: 20px 20px;
}

.containcard {
    padding: 0px 0;
}

.containcard .left h2 {
    font-size: 24px;
}

.threebox .col h2 {
    font-size: 22px;
}
.aboutperson .name, .cta-dgn h2, .work-section h2, .expertiselist .left h2{
    font-size: 24px;
}
.threebox .col .list div {
    line-height: 19px;
}
.aboutperson blockquote p {
    font-size: 19px !important;
    line-height: 1.5 !important;
}

.cta-dgn .carddgn {
    padding: 15px;
 }
 .contacthero {
    background-image: linear-gradient(90deg, rgba(8, 18, 34, 0.97) 0%, rgba(8, 18, 34, 0.88) 32%, rgba(8, 18, 34, 0.35) 60%, rgba(8, 18, 34, 0.05) 78%), url(../image/banner/contact-hero-mobile-banner.jpg);
}

.navbar-toggler-icon {
  
    width: 1.5em;
    height: 1.5em;
    
    background-image: url(../image/icons/menu-icon.png);
   
}
  }


  @media (max-width: 575.98px){
    .logo-dgn{
      width: 199px;
    }
    .hero h1{
      font-size: 1.9rem;
    }
    .navbar-brand-block .brand-title{
      font-size: 1.2rem;
    }
  }