.video-hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05); /* Adjust darkness */
    z-index: -1;
}

.video-hero .container {
    position: relative;
    z-index: 2;
}

.hero-content h1,
.hero-right-items p {
    color: #fff;
}

.br-8{
    border-radius: 8px;
}

.breadcrumb-wrapper {
    position: relative;
}

.breadcrumb-wrapper .container {
    position: relative;
    z-index: 2;
}

.for_mob{
    display: none;
}

 @media (max-width: 600px) {
    .for_mob{
        display: block;
    }
 }

 .about-para{
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding-bottom: 20px;
 }

 .about-para h3{
    font-family: "Instrument Serif", serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 14px;
 }

 .team-text{
    color: #29292a;
    font-size: 16px;
 }
 
#mob-serv-section{
    display: none !important;
}
 
@media (max-width: 991.98px) {
    #desk-serv-section {
        display: none !important;
    }
    #mob-serv-section{
        display: block !important;
    }
}


#chcModalBackdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    animation: chcFadeIn .5s ease forwards;
}

@keyframes chcFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes chcFadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes chcSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes chcGoldPulse {

    0%,
    100% {
        box-shadow: 0 0 0 6px rgba(168, 134, 80, .25), 0 0 0 12px rgba(168, 134, 80, .1)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(168, 134, 80, .35), 0 0 0 18px rgba(168, 134, 80, .12)
    }
}

@keyframes chcRise {
    0% {
        opacity: 0;
        transform: translateY(100%) scale(0)
    }

    20% {
        opacity: .6
    }

    80% {
        opacity: .3
    }

    100% {
        opacity: 0;
        transform: translateY(-30px) scale(1.2)
    }
}

@keyframes chcWaPulse {

    0%,
    100% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, .4)
    }

    50% {
        box-shadow: 0 6px 28px rgba(37, 211, 102, .65), 0 0 0 8px rgba(37, 211, 102, .1)
    }
}

#chcModalBox {
    background: #101010;
    border-radius: 16px;
    overflow: hidden;
    width: 560px;
    max-width: 94vw;
    position: relative;
    animation: chcSlideUp .65s cubic-bezier(.4, 0, .2, 1) forwards;
    box-shadow: 0 32px 80px rgba(0, 0, 0, .35);
}

.chc-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 5;
    background: linear-gradient(90deg, #A88650, #d4a96a, #A88650, #d4a96a, #A88650);
}

.chc-close-x {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background .2s;
    font-family: inherit;
    outline: none;
}

.chc-close-x:hover {
    background: rgba(255, 255, 255, .25)
}

.chc-modal-top {
    background: linear-gradient(145deg, #101010 0%, #272727 100%);
    padding: 44px 32px 34px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.chc-modal-top::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% -10%, rgba(168, 134, 80, .28) 0%, transparent 65%);
}

.chc-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0
}

.chc-particle {
    position: absolute;
    border-radius: 50%;
    animation: chcRise linear infinite
}

.chc-modal-top>* {
    position: relative;
    z-index: 2
}

.chc-logo {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 24px
}

.chc-anni-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8a6930, #c49a50, #d4b46a, #c49a50, #8a6930);
    border-radius: 50%;
    width: 112px;
    height: 112px;
    box-shadow: 0 0 0 6px rgba(168, 134, 80, .25), 0 0 0 12px rgba(168, 134, 80, .1);
    margin: 0 auto 22px;
    animation: chcGoldPulse 2.5s ease-in-out infinite;
}

.chc-anni-main {
    display: flex;
    align-items: baseline;
    gap: 1px
}

.chc-anni-num {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-family: inherit
}

.chc-anni-plus {
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .85)
}

.chc-anni-lbl {
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
    margin-top: 3px
}

.chc-modal-tag {
    display: inline-block;
    margin-bottom: 14px;
    background: rgba(168, 134, 80, .15);
    border: 1px solid rgba(168, 134, 80, .35);
    color: #d4b07a;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
}

.chc-modal-top h2 {
    font-size: clamp(1.3rem, 3vw, 1.65rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 12px;
}

.chc-modal-top h2 span {
    color: #d4a96a
}

.chc-modal-top p {
    font-size: .88rem;
    color: rgba(255, 255, 255, .62);
    line-height: 1.75;
    max-width: 400px;
    margin: 0 auto
}

.chc-modal-bot {
    padding: 26px 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.chc-stats {
    display: flex;
    gap: 20px;
    align-items: center
}

.chc-stat {
    text-align: center
}

.chc-stat-num {
    font-size: 1.3rem;
    font-weight: 700;
    color: #101010;
    line-height: 1
}

.chc-stat-num sup {
    font-size: .75rem;
    color: #A88650;
    font-weight: 700
}

.chc-stat-lbl {
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8a9ab0;
    margin-top: 4px
}

.chc-vd {
    width: 1px;
    height: 34px;
    background: #e2e8f0;
    flex-shrink: 0
}

.chc-btns {
    display: flex;
    gap: 10px
}

.chc-btn-close {
    font-size: .78rem;
    font-weight: 600;
    color: #64748b;
    font-family: inherit;
    padding: 11px 18px;
    border-radius: 6px;
    border: 1.5px solid #dde3ec;
    cursor: pointer;
    background: #fff;
    transition: all .25s;
}

.chc-btn-close:hover {
    border-color: #fff;
    color: #fff;
    background: #101010
}

.chc-btn-explore {
    font-size: .78rem;
    font-weight: 700;
    color: #fff;
    font-family: inherit;
    padding: 11px 22px;
    border-radius: 6px;
    border: none;
    background: linear-gradient(135deg, #101010, #272727);
    cursor: pointer;
    transition: all .25s;
    box-shadow: 0 4px 14px rgba(0, 60, 117, .25);
}

.chc-btn-explore:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 60, 117, .35)
}

/* WhatsApp float */
#chcWaFloat {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 99998;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(37, 211, 102, .4);
    text-decoration: none;
    animation: chcWaPulse 2.5s ease-in-out infinite;
    transition: transform .3s;
}

#chcWaFloat:hover {
    transform: scale(1.1)
}

#chcWaFloat svg {
    width: 28px;
    height: 28px
}

.chc-wa-tip {
    position: absolute;
    right: 62px;
    top: 50%;
    transform: translateY(-50%);
    background: #111;
    color: #fff;
    font-size: .72rem;
    font-weight: 600;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

.chc-wa-tip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #111;
}

#chcWaFloat:hover .chc-wa-tip {
    opacity: 1
}

@media(max-width:520px) {
    .chc-modal-bot {
        flex-direction: column;
        align-items: flex-start
    }

    .chc-stats {
        gap: 14px
    }

    .chc-btns {
        width: 100%
    }

    .chc-btn-close,
    .chc-btn-explore {
        flex: 1;
        text-align: center
    }
}

#chcWaFloat {
    position: fixed !important;
    bottom: 128px !important;
    right: 28px !important;
    z-index: 99998 !important;
}


.counter-box ul li{
    color: #000;
    font-size: 15px;
    list-style: ;
}
.counter-box ul{
    list-style: disc;
    padding-left: 20px;
}

/* Inline field error */
.chc-field-error {
  font-size: 0.80rem;
  color: #c62828;
  margin-top: 4px;
  display: none;
}
.chc-field-error.visible { display: block; }
.form-control.is-invalid {
  border-color: #c62828 !important;
  box-shadow: 0 0 0 2px rgba(198,40,40,0.12);
}

/* Submit btn loading state */
.theme-btn.loading .btn-title::after {
  content: ' …';
}
.theme-btn.loading { opacity: 0.7; pointer-events: none; }

.chc-field-error        { display: none; }
.chc-field-error.visible { display: block; }


/* Modal Overlay */
.chc-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.chc-modal-overlay.active {
  display: flex;
}
.chc-modal {
  background: #fff;
  border-radius: 10px;
  padding: 44px 40px;
  max-width: 460px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.22);
  position: relative;
  animation: modalPop 0.32s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes modalPop {
  from { transform: scale(0.85); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}
.chc-modal .modal-icon {
  width: 68px; height: 68px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
}
.chc-modal .modal-icon.success { background: #e8f5e9; color: #2e7d32; }
.chc-modal .modal-icon.error   { background: #fdecea; color: #c62828; }
.chc-modal h4 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 10px;
}
.chc-modal p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 26px;
  line-height: 1.6;
}
.chc-modal .modal-close-btn {
  display: inline-block;
  padding: 11px 32px;
  background: #111111;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.chc-modal .modal-close-btn:hover { opacity: 0.82; }
.chc-modal .modal-x {
  position: absolute;
  top: 14px; right: 18px;
  background: none; border: none;
  font-size: 1.4rem; color: #999;
  cursor: pointer; line-height: 1;
}
.chc-modal .modal-x:hover { color: #111; }