/*-- Font Start --*/
/* @font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Light.woff2') format('woff2'),
        url('../font/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Bold.woff2') format('woff2'),
        url('../font/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-SemiBold.woff2') format('woff2'),
        url('../font/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Regular.woff2') format('woff2'),
        url('../font/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Medium.woff2') format('woff2'),
        url('../font/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');
/*-- Font End --*/

/*-- Basic Style Start --*/
* {
margin: 0;
padding: 0;
}
body {    font-family: 'DM Sans', sans-serif; font-size: 14px; background: #0d1829; scrollbar-gutter: stable;}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #3c4253;
font-weight: 600;
}
p {
    margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 0;
    font-size: 16px;
    color: #000000;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.5em;
}
a {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
a:hover,
a:focus {/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */text-decoration: none;outline: none;font-size: 16px;}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.subhding{
    font-family: 'Roboto';
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6{
           font-family: 'Cormorant Garamond', serif;
}
.subtitle span{
      font-family: 'Caveat', cursive;
    font-size: 22px;
    color: #ddac58;
    font-weight: 700;
}
.dg-top-pd{
  padding-top:60px;
}
.dg-bottom-pd{
  padding-bottom:60px;
}
.dg-both{
  padding:60px 0px;
}
.button {
  /* width: 170px; */
  text-align: center;
  color: #000;
  /* text-transform: uppercase; */
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px;
  border-radius: 5px;
}
.other-btn{
    
    background-image: linear-gradient(160deg, #f0be64 0%, #8b5d22 100%) !important;
    color: white !important;
    border: none !important;
    padding: 10px 40px;

}
.button-2 {
    color: #fff;
    border: 1px solid #ddac58;
    /* background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%); */
    /* background-image: linear-gradient(30deg, #880215 50%, transparent 50%); */
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background: transparent;
    color: #fff;
    border-radius: 8px;
        font-family: 'Titillium Web', sans-serif;
}

.button-2:hover {
  background-position: 100%;
  color: #890215;
}
.divider{
    margin-bottom: 10px;
    display: none;
}
/*-- Basic Style End --*/

/*-- Header Top Start --*/
header.header-area{
    /* overflow: hidden; */
     /* position: fixed; */
    width: 100%;
    z-index: 99999999;
}
.top-header-area {
    background-color: transparent;
    background-image: linear-gradient(160deg, #000 0%, #000 100%);
    padding: 10px 15px;
    border-bottom: 2px solid #ffffff;
    display: none;
}
.top-header-area a {
    color: #fff;
        font-family: 'DM Sans', sans-serif;
            font-size: 12px;
}
.top-rt {
    display: flex;
    align-items: center;
    justify-content: left;
}
.partner-logo .col-md-2:nth-child(3) img{
	padding:0px;
}
.topbar-btn {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.topbar-btn .tbtn-item a {
    display: block;
    background: #fcd900;
    color: #4a010b;
    font-weight: 600;
    padding: 15px 25px;
    margin-left: 1px;
    text-transform: uppercase;
}
.fst-about {
  background: #06060e;
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

/* subtle gradient glow */
.fst-about::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.05), transparent 70%);
  top: -100px;
  left: -100px;
}

/* heading */
.fst-about-title {
  font-size: 55px;
  font-weight: 700;
  /* text-transform: uppercase; */
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}

/* highlight text */
.fst-highlight {
  color: #F5C842;
}

/* paragraph */
.fst-about-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  z-index: 1;
  margin-bottom: 8px;
}
.exp-line {
    margin-top: 50px;
}
/* cards */
.fst-about-box {
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 5px;
  transition: 0.4s;
      background: #1a2340;
    border: 1px solid rgba(201, 168, 76, .14);
  height: 100%;
      z-index: 1;
    position: relative;
}

.fst-about-box:hover {
  transform: translateY(-10px);
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
}

/* box title */
.fst-about-box h5 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ddac58;
}

/* box text */
.fst-about-box p {
  font-size: 15px;
  color: #fff;
}
.about-btn{
    border: 1px solid #ddac58;
        font-family: 'Titillium Web', sans-serif;
}
.about-btn:hover, .button-2:hover {
border: 1px solid #ddac58;
    background: #fff;
    color: #000;
}
.social-icons a {
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}
.video-parent{
        height: 400px;
    border-radius: 40px;
    overflow: hidden;
        border: 5px solid #f9e20c;
}
.video-parent video{
   width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section{
    position: relative;
        z-index: 99;
}
.service-box{
        display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-radius: 20px;
    position: relative;
        box-shadow: 0px 4px 60px 0px rgb(34 56 106 / 14%);
    padding: 0px 60px 0 0px;
    z-index: 0;
    margin-top: 30px;
}
/* LOADER */
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0c1424;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    left: 0;
    top: 0;
     transition: opacity 0.6s ease !important;
}
/* CURTAINS */
.curtain {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 5;
  background-size: cover;
  background-position: center;
  transition: 1.8s ease-in-out;
  box-shadow: inset 0 0 60px rgba(0,0,0,0.5);
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.curtain.left {
  left: 0;
  background-image: url("../img/curtain.webp");
}

.curtain.right {
  right: 0;
  background-image: url("../img/curtain.webp");
  transform: scaleX(-1);
}

.curtain.open.left {
  transform: translateX(-100%);
}

.curtain.open.right {
  transform: translateX(100%) scaleX(-1);
}
/* LOGO */
#logoAnim {
      max-width: 150px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
opacity: 0;
  transition: transform 1.2s cubic-bezier(0.22,1,0.36,1), opacity 0.4s ease !important;
}

/* MOVE TO HEADER */
#logoAnim.move {
  top: 0px;
  left: 0%;
  transform: translate(0, 0);
      max-width: 150px;
}
.service-left-img, .service-content{
    width: 50%;
}
.service-content h5, .service-content p{
    color: #fff;
}
.service-content h5{
        font-family: 'Cormorant Garamond', serif;
        font-size:24px;
}
.service-bg-img{
        position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.service-parent{
    height: 300vh;
}
.service-box {
  position: sticky;
  top: 200px;
  color: white;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #162036;
}
/* ══════════════════════════════
   PILLARS
══════════════════════════════ */
#pillars {
  position: relative; z-index: 2;
  padding: 80px 64px 120px;
}

.pillars-top {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 64px;
}
.pillars-top .s-h2 { max-width: 520px; }

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

.pillar {
  background:#162036;
  border: 1px solid rgba(201,168,76,.07);
  padding: 44px 32px 48px;
  position: relative; overflow: hidden;
  transition: background .4s, border-color .35s;
  cursor: none;
}
.pillar::after {
  content: ''; position: absolute;
  left: 0; bottom: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--emerald), var(--gold), var(--teal));
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s ease;
}
.pillar:hover { background: var(--navy-light); border-color: rgba(201,168,76,.22); }
.pillar:hover::after { transform: scaleX(1); }
.pillar:hover .p-num { color: #ddac58; }
.pillar:hover .p-name { color: #ddac58 }

.p-num {
  font-family: 'DM Mono', monospace;
  font-size: .58rem; letter-spacing: .2em;
      color: rgb(201 168 76); margin-bottom: 32px;
  transition: color .3s;
}
.p-icon { width: 44px; height: 44px; color: #ddac58; margin-bottom: 10px; opacity: .85; }
.p-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 300; color: #ddac58;
  margin-bottom: 12px; transition: color .3s;
}
.p-desc { font-size: .86rem; line-height: 1.72; color: #fff; }

/* ══════════════════════════════
   FESTICA STRIP (Gold)
══════════════════════════════ */












.hx-root { background: #06070d;  font-family: 'Barlow', sans-serif; }
.hx-eyebrow { text-align: center; font-size: 9px; letter-spacing: 0.55em; color: rgba(255,255,255,0.18); text-transform: uppercase; margin-bottom: 2.5rem; }
.hx-grid { display: flex; flex-wrap: wrap; gap: 12px;  }

.hx-tile {
  width: 174px;
  border-radius: 16px;
  background: #0d0e1a;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 18px 14px 14px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), border-color 0.3s, background 0.3s;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hx-tile:hover { transform: scale(1.06) translateY(-6px); }

.hx-tile-f:hover { background: #1a150a; border-color: rgba(245,200,66,0.4); }
.hx-tile-e:hover { background: #141414; border-color: rgba(232,224,208,0.3); }
.hx-tile-s:hover { background: #0a160e; border-color: rgba(34,196,120,0.4); }
.hx-tile-t:hover { background: #130e1e; border-color: rgba(196,181,255,0.4); }
.hx-tile-i:hover { background: #0a1219; border-color: rgba(58,175,224,0.4); }
.hx-tile-c:hover { background: #180e08; border-color: rgba(255,140,80,0.4); }
.hx-tile-a:hover { background: #1a0810; border-color: rgba(224,49,122,0.4); }

.hx-accent-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 16px 16px 0 0;
}
.hx-tile-f .hx-accent-bar { background: #F5C842; }
.hx-tile-e .hx-accent-bar { background: #E8E0D0; }
.hx-tile-s .hx-accent-bar { background: #22C478; }
.hx-tile-t .hx-accent-bar { background: #C4B5FF; }
.hx-tile-i .hx-accent-bar { background: #3AAFE0; }
.hx-tile-c .hx-accent-bar { background: #FF8C50; }
.hx-tile-a .hx-accent-bar { background: #E0317A; }

.hx-letter {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.hx-tile-f .hx-letter { color: #F5C842; }
.hx-tile-e .hx-letter { color: #E8E0D0; }
.hx-tile-s .hx-letter { color: #22C478; }
.hx-tile-t .hx-letter { color: #C4B5FF; }
.hx-tile-i .hx-letter { color: #3AAFE0; }
.hx-tile-c .hx-letter { color: #FF8C50; }
.hx-tile-a .hx-letter { color: #E0317A; }

.hx-divider { height: 1px; background: rgba(255,255,255,0.07); margin-bottom: 10px; }

.hx-tags { display: flex; flex-wrap: wrap; gap: 5px; justify-content: center;}
.hx-tag {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 6px;
  background: rgba(255,255,255,0.05);
  color: #ffffffbf;
  transition: background 0.25s, color 0.25s;
}
.hx-tile:hover .hx-tag { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.75); }

.hx-tile-f:hover .hx-tag { color: rgba(245,200,66,0.85); background: rgba(245,200,66,0.1); }
.hx-tile-s:hover .hx-tag { color: rgba(34,196,120,0.85); background: rgba(34,196,120,0.1); }
.hx-tile-t:hover .hx-tag { color: rgba(196,181,255,0.85); background: rgba(196,181,255,0.1); }
.hx-tile-i:hover .hx-tag { color: rgba(58,175,224,0.85); background: rgba(58,175,224,0.1); }
.hx-tile-c:hover .hx-tag { color: rgba(255,140,80,0.85); background: rgba(255,140,80,0.1); }
.hx-tile-a:hover .hx-tag { color: rgba(224,49,122,0.85); background: rgba(224,49,122,0.1); }

.hx-footer { text-align: center; margin-top: 2.5rem; font-size: 9px; letter-spacing: 0.5em; color: rgba(255,255,255,0.1); text-transform: uppercase; }


#festica-strip {
    position: relative;
    z-index: 2;
    background: #06070d;
  
    overflow: hidden;
}
#festica-strip::before {
    content: 'FESTICA';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: 20vw;
    font-weight: 600;
    line-height: .9;
    color: rgba(13, 24, 41, .07);
    white-space: nowrap;
    pointer-events: none;
}

.fs-inner { position: relative; z-index: 1; }
.fs-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 52px;
}

.fs-title em { font-style: italic; }

.fs-list { list-style: none; }
.fs-row {
  display: flex; align-items: center; gap: 0;
  border-bottom: 1px solid rgba(13,24,41,.12);
  padding: 20px 0;
  opacity: 1; transform: translateX(-18px);
  transition: opacity .5s ease, transform .5s ease;
}
.fs-row.vis { opacity: 1; transform: translateX(0); }

.fs-letter {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 600;
    color: #0d1829;
    width: 68px;
    flex-shrink: 0;
    line-height: 1;
}
.fs-word {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem; font-weight: 500; color: var(--navy);
}
.fs-desc {
     font-size: .86rem;
    color: rgb(0 0 0);
    margin-left: auto;
    text-align: right;
    line-height: 1.5;
    font-weight: 500;
}
.video-left-gradient{
  position: absolute;
    bottom: 0;
    width: 50%;
    z-index: -1;
    right: 0;
}
.marquee-section {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid #ddac58;
    border-top: 2px solid #ddac58;
}

/* wrapper */
.marquee {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

/* text */
.marquee span {
    font-size: 35px;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff30;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 65px;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 3px;
  
}

/* smooth infinite loop */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}
.why-choose-us{
    position: relative;
    background:#0d1829;
        border-bottom: 2px solid #ddac58;
}
.main-title {
  color: #fff;
  font-weight: 700;
}

/* Feature list */
.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    background: #1a2340;
    padding: 20px 10px;
    border-radius: 8px;
    border: 1px solid #ffffff33;
}
.feature h6{
        color: #ddac58 !important;
}
.feature-number {
    width: 105px;
    /* height: 40px; */
    /* background: linear-gradient(45deg, #9b6e30, #fcd685); */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: bold;
    margin-right: 13px;
    color: #fff;
    
}
.five-focus{
        border-radius: 10px;
    overflow: hidden;
    outline: 2px solid #ddac58;
    outline-offset: 5px;
}
.p-icon {

    color: #c9a84c;}
.height-feature{
    height: 160px;
}

/* Images */
.img-box {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #e7bf72;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Different heights */
.img-sm {
  height: 180px;
}

.img-md {
  height: 260px;
}

.img-lg {
  height: 420px;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.email-address a {
    margin-right: 10px;
}
.main-header-area {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.sticky{
   position: fixed;
   top: 0;
   width: 100%;
   left: 0px;
   z-index: 9;
      background: #000 !important;
   width: 100%;
   transition: all 0.3s ease-in-out;
   animation: smoothScroll 1s forwards;
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.sticky + .content {
  padding-top: 102px;
}
.social-icons a svg {
    height: 20px;
    color: #fff;
    fill: #fff;
}
/*-- Header Top End --*/


/*-- Banner Start --*/
#hero{min-height:70vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:0 60px; background: url('../img/new-banner.webp') no-repeat  center / cover;}
.hero-bg{position:absolute;inset:0;    }

.hero-content{position:relative;z-index:2;     left: 3%;
    width: 700px; animation:hIn 1.2s cubic-bezier(.16,1,.3,1) both}
@keyframes hIn{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
.hero-eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:28px;font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--teal);animation:hIn 1.2s .1s cubic-bezier(.16,1,.3,1) both}
.hero-eyebrow::before{content:'';width:40px;height:1px;background:var(--teal)}
h1.hero-title{font-family:'Cormorant Garamond',serif;font-size:50px; color: #fff; font-weight:300;line-height:1.05;letter-spacing:-1px;margin-bottom:15px;animation:hIn 1.2s .2s cubic-bezier(.16,1,.3,1) both}
h1.hero-title em{font-style:italic;background:linear-gradient(90deg,var(--gold),var(--teal));-webkit-background-clip:text; color: #ddac58;}
.hero-sub {
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: .4px;
    color: var(--white-dim);
    /* max-width: 520px; */
    margin-bottom: 20px;
    animation: hIn 1.2s .3s cubic-bezier(.16, 1, .3, 1) both;
}

.hero-stats{position:absolute;bottom:60px;right:60px;display:flex;gap:48px;animation:hIn 1.2s .5s cubic-bezier(.16,1,.3,1) both}
/* TEAM */
#team{background:var(--navy-mid);     border-bottom: 2px solid #ddac58;     border-top: 2px solid #ddac58; position: relative;}
.team-head{text-align:center;margin-bottom:72px}
.team-head .s-label{justify-content:center}
.team-head .s-label::before{display:none}
.team-head .s-label::after{content:'';width:28px;height:1px;background:var(--teal)}
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin:0 auto}
.tcard{gap:28px;padding:36px;background:#1a2340;border:1px solid rgba(201,168,76,.14);border-radius:4px;transition:all .4s}
.tcard:hover{border-color:rgba(201,168,76,.34);transform:translateY(-4px);box-shadow:0 24px 60px rgba(0,0,0,.3)}
.tphoto{width: 170px;
    height: 170px;
    /* border-radius: 50%; */
    overflow: hidden;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0a0f1e, #111829);
    border: 2px solid rgba(201, 168, 76, .28);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    color: #c9a84c;
}
.tquote{font-family:'Cormorant Garamond',serif;font-size:16px;font-style:italic;color:#c9a84c;line-height:1.5;margin-bottom:14px}
.tname{font-size:24px;font-weight:600;letter-spacing:.8px;margin-bottom:3px}
.trole{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--teal);margin-bottom:12px}
.tbio{font-size:16px;line-height:1.85;color:#f5f2eca6;}
.ttags{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}
.ttag{font-size:8px;letter-spacing:2px;text-transform:uppercase;padding:4px 12px;border:1px solid rgba(201,168,76,.22);border-radius:20px;color:var(--gold-light)}
.bannerslider{
    overflow: hidden;
    border-radius: 0px 0px 50px 50px;

}
.bannerslider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
    background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(0, 196, 204, 0.08) 0%, transparent 60%), radial-gradient(ellipse 60% 80% at 15% 80%, rgba(201, 168, 76, 0.06) 0%, transparent 50%), linear-gradient(135deg, #0A0F1E 0%, #0d1525e8 50%, #0a1020c7 100%);

}
.banner-slide {
    position: relative;
}
.time-shape{
        margin-top: -60px;
    z-index: 9999999;
    position: relative;
    text-align: center;
}
.arrow-icon {
    transform: rotate(-34deg) !important;
    transition: transform 0.3s ease;
    background: #ddac58;
    padding: 7px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
.banner-content {
  position: absolute;
    top: 55%;
    left: 33%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    /* max-width: 500px; */
    /* background: #890215c4; */
    padding: 20px;
    border-radius: 10px;
    /* text-align: center; */
    max-width: 650px;
}
.banner-content .h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
       font-family: 'Titillium Web', sans-serif;
        margin-bottom: 20px;

}

.banner-content p {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.banner-content p i{
        background: #ddac58;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
}
.position-relative{
    position: relative;
}
.position-relative .row{
    position: absolute;
    top: 20px;
}
.position-relative .row .card{
    background: transparent;
    border: none;
    padding: 0px !important;
}
.position-relative .row .card h3{
    font-size: 20px;
        color: #000000;
}
.position-relative .row .card p{
    font-weight: 600;
        color: #ba8a41;
}
.position-relative .row .col-1{
    padding: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddac58c4;
    border-radius: 10px;
}
.testi-slider .swiper-button-next, .testi-slider .swiper-button-prev{
 height: 30px;
    width: 30px;
}
.testi-slider .swiper-button-next:after, .testi-slider .swiper-button-prev:after{
    font-size: 15px;
}
 .testi-slider .swiper-button-next, .testi-slider .swiper-button-prev{
    top: 200px;
}
.banner-content .subhding {
    color: #000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.banner-slide {
    position: relative;
    overflow: hidden;
}
.swiper-wrapper{
    /* max-height: 550px; */
    height: fit-content;
}
.bannerslider .btn-box {
    margin-top: 15px;
}
.bannerslider .swiper-button-next, .bannerslider .swiper-button-prev{
    background: #ddac5881;
}
.bannerslider .swiper-button-next:after, .bannerslider .swiper-button-prev:after{
    color: #fff;
        font-weight: 900;
}
.yellowcolor .button-2 {
    border: 3px solid #fbd800;
    background-image: -webkit-linear-gradient(30deg, #c266d3 50%, transparent 50%);
    background-image: linear-gradient(30deg, #fbd800 50%, transparent 50%);
    color: #880215;
}
.yellowcolor .button-2:hover{
    color: #fbd800;
    background: transparent;
}
/*-- Banner End --*/
.work-box {
    position: relative;
    overflow: hidden;
       border-radius: 30px 5px;
  }

  .work-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.5s;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
          background: linear-gradient(#00000000, rgb(34 56 106));
    color: #fff;
    transform: translateY(100%);
    transition: 0.5s;
  }

  .work-box:hover img {
    transform: scale(1.1);
  }

  .work-box:hover .overlay {
    transform: translateY(0);
  }

  .overlay h4 {
    font-weight: bold;
  }
  .marquee-band {
position: relative;
    z-index: 2;
    background: linear-gradient(90deg, #121f35, #162036cc, #121f35);
    border-top: 1px solid rgba(201, 168, 76, .12);
    border-bottom: 1px solid rgba(201, 168, 76, .12);
    padding: 16px 0;
    overflow: hidden;
}
.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: ticker 30s linear infinite;
}
@keyframes ticker {
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}
.m-item {
  flex-shrink: 0;
  font-family: 'DM Mono', monospace;
  font-size: 1rem; letter-spacing: .22em; text-transform: uppercase;
  color: #fff; padding: 0 56px;
  display: flex; align-items: center; gap: 56px;
}
.m-item .dot {     color: rgb(255 255 255 / 66%); }
/*-- About Section Stat --*/
.ab-sec{
    /* background-image: url(../img/about-bg.jpg); */
    background-size: cover;
    background-position: top center;
    position: relative;
}
.about-video{
    background-color: #eee;
    padding: 20px;
    border-radius: 15px;
}
.vjs-tech{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.videobanner{
    height: 555px;
}
.videobanner .vjs-tech{
    width: 100%;
    position: absolute;
    border-radius: 0px;
    background: transparent;
}
/* .about-img{
    background-color: #eee;
    padding: 20px;
    border-radius: 15px;
    position: relative;
} */
.about-img img{
    border-radius: 15px;
}
.badgeimg{
    width: 130px;
    position: absolute;
    top: 20px;
    right: -50px;
    -webkit-transform: translate(0%, -30%);
    -ms-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
}
.badgeimg img{
    width: auto;
}
.pointbg {
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
}

.listbg {
    background: #eee;
}

.listbg, .pointbg {
    padding: 20px;
    border-radius: 10px;
}

.point-sec-area img {
    width: 100%;
}

.point-img {
    text-align: center;
    height: 60px;
    width: 60px;
    margin: 0 auto 15px;
}

.point-content {
    text-align: center;
    min-height: 150px;
}

.pointbg .point-content .h4 {
    color: #fff;
}

.pointbg .point-content p {
    color: #fff;
}
.point-content p {
    margin: 0px;
}
/*-- About Section End --*/

/*-- ========================================================================== About Page css Start ========================================================================================= --*/

.about-hero{
    padding: 120px 0px;
    background: url(../img/new-banner.webp) no-repeat center / cover;
    background-blend-mode: overlay;
    background-color: #06060eb0;
}
.career-banner{
    background: #0d1829;
        border-bottom: 2px solid #ddac58;
    /* background-blend-mode: overlay;
    background-color: #06060eb0; */
}
.contact-banner{
    background: url(../img/contact-banner.webp) no-repeat center / cover;
    background-blend-mode: overlay;
    background-color: #06060eb0;
}
.privacy-policy-banner{
    background: url(../img/privacy-policy-banner.webp) no-repeat center / cover;
    background-blend-mode: overlay;
    background-color: #06060eb0;
}
  .team-hero {
            padding: 120px 0;
            background: url(../img/team-banner.webp) no-repeat center / cover;
            background-blend-mode: overlay;
            background-color: #06060eb0;
        }
        .creation-hero{
          padding: 120px 0;
            background: url(../img/creation-banner.webp) no-repeat center / cover;
            background-blend-mode: overlay;
            background-color: #06060eb0;
        }
        .Leadership-Team-Events-service{
          padding: 120px 0;
            background: url(../img/Leadership-Team-Events-service-detail.webp) no-repeat center / cover;
            background-blend-mode: overlay;
            background-color: #06060eb0;
        }
        .gallery-hero{
          padding: 120px 0;
            background: url(../img/galley-banner.webp) no-repeat center / cover;
            background-blend-mode: overlay;
            background-color: #06060eb0;
        }
/* ─── MISSION / VISION ─── */
.mv-section { background: var(--dark2);     border-bottom: 2px solid #ddac58;}
.mv-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: #ddac585c;
  border: 1px solid #ddac585c; 
}
.mv-card { background: #162036; padding: 64px 48px; }
.mv-icon {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px; color: #f9a920; opacity: 0.7;
  line-height: 1; margin-bottom: 24px;
}
.mv-label {
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  color: #ddac58; margin-bottom: 20px;
}
.mv-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 300;
  color: #fff; margin-bottom: 20px; line-height: 1.3;
}
.mv-text { font-size: 16px; line-height: 1.85; color: #fff; }
    #fwcu-section {
      background: #0b0f1e;
      position: relative;
      overflow: hidden;
      font-family: 'Jost', sans-serif;
    }
 
    #fwcu-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 55% at 50% 0%, rgba(201,168,76,.07) 0%, transparent 70%);
      pointer-events: none;
    }
 
    /* ── Divider ── */
    .fwcu-divider {
      width: 60px;
      height: 2px;
      background: linear-gradient(90deg, #c9a84c, transparent);
      margin: 0 auto 18px;
    }
 
    /* ── Label ── */
    .fwcu-label {
      font-family: 'Jost', sans-serif;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #c9a84c;
      display: block;
      margin-bottom: 10px;
    }
 
    /* ── Heading ── */
    .fwcu-heading {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.2rem, 5vw, 3.4rem);
      font-weight: 600;
      color: #eef0f5;
      line-height: 1.15;
      margin-bottom: 18px;
    }
 
    .fwcu-heading em {
      font-style: italic;
      color: #e8c96e;
    }
 
    /* ── Subtitle ── */
    .fwcu-subtitle {
      font-size: .97rem;
      color: #8a95a8;
      max-width: 560px;
      margin: 0 auto 60px;
      line-height: 1.75;
    }
 
    /* ── Card ── */
    .fwcu-card {
      background: #131c30;
      border: 1px solid rgba(201,168,76,.25);
      border-radius: 4px;
      padding: 36px 30px 34px;
      height: 100%;
      position: relative;
      transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
      overflow: hidden;
    }
 
    .fwcu-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, #c9a84c, transparent);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .4s ease;
    }
 
    .fwcu-card:hover {
      transform: translateY(-6px);
      border-color: rgba(201,168,76,.5);
      box-shadow: 0 20px 48px rgba(0,0,0,.45);
    }
 
    .fwcu-card:hover::before {
      transform: scaleX(1);
    }
 
    /* ── Icon box ── */
    .fwcu-icon-box {
      width: 52px; height: 52px;
      border: 1px solid rgba(201,168,76,.25);
      border-radius: 3px;
      display: grid; place-items: center;
      margin-bottom: 22px;
      background: rgba(201,168,76,.06);
      transition: background .3s ease, border-color .3s ease;
    }
 
    .fwcu-card:hover .fwcu-icon-box {
      background: rgba(201,168,76,.14);
      border-color: #c9a84c;
    }
 
    .fwcu-icon-box i {
      font-size: 1.3rem;
      color: #ddac58;
    }
 
    /* ── Ghost number ── */
    .fwcu-ghost-num {
      position: absolute;
      top: 22px; right: 26px;
      font-family: 'Cormorant Garamond', serif;
      font-size: 3.5rem;
      font-weight: 600;
          color: rgb(221 172 88 / 19%);
      line-height: 1;
      transition: color .3s ease;
    }
 
    .fwcu-card:hover .fwcu-ghost-num {
      color: rgba(201,168,76,.13);
    }
 
    /* ── Card title ── */
    .fwcu-card-heading {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.35rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 12px;
    }
 
    /* ── Card description ── */
    .fwcu-card-desc {
      font-size: 16px;
      color: #fff;
      line-height: 1.8;
      margin: 0;
    }
 
    /* ── Stat bar ── */
    .fwcu-stat-bar {
      margin-top: 70px;
      border-top: 1px solid rgba(201,168,76,.25);
      padding-top: 50px;
    }
 
    .fwcu-stat-item {
      text-align: center;
      padding: 10px 0;
      position: relative;
    }
 
    .fwcu-stat-item + .fwcu-stat-item::before {
      content: '';
      position: absolute;
      left: 0; top: 15%; bottom: 15%;
      width: 1px;
      background: rgba(201,168,76,.25);
    }
 
    /* ── Stat number ── */
    .fwcu-stat-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 600;
      color: #ddac58;
      display: block;
      line-height: 1;
    }
 
    /* ── Stat label ── */
    .fwcu-stat-label {
      font-size: .78rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #8a95a8;
      margin-top: 8px;
      display: block;
    }
 
    /* ── Fade-up animation ── */
    .fwcu-fade-up {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .6s ease, transform .6s ease;
    }
    .fwcu-fade-up.fwcu-visible {
      opacity: 1;
      transform: translateY(0);
    }
 
/*-- ========================================================================== About Page css Start ========================================================================================= --*/

/*-- ========================================================================== Contact Page css Start ========================================================================================= --*/

  /* ════════════════════════════════
       FORM + INFO SECTION
    ════════════════════════════════ */
    .fcp-contact-section {
      position: relative;
    }
    .fcp-contact-section .container{
        overflow: hidden;
    }
    .fcp-contact-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 40% at 20% 50%, rgba(201,168,76,.05) 0%, transparent 70%);
      pointer-events: none;
    }
 
    /* Form card */
    .fcp-form-card {
      background: #131c30;
      border: 1px solid rgba(201,168,76,.2);
      border-radius: 4px;
      padding: 48px 42px;
      position: relative;
      z-index: 1;
    }
 
    .fcp-form-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, #c9a84c, rgba(201,168,76,0));
    }
 
    .fcp-form-tag {
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #c9a84c;
      display: block;
      margin-bottom: 10px;
    }
 
    .fcp-form-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 600;
      color: #eef0f5;
      margin-bottom: 32px;
      line-height: 1.2;
    }
 
    .fcp-form-title em { font-style: italic; color: #c9a84c; }
 
    /* Input styling */
    .fcp-field-label {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #fff;
      display: block;
      margin-bottom: 7px;
    }
 
    .fcp-input,
    .fcp-select,
    .fcp-textarea {
      width: 100%;
      background: #0d1220;
      border: 1px solid rgba(201,168,76,.2);
      border-radius: 3px;
      padding: 11px 15px;
      color: #d4dae8;
      font-family: 'Jost', sans-serif;
      font-size: .9rem;
      outline: none;
      transition: border-color .3s, background .3s;
      appearance: none;
    }
    .fcp-input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}
 
    .fcp-input::placeholder,
    .fcp-textarea::placeholder { color: #4a5568; }
 
    .fcp-input:focus,
    .fcp-select:focus,
    .fcp-textarea:focus {
      border-color: #c9a84c;
      background: #0f1628;
    }
 
    .fcp-select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a84c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 38px;
      cursor: pointer;
    }
 
    .fcp-select option { background: #111827; color: #d4dae8; }
 
    .fcp-textarea { resize: vertical; min-height: 110px; }
 
    .fcp-field-group { margin-bottom: 20px; }
 
    /* Submit button */
    .fcp-btn-submit {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 13px 32px;
      background: #c9a84c;
      color: #080c16;
      font-family: 'Jost', sans-serif;
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .18em;
      text-transform: uppercase;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      transition: background .3s, transform .2s;
      margin-top: 8px;
    }
 
    .fcp-btn-submit:hover {
      background: #e8c96e;
      transform: translateX(3px);
    }
 
    .fcp-btn-submit i { font-size: .8rem; }
 
    /* ── Info sidebar ── */
    .fcp-info-block {
      background: #131c30;
      border: 1px solid rgba(201,168,76,.18);
      border-radius: 3px;
      padding: 26px 24px;
      margin-bottom: 14px;
      display: flex;
      align-items: flex-start;
      gap: 18px;
      transition: border-color .3s;
          z-index: 1;
    position: relative;
    }
 
    .fcp-info-block:hover { border-color: rgba(201,168,76,.4); }
 
    .fcp-info-icon {
      width: 42px; height: 42px;
      background: rgba(201,168,76,.08);
      border: 1px solid rgba(201,168,76,.22);
      border-radius: 3px;
      display: grid; place-items: center;
      flex-shrink: 0;
    }
 
    .fcp-info-icon i { color: #c9a84c; font-size: 1rem; }
 
    .fcp-info-label {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #ddac58;
      display: block;
      margin-bottom: 5px;
    }
 
    .fcp-info-val {
      font-size: 16px;
      color: #fff;
      line-height: 1.6;
      margin: 0;
    }
 
    .fcp-info-val a { color: #fff; text-decoration: none; }
    .fcp-info-val a:hover { color: #ddac58; }
 
    /* Social row */
    .fcp-social-row {
      display: flex;
      gap: 10px;
      margin-top: 6px;
    }
 
    .fcp-social-btn {
      width: 38px; height: 38px;
      background: rgba(201,168,76,.07);
      border: 1px solid rgba(201,168,76,.22);
      border-radius: 3px;
      display: grid; place-items: center;
      text-decoration: none;
      transition: background .3s, border-color .3s;
    }
 
    .fcp-social-btn i { color: #ddac58; font-size: .9rem; }
 
    .fcp-social-btn:hover {
      background: rgba(201,168,76,.18);
      border-color: #ddac58;
    }
 
    /* Founder cards */
    .fcp-founder-wrap {
      background: #131c30;
      border: 1px solid rgba(201,168,76,.18);
      border-radius: 3px;
      padding: 22px 20px;
      margin-top: 14px;
    }
 
    .fcp-founder-tag {
      font-size: .65rem;
      font-weight: 600;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #c9a84c;
      display: block;
      margin-bottom: 16px;
    }
 
    .fcp-founder-item {
      display: flex;
      align-items: center;
      gap: 13px;
      padding: 12px 0;
      border-top: 1px solid rgba(201,168,76,.1);
    }
 
    .fcp-founder-item:first-of-type { border-top: none; padding-top: 0; }
 
    .fcp-founder-avatar {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: linear-gradient(135deg, #c9a84c, #8b6d24);
      display: grid; place-items: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
      font-weight: 600;
      color: #080c16;
      flex-shrink: 0;
      border: 2px solid rgba(201,168,76,.3);
      overflow: hidden;
    }
 
    .fcp-founder-name {
      font-size: .9rem;
      font-weight: 500;
      color: #fff;
      display: block;
      margin-bottom: 2px;
    }
 
    .fcp-founder-email {
      font-size: .78rem;
      color: #fff;
      text-decoration: none;
    }
 
    .fcp-founder-email:hover { color: #c9a84c; }
 
    /* ════════════════════════════════
       MAP SECTION
    ════════════════════════════════ */

 
    .fcp-map-label {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #c9a84c;
      display: block;
      margin-bottom: 10px;
    }
 
    .fcp-map-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4.5vw, 3rem);
      font-weight: 600;
      color: #eef0f5;
      margin-bottom: 50px;
    }
 
    .fcp-map-title em { font-style: italic; color: #c9a84c; }
 
    .fcp-map-frame {
      position: relative;
      height: 420px;
      border: 1px solid rgba(201,168,76,.2);
      border-radius: 4px 4px 0 0;
      overflow: hidden;
    }
 
    .fcp-map-frame iframe {
      width: 100%; height: 100%;
      border: none;
      /* filter: grayscale(60%) invert(90%) hue-rotate(180deg) brightness(.85) contrast(.9); */
    }
 
    .fcp-map-overlay-btn {
      position: absolute;
      bottom: 20px; right: 20px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 11px 22px;
      background: #c9a84c;
      color: #080c16;
      font-family: 'Jost', sans-serif;
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      border-radius: 2px;
      text-decoration: none;
      transition: background .3s;
    }
 
    .fcp-map-overlay-btn:hover { background: #e8c96e; color: #080c16; }
 
    /* ════════════════════════════════
       WHAT TO EXPECT SECTION
    ════════════════════════════════ */
    .fcp-expect-section {
    border-top: 2px solid #ddac58;
        position: relative;
    }
 
    .fcp-section-tag {
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #c9a84c;
      display: block;
      margin-bottom: 8px;
    }
 
    .fcp-section-divider {
      width: 40px;
      height: 2px;
      background: linear-gradient(90deg, #c9a84c, transparent);
      margin: 0 auto 14px;
    }
 
    .fcp-section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2rem, 4.5vw, 3rem);
      font-weight: 600;
      color: #eef0f5;
      margin-bottom: 60px;
    }
 
    .fcp-section-title em { font-style: italic; color: #c9a84c; }
 
    .fcp-expect-card {
      background: #131c30;
      border: 1px solid rgba(201,168,76,.18);
      border-radius: 4px;
      padding: 40px 32px;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
    }
 
    .fcp-expect-card::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, #c9a84c, transparent);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .4s ease;
    }
 
    .fcp-expect-card:hover {
      transform: translateY(-5px);
      border-color: rgba(201,168,76,.4);
      box-shadow: 0 18px 48px rgba(0,0,0,.4);
    }
 
    .fcp-expect-card:hover::after { transform: scaleX(1); }
 
    .fcp-expect-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 5rem;
      font-weight: 600;
          color: rgb(221 172 88 / 18%);
      line-height: 1;
      margin-bottom: 16px;
      display: block;
      transition: color .3s;
    }
 
    .fcp-expect-card:hover .fcp-expect-num { color: rgba(201,168,76,.13); }
 
    .fcp-expect-icon {
      width: 48px; height: 48px;
      background: rgba(201,168,76,.08);
      border: 1px solid rgba(201,168,76,.22);
      border-radius: 3px;
      display: grid; place-items: center;
      margin-bottom: 20px;
      transition: background .3s, border-color .3s;
    }
 
    .fcp-expect-card:hover .fcp-expect-icon {
      background: rgba(201,168,76,.15);
      border-color: #c9a84c;
    }
 
    .fcp-expect-icon i { color: #ddac58; font-size: 1.1rem; }
 
    .fcp-expect-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.5rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 12px;
    }
 
    .fcp-expect-desc {
      font-size: 16px;
      color: #fff;
      line-height: 1.85;
      margin: 0;
    }
 
    /* connector line between steps */
    .fcp-step-connector {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 80px;
    }
 
    .fcp-step-connector::before {
      content: '';
      width: 40px; height: 1px;
      background: linear-gradient(90deg, rgba(201,168,76,.4), rgba(201,168,76,.1));
    }
 
    /* ════════════════════════════════
       QUOTE SECTION
    ════════════════════════════════ */
    .fcp-quote-section {
      background: #080c16;
      padding: 100px 0;
      position: relative;
      overflow: hidden;
    }
 
    .fcp-quote-section::before {
      content: '\201C';
      position: absolute;
      top: -40px; left: 50%;
      transform: translateX(-50%);
      font-family: 'Cormorant Garamond', serif;
      font-size: 20rem;
      color: rgba(201,168,76,.04);
      line-height: 1;
      pointer-events: none;
    }
 
    .fcp-quote-text {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.6rem, 3.5vw, 2.6rem);
      font-weight: 400;
      font-style: italic;
      color: #d4dae8;
      line-height: 1.5;
      max-width: 740px;
      margin: 0 auto 24px;
    }
 
    .fcp-quote-text em { color: #c9a84c; font-style: normal; }
 
    .fcp-quote-source {
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #c9a84c;
    }
 
    /* ════════════════════════════════
       FADE-UP ANIMATION
    ════════════════════════════════ */
    /* Bina JS ke content visible — JS load hone ke baad animation chalegi */
    .fcp-js-ready .fcp-fade-up {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .65s ease, transform .65s ease;
    }
    .fcp-js-ready .fcp-fade-up.fcp-visible {
      opacity: 1;
      transform: translateY(0);
    }

/*-- ========================================================================== Contact Page css end ========================================================================================= --*/

/*============================================================================== service page css start =====================================================================================*/

 /* ── Detail Hero ── */
        .sd-hero {
            position: relative; min-height: 85vh;
            display: flex; align-items: flex-end;
            background: url(img/Leadership-Team-Events-service.webp) no-repeat center / cover;
        }
        .sd-hero::after {
            content:''; position:absolute; inset:0;
            background: linear-gradient(to top, rgba(6,6,14,.97) 0%, rgba(6,6,14,.45) 55%, rgba(6,6,14,.2) 100%);
        }
        .sd-hero-inner { position:relative; z-index:2; padding:60px 0 70px; width:100%; }
        .sd-breadcrumb { font-size:11px; letter-spacing:3px; text-transform:uppercase; color:rgba(255,255,255,.45); margin-bottom:20px; display:block; }
        .sd-breadcrumb a { color:#ddac58; text-decoration:none; }
        .sd-title { font-family:'Cormorant Garamond',serif; font-size:clamp(42px,6vw,82px); font-weight:600; line-height:1.05; color:#fff; margin-bottom:20px; }
        .sd-title em { color:#ddac58; font-style:italic; }
        .sd-sub { font-size:17px; color:rgba(255,255,255,.65); max-width:620px; line-height:1.85; margin-bottom:36px; }
        .sd-tags { display:flex; flex-wrap:wrap; gap:10px; }
        .sd-tag { font-size:10px; letter-spacing:1.8px; text-transform:uppercase; color:#ddac58; border:1px solid rgba(221,172,88,.4); padding:6px 16px; }

        /* ── Overview ── */
        .sd-overview { background:#0e1625; padding:90px 0; }
        .sd-overview-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; }
        .sd-overview-grid .reveal > img{border-radius: 8px;}
        .sd-overview-img { width:100%; height:500px; object-fit:cover; border:1px solid rgba(221,172,88,.15); }
        .sd-label { font-size:10px; letter-spacing:4px; text-transform:uppercase; color:#ddac58; margin-bottom:16px; display:block; }
        .sd-h2 { font-family:'Cormorant Garamond',serif; font-size:clamp(30px,3.2vw,48px); color:#fff; line-height:1.18; margin-bottom:20px; }
        .sd-h2 em { color:#ddac58; font-style:italic; }
        .sd-line { width:48px; height:2px; background:#ddac58; margin-bottom:20px; }
        .sd-text { color:#fff; font-size:16px; line-height:2; margin-bottom:14px; }

        /* ── Stats ── */
        .sd-stats { background:#162036; padding:0; border-top:1px solid rgba(221,172,88,.12); border-bottom:1px solid rgba(221,172,88,.12); }
        .sd-stats-row { display:grid; grid-template-columns:repeat(4,1fr); }
        .sd-stat { text-align:center; padding:48px 20px; border-right:1px solid rgba(221,172,88,.1); }
        .sd-stat:last-child { border-right:none; }
        .sd-stat-n { font-family:'Cormorant Garamond',serif; font-size:56px; color:#ddac58; line-height:1; display:block; }
        .sd-stat-l { font-size:10px; letter-spacing:2.5px; text-transform:uppercase; color:rgba(255,255,255,.5); margin-top:8px; display:block; }

        /* ── What's Included ── */
        .sd-includes { padding:90px 0; }
        .sd-includes-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; margin-top:52px; }
        .sd-inc-card { background:#162036; padding:40px 32px; border-left:3px solid transparent; transition:border-color .3s, background .3s; }
        .sd-inc-card:hover { border-left-color:#ddac58; background:#1c2840; }
        .sd-inc-icon { font-size:30px; color:#ddac58; margin-bottom:20px; }
        .sd-inc-title { font-family:'Cormorant Garamond',serif; font-size:22px; color:#fff; margin-bottom:12px; }
        .sd-inc-desc { font-size:13.5px; color:rgba(255,255,255,.55); line-height:1.85; }

        /* ── Process ── */
        .sd-process { background:#0e1625; padding:90px 0; border-top:1px solid rgba(221,172,88,.1); }
        .sd-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; margin-top:52px; }
        .sd-step { background:#162036; padding:40px 28px; position:relative; overflow:hidden; }
        .sd-step::before { content:attr(data-n); font-family:'Cormorant Garamond',serif; font-size:100px; color:rgba(221,172,88,.06); position:absolute; bottom:-10px; right:10px; line-height:1; }
        .sd-step-num { font-size:10px; letter-spacing:3px; color:#ddac58; text-transform:uppercase; margin-bottom:16px; display:block; }
        .sd-step-title { font-family:'Cormorant Garamond',serif; font-size:22px; color:#fff; margin-bottom:12px; }
        .sd-step-desc { font-size:13px; color:rgba(255,255,255,.5); line-height:1.85; }

        /* ── Gallery ── */
        .sd-gallery { background:#0c1424; padding:80px 0; }
        .sd-gallery-grid { display:grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows:260px 260px; gap:4px; margin-top:48px; }
        .sd-gallery-grid .g-main { grid-row:span 2; }
        .sd-gallery-item { overflow:hidden; }
        .sd-gallery-item img { width:100%; height:100%; object-fit:cover; display:block; filter:brightness(.8); transition:transform .5s, filter .4s; }
        .sd-gallery-item:hover img { transform:scale(1.06); filter:brightness(1); }

        /* ── Related ── */
        .sd-related {  border-top:1px solid rgba(221,172,88,.1); }
        .sd-related-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; margin-top:44px; }
        .sd-rel-card { display:block; text-decoration:none; background:#162036; border:1px solid rgba(221,172,88,.1); border-radius:8px; overflow:hidden; transition:border-color .3s, transform .3s; }
        .sd-rel-card:hover { border-color:rgba(221,172,88,.5); transform:translateY(-4px); }
        .sd-rel-img { width:100%; height:120px; object-fit:cover; display:block; filter:brightness(.75); transition:filter .3s; }
        .sd-rel-card:hover .sd-rel-img { filter:brightness(1); }
        .sd-rel-title { font-family:'Cormorant Garamond',serif; font-size:15px; color:#fff; padding:14px 14px; line-height:1.3; }

        /* ── CTA ── */
        .sd-cta { padding:100px 0; background:url(img/cta-bottm.webp) no-repeat center/cover; background-blend-mode:overlay; background-color:#06060ee0; text-align:center; }
        .sd-cta h2 { font-family:'Cormorant Garamond',serif; font-size:clamp(32px,4.5vw,62px); color:#fff; margin-bottom:16px; }
        .sd-cta p { color:rgba(255,255,255,.68); font-size:16px; max-width:540px; margin:0 auto 36px; }

/*=============================================================================== service page css end ======================================================================================*/


/*-- ========================================================================== Career Page css start ========================================================================================= --*/

 /* ══════════════════════════════════
       PERKS & BENEFITS
    ══════════════════════════════════ */
    .fcc-perks-section {
      position: relative;
      overflow: hidden;
    }
 
    .fcc-perks-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 50% at 30% 50%, rgba(201,168,76,.05) 0%, transparent 70%);
      pointer-events: none;
    }
 
    .fcc-perk-item {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      padding: 24px 22px;
      background: #131c30;
      border: 1px solid rgba(201,168,76,.16);
      border-radius: 3px;
      height: 100%;
      transition: border-color .3s, background .3s;
      z-index: 1;
      position: relative;
    }
 
    .fcc-perk-item:hover {
      border-color: rgba(201,168,76,.38);
      background: rgba(201,168,76,.03);
    }
 
    .fcc-perk-icon {
      width: 44px; height: 44px;
      background: rgba(201,168,76,.08);
      border: 1px solid rgba(201,168,76,.22);
      border-radius: 3px;
      display: grid; place-items: center;
      flex-shrink: 0;
      transition: background .3s;
    }
 
    .fcc-perk-item:hover .fcc-perk-icon { background: rgba(201,168,76,.16); }
 
    .fcc-perk-icon i { color: #ddac58; font-size: 1rem; }
 
    .fcc-perk-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.15rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 6px;
      display: block;
    }
 
    .fcc-perk-desc {
      font-size: .83rem;
      color: #fff;
      line-height: 1.7;
      margin: 0;
    }

    /* ══════════════════════════════════
       OPEN POSITIONS
    ══════════════════════════════════ */
    .fcc-acc-wrap { border-top: 1px solid rgba(221,172,88,.18); }
.fcc-acc-item { border-bottom: 1px solid rgba(221,172,88,.18); }
.fcc-acc-btn {
  width: 100%; background: transparent; border: none; outline: none;
  display: flex; align-items: center; gap: 26px;
  padding: 28px 0; cursor: pointer;
  transition: background .3s, padding-left .3s;
  text-align: left;
}
.fcc-acc-btn:hover, .fcc-acc-btn.open {
  background: rgba(221,172,88,.04); padding-left: 18px;
}
.fcc-job-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px; font-weight: 700; letter-spacing: -3px; line-height: 1;
  min-width: 74px; flex-shrink: 0;
  color: rgba(221,172,88,.18); transition: color .3s; font-style: normal;
}
.fcc-acc-btn.open .fcc-job-num,
.fcc-acc-btn:hover .fcc-job-num { color: rgba(221,172,88,.65); }
.fcc-job-title-grp { flex: 1; min-width: 0; }
.fcc-job-name {
  display: block; font-family: 'Cormorant Garamond', serif;
  font-size: 23px; font-weight: 600; color: #fff; margin-bottom: 10px;
}
.fcc-job-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.fcc-job-pill {
  font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase;
  padding: 4px 13px; border-radius: 100px;
  border: 1px solid rgba(221,172,88,.30); color: rgba(221,172,88,.82);
}
.fcc-toggle-ic {
  width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%;
  border: 1px solid rgba(221,172,88,.22);
  display: flex; align-items: center; justify-content: center;
  color: rgba(221,172,88,.72); font-size: 18px; transition: all .3s;
}
.fcc-acc-btn.open .fcc-toggle-ic {
  background: rgba(221,172,88,.13);
  border-color: rgba(221,172,88,.48);
  transform: rotate(45deg);
}
.fcc-acc-body { display: none; padding: 0 0 38px 50px; }
.fcc-acc-body.open { display: block; }
.fcc-req-list { list-style: none; padding: 0; margin: 0 0 28px; }
.fcc-req-list li {
  display: flex; align-items: flex-start; gap: 15px;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.055);
  font-size: 16px; color: #fff; line-height: 1.72;
}
.fcc-req-list li:last-child { border-bottom: none; }
.fcc-req-num {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(221,172,88,.12); color: #ddac58;
  font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; margin-top: 3px;
}
.fcc-apply-lnk {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 26px; font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase; text-decoration: none !important;
  border: 1px solid rgba(221,172,88,.36);
  background: rgba(221,172,88,.08); color: #ddac58 !important;
  border-radius: 3px; transition: all .3s;
}
.fcc-apply-lnk:hover {
  background: rgba(221,172,88,.18);
  border-color: rgba(221,172,88,.62);
  transform: translateX(5px);
}
    /* .fcc-jobs-section {
  

    }
 
    .fcc-job-row {
      background: #131c30;
      border: 1px solid rgba(201,168,76,.16);
      border-radius: 3px;
      padding: 26px 28px;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
      transition: border-color .3s, background .3s, transform .3s;
      text-decoration: none;
    }
 
    .fcc-job-row:hover {
      border-color: rgba(201,168,76,.45);
      background: rgba(201,168,76,.03);
      transform: translateX(5px);
    }
 
    .fcc-job-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.25rem;
      font-weight: 600;
      color: #eef0f5;
      margin-bottom: 15px;
      display: block;
    }
 
    .fcc-job-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }
 
    .fcc-job-tag {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 2px;
    }
 
    .fcc-job-tag-dept {
      background: rgba(201,168,76,.1);
      color: #ddac58;
      border: 1px solid rgba(201,168,76,.25);
    }
 
    .fcc-job-tag-type {
      background: rgba(255,255,255,.05);
      color: #8a95a8;
      border: 1px solid rgba(255,255,255,.08);
    }
 
    .fcc-job-tag-loc {
      background: rgba(255,255,255,.05);
      color: #8a95a8;
      border: 1px solid rgba(255,255,255,.08);
    }
 
    .fcc-job-arrow {
      width: 38px; height: 38px;
      background: rgba(201,168,76,.08);
      border: 1px solid rgba(201,168,76,.25);
      border-radius: 50%;
      display: grid; place-items: center;
      flex-shrink: 0;
      transition: background .3s, border-color .3s;
    }
 
    .fcc-job-row:hover .fcc-job-arrow {
      background: #c9a84c;
      border-color: #c9a84c;
    }
 
    .fcc-job-arrow i {
      color: #ddac58;
      font-size: .8rem;
      transition: color .3s;
    }
 
    .fcc-job-row:hover .fcc-job-arrow i { color: #080c16; }
 
    .fcc-no-role {
      background: #111827;
      border: 1px dashed rgba(201,168,76,.2);
      border-radius: 3px;
      padding: 48px 28px;
      text-align: center;
    }
 
    .fcc-no-role-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.5rem;
      font-weight: 600;
      color: #eef0f5;
      margin-bottom: 10px;
    }
 
    .fcc-no-role-sub {
      font-size: .88rem;
      color: #8a95a8;
      margin-bottom: 24px;
    } */
    /* ══════════════════════════════════
       APPLICATION FORM SECTION
    ══════════════════════════════════ */
    .fcc-apply-section {
      /* background: #0b0f1e; */
      position: relative;
      overflow: hidden;
          border-top: 2px solid #ddac58;
    }
 
    .fcc-apply-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(201,168,76,.05) 0%, transparent 70%);
      pointer-events: none;
    }
 
    .fcc-apply-card {
      background: #131c30;
      border: 1px solid rgba(201,168,76,.2);
      border-radius: 4px;
      padding: 52px 46px;
      position: relative;
    }
 
    .fcc-apply-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, #c9a84c, transparent);
    }
 
    .fcc-apply-tag {
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: .24em;
      text-transform: uppercase;
      color: #c9a84c;
      display: block;
      margin-bottom: 10px;
    }
 
    .fcc-apply-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      font-weight: 600;
      color: #eef0f5;
      line-height: 1.15;
      margin-bottom: 8px;
    }
 
    .fcc-apply-title em { font-style: italic; color: #c9a84c; }
 
    .fcc-apply-sub {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    margin-bottom: 36px;
    }
 
    .fcc-af-label {
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #fff;
      display: block;
      margin-bottom: 7px;
    }
 
    .fcc-af-input,
    .fcc-af-select,
    .fcc-af-textarea {
      width: 100%;
      background: #0d1220;
      border: 1px solid rgba(201,168,76,.2);
      border-radius: 3px;
      padding: 11px 15px;
      color: #d4dae8;
      font-family: 'Jost', sans-serif;
      font-size: .9rem;
      outline: none;
      transition: border-color .3s, background .3s;
      appearance: none;
    }
 
    .fcc-af-input::placeholder,
    .fcc-af-textarea::placeholder { color: #3a4358; }
 
    .fcc-af-input:focus,
    .fcc-af-select:focus,
    .fcc-af-textarea:focus {
      border-color: #c9a84c;
      background: #0f1628;
    }
 
    .fcc-af-select {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9a84c' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 38px;
      cursor: pointer;
    }
 
    .fcc-af-select option { background: #111827; color: #d4dae8; }
 
    .fcc-af-textarea { resize: vertical; min-height: 120px; }
 
    .fcc-af-group { margin-bottom: 20px; }
 
    /* File upload */
    .fcc-af-file-wrap {
      position: relative;
      width: 100%;
    }
 
    .fcc-af-file-input {
      position: absolute;
      inset: 0;
      opacity: 0;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 2;
    }
 
    .fcc-af-file-box {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 18px;
      background: #0d1220;
      border: 1px dashed rgba(201,168,76,.3);
      border-radius: 3px;
      cursor: pointer;
      transition: border-color .3s, background .3s;
    }
 
    .fcc-af-file-wrap:hover .fcc-af-file-box {
      border-color: #c9a84c;
      background: rgba(201,168,76,.04);
    }
 
    .fcc-af-file-icon {
      width: 38px; height: 38px;
      background: rgba(201,168,76,.1);
      border: 1px solid rgba(201,168,76,.25);
      border-radius: 3px;
      display: grid; place-items: center;
      flex-shrink: 0;
    }
 
    .fcc-af-file-icon i { color: #c9a84c; font-size: .9rem; }
 
    .fcc-af-file-text {
      font-size: .85rem;
      color: #8a95a8;
      line-height: 1.4;
    }
 
    .fcc-af-file-text span {
      color: #c9a84c;
      font-weight: 500;
    }
 
    .fcc-af-file-name {
      font-size: .78rem;
      color: #c9a84c;
      margin-top: 6px;
      display: none;
    }
 
    /* Checkbox */
    .fcc-af-check-wrap {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 28px;
    }
 
    .fcc-af-checkbox {
      width: 18px; height: 18px;
      background: #0d1220;
      border: 1px solid rgba(201,168,76,.3);
      border-radius: 2px;
      flex-shrink: 0;
      margin-top: 2px;
      cursor: pointer;
      appearance: none;
      display: grid; place-items: center;
      transition: background .2s, border-color .2s;
    }
 
    .fcc-af-checkbox:checked {
      background: #c9a84c;
      border-color: #c9a84c;
    }
 
    .fcc-af-checkbox:checked::after {
      content: '';
      width: 5px; height: 9px;
      border: 2px solid #080c16;
      border-top: none; border-left: none;
      transform: rotate(45deg) translateY(-1px);
      display: block;
    }
 
    .fcc-af-check-label {
          font-size: 16px;
    color: #fff;
    line-height: 1.6;
    }
 
    .fcc-af-check-label a { color: #c9a84c; text-decoration: none; }
 
    /* Submit */
    .fcc-af-submit {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 36px;
      background: #c9a84c;
      color: #080c16;
      font-family: 'Jost', sans-serif;
      font-size: .82rem;
      font-weight: 600;
      letter-spacing: .18em;
      text-transform: uppercase;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      transition: background .3s, transform .25s;
    }
 
    .fcc-af-submit:hover {
      background: #e8c96e;
      transform: translateX(4px);
    }
 
    /* Success state */
    .fcc-af-success {
      display: none;
      text-align: center;
      padding: 48px 24px;
    }
 
    .fcc-af-success-icon {
      width: 64px; height: 64px;
      background: rgba(201,168,76,.1);
      border: 2px solid rgba(201,168,76,.4);
      border-radius: 50%;
      display: grid; place-items: center;
      margin: 0 auto 20px;
    }
 
    .fcc-af-success-icon i { color: #c9a84c; font-size: 1.5rem; }
 
    .fcc-af-success-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2rem;
      font-weight: 600;
      color: #eef0f5;
      margin-bottom: 10px;
    }
 
    .fcc-af-success-sub {
      font-size: .92rem;
      color: #8a95a8;
      max-width: 380px;
      margin: 0 auto;
      line-height: 1.75;
    }
 
    /* Info sidebar */
    .fcc-apply-info-box {
      background: #111827;
      border: 1px solid rgba(201,168,76,.16);
      border-radius: 3px;
      padding: 28px 24px;
      margin-bottom: 14px;
    }
 
    .fcc-apply-info-label {
      font-size: .65rem;
      font-weight: 600;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #c9a84c;
      display: block;
      margin-bottom: 14px;
    }
 
    .fcc-apply-step {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 18px;
    }
 
    .fcc-apply-step:last-child { margin-bottom: 0; }
 
    .fcc-apply-step-num {
      width: 28px; height: 28px;
      background: rgba(201,168,76,.1);
      border: 1px solid rgba(201,168,76,.3);
      border-radius: 50%;
      display: grid; place-items: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: .9rem;
      font-weight: 600;
      color: #c9a84c;
      flex-shrink: 0;
    }
 
    .fcc-apply-step-title {
      font-size: .88rem;
      font-weight: 500;
      color: #d4dae8;
      display: block;
      margin-bottom: 3px;
    }
 
    .fcc-apply-step-desc {
      font-size: .78rem;
      color: #8a95a8;
      line-height: 1.55;
      margin: 0;
    }
 

/*-- ========================================================================== Career Page css end ========================================================================================= --*/



/*-- ========================================================================== Privacy Policay Page css start ========================================================================================= --*/
 .fpp-label {
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .24em;
      text-transform: uppercase;
      color: #c9a84c;
      display: block;
      margin-bottom: 14px;
    }
 
    .fpp-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.4rem, 5vw, 4rem);
      font-weight: 600;
      color: #eef0f5;
      margin-bottom: 14px;
    }
 
    .fpp-title em { font-style: italic; color: #c9a84c; }
 
    .fpp-meta {
      font-size: .82rem;
      color: #8a95a8;
    }
 
    .fpp-body {     border-bottom: 2px solid #ddac58;}
 
    .fpp-block { margin-bottom: 20px; }
 
    .fpp-block-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 36px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 14px;
      padding-bottom: 10px;
         border-bottom: 1px solid rgb(255 255 255 / 57%);
    }
 
    .fpp-block-title em { font-style: italic; color: #ddac58; }
 
    .fpp-block p {
      font-size: .92rem;
      line-height: 1.9;
      margin-bottom: 12px;
      color: #fff;
    }
 
    .fpp-block ul {
      padding-left: 0;
      list-style: none;
      margin-bottom: 12px;
    }
 
    .fpp-block ul li {
      font-size: .92rem;
      line-height: 1.85;
      color: #fff;
      padding: 5px 0 5px 18px;
      position: relative;
      border-bottom: 1px solid rgba(255,255,255,.04);
    }
 
    .fpp-block ul li:last-child { border-bottom: none; }
 
    .fpp-block ul li::before {
      content: '';
      position: absolute;
      left: 0; top: 14px;
      width: 6px; height: 6px;
      border-radius: 50%;
      background: #ddac58;
    }
 
    .fpp-block strong { color: #fff; font-weight: 500; }
 
    .fpp-block a { color: #ddac58; text-decoration: none; }
    .fpp-block a:hover { text-decoration: underline; }
 
    .fpp-note {
      background: rgba(201,168,76,.05);
      border-left: 3px solid #ddac58;
      padding: 16px 20px;
      border-radius: 0 3px 3px 0;
      margin: 16px 0;
      font-size: .88rem;
      line-height: 1.75;
      color: #fff;
    }
 
    .fpp-divider {
      border: none;
      border-top: 1px solid rgba(201,168,76,.1);
      margin: 10px 0;
    }
 
    .fpp-contact-box {
      background: #111827;
      border: 1px solid rgba(201,168,76,.2);
      border-radius: 4px;
      padding: 32px 28px;
      margin-top: 48px;
    }
 
    .fpp-contact-box h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      font-weight: 600;
      color: #eef0f5;
      margin-bottom: 10px;
    }
 
    .fpp-contact-box p {
      font-size: .9rem;
      color: #8a95a8;
      line-height: 1.75;
      margin-bottom: 6px;
    }
 
    .fpp-contact-box a { color: #ddac58; text-decoration: none; }
/*-- ========================================================================== Privacy Policay Page css end ========================================================================================= --*/


/*-- Blog Section Start --*/
.blogslider {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}
.blog-imgbox {
    position: relative;
}

.blog-imgbox .h4 {
    position: absolute;
    margin: 0px;
    font-size: 50px;
    max-width: 220px;
    text-align: center;
    right: -10px;
    color: #880215;
    top: 160px;
}
.blog-slide {
    background: #fff8cc;
    border-radius: 10px;
    overflow: hidden;
}

.blog-content {
    padding: 15px;
    margin-top: 5px;
}

.blog-content .h4 {
    font-size: 21px;
    min-height: 150px;
}
.blog-image {
    position: relative;
}

.blog-image .datebox {
    position: absolute;
    background: #880215;
    color: #fff;
    bottom: -6px;
    right: 10px;
    padding: 5px 15px;
}

.blog-image .datebox:before {
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-right: 30px solid #fff8cc;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    left: -29px;
    bottom: 0;
}
.blog-sec .swiper-button-next, .blog-sec .swiper-button-prev {
    position: absolute;
    right: 0;
    left: auto;
    top: 30px;
}
.blog-sec .swiper-button-prev{
        right: 60px;
}
.blog-imgbox:after{
    content: "";
    height: 230px;
    width: 230px;
    background-image: url(../img/shape1.png);
    display: block;
    position: absolute;
    top: -40px;
    left: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
  }
  50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.blog-imgbox img {
    position: relative;
    z-index: 1;
}
/*-- Blog Section End --*/

/*-- Program Section Start --*/
.op-sec{
        background-color: transparent;
        background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
        position: relative;
        margin-bottom: 160px;
}
.op-sec:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(../img/Asset-1-a.png);
    background-position: center top;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.1;
    background-attachment: fixed;
}
.opslider {
    position: relative;
    margin-bottom: -90px;
}

.swiper-container {
    overflow: hidden;
}
.op-content {
    background: #fff;
    box-shadow: 20px 20px 20px 20px rgba(0,0,0,0.5);
}

.op-content .h4 {
    margin: 0px;
    text-align: center;
    padding: 15px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #880215;
    background: #eeee;
    border: 1px solid #880215;
    border-radius: 10px;
    border-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.op-slide {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
}
.op-sec .container {
    position: relative;
    z-index: 1;
}
.op-sec .headingbox .h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
/*-- Program Section End --*/

/*-- Cta Start --*/


.promo-box-container {
  position: relative;
  margin: auto;
  display: block;
  /* max-width: 760px; */
  width: 100%;
  min-height: 225px;
        background: linear-gradient(rgb(221 172 88 / 88%), rgb(221 172 88 / 91%)), url(../img/cta-bottm.webp) no-repeat 100%;
  z-index: 1;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
      padding: 100px;
      border-radius: 15px;
}
.promo-box-container h5{
    font-size: 32px;
    color: #fff;
        z-index: 9999;
    position: relative;
}
.promo-box-container p{
    color: #fff;
        z-index: 9999;
    position: relative;
}
.promo-box-container .right-triangle {
  position: absolute;
  bottom: 0%;
  right: 0%;
  height: 100%;
  width: 50%;
        background: linear-gradient(rgb(13 24 41 / 64%), rgb(13 24 41 / 80%)), no-repeat 100%;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      border-radius: 0pc 15px 15px 0px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.promo-box-container .linkspanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.promo-box-container .title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 36%;
  margin-right: 8%;
  margin-top: 0;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.promo-box-container .title a {
  text-decoration: none;
  color: #000;
}

.promo-box-container .title span.lighter {
  font-weight: 300;
}

.promo-box-container .cta-button {

  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0.7em;
  float: right;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  z-index: 99;
  -o-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

.promo-box-container .cta-button:hover {
  color: #000;
}



.cta-sec{
    background-image: url(../img/diagonal-lines-2.png);
}
.cta-content {
    text-align: center;
    padding: 30px;
    border: 2px solid #880215;
    border-radius: 10px;
    background: #ffffff;
}
.cta-hding .h1 {
    color: #880215;
}
/*-- Cta End --*/

/*-- Gallery Section Start --*/
/* GRID FIX */
#image-gallery .row {
  display: flex;
  flex-wrap: wrap;
}

/* DEFAULT */
#image-gallery .image {
  padding: 10px;
}

/* BIG ITEM */
#image-gallery .image.big {
  flex: 0 0 50%;
  max-width: 50%;
}

/* SMALL ITEMS */
#image-gallery .image.small {
  flex: 0 0 25%;
  max-width: 25%;
}

/* WIDE ITEMS */
#image-gallery .image.wide {
  flex: 0 0 50%;
  max-width: 50%;
}

/* IMAGE STYLE */
.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.img-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.5s;
}

/* BIG HEIGHT */
.image.big img {
  height: 580px;
}

/* WIDE HEIGHT */
.image.wide img {
  height: 300px;
}

/* HOVER */
.img-wrapper:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

/* OVERLAY */
.img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.img-wrapper:hover .img-overlay {
  opacity: 1;
}

.img-overlay i {
  color: #fff;
  font-size: 35px;
}
#gallery{
        /* background-image: linear-gradient(180deg, #efe7f4 0%, #ffffff 100%); */
        position: relative;
        border-bottom: 2px solid #ddac58;
}
#our-work{
border-bottom: 2px solid #ddac58;
}

.gallery-top-right{
    position: absolute;
    top: 0;
    right: 0;
}
.gallery-bottom-left{
        position: absolute;
    bottom: 0;
    left: 0;
}
.cta-section-bottom {
  position: relative;
  background: url('../img/cta-bottm.webp') center/cover no-repeat;
  padding: 100px 0px;
  z-index: 999;
      border-radius: 30px;
text-align: center;
}
.cta-section-bottom h5{
    font-size: 32px;
    margin-bottom: 10px;
}
.cta-section-bottom h5, .cta-section-bottom p{
    position: relative;
    z-index:999;
    color: white;
}
/* overlay */
.cta-section-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
    border-radius: 30px;
    background: radial-gradient(at top left, #22386ae3 0%, #22386ab3 100%);
}
/* MOBILE FIX */
@media (max-width: 768px) {
  #image-gallery .image.big,
  #image-gallery .image.small,
  #image-gallery .image.wide {
    flex: 0 0 100%;
    max-width: 100%;
  }
    .fcc-job-num { font-size: 36px; min-width: 50px; letter-spacing: -2px; }
  .fcc-job-name { font-size: 18px; }
  .fcc-toggle-ic { display: none; }
  .fcc-acc-body { padding-left: 0; }
  .fcc-acc-btn { gap: 0px !important; }
  .sd-overview-grid .reveal{
    text-align: center;
  }
  .sd-related-grid{
    text-align: center;
  }
.exp-line {
    margin-top: 0px;
}
  .image.big img {
    height: 200px;
  }
    .image.small img {
    height: 200px;
  }
}
.img-wrapper {
  border-radius: 15px;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}
#gallery .h2 {
    text-align: center;
    margin-bottom: 8px;
}

/*-- Gallery Section End --*/

/*-- Topper Section Start --*/
.centertext .h2 {
    text-align: center;
    margin-bottom: 8px;
}
.topper-item {
    border: 2px solid #880215;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.topper-content {
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.topper-content .h4 {
    color: #880215;
}

.topper-content .topperdate {
    background: #eee;
    display: inline-block;
    padding: 4px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.topper-imgbox {
    position: relative;
}

.topper-class {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border: 7px solid #fff;
    margin-bottom: -30px;
}
.topper-sec .container:after {
    content: "";
    height: 400px;
    width: 80%;
    display: block;
    background-image: url(../img/diagonal-lines-2.png);
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.topper-sec .container {
    position: relative;
}

.topper-sec .container .row {
    position: relative;
    z-index: 1;
}
/*-- Topper Section End --*/

/*-- Achivers Section Start --*/
.achiver-imgbox {
    background-color: #eee;
    padding: 15px;
    border-radius: 15px;
    position: relative;
}

.achiver-imgbox img {
    border-radius: 15px;
}
.achive-it-img {
    border: 10px solid #fbd800;
    width: 70%;
    margin: 0 auto;
}

.achive-it-img img {
    width: 100%;
}

.achive-item {
    position: relative;
    margin-bottom: 10px;
}

.achive-it-content {
    position: relative;
}

.achive-it-content img {
    position: absolute;
    width: 100%;
    bottom: 10px;
    height: 80px;
    z-index: 0;
}

.achive-it-content .course-category {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.achive-it-content .acbox11 {
    position: relative;
    z-index: 1;
    padding: 6px;
    width: 60%;
    margin: 0 auto;
    top: -14px;
}
.achive-it-content .acbox11 .h3 {
    margin: 0px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.achive-sec {
    background: #fefaee;
}
/*-- Achivers Section End --*/

/*-- FAQ Section Start --*/
.faq-section{
    background-color: #ffffff;
    position: relative;
}
.faq-section:after{
    content: "";
    display: block;
    height: 100%;
    width: 57%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    background-image: url(../img/faq-bg.jpg);
}
.faq-section .container{
    position: relative;
    z-index: 2;
}
.white-textbox .h2 {
    margin-bottom: 30px;
}

.main-content .description-title {
  font-size: 18px;
  background-color: #fcd900;
  color: #880215;
  padding-left: 20px;
  line-height: 55px;
  transition: 0.3s;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.main-content .description-title:hover {
  background-color: #fcd901;
  cursor: pointer;
}
.main-content .expand-collapse {
  float: right;
  margin-right: 8px;
}
.main-content .description {
  font-size: 18px;
  color: #35353f;
  max-height: 0;
  overflow: hidden;
  margin-left: 0px;
  transition: max-height 0.2s ease-out;
  margin: 0px;
}
.main-content .description p {
  margin-top: 4px;
}
.acc-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #880215;
}
.form-boxarea {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 20px;
}

.form-boxarea .headingbox .h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.headingbox .h2 {
        font-family: 'Cormorant Garamond', serif;
        font-size: 36px;
}
    

#contact-form .form-group input, #contact-form .form-group textarea {
    width: 100%;
    border: 1px solid #fff;
    background: transparent;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 50px;
}

#contact-form .form-group textarea {
    height: 110px;
}
#contact-form .form-group input::placeholder,
#contact-form .form-group textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#contact-form .form-group input::-ms-input-placeholder,
#contact-form .form-group textarea::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
#contact-form .form-group {
    position: relative;
}

#contact-form .form-group i {
    position: absolute;
    left: 15px;
    color: #fff;
    top: 12px;
    font-size: 20px;
}
.faq-section:before {
    content: "";
    height: 100%;
    width: 57%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background-color: transparent;
    background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%);
}
.videobox{
    line-height: 0px;
}
.videobox iframe{
    border-radius: 10px;
    border:3px solid #fff;
}
/*-- FAQ Section End --*/

/*-- Testimonils Start --*/
.testi-sec {
    /* background: #fefaee; */
        border-bottom: 2px solid #ddac58;
}
.testi-slider{
    overflow-x: hidden;
    position: relative;
    top: 0;
    height: 350px;
}
/* .testi-sec {
    background: #fefaee;
} */

.testi-work {
     background-color: transparent;
    /* background-image: linear-gradient(160deg, #efe8f4 0%, #efe8f4 100%); */
    padding: 50px 50px 20px;
    text-align: center;
    border-radius: 15px;
    border: 5px solid #efe8f4;
        margin-top: 100px;
}
.testi-work::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 84%;
    /* right: -180px; */
    /* transform: translateX(-50%); */
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #efe8f4;

}

.testimonial-two__client-info {
     position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ddac58;
    border: 5px solid #efe8f4;
    border-top-left-radius: 40px;
    border-right: 5px solid #efe8f4;
    padding: 10px 25px 10px;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    z-index: 2;
    top: 30px;
    right: 0;
}
.testimonial-two__client-info:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 40px;
    background-color: #ff3639;
    transform: scaleY(0.7) rotateX(20deg);
    transition: all 0.4s linear;
    opacity: 0;
    z-index: -1;
}
.testimonial-two__client-img {
    position: relative;
    display: block;
    width: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-two__client-img img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-two__client-content {
    position: relative;
    display: block;
    margin-left: 15px;
}
.testimonial-two__client-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 2px;
}
.testimonial-two__client-name a{
    color: #fff;
}
.testimonial-two__client-sub-title {
    font-size: 14px;
    font-weight: 500;
    /* letter-spacing: 0.2em; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
}
.testi-w-content h4 {
    color: #000;
}

.testi-w-content p {
    color: #fff;
    margin: 0px;
}
.testi-w-img{
    width: 60px;
    margin:0 auto 15px;
}
/*-- Testimonils End --*/
/* ══════════════════════════════
   QUOTE BREAK
══════════════════════════════ */
#quote-break {
  position: relative; z-index: 2;
 text-align: center;
 
      border-bottom: 2px solid #ddac58;
      border-top: 2px solid #ddac58;
      overflow: hidden;
}
.vline { width: 1px; height: 72px; background: linear-gradient(to bottom, transparent, var(--gold), transparent); margin: 0 auto 52px; }
.qb-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 45px; font-weight: 300;
  color: #f8f5ee; max-width: 860px; margin: 0 auto 0px; line-height: 1.28;
}
.qb-text em { color: var(--gold); font-style: normal; }
.qb-attr {
  font-family: 'DM Mono', monospace;
  font-size: .64rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--ivory-muted);
}

/* ══════════════════════════════
   CONTACT
══════════════════════════════ */
#contact{
        border-bottom: 2px solid #ddac58;
}
/* .contact-info { margin-top: 48px; } */
.ci-row {
  display: flex; flex-direction: column; gap: 5px;
  padding: 22px 0; border-bottom: 1px solid rgba(201,168,76,.1);
}
.ci-label {
  font-family: 'DM Mono', monospace;
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
     color: rgb(201 168 76);
}
.ci-val { font-size: .98rem; color: #fff; }

.contact-form {
  background: #162036;
  border: 1px solid rgba(201,168,76,.15);
  padding: 20px 15px;
}

.f-group { margin-bottom: 26px; }
.f-label {
  display: block;
  font-family: 'DM Mono', monospace;
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
 
    color: rgb(201 168 76); margin-bottom: 10px;
}
.f-input, .f-ta {
  width: 100%; background: rgba(8,15,28,.7);
  border: 1px solid rgba(201,168,76,.15);
  color: #fff; font-family: 'DM Sans', sans-serif;
  font-size: .93rem; font-weight: 300; padding: 13px 17px;
  outline: none; resize: none; transition: border-color .3s;
}
.f-input:focus, .f-ta:focus { border-color: rgba(201,168,76,.5); }
.f-ta { height: 114px; }
.f-submit {
  width: 100%; background: #c9a84c; color: var(--navy);
  font-family: 'DM Mono', monospace;
  font-size: .7rem; letter-spacing: .2em; text-transform: uppercase;
  padding: 17px; border: none; cursor: none; transition: background .3s;
}
.f-submit:hover { background: var(--gold-light); }

/*-- Footer Start --*/
.dg-footer {
    /* background: url('../img/footer-bg.webp'); */
    /* background: #000; */
    background-size: cover;
    background-position:  top center;
}
.dg-ft-content {
    padding: 50px 0px 20px 0px;
}

.ft-meu .h3 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    font-size: 22px;
        font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

.ft-menulist li a {
    color: #fff;
    font-size: 14px;
}

.ft-menulist li {
    position: relative;
    margin-bottom: 10px;
}

.ft-menulist li:after {
    content: "";
    height: 7px;
    width: 7px;
    background: #fff;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: -22px;
    top: 8px;
}
.ft-menulist li:hover:after{
    background: #ddac58;
}
.ft-menulist li a:hover{
    color: #ddac58;
}
.ft-info li {
position: relative;
    /* border: 1px solid #eee; */
    padding: 12px 15px;
    margin-bottom: 8px;
    border-radius: 6px;
    background-color: transparent;
    /* background-image: linear-gradient(160deg, #8c0215 0%, #45010a 100%); */
    color: #fff;
    padding-left: 30px;
}

ul.ft-info {
    padding: 0px;
    margin: 0px;
}

.ft-info li a {
    color: #fff;
        font-size: 14px;
}

.ft-info li i {
      position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    background: #ddac58;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
}
.ft-content {
    color: #000000;
    margin-top: 10px;
}
.dg-ftlogo .nav-brand img{
        max-width: 40%;

}
.dg-ftlogo .social-icons {
    margin-top: 20px;
}

.dg-ftlogo .social-icons a {
    color: #fff;
    border: 1px solid #fff;
}

.dg-ftlogo .social-icons a:hover {
    color: #ba8a41;
    border-color: #ba8a41;
}
.dg-ftlogo .social-icons a:hover svg{
    fill: #840214;
}
.dg-ft-col1 .social-icons a svg {
    color: #000000;
    fill: #000000;
}
.bottombar {
    text-align: center;
    padding: 15px;
    background-color: transparent;
    background: #ddac58;
    color: #000;
}
.cta-section{
        border-bottom: 2px solid #ddac58;
}
.sticky-socialmedia {
    list-style: none;
}
.sticky-socialmedia {
    position: fixed;
    top: 65%;
    right: 0;
    z-index: 9;
    transform: translate(0px, -50%);
}
.sticky-socialmedia li a {
    width: 40px;
    height: 40px;
    background: #ddac58;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 8px;
        border-radius: 8px 0px 0px 8px;

}
.sticky-socialmedia li a:hover{
    background: #000;
}
.bottombar a{
    font-size: 14px;
}
.dg-mapbox {
    line-height: 0px;
}
.desktopbanner{
    display: block;
}
.desktopbanner {
  width: 100%;
  height: auto;
  transform: scale(1);
  animation: zoomEffect 10s ease-in-out infinite;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mobilebanner{
    display: none;
}
.stickybtnwhatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.mobile-ctickybtn {
    display: none;
}
/*-- Footer End --*/

#once-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    z-index: 10000;
    display: none;
}
#once-popup .inner {
    background: #eaeaea;
    padding: 20px;
    width: 600px;
    max-width: 90%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
#once-popup #popup-close {
    float: right;
    font-size: 30px;
    line-height: 10px;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    background: #ddac58;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    top: -10px;
    }
    .popuptext h2 {
    color: #880215;
    margin-top: 14px;
        font-size: 28px;
}
.popimg img {
    max-width: 280px;
    width: 100%;
}
.popimg {
    border: 1px solid #880215;
    border-radius: 10px;
    padding-bottom: 15px;
}
.form-label {
    margin-bottom: .5rem;
    display: none;
    text-align: left;
}
/*-- Responsive Start --*/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.dg-both{
  padding:40px 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.banner-content .h1{
    font-size: 24px;
}
.badgeimg{
        right: -20px;
}
.banner-content .subhding{
    font-size: 18px;
}
.stickybtnwhatsapp {
        display: none;
    }
/*-- Banner Section Start --*/

.videobanner {
    height: 281px;
}

.swiper-wrapper {
    max-height: inherit;
    height: auto;
}

/*-- Banner Section End --*/

/*-- About Section Start --*/
.about-img {
    margin-top: 60px;
}
.listbg, .pointbg{
        margin-top: 20px;
}
.op-sec{
        margin-bottom: 140px;
}
/*-- About Section End --*/

/*-- Programmes Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
/*-- Programmes Section End --*/

/*-- Achievers Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
.achive-sec .row .col-lg-4:nth-child(1){order: 2;}
.achive-sec .row .col-lg-4:nth-child(2){order: 1;margin-bottom: 30px;}
.achive-sec .row .col-lg-4:nth-child(3){order: 3;}
/*-- Achievers Section End --*/

/*-- Blog Section Start --*/
.blog-content .h4{
    min-height: auto;
    text-align: center;
}
.blog-content .btn-box {
    text-align: center;
}
.blog-imgbox .h4 {
    position: absolute;
    font-size: 80px;
    max-width: 280px;
    z-index: 1;
}
/*-- Blog Section End --*/

/*-- FAQ Section Start --*/
.faq-section .white-textbox .h2{
    color:#fff;
}
.faq-section:before,
.faq-section:after{
        width: 100%;
}
.form-boxarea {
    margin-top: 30px;
}
/*-- FAQ Section End --*/

/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 40px;
}
.dg-mapbox iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}
    .mobile-ctickybtn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
    .mobile-ctickybtn a {
        width: 50%;
        text-align: center;
        padding: 10px;
        background: green;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile-ctickybtn a:nth-child(1) {
        background: #010883;
    }
        .mobile-ctickybtn a i {
        font-size: 23px;
    }
    .mobile-ctickybtn a span {
        display: block;
        margin-top: 5px;
    }
    .bottombar {
    margin-bottom: 40px;
}
/*-- Footer Section End --*/

}

@media only screen and (min-width: 320px) and (max-width: 766px){
.ipad{width:100%}
.dg-top-pd{
  padding-top:40px;
}
.dg-bottom-pd{
  padding-bottom:40px;
}
.m-item{
    gap: 15px;
}
.qb-text{
    font-size: 20px;
}
.fpp-block-title{
    font-size: 30px;
}
 .fwcu-stat-item + .fwcu-stat-item::before { display: none; }
      .fwcu-stat-item { border-top: 1px solid rgba(201,168,76,.25); }
      .fwcu-stat-item:first-child { border-top: none; }
      .mv-grid{
        display: block;
      }
      .about-hero{
        padding: 60px 20px;
      }
      .mv-card{
            padding: 20px 20px;
      }
      .fcp-form-card{
            padding: 28px 18px;
      }
      .fcc-job-row{
            padding: 16px 10px;
      }
      .fcc-apply-card{
            padding: 22px 10px;
      }
.pillars-grid {
    grid-template-columns: repeat(1, 1fr);}
    .pillar{
            padding: 20px 32px 20px;
                margin: 10px 0px;
    }
    .fst-about{
        padding: 40px 0px;
        text-align: center;
    }
    .fst-about-title {
    font-size: 30px;}
.hx-tile {
    width: 168px;}
    .hx-grid{
            gap: 8px;
    justify-content: center;
    }
.sticky-socialmedia{
    display: none;
}
    .fs-desc {
        display: none;
    }
    .hero-content{
        width: inherit;
        left: 0;
        padding: 0px 20px;
    }
    .team-grid{
            grid-template-columns: 1fr;
    }
    h1.hero-title{
        font-size: 35px;
        text-align: center;
    }
    .swiper-button-next, .swiper-button-prev{
        height: 30px;
        width: 30px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 16px;
    }
    .hero-sub{
        text-align: center;
        color: #fff;
    }
    .hero-content .btn-box{
        text-align: center;
    }
    .headingbox .h2{
        font-size: 30px;
    }
    p{
        font-size: 14px;
    }
    .fs-title{
        font-size: 30px;
        text-align: center;
        margin-bottom: 10px;
    }
    .tcard{
        padding: 20px;
        text-align: center;
    }
    .tphoto{
        margin: 0px auto 20px;
    }
    .five-focus{
        margin-top: 20px;
    }
    #hero {
    min-height: 50vh;
        padding: 10px;
                background-position: right center;
        background-size: cover;
}
.banner-content .subtitle span{
    color: #fff;
}
 .promo-box-container {
    position: relative;
    margin: auto;
    display: block;
    /* width: 300px; */
    /* height: 200px; */
    z-index: 1;
    color: #000;
    background: linear-gradient(rgb(221 172 88 / 88%), rgb(221 172 88 / 91%)), url(../img/cta-bottm.webp) no-repeat 100%;
padding: 30px;
  }
  .promo-box-container .title {
    font-size: 24px;
    line-height: 28px;
  }
  .promo-box-container .title span.lighter {
    font-size: 19px;
    display: block;
    line-height: 24px;
    margin-top: 10px;
  }
  .promo-box-container .cta-button {
    font-size: 12px;
    top: auto;
  }
  .promo-box-container .right-triangle {
    width: 80%;
      background: linear-gradient(rgb(13 24 41 / 64%), rgb(13 24 41 / 80%)), no-repeat 100%;
  }
  .promo-box-container h5 {
    font-size: 24px;
  }
header.header-area{
    position: inherit;
}
.classy-navbar .col-md-2{
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.dark.classy-nav-container{
    background: #000;
}
.dark .classy-navbar-toggler .navbarToggler span {
    background-color: #fff;
}
.nav-brand img {
    max-width: 100px;
}
/* LOGO */
#logoAnim {
      max-width: 100px;
}

/* MOVE TO HEADER */
#logoAnim.move {
      max-width: 100px;
}
.dark.classy-nav-container a{
    color: #fff;
}

.dg-both{
  padding:40px 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.banner-content .h1{
    font-size: 24px;
}
.banner-content .subhding{
    font-size: 14px;
}
.banner-content .h1{
    margin-bottom: 5px;
}
.contentbox{
    text-align: center;
}
.email-address a:nth-child(2),
.top-rt {
    display: none;
}
.top-lf {
    width: 100%;
    text-align: center;
}
.stickybtnwhatsapp {
        display: none;
    }
/*-- Banner Section Start --*/

.videobanner {
    height: auto;
    line-height: 0px;
}

.swiper-wrapper {
    max-height: inherit;
    height: auto;
}
.banner-content {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    width: 100%;
    background-color: #ddac58;
    text-align: center;
    padding: 20px;
}
.work-box .overlay{
    bottom: 0;
    transform: inherit;
}
.work-box img{
        height: 250px;
}
.work-box .overlay h4{
    font-size: 20px;
}
.overlybox{
    display: none;
}
.videobanner .vjs-tech {
    position: static;
}
.desktopbanner{
    display: none;
}
.mobilebanner{
    display: block;
}
.swiper-button-next, .swiper-button-prev{
        margin-top: -40px;
}
/*-- Banner Section End --*/

/*-- About Section Start --*/
.about-img {
    margin-bottom: 40px;
}
.marquee-section{
    height: 50px;
}
.marquee-section  .marquee span{
        margin-right: 20px;
        font-size: 22px;
}
.service-box{
    top: 50px;
    display: block;
            padding: 15px;

}
.service-content{
    text-align: center;
}
.service-parent {
    height: 480vh;
}
.feature h6{
    font-size: 18px;
}
.feature{
    margin-bottom: 10px;
}
.feature-number {
    width: 100px;
}
.testi-slider{
    height: 330px;
}
.cta-section-bottom h5{
    font-size: 24px;
}
.cta-section-bottom{
        padding: 60px 30px;
}

.service-content h5{
    font-size: 20px;
}
.service-left-img, .service-content{
    width: 100%;
}
.service-left-img{
    margin-bottom: 20px;
}
.badgeimg{
    width: 90px;
    right: 0;
}
.listbg, .pointbg{
        margin-top: 20px;
}
.op-sec{
        margin-bottom: 140px;
}
.banner-content{
    adding-top: 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
}
/*-- About Section End --*/

/*-- Programmes Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
/*-- Programmes Section End --*/

/*-- Achievers Section Start --*/
.op-sec .headingbox .h2{
    margin-bottom: 20px;
}
.achive-sec .row .col-lg-4:nth-child(1){order: 2;}
.achive-sec .row .col-lg-4:nth-child(2){order: 1;margin-bottom: 30px;}
.achive-sec .row .col-lg-4:nth-child(3){order: 3;}
.achive-it-content .acbox11{
        width: 70%;
}
/*-- Achievers Section End --*/

/*-- Blog Section Start --*/
.blog-content .h4{
    min-height: auto;
    text-align: center;
}
.blog-content .btn-box {
    text-align: center;
}
.blog-imgbox .h4 {
    position: static;
    font-size: 26px;
    max-width: 100%;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px;
}
.blog-sec .swiper-button-next, .blog-sec .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.blog-sec .swiper-button-prev {
    right: auto;
    left: 10px;
}
.blog-imgbox:after{
    height: 130px;
    width: 130px;
    top: 40px;
    left: 90px;
}
.blogslider{
        padding-top: 10px;
}
.achive-it-content .course-category,
.achive-it-content .acbox11 .h3{
        font-size: 14px;
}
/*-- Blog Section End --*/

/*-- FAQ Section Start --*/
.faq-section .white-textbox .h2{
    color:#fff;
}
.faq-section:before,
.faq-section:after{
        width: 100%;
}
.form-boxarea {
    margin-top: 30px;
}
.main-content .description-title {
    padding: 10px 40px 10px 15px;
    line-height: normal;
    position: relative;
}

.main-content .expand-collapse {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*-- FAQ Section End --*/

/*-- Footer Section Start --*/
.ft-meu {
    margin-top: 40px;
}
.dg-mapbox iframe {
    border-radius: 20px;
    margin-bottom: 30px;
}
ul.ft-info {
    padding-left: 20px;
}
.mobile-ctickybtn {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }
    .mobile-ctickybtn a {
        width: 50%;
        text-align: center;
        padding: 10px;
        background: green;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile-ctickybtn a:nth-child(1) {
        background: #ddac58;
    }
        .mobile-ctickybtn a i {
        font-size: 23px;
    }
    .mobile-ctickybtn a span {
        display: block;
        margin-top: 5px;
    }
    .bottombar {
    margin-bottom: 40px;
}
.point-content{
        min-height: auto;
}
/*-- Footer Section End --*/

}
/*-- Responsive End --*/
/* ── Services Page — no sticky, clean card ── */
.service-box-page {
    display: flex;
    align-items: center;
    gap: 0;
    border-radius: 16px;
    background: #162036;
    border: 1px solid rgba(221,172,88,.14);
    overflow: hidden;
    transition: border-color .3s, transform .3s, box-shadow .3s;
    height: 100%;
}
.service-box-page:hover {
    border-color: rgba(221,172,88,.45);
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(221,172,88,.1);
}
.service-box-page .service-left-img {
    width: 100%;
    min-height: 240px;
    flex-shrink: 0;
    overflow: hidden;
}
.service-box-main{
  position: inherit;
}
.service-box-page .service-left-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .5s;
}
.service-box-page:hover .service-left-img img { transform: scale(1.06); }
.service-box-page .service-content {
    width: 100%;
    padding: 28px 24px;
}
.service-box-page .service-content h5 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    margin-bottom: 10px;
}
.service-main{
  position: relative;
}
.service-main .service-box-page{
  display: block;
}
.service-box-page .service-content p { color: #fff; font-size: 16px; line-height: 1.85; }
@media(max-width:767px){
    .service-box-page { flex-direction: column; }
    .service-box-page .service-left-img,
    .service-box-page .service-content { width: 100%; }
    .service-box-page .service-left-img { min-height: 190px; }
}
