/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Allison&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

body                                               { overflow-x: hidden; }
.allison-regular                                        { font-family: "Allison", cursive; font-weight: 400; font-style: normal; }
.allison-regular>.elementor-heading-title               { font-family: "Allison", cursive !important; opacity: 0.7; }
.allison-regular.no-opacity>.elementor-heading-title    { opacity: 1; }
.ekit-template-content-header header                    { position: absolute; left: 0; top: 0; width: 100%; z-index: 9; }
.ekit-template-content-header header::before            { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 223px; background-image: url(/wp-content/uploads/2025/08/header-pattern.svg); background-size: cover; }
.center-logo                                            { max-width: 210px; }
ul#menu-left-side-menu                                  { margin-right: 40px; }
ul#menu-left-side-menu li                               { margin-left: 50px; }
ul#menu-right-side-menu li                              { margin-right: 50px; }
.elementskit-navbar-nav > li.current-menu-item > a {
    color: var( --e-global-color-text ) !important;
}
.elementskit-navbar-nav > li.current-menu-item > a:hover{
    color: #fc88d1 !important;
}
@media(min-width: 1025px) {
    .ekit-menu-nav-link                 { position: relative; }
    .ekit-menu-nav-link::after           { content: ''; position: absolute; left: 15px; bottom: 20px; height: 1px; width: 0; background-color: #ff69b4; transition: width 0.4s ease-in-out; }
    .ekit-menu-nav-link:hover::after    { width: 45px; }
}



/* Smart slider style added */
.home-page--banner .n2-ss-slider .n2-ss-layer-content,
.home-page--banner .n2-ss-slider .n2-ss-layer[data-sstype=slide]    { padding: 0px !important; }
.home-page--banner div#n2-ss-2 .n2-ss-slide-limiter                 { max-width: 1584px !important; padding-left: 20px !important; padding-right: 20px !important; }

.home-page--banner .allison-regular                                 { margin-bottom: -10px !important; }
.home-page--banner .allison-regular p                               {  font-size: 91px !important; line-height: 90px !important; opacity: 0.7; }
.banner-heading {
    margin-bottom: 15px !important;
}
.banner-heading>h1 {
    font-size: 94px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.home-banner--desc{
    margin-bottom: 30px !important;
}
.home-banner--desc p{
    font-size: 21px !important;
    line-height: 30px !important; 
    font-weight: 300 !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    color: #C4C4C4 !important;
}

.nextend-bullet-bar{
    background: transparent !important;
}
.home-page--banner div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
  position: relative !important;
}
.home-page--banner div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar {
    gap: 10px !important;
    box-shadow: none !important;
}
.home-page--banner div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active::before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: -7px;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.home-page--banner .banner-btn a {
    padding: 15px 55px 15px 35px !important;
    font-weight: bold !important;
    position: relative !important;
    font-size: 17px !important;
    letter-spacing: 1.5px !important;
}
.home-page--banner .banner-btn a:hover{
    transition:all 0.3s !important;
}
.home-page--banner .banner-btn a>div>div::after {
    content: url('../../uploads/2025/08/button-icon-black.svg');
    position: absolute;
    margin-left: 10px;
    transition:all 0.3s;
}
.home-page--banner .banner-btn a:hover>div>div::after {
    content: url('../../uploads/2025/08/button-icon-white.svg');
    position: absolute;
    margin-left: 10px;
    margin-top: 2px;
    transform: rotate(60deg) !important;
}
.home-page--banner .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    padding-right: 104px;
}
.rotating-circle {   
  animation: rotateCircle 15s linear infinite;
  transform-origin: center center;
}
.elementor-counter-title {
    line-height: 1.2 !important;
    padding-top: 8px !important;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slick slider global theme style start */
/* .slick-slider {
    margin-right: -30px !important;
} */
.slick-slide{
    margin-right: 25px;
}
.slick-next, .slick-prev{
    height: 48px;
    width: 48px;
    z-index: 9;
    background: #fff;
    border-radius: 0px;
    border: 0px;
    font-size: 0px;
}
.slick-prev{
    left: 0px;
}
.slick-next{
    right: -1px;
}
.slick-next:before, .slick-prev:before{
    content: "" !important;
}
.slick-prev i, .slick-next i {
    font-size: 24px;
    color: #000;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus{
    background: #f988cf !important;
}
.slick-prev:hover i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-next:focus i{
    color: #fff !important;
}

/* our-collection-wrapper style start */
.our-collection-wrapper{
    position: relative;
    margin-right: -25px;
}
.our-collection-wrapper .elementor-image-box-wrapper{
    position: relative;
    width: 100%;
}
.our-collection-wrapper .elementor-image-box-wrapper .elementor-image-box-img{
    position: relative !important;
    overflow: hidden !important;
}
.our-collection-wrapper .elementor-image-box-wrapper .elementor-image-box-img,
.our-collection-wrapper .elementor-image-box-wrapper .elementor-image-box-img >img{
    margin-bottom: 0px !important;
    width: 100% !important;
}
.our-collection-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: 0px;
    padding: 30px 30px 20px;
    z-index: 1;
    min-height: 250px;
}
.our-collection-wrapper .elementor-image-box-content .elementor-image-box-title{
    margin: 0px 0px 25px;
}

.our-collection-slider .slick-list.draggable{
    margin-right: -30px !important;
}
.our-collection-slider .slick-slide {
    margin-right: 30px;
}
/* .our-collection-wrapper .elementor-widget-image-box.elementor-position-top .elementor-image-box-img .elementor-image-box-img{
    position: relative;
    overflow: hidden;
} */

.elementor-image-box-img                    { position: relative; overflow: hidden;}
.elementor-image-box-img img                { transition: all 1.5s ease-in-out; }
.elementor-image-box-img:hover img          { transform: scale(1.05); }
.our-collection-wrapper .elementor-image-box-img::before {
    content: "";
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 30%, rgba(0, 0, 0, 1) 91%);
    position: absolute;
    opacity: 0.8;
    z-index: 1;
    transition: all 1s ease-in-out;
    height: 80%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-collection-wrapper .elementor-image-box-img:hover::before {
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 30%, rgba(0, 0, 0, 1) 64%);
    top: auto;
    height: 80%;
}

/* .ekit-wid-con .elementskit-clients-slider .single-client .content-image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    overflow: hidden;
} */

 /* .ekit-wid-con .elementskit-clients-slider .single-client:hover{
    transform: scale(1) !important;
 } */
 .ekit-wid-con .elementskit-clients-slider .single-client img{
    opacity: 1 !important;
    visibility: visible !important;
 }
.ekit-wid-con .image-switcher .content-image .hover-image {
    /* position: relative !important; */
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translate(0px, 30px) scale(1) !important;
    transform: translate(0px, calc(100% + 10px)) scale(1) !important;
    display: block !important;
}
.ekit-wid-con .image-switcher:hover .content-image .main-image {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
.ekit-wid-con .elementskit-clients-slider .single-client:hover img.hover-image {
    top: 0px !important;
}

/* .ekit-wid-con .elementskit-clients-slider .single-client:hover */
.ekit-wid-con .elementskit-clients-slider .single-client .content-image {
    display: block;
    overflow: hidden;
}
.ekit-wid-con .image-switcher:hover .content-image .main-image {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1) translateY(-100%) !important;
}
.ekit-wid-con .elementskit-clients-slider .single-client:hover img.hover-image{
    transform: scale(1) translateY(0%) !important;
}
.ekit-wid-con .elementskit-clients-slider .single-client {
    min-height: 100px !important;
}




.new-arrival-slider                 { max-width: calc(100% - 140px); margin: 0 auto; }
.new-arrival-slider .elementor-widget-image-box.elementor-position-top .elementor-image-box-img { width: 100% !important; }

.new-arrival-slider .slick-next,
.new-arrival-slider .slick-prev                             { height: 48px; width: 48px; background: #EDEDED; }
.new-arrival-slider .slick-prev                             { left: -70px; }
.new-arrival-slider .slick-next                             { right: -76px; }
.new-arrival-slider .elementor-image-box-description        { color: #000 !important; font-weight: 400 !important; transition: all 0.5s ease-in-out; }
.new-arrival-slider .slick-list.draggable                   { margin-right: -30px !important; }
.new-arrival-slider .elementor-widget-image-box:hover .elementor-image-box-description                              { color: var( --e-global-color-primary) !important; }
.testimonial-wrapper .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img    { height: 70px; width: 70px; }
.testimonial-wrapper .elementor-testimonial-wrapper                                                                 { max-width: 770px; margin: 0 auto; }
.testimonial-wrapper .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image { margin-bottom: 20px; display: flex; justify-content: center; }

.testimonial-wrapper .slick-arrow i             { display: none !important; }
.testimonial-wrapper .slick-arrow               { background: transparent url(../../uploads/2025/08/testimonial-left-arrow.svg) center center / contain no-repeat; width: 30px; height: 65px; top: 40px;}
.testimonial-wrapper .slick-arrow:hover,
.testimonial-wrapper .slick-arrow:focus         { background: transparent url(../../uploads/2025/08/testimonial-left-arrow-pink.svg) center center / contain no-repeat !important; }
.testimonial-wrapper .slick-arrow.slick-prev    { left: 0px; }
.testimonial-wrapper .slick-arrow.slick-next    { background: transparent url(../../uploads/2025/08/testimonial-right-arrow.svg) center center / contain no-repeat; right: 0px; }
.testimonial-wrapper .slick-arrow.slick-next:hover,
.testimonial-wrapper .slick-arrow.slick-next:focus          { background: transparent url(../../uploads/2025/08/testimonial-right-arrow-pink.svg) center center / contain no-repeat !important; }
.testimonial-wrapper .slick-slide                           { margin-right: 0px !important; }

.gallery-img-wrap                                           { width: 100vw !important; margin-left: -5px; margin-right: -5px; padding: 0px; max-width: 100vw !important;}
.gallery-img-wrap a                                         { overflow: hidden; position: relative; display: flex !important;}
.gallery-img-wrap .elementor-widget.elementor-widget-image  { overflow: hidden; }
.gallery-img-wrap a::before                                 { content: ""; position: absolute; background: #000; inset: 0; opacity: 0; transition: all 0.5s;}

.gallery-img-wrap a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    transform: translate(-50% , -50%);
    background: url(../../uploads/2025/08/gallery-popup-icon.svg) center center / cover no-repeat;
    background-size: 50px 50px;
    border-radius: 50%;
    transition: all 0.5s;
}

.gallery-img-wrap a:hover::after                            { height: 50px; width: 50px;}
.gallery-img-wrap a img                                     { transition: all 0.5s; position: relative; z-index: -1; width: 100%;}
.gallery-img-wrap a:hover img                               { transform: scale(1.1); }
.gallery-img-wrap a:hover::before                           { opacity: 0.7; }


/* Footer style start */
.footer-menu-wrap .elementor-icon-list-item > a                 { position: relative; }
.footer-menu-wrap .elementor-icon-list-item > a::after          { content: ''; position: absolute; left: 0px; bottom: 0px; height: 1px; width: 0; background-color: #ff69b4; transition: width 0.4s ease-in-out; }
.footer-menu-wrap .elementor-icon-list-item > a:hover::after    { width: 45px; }
.footer-social .ekit_social_media > li > a svg                  { margin-right: 10px; }
.footer-social .ekit_social_media > li > a:hover                { color: var( --e-global-color-primary) !important; }
/* Media Query start */

@media screen and (min-width:1025px){
    .desktop-none{
        display: none !important;
    }
    .n2-ss-slider .n2-ss-slide-background .n2-ss-slide-background-color{
        opacity: 0 !important;
    }
}


@media screen and (max-width:1620px){
    ul#menu-left-side-menu li {
        margin-left: 20px;
    }
}
@media screen and (max-width:1600px){
    .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
        margin-left: 20px !important;
    }
}
@media screen and (max-width:1500px){
    ul#menu-left-side-menu {
        margin-right: 0;
    }
        ul#menu-right-side-menu li {
        margin-right: 20px;
    }
}
@media screen and (max-width:1420px){
    ul#menu-left-side-menu li {
        margin-left: 0px;
    }
    ul#menu-right-side-menu li {
        margin-right: 10px;
    }
    .elementor-8 .elementor-element.elementor-element-e22e0d8 > .elementor-widget-container {
        margin: 0;
    }
 
    /* our-collection-wrapper style start */
   .our-collection-wrapper .elementor-image-box-content {
        min-height: 270px;
    }
    .our-collection-wrapper .elementor-image-box-content .elementor-image-box-title {
        margin: 0px 0px 15px;
        font-size: 30px !important;
    }
    .our-collection-wrapper .elementor-image-box-content {
        padding: 20px 20px 20px;
        min-height: 260px;
    }
    .our-collection-wrapper .elementor-image-box-img::before {
        background: linear-gradient(180deg, rgba(42, 123, 155, 0) 30%, rgba(0, 0, 0, 1) 94%);
    }

    .ekit-wid-con .elementskit-clients-slider .single-client .content-image {
        transform: scale(0.8);
    }
}
@media screen and (max-width:1360px){
    .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}
@media screen and (max-width:1280px){
    .home-page--banner .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
        padding-right: 0px;
    }   
    .home-page--banner div#n2-ss-2 .n2-ss-slide-limiter {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 90% !important;
    }
    .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a{
        font-size: 14px !important;
    }
}
@media screen and (max-width:1024px){
    .elementskit-menu-overlay{
        background: rgb(245 196 226 / 50%) !important;
    }
    
    .banner-heading>h1 {
        font-size: 74px !important;
    }
    div#n2-ss-2 .n2-ss-slide::before{
        content: "" !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        inset: 0 !important;
        background: #000 !important;
    }
    .home-page--banner div#n2-ss-2 .n2-ss-slide-limiter{
        position: relative !important;
        z-index: 2;
    }
     .header-mobile span.elementor-icon-list-text {
        display: none;
    }
    .head-left,.head-right {
        width: max-content;
    }
     header{
        justify-content: space-between !important;
     }
    .head-right,
    .head-left {
        gap: 0px;
        min-width: unset;
    }
    .center-logo                            { width: max-content !important; }
    .elementor-element.elementor-element-11216173 .elementskit-menu-container   { background: #000; }
    div#ekit-megamenu-left-side-menu        { padding-left: 15px; }
    .elementskit-menu-close                 { margin-top: 0px !important; }
    .pattern-img img                        { box-shadow: -20px 20px 0px 0px #F5C4E2 !important; }
    .elementskit-menu-close:hover           { color: #fff !important; background: transparent !important; }
    
}
@media screen and (max-width:1023px){
    .ekit-wid-con .elementskit-clients-slider .single-client .content-image { transform: scale(1); }
}
@media screen and (max-width:991px){
    .testimonial-wrapper .elementor-testimonial-wrapper         { max-width: calc(100% - 120px); margin: 0 auto; }
    .testimonial-wrapper .slick-arrow                           { width: 10px; height: 45px; top: 50px; }
}
@media screen and (max-width:880px){
.footer-menu-wrap .elementor-icon-list-item > a::after{
    left: 50%;
    transform: translateX(-50%);
}
}
@media screen and (max-width:767px){
     .testimonial-wrapper .elementor-testimonial-content        { font-size: 18px !important; line-height: 28px !important; }
    .slick-next, .slick-prev                                    { height: 40px; width: 40px; }
   .slick-prev i, .slick-next i                                 { font-size: 18px; line-height: 1; position: relative; top: -2px; }

    /* Banner style start */
    div#n2-ss-2 .n-uc-mG2k8HLSPV4a-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] { margin: 0px !important; }
    .n2-ss-slider .n2-ss-layer-with-background                  { padding: 0px !important; }
    .home-page--banner div#n2-ss-2 .n2-ss-slide-limiter         { max-width: 100% !important; }
    .banner-heading>h1                                                                      { font-size: 54px !important; }
    .home-page--banner .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls    { justify-content: center; align-items: end; }
    .home-page--banner div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar     { flex-flow: nowrap; padding-bottom: 30px; box-shadow: none !important; }
    .home-page--banner div#n2-ss-2 .n2-ss-slider-1              { min-height: 768px !important; }
    .home-page--banner div#n2-ss-2 .n2-ss-slider-1::before      { content: "" !important; position: absolute !important; background: #000 !important; inset: 0 !important; height: 100% !important; width: 100% !important; }
    .home-page--banner .n2-ss-slider .n2-ss-layer-row-inner     { margin-left: 0 !important; }
    /* .head-right, .head-left                                     { gap: 0px; min-width: 70px; }   */
    .home-page--banner .banner-btn a                            { font-size: 15px !important; }
    .gallery-img-wrap                                           { width: 100% !important; margin-left: 0; margin-right: 0; padding: 0px; max-width: 100% !important; }
}

@media screen and (max-width:575px){
    .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"]    { margin-left: 10px !important; }
    .banner-heading>h1                                          { font-size: 44px !important;}
    .home-page--banner .allison-regular p                       { font-size: 71px !important; line-height: 80px !important; opacity: 0.7; }
    .home-banner--desc p                                        { font-size: 17px !important; line-height: 25px !important; color: #fff !important; }
}





.custom-video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-video-popup {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #000;
    padding: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    margin: 40px auto;
}

.custom-video-popup .close-video-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  font-size: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  line-height: 30px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
