@media all and (min-width: 1400px) {

    /* ----------- LandingSection starts -----------  */
    #sideBtnComp {
        top: 86%;
        height: 40px;
    }

    #sideBtnComp.show {
        right: 5px;
    }

    .whatsappChat {
        top: 93%;
        left: 92.5%;
        width: 105px;
    }

    #LandingSection .slider {
        position: relative;
        width: 100%;
        height: 93vh;
        overflow: hidden;
    }

    #LandingSection .overlay {
        position: absolute;
        top: 67%;
        z-index: 2;
        text-align: center;
        color: #fff;
        width: 100%;
        border-radius: 10px;
        transform: translateX(90px);
        opacity: 0;
        transition: all 0.8s ease;
    }

    #LandingSection .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 15, 48, 0.9) 10%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
    }

    #LandingSection .pagination {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 111;
        transform: translateX(-50%);
        display: flex;
        gap: 0px;
    }

    #LandingSection .overlay h2 {
        color: white;
        font-weight: bold;
        font-size: 2.5em;
        line-height: 45px;
        letter-spacing: 1px;
        font-family: var(--fontFamilyMarcellus);
    }

    #LandingSection .overlay p {
        color: white;
        font-size: 1.3em;
        padding-bottom: 15px;
        font-family: var(--fontFamilyMulish);
    }

    #EventType .container-fluid {
        padding: 0% 5%;
    }

    .slider-btn {
        background: #fff;
        border: 2px solid #ff5c5c;
        color: #ff5c5c;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .occasion-wrapper {
        text-align: center;
        padding: 10px 20px;
        border-radius: 16px;
        margin: 20px auto;
    }

    .recommended-section h3 {
        font-size: 22px;
        font-weight: 700;
        color: #111;
        margin: 0px;
        padding: 10px 0px 20px 0px;
        letter-spacing: 0.7px;
        font-family: var(--fontFamilyMarcellus)
    }

    #WeddingVenues .container-fluid {
        padding: 1% 7.5% 2% 7.5%;
    }

    .venue-info h5 {
        font-size: 12px;
        text-align: center;
        color: var(--themeColorRGBA09);
        line-height: 25px;
        margin: 0px;
        font-weight: bold;
    }

    .venue-info h5 span {
        font-size: 12px;
        text-align: center;
        padding-right: 10px;
        color: var(--themeColorRGBA09);
        line-height: 25px;
        margin: 0px;
        font-weight: normal;
        font-style: italic;
    }

    .recommended-section a {
        text-decoration: none;
        color: var(--secColor);
        font-size: 14px;
    }

    #ListVenues .container-fluid {
        padding: 0% 0%;
    }

    .ListVenues {
        padding: 20px 100px;
    }

    .weddingBanner01 {
        padding: 40px 7%;
    }

    #WeddingCitiees .container-fluid {
        padding: 0% 7% 0% 7%;
    }

    .cities-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 25px;
        justify-content: center;
    }

    #WeddingVideos .container-fluid {
        padding: 0px 7% 40px 7%;
    }

    #inTestimonials .container-fluid {
        background-size: cover;
        background-repeat: no-repeat;
        padding: 2% 7.6% 2% 7.6%;
        background-color: var(--themeColorRGBA01);
    }

.inFooterComp {
background-image: var(--bgImage);
color: white;
padding:5% 7% 1% 6.5%;
}
 .commonWrapper .container-fluid{
padding: 5.5% 6% 3% 6%;
}
.contact-modal-content {
background: white;
border-radius: 16px;
width: 80%;
max-width: 1100px;
overflow: hidden;
animation: fadeInUp 0.4s ease;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
position: relative;
}
.contact-form-side h3 {
color: #d6336c;
margin-bottom: 10px;
font-size: 1.3em;
}
.register-container{
    padding: 25px;
}
    .register-header h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.7px;
    color: #444;
    font-family: var(--fontFamilyMarcellus);
    }
    .tab {
    padding: 12px 25px;
    font-weight: 500;
    cursor: pointer;
    color: #666;
    font-family: var(--fontFamilyMulish);
    font-size: 1.2em;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    }
    .inAboutSection img {
        margin-top: 17%;
        border-radius: 5px;
    }

    .inWhoWeServe {
        opacity: 0;
        transform: translateX(150px);
        transition: opacity 1.2s ease, transform 1.2s ease;
    }

    .inWhoWeServe.show {
        opacity: 1;
        transform: translateX(0);
    }

    .cardInpect {
        background-color: white;
        padding: 7px;
        border-radius: 10px;
    }

    .inOurSevrices {
        opacity: 0;
        transform: translateY(-50px);
        transition: opacity 1.2s ease, transform 1.2s ease;
    }

    .inOurSevrices.show {
        opacity: 1;
        transform: translateX(0);
    }

    #inServInclue .container-fluid {
        padding: 2% 13% 2% 13%;
        background-color: var(--bgColor);
        background-image: url(../image/inProductsBg02.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #inMaintenanceCheck .container-fluid {
        padding: 4% 13% 4% 13%;
        background: linear-gradient(to right, rgba(17, 75, 95, 1) 25%, rgba(0, 0, 0, 0.1) 100%);
    }

    .inMaintenanceCheck {
        opacity: 0;
        transform: translateX(150px);
        transition: opacity 1.2s ease, transform 1.2s ease;
    }

    .inMaintenanceCheck.show {
        opacity: 1;
        transform: translateX(0);
    }

    .inMaintainImg {
        padding-top: 13%;
    }

    #inRatings .container-fluid {
        padding: 4% 13% 5% 13%;
    }

    .inRatings {
        opacity: 0;
        transform: translateX(150px);
        transition: opacity 1.2s ease, transform 1.2s ease;
    }

    .inRatings.show {
        opacity: 1;
        transform: translateX(0);
    }

    #inRatings .SectionHeadComp h2 {
        padding-bottom: 25px;
    }

    #inInspectCheck .container-fluid {
        padding: 4% 13%;
        background-color: var(--bgColor);
        background-image: url(../image/inProductsBg01.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .inInspectCheck {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 1.2s ease, transform 1.2s ease;
    }

    .inInspectCheck.show {
        opacity: 1;
        transform: translateX(0);
    }

    .yearsOf {
        background-color: var(--secondaryColor);
        border-radius: 5px;
        width: 150px;
        border: 2px solid white;
        text-align: center;
        position: absolute;
        right: -45px;
        top: -35px;
        color: var(--themeColor);
        padding: 10px 15px;
    }

    .inInspectComp {
        background-color: var(--themeColor);
        color: white;
        padding: 15px 45px 45px 45px;
        border-radius: 15px;
    }

    .inInspectComp h2 {
        color: white;
        font-size: 2.7em;
        line-height: 55px;
        padding-top: 25px;
    }

    #inTestimonials .container-fluid {
        padding: 5% 13% 4% 13%;
    }

    .hero-overlay h2 {
        font-size: 1em;
        margin: 0px;
        padding-left: 10px;
        line-height: 22px;
        border-left: 3px solid white;
    }

    .inFooterCheck h2 {
        color: var(--themeColor);
        text-align: left;
        font-size: 2em;
        line-height: 35px;
    }

    .buttonBook {
        background-image: var(--bgImage);
        border: 0px;
        margin-top: 30px;
        color: white;
        width: 75%;
        padding: 14px 25px;
        border-radius: 10px;
    }

    .footerFooterComp .container-fluid {
        padding: 2% 13% 2% 13%;
        background-image: linear-gradient(to right top, #051937, #00263a, #003033, #1b382a, #373d29);
    }

    .copyrightComp h5 {
        margin: 0px;
        font-size: 0.8em;
        color: white;
    }

    .copyrightComp h6 {
        margin: 0px;
        text-align: right;
        font-size: 0.9em;
        color: white;
    }

    .copyrightComp {
        padding-top: 45px;
    }

    .addressWell .well h5 {
        line-height: 25px;
        margin: 0px;
    }

    .sectionWrapper .container-fluid {
        padding: 2% 5% 2% 5%;
    }

    .about-section {
        position: relative;
        background: url('../image/etp3.jpg') no-repeat center center/cover;
        padding: 12% 0% 2% 0%;
        color: white;
        text-align: left;
        overflow: hidden;
    }

    .about-content {
        position: relative;
        z-index: 2;
        padding: 0% 13%;
        margin: 0 auto;
    }

    .about-content h2 {
        font-size: 3.2em;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .about-content p {
        font-size: 1.25em;
        line-height: 1.7;
    }

    .inspectServe {
        background-color: var(--themeColor);
        padding: 4% 14%;
    }

    .inspectServe .inspectFeat {
        padding-top: 10%;
    }

    .inspectServe .inspectFeat h4 {
        text-align: right;
        color: white;
        padding-right: 10px;
        border-radius: 5px;
        border-right: 2px solid white;
        line-height: 35px;
    }

    .ourCoreValuesComp {
        opacity: 0;
        transform: translateY(-100px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .ourCoreValuesComp.show {
        opacity: 1;
        transform: translateX(0);
    }

    .franchise-banner .buttonBook {
        margin: 0px 0px 15px 45px;
        background-image: var(--themeColor);
        color: var(--themeColor);
    }

    .franchise-image {
        height: 200px;
        overflow: hidden;
        box-shadow: var(--box-shadow40);
        border-radius: 15px;
    }

    .mission-vision-section {
        background: #f9fbfc;
        padding: 60px 0px;
        margin-top: -10px;
    }

    .sectionPrivacy .SectionHeadComp h3 {
        font-weight: bold;
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: var(--primaryTextColor);
    }

    .sectionPrivacy .SectionHeadComp h5 {
        text-align: center;
    }

    .sectionPrivacy h5 {
        font-size: 1.1em;
        line-height: 30px;
        color: var(--secondaryTextColor);
    }

    .sectionPrivacy h4 {
        font-weight: bold;
        line-height: 30px;
        padding-top: 25px;
        color: var(--primaryTextColor);
    }

    #inOurSevrices .buttonBook {
        margin-top: 10px;
        background-image: var(--bgImage);
        color: white;
        padding: 15px 35px;
        border-radius: 10px;
        margin-left: 45px;
        border: none;
    }
}