/*
CTC Separate Stylesheet
Updated: 2025-04-17 15:25:41
*/
body{font-family: "Manrope", Sans-serif !important;}
.customSection{padding-top:50px;}
.customButton a.elementor-button {
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    padding: 15px 30px;
	font-family: "Manrope", Sans-serif;
    font-weight: 600;
}

.customButton a.elementor-button:hover{ background-color: red;}

.equalImageHeight{}

.customStickyHeader {
    margin-bottom: -80px;
}
#enquiryForm{margin:0 auto;}
.enquiryFormAcceptance .intl-tel-input{width:100%;}
.enquiryFormAcceptance input, .enquiryFormAcceptance textarea{font-weight:bold;}
.enquiryFormRowLabel p {margin-bottom: 0px;color: #0A1C45;text-align: left;font-weight:bold;}
span.enquiryFormRowLabelMandatory {color: red;}
.enquiryFormRow .wpcf7-acceptance .wpcf7-list-item-label {margin-left: 5px;font-size: 0.9em;color:#000;}
.enquiryFormRow .wpcf7-list-item {margin: 0px;}
.enquiryFormRow .enquiryFormRowLabel, .enquiryFormRow .enquiryFormRowInput, .enquiryFormRow .enquiryFormRowLabel p {width: 100%;font-size:14px;}
#intlPhoneNumber{width: 100%;}
.enquiryFormRowInput select, .enquiryFormRowInput input, .enquiryFormRowInput select,  .enquiryFormRowInput textarea {width: 100%;background: transparent;border:2px solid #0A1C45;box-shadow: none;border-radius: 15px;padding: 10px;color:#000;}
#submitInquiryId {width: 100%;background-color: #A50316;color: #fff;border: 0px;border-radius: 5px;padding: 10px 20px;}
#submitInquiryId:disabled {cursor: not-allowed;background-color:red !important;color: #fff;box-shadow: 0px 4px 4px 0px #00000040;}
#submitInquiryId:hover{background-color: #0A1C45;color: #fff;}

.submitInquiryClass {width: 100%;background-color: #A50316;color: #fff;border: 0px;border-radius: 5px;padding: 10px 20px;}
.submitInquiryClass:hover{background-color: #0A1C45;color: #fff;}

.formGoldBtn {
    background: linear-gradient(90deg, #ab852b 0%, #f3e28a 50%, #ab852b 100%) !important;
    color: #000 !important;
    width: 100%;
    padding: 15px !important;
    font-weight: 700 !important;
    border-radius: 5px !important;
    border: none !important;
    font-size: 18px !important;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(171,133,43,0.3);
    position: relative; /* Required for the pseudo-element border */
    overflow: hidden;   /* Keeps the running border inside the radius */
    transition: all 0.3s ease;
    display: block;
    z-index: 1;
}

/* The Hover Effect for the Background */
.formGoldBtn:hover {
    filter: brightness(1.1); /* Slight glow effect */
    box-shadow: 0 6px 20px rgba(171,133,43,0.5);
    transform: translateY(-1px);
}

/* The Running Bottom Border */
.formGoldBtn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%; /* Start off-screen to the left */
    width: 100%;
    height: 4px; /* Thickness of the border */
    background: linear-gradient(90deg, transparent, #fff, transparent); /* White shimmer effect */
    transition: none;
    z-index: 2;
}

.formGoldBtn:hover::after {
    left: 100%; /* Move all the way to the right */
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth running speed */
}

/* Fixed Bottom Border for definition */
.formGoldBtn:hover {
    border-bottom: 2px solid #ab852b !important;
}
#enquiryForm .wpcf7-acceptance {font-size: 12px;}
.zIndexHigh{z-index:999;}
.customBox01{
    margin-top: 40px !important;
    margin-left: -160px !important;
    border-top-width: 10px !important;
    border-top-color: #f2f2f2;
    border-top-style: double;
    border-right-width: 10px !important;
    border-right-color: #f2f2f2;
    border-right-style: double;
    border-bottom-width: 10px !important;
    border-bottom-color: #f2f2f2;
    border-bottom-style: double;
    border-left-width: 10px !important;
    border-left-color: #f2f2f2;
    border-left-style: double;
    padding-right: 70px !important;
    padding-left: 203px !important;
}
.footerWidgetSpace{}
.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects{background:#0a1c45;}
.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects{
    position: relative;
    border-bottom: 5px solid;
    /* Apply the linear gradient using border-image */
    border-image-source: linear-gradient(
        90deg, 
        #ab852b 0%, 
        #f3e28a 50%, 
        #ab852b 100%
    );
    border-image-slice: 1;
    
    /* Animation settings */
    background-size: 200% 100%;
    animation: goldShine 3s linear infinite;
}
.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects img{max-width:60px;}
@keyframes goldShine {
    0% {
        border-image-source: linear-gradient(90deg, #ab852b 0%, #f3e28a 0%, #ab852b 20%);
    }
    50% {
        border-image-source: linear-gradient(90deg, #ab852b 40%, #f3e28a 50%, #ab852b 60%);
    }
    100% {
        border-image-source: linear-gradient(90deg, #ab852b 80%, #f3e28a 100%, #ab852b 100%);
    }
}

/* Style for all dots */
.slick-dots li button:before {
    color: #ab852b !important; /* Base darker gold */
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* Style for the active dot with running shine */
.slick-dots li.slick-active button:before {
    opacity: 1;
    /* Creating a gradient text/icon effect */
    background: linear-gradient(90deg, #ab852b 0%, #f3e28a 50%, #ab852b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    animation: runningShineDots 3s linear infinite;
}

/* Custom animation for the dots shine */
@keyframes runningShineDots {
    0% { background-position: 200% center; }
    100% { background-position: 0% center; }
}
.slick-dots {
    bottom: 10px !important;
}

/* Remove default outlines and maintain clean state */
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

/* Apply gradient shine on hover and focus */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    /* Apply the gold gradient combination */
    background: linear-gradient(90deg, #ab852b 0%, #f3e28a 50%, #ab852b 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    /* Reusing your running line animation */
    animation: runningShineDots 3s linear infinite;
}

button.slick-arrow:before {
    font-family: 'slick';
    font-size: 24px;
    
    /* Apply the gold gradient combination */
    background: linear-gradient(90deg, #ab852b 0%, #f3e28a 50%, #ab852b 100%);
    background-size: 200% auto;
    
    /* Clip background to the icon text */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    
    /* Running shine animation */
    animation: runningShineArrows 3s linear infinite;
}

/* Reusing the same animation logic for synchronization */
@keyframes runningShineArrows {
    0% { background-position: 200% center; }
    100% { background-position: 0% center; }
}

.footerWidgetHeading {
    margin-bottom: 25px !important;
}

.gold-gradient-text {
    background: linear-gradient(
        90deg,
        #f3e28a 0%,
        #ab852b 25%,
        #f3e28a 50%,
        #ab852b 75%,
        #f3e28a 100%
    );
    background-size: 200% auto;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    animation: goldFlow 3s linear infinite;
}

@keyframes goldFlow {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}
.pageHeaderUnderMenu{padding-top:230px;padding-bottom:200px;}
.pageTitleShadow h1{text-shadow:0px 0px 8px #8d8d8d;}
.pageSubTitleShadow h5{font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.71px;
    text-transform: uppercase;
    text-shadow: 0px 0px 8px #8d8d8d;
    text-align: center;}
.contentHeadingIn{}
.colCustomGapFromTop{}
.gapFromUp{margin-top:50px;}
.smallBoxRounded{padding-top: 80px;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-left: 10px;    border-radius: 50px;
    background-color: #1ea5be;max-width:767px;}
	
.smallBoxPosition {
    position: relative;
    bottom: -150px;
    z-index: 9;
}
.maxWidthSmall{}

.largeBoxRounded{padding-top:200px;
    padding-right: 70px;
    padding-bottom: 150px;
    padding-left: 70px;    border-radius: 50px;
    background-color: #EBF5F7;}

.contactPageShortCode {
    background: #fff;
    padding: 50px;
}

.outerExpContainer{}
.expBox{border:1px solid #A50316;border-radius:20px;margin:15px;padding:30px;transition: background-color 0.4s ease, color 0.4s ease;}
.expBox:hover{background-color:#AB852B;color:#fff;}
.expBox:hover h4, .expBox:hover .elementor-widget-text-editor{color:#fff !important;}

/* Force submenu inside popup to behave properly */
.mobileMenuOverlay .sub-menu {
    position: static !important;
    width: 100% !important;
    display: none;
}

/* Show submenu when active */
.mobileMenuOverlay .menu-item-has-children.open > .sub-menu {
    display: block !important;
}

/* Prevent overflow cutting */
.mobileMenuOverlay {
    overflow: visible !important;
}

/* Fix parent li */
.mobileMenuOverlay .menu-item-has-children {
    position: relative !important;
}

.secGapKing{padding-top:75px;padding-bottom:75px;}
.destSecGapKing{padding-top:30px;padding-bottom:30px;}

/* new destionation specific contact form start's here */
.top-10-cf7-form {
    font-family: "Poppins", sans-serif;
}

.top-10-title {
    font-family: "PT Serif";
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.top-10-subtitle {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.top-10-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.top-10-grid input,
.top-10-grid select,
.top-10-cf7-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d6cfc7;
    border-radius: 8px;
    font-size: 14px;
}

.top-10-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}

.top-10-columns label {
    display: block;
    margin-bottom: 8px;
}

.top-10-cf7-form textarea {
    margin-top: 15px;
    height: 100px;
}

.top-10-btn {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    background: linear-gradient(90deg,#ab852b,#8a5a2b);
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}

.top-10-full {
    grid-column: span 2;
}

.top-10-full-width {
    width: 100%;
}

.top-10-full-width textarea {
    width: 100%;
}

/* Ensure button full width */
.top-10-btn {
    width: 100%;
    display: block;
}

/* MOBILE */
@media(max-width:768px){
    .top-10-grid,
    .top-10-columns {
        grid-template-columns: 1fr;
    }
}
/* new destionation specific contact form end's here */


@media (min-width: 768px) and (max-width: 1024px) {
.secGapKing{padding-top:75px;padding-bottom:75px;padding-left:15px;padding-right:15px;}
}

@media (max-width: 767px) {
.secGapKing{padding-top:30px;padding-bottom:30px;padding-left:15px;padding-right:15px;}
}


/* ===== WRAPPER ===== */
.top-10-lead-form-wrapper {
    font-family: "Poppins", sans-serif;
    background: #f5f1ec;
}

/* ===== HERO ===== */
.top-10-lead-form-hero {
    position: relative;
    height: auto;
    background: url('https://shrisatimatagousevafoundation.org/kingsthantourism/popup-banner.jpeg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.top-10-lead-form-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.top-10-lead-form-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
}

.top-10-lead-form-hero-content h2 {
    font-family: "PT Serif";
    font-size: 36px;
    margin-bottom: 10px;
}

.top-10-lead-form-hero-content p {
    font-size: 15px;
    color: #ddd;
}

/* LOGO */
.top-10-lead-form-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 110px;
    z-index: 3;
}

/* ===== FORM ===== */
.top-10-lead-form-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.top-10-lead-form-card {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 15px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ===== BENEFITS ===== */
.top-10-lead-form-bottom {
    max-width: 1000px;
    margin: 15px auto;
    padding: 0 20px;
    text-align: center;
}

.top-10-lead-form-bottom-benefits div {
    display: inline-block;
    padding-left: 15px;
    margin: 5px 10px;
    position: relative;
}

.top-10-lead-form-bottom-benefits div::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ab852b;
}

/* ===== TRUSTED FOOTER ===== */
.top-10-lead-form-trusted-footer {
    background: #ffffff; /* change color here */
    padding: 10px 20px;
    text-align: center;
}

/* LOGO ROW */
.top-10-lead-form-trusted-trustedDmc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.top-10-lead-form-trusted-trustedDmc img {
    max-width: 100%;
    height: auto;
}

/* ===== BOTTOM TEXT ===== */
.top-10-lead-form-bottom-text {
    background: #f0f0f0; /* change color here */
    text-align: center;
    padding: 10px 20px;
}

.top-10-lead-form-bottom-text p {
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
    .top-10-lead-form-hero-content h2 {
        font-size: 24px;
    }

    .top-10-lead-form-logo {
        width: 80px;
        right: 20px;
    }

}


@media(max-width:600px){
.top-10-lead-form-trusted-trustedDmc img {
    max-width: 60%;
    height: auto;
    width: 100%;
}
}