/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.2.1747727838
Updated: 2025-05-20 07:57:18

*/

/* Make container relative for overlay positioning */
/* Make container relative for overlay positioning */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Manrope:wght@200..800&display=swap');

body {
    overflow-x: hidden;
}

.view-gallery {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}


/* Image transition */
.view-gallery img {
    display: block;
    width: 100%;
    transition: filter 0.3s ease;
}

/* Dull the image on hover */
.view-gallery .elementor-element.elementor-widget.elementor-widget-image:hover img {
    filter: brightness(50%);
}
.elementskit-navbar-nav > li.current-menu-item > a {
    font-weight: 600!important;
}
/* Create overlay text using ::after pseudo element */
.view-gallery .elementor-element.elementor-widget.elementor-widget-image:after {
    content: "View Gallery";
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 700;
    font-size: 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;

    /* Remove text-decoration underline */
    text-decoration: none;

    /* Add custom white underline */
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1px;
    /* small gap between text and underline */
}

/* Show overlay text on hover */
.view-gallery .elementor-element.elementor-widget.elementor-widget-image:hover::after {
    opacity: 1;
}

.wedding-planner {
    background-color: #f7f7f7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    text-align: left;
    overflow: hidden;
    padding-bottom: 30px;
    /* Adds spacing below the text */
}

.margin-class-add p {
    margin-left: 37px;
}

.margin-class-add h2.elementor-heading-title.elementor-size-default {
    margin-left: 55px;
}

.margin-class-adddd h2.elementor-heading-title.elementor-size-default {
    margin-left: 32px;
}

.margin-class-adddd p {
    margin-left: 14px;
}

.eventclass {
    background-color: #f7f7f7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    text-align: left;
    overflow: hidden;
    /* padding-bottom: 30px;  */
    width: 100%;
}
	.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: -15px;
}
	.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: -15px;
}
.cf7-custom-wrapper {
    background: #eaf2fe;
    padding: 40px 40px 0px;
    border-radius: 30px;
    max-width: 100%;
    margin: auto;
    font-family: 'Georgia', serif;
    width: 100%;
}

.cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}

.cf7-col {
    flex: 1;
    max-width: 50%;
    position: relative;
}



.cf7-col label {
    font-size: 16px;
    color: #1a1a1a;
}

.cf7-col input,
.cf7-col textarea {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    background: #fff;
    margin-top: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.cf7-col textarea {
    height: 145px;
    resize: none;
}

.cf7-col select {
    appearance: none;
    background: #fff url('data:image/svg+xml;utf8,<svg fill="black" height="24" width="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 16px;
}


input[type="submit"] {
    background-color: #15395e!important;
    color: white;
    padding: 14px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
    float: right;
    width: max-content;
    margin-top: 28px;
	margin-right:10px;
}


input[type="submit"]:hover {
    background-color: #0e2c48;
}

label {
    font-size: 21px !important;
    font-family: 'Cormorant Garamond';
    font-weight: 500;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 7px !important;
    position: absolute;
}

.cf7-col select {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    background: #fff;
    margin-top: 8px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.sliderphoto img {
    max-width: 100%;
    width: 100%;
    padding: 0px 20px;
}

.contact-call .elementor-icon-box-description a {
    color: #000000B2;

}

.submitbtn {
    position: absolute;
    right: 0;
    margin-top: -125px;
}

.numericbox-class {
    background: #fff;
    padding: 10px;
    border-radius: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Cormorant Garamond', serif;
    height: 100%;
}

.numericbox-class h3.elementor-icon-box-title {
    background: #19364c;
    width: max-content;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    padding: 14px;

}

.numericbox-class .elementor-icon-box-title span {
    color: #fff;
}

.footeremail-class a {
    color: #000000CC;
}

.menufooter-class ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style: none;
}

.menufooter-class a {
    color: #000000CC;
    text-decoration: underline !important;
    font-size: 19px;
    font-family: 'Cormorant Garamond', serif;
}

.coreli-class ul {
    padding-left: 30px;
}

.sliderphoto {
    position: relative;
}

.sliderphoto figure.swiper-slide-inner {
    position: relative;
}

figcaption.elementor-image-carousel-caption {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    z-index: 999;
    width: 100%;
    background: #0000006b;
    justify-content: center;
    display: flex;
    align-items: center;
}

figure.swiper-slide-inner:hover .elementor-image-carousel-caption {
    display: none !important;
}

.sliderphoto img {
    max-width: 100%;
    width: 100%;
    padding: 0px 20px;
}

figure.swiper-slide-inner img.swiper-slide-image {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    transform: scale(1.5);
    transition: .3s ease-in-out;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0;
    overflow: hidden;
}

.sliderphoto figure.swiper-slide-inner:hover img.swiper-slide-image {
    transform: scale(2.0);
    transition: 1s;
}
span.assign-star {
    color: #DC3232 !important;
}
@media screen and (max-width: 1920px) {
    .header-class {
        --width: 100% !important;
        padding: 0px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1650px) {
    .h1-class h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .h2-class h2 {
        font-size: 38px !important;
    }

    .h3-class h3 {
        font-size: 28px !important;
    }

    .sliderphoto.slider50-class.elementor-widget.elementor-widget-image-gallery {
        --container-widget-width: 60% !important;
    }

    .ourteam-section {
        --content-width: 80% !important;
    }

     .ourteam-section img {
        height: 300px !important;
        object-fit: cover;
    }

    .h2big-class h2 {
        font-size: 42px !important;
        line-height: 52px !important;
    }

    .contact-class {
        --content-width: 90% !important;
    }

    .header-class .elementor-element.elementor-element-7561963.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
        margin-left: 0px;
    }

    .numericbox-class .elementor-icon-box-description {
        word-wrap: break-word;
    }
	.h1-class h1 br {
    display: none;
}
		p,ul li {
    font-size: 20px;
}
	span.elementor-button-text {
    font-size: 18px;
}
	.view-gallery::after {
    top: 40%;
    font-size: 27px;
}
	.numericbox-class p {
    font-size: 20px!important;
    line-height: 28px!important;
}
	.numericbox-class {
    padding: 0px;
}
	a.elementskit-btn.whitespace--normal {
    font-size: 20px!important;
}
}

@media (max-width: 1024px) {
    .elementor-7 .elementor-element.elementor-element-5db8997 .elementskit-menu-hamburger {
        background: #000 !important;
    }

    .elementor-7 .elementor-element.elementor-element-5db8997 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        background-color: #fff !important;
    }

    .elementskit-menu-close .elementskit-menu-hamburger-icon,
    .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        height: 2px !important;
    }

    .elementskit-menu-overlay {
        background-color: transparent !important;
    }

    .header2-class {
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 991px) {
    .resachbtn {
        width: max-content;
    }

    .resachbtn {
        width: auto;
    }

    .header2-class {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .h1-class h1 br {
        display: none !important;
    }

    .h2big-class h2 br {
        display: none;
    }

    .numericbox-class h3.elementor-icon-box-title {
        margin: 0 auto 20px;
    }

    .testimonial-text {
        font-size: 26px !important;

    }

    .testimonial-wrapper {
        padding: 0px 20px;
    }

}

@media screen and (max-width: 767px) {
    .header2-class .e-con.e-flex {
        --width: auto !important;
        --flex-wrap: auto !important;
    }
.testimonial-text p br {
    display: none;
}
	    .testimonial-text {
        font-size: 24px !important;
    }
	.testimonial-name {
    font-size: 20px;
}

	.testimonial-profile img {
    width: 80px;
    height: 80px;

}
    .header2-class img {
        width: 89px !important;
    }

    .header2-class span.elementor-button-text {
        font-size: 16px;
    }

    .cf7-col {
        flex: auto;
        max-width: 100%;
    }

    .submitbtn {
        position: unset;
        margin-top: 0px;
    }

    input[type="submit"] {
        margin-top: 0;
    }

    label {
        font-size: 18px !important;

    }

    .reach-form p {
        margin-bottom: 21px;
    }

    .wpcf7-not-valid-tip {
        margin-top: 6px !important;
    }

    .cf7-custom-wrapper {
        padding: 40px 20px 0px;

    }

    input[type="submit"] {
        font-size: 14px;
    }

    .cf7-row {
        flex-direction: column;
    }

    .menufooter-class ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

	input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
   float: none;
}

}
@media only screen and (min-width: 1651px) and (max-width: 2000px) {
  .numericbox-class .elementor-icon-box-description {
    word-wrap: break-word;
  }
}






figure.swiper-slide-inner img.swiper-slide-image {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 82% !important;
    overflow: hidden;
    transform: scale(1.5);
    transition: .3s ease-in-out;
}

