:root{
	--title-fonts: 'ITC New Baskerville';
	--title-fonts-sansserif: 'ITC New Baskerville', Sans-serif;
	--body-fonts: 'ITC New Baskerville';
}
/*html{scroll-behavior: smooth;}*/
*{padding: 0px;margin:0px;box-sizing: border-box;}
img{max-width: 100%;}
body{position: relative;font-family:var(--body-fonts);}
body.ios-device {
  background-attachment: scroll !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform, opacity;
}




.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;box-shadow:none!important}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{-webkit-outline:none;-moz-outline:none;-ms-outline:none;-o-outline:none;outline:0}
.slick-list.dragging{cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);box-shadow:none!important}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before{display:table;content:''}
.slick-track:after{display:table;content:'';clear:both}
.slick-loading .slick-track{visibility:hidden}
.slide a:focus{outline:0!important}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block;box-shadow:none;outline:0!important}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}


.page-width{width: 100%;max-width: 1150px;padding-left: 15px;padding-right:15px;margin: 0px auto;}
.flexbox{display: flex;flex-wrap: wrap;}
.justify-center{justify-content: center;}
.align-center{align-items: center;}
.center{text-align: center;}
.justify-space-between{justify-content: space-between;}
.direction-row-reverse{flex-direction: row-reverse;}

ul{padding: 0px;margin: 0px;list-style: none;}

.section{padding: 10% 0px;background: #fff;}
h2.section-title{font-size: 32px;line-height: 1;font-weight: 600;margin: 0px 0px 20px;text-transform: capitalize;}
.row-title{font-size:26px;line-height: 1;font-weight: 600;margin: 0px 0px 20px;}

.slick-dots{display: flex;justify-content: center;margin-top: 20px;}
.slick-dots li{display:flex;line-height: 1;}
.slick-dots li:not(:last-child){margin-right:5px;}
.slick-dots li button{appearance:none;-wekit-appearance:none;-moz-appearance:none;outline: none;-wekit-outline: none;-moz-outline: none;box-shadow: none;border:none;font-size: 0px;width: 8px;height: 8px;border-radius:100px;transition: all 0.2s ease-in-out;background-color: rgba(0,0,0, 0.3);}
.slick-dots li.slick-active button{width: 20px;transition: all 0.2s ease-in-out;border: 2px solid #006ab3;}
.slick-arrow{z-index: 1;position: absolute;top:calc(50% - 28px);appearance:none;-wekit-appearance:none;-moz-appearance:none;outline: none;-wekit-outline: none;-moz-outline: none;box-shadow: none;border:none;font-size: 0px;background: transparent;width:30px;height: 30px;background-repeat: no-repeat;background-position: center;background-size:15px;cursor: pointer;}
.slick-arrow.slick-prev{left:10px;background-image: url('images/white-prev-arrow.svg');}
.slick-arrow.slick-next{right:10px;background-image: url('images/white-next-arrow.svg');}


.header{width: 100%;z-index: 9;padding: 15px 0px;transition: all 0.2s ease-in-out;background: #fff;box-shadow: 0 3px 5px rgb(0 0 0 / 10%);}
.header ul.linklist{column-gap: 32px;}
.header ul.linklist li a{text-decoration: none; color: #000;font-family:var(--title-fonts);font-size: 16px;transition: all 0.2s ease-in-out;}
.header .logo-col{max-width:195px;padding: 0px 35px;}
.header .logo-col svg {
    width: 200px;
}
/*.header:not(.sticky) .logo-col svg path ,.header:not(.sticky) .logo-col svg tspan{*/
/*    fill:#fff !important;*/
/*}*/
/*.header:not(.sticky) .logo-col ,.header:not(.sticky) .logo-col #tspan132 {*/
/*    fill:#fff !important;*/
/*}*/

.header.sticky{background: rgb(248 252 255 / 36%);backdrop-filter: blur(10px);box-shadow: 0 3px 5px rgb(0 0 0 / 10%);position: fixed;transition: all 0.2s ease-in-out;}
.header.sticky ul.linklist li a{color: #000;transition: all 0.2s ease-in-out;}
section#home {position:relative;}
.hero-video-section .main-slider-wrap{position: relative;overflow: hidden;display:block;width: 100%;}
/*.hero-video-section .section-wrap,*/
/*.hero-video-section .section-video-wrap{position: relative;overflow: hidden;display:block;width: 100%;}*/
.hero-video-section .section-video-wrap:after{content: "";width: 100%;padding-bottom: 100vh;display:block;background-color: #000;}
.hero-video-section .section-video-wrap video{width: 100%;max-width: 100%;display:block;position: absolute;top: 0px;left: 0;opacity: 0.5;}
.hero-video-section .nextsection-btn{position: absolute;bottom: 0px;left: 0px;width: 100%;}
.hero-video-section .nextsection-btn p{margin: 0px;color: #fff;font-size: 20px;text-transform: capitalize;line-height: 1;width: 100%;}
.hero-video-section .nextsection-btn a{max-width: 50px;}


.about-section h4{font-size: 26px;line-height: 1;font-weight: 600;margin: 0px 0px 30px;}
.about-section p{font-size: 20px;line-height: 1.4em;text-align:center;margin: 0px;}
.about-section p:not(:last-child){margin-bottom: 28px;}
.about-section .section-dec {max-width: 600px;margin: 0 auto;}


/* In your CSS file or <style> tag */
.bg-01 { background-image: url('/images/Background01.webp'); }
.bg-02 { background-image: url('/images/Background02.webp'); }
.bg-03 { background-image: url('/images/Background03.webp'); }
.bg-04 { background-image: url('/images/Background04.webp'); }
.bg-05 { background-image: url('/images/Background05.webp'); }
.bg-06 { background-image: url('/images/Background05.webp'); }
.bg-07 { background-image: url('/images/Background06.webp'); }

#parallaxBg {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
  will-change: opacity, transform;
}

#parallaxBg.fade-out {
  opacity: 0;
  transform: scale(1.05);
}




.parallax-section.stff-image{object-fit: contain;}

.design-maestro-section{display:block;}
.design-maestro-section h2{margin-bottom: 50px;}
.design-maestro-section .flexbox{column-gap: 50px;}
.design-maestro-section .col{width: 100%;max-width: calc(50% - 50px);}
.design-maestro-section h4{margin:24px 0px 0px;font-size: 18px;font-weight: 600;line-height: 1;}
.design-maestro-section p{font-size: 20px;line-height: 1.4em;text-align: justify;margin: 0px;}

.slider-section .slide-wrap{position: relative;overflow: hidden;display: block;}
.slider-section .slide-wrap:after{content:"";width: 100%;padding-bottom:60.447%;display:block;}
.slider-section .slide-wrap img{position: absolute;top: 0px;left: 0px;width:100%;height: 100%;object-fit: cover;}
.slider-section .section-bottom-line{margin-top: 35px;} 
.slider-section .section-bottom-line p{font-size: 18px;font-weight: 600;font-style: italic;line-height: 1;}



.textwith-imageslider .col.left-col{width: 100%;max-width: calc(69% - 20px / 2);}
.textwith-imageslider .col.right-col{width: 100%;max-width: calc(31% - 20px / 2);}
.textwith-imageslider .list-dec{margin: 0px;padding:0px 0px 0px;list-style: none;}
.textwith-imageslider .list-dec li{font-size: 16px;line-height: 1.4;padding-left:20px;position: relative;}
.textwith-imageslider .list-dec li:before{content: "";width:6px;height: 6px;background-color: #000;display: block;position: absolute;left: 0px;border-radius: 100%;top: 8px;}
.textwith-imageslider .list-dec li:not(:last-child){margin-bottom: 5px;}
.textwith-imageslider .image-slide .slide-wrap{position: relative;width: 100%;overflow:hidden;}
.textwith-imageslider .image-slide .slide-wrap:after{content: "";width: 100%;display: block;padding-bottom:133.535%;}
.textwith-imageslider .image-slide .slide-wrap img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;object-fit: cover;}
.textwith-imageslider  p {
    line-height: 1.6;
}
.textwith-imageslider p + h2 , .textwith-imageslider ul + h2 {
    margin-top:20px;
}


.richtext-section .section-description p{font-size: 20px;line-height:1.4em;}
.richtext-section h2,
.richtext-section .section-description p:not(:last-child){margin-bottom: 1.75em}
#brandstory.richtext-section h2 {margin-bottom:20px;}

.rowlist-section .textrow,
.rowlist-section .texttext-row,
.rowlist-section .imagedec-row{background-color: #F9FAFBBA;padding: 20px;margin-bottom:50px;}
.rowlist-section .imagedec-row .col.left-col{width: 100%;max-width: calc(69% - 4% / 2);}
.rowlist-section .imagedec-row .col.right-col{width: 100%;max-width: calc(31% - 4% / 2);}
.rowlist-section p{line-height: 1.4;font-size: 16px;}
.rowlist-section p:not(:last-child){margin-bottom: 20px;}
.rowlist-section .textrow .col{width: 100%;max-width: calc(50% - 50px / 2);padding-top:10px;}
.rowlist-section .texttext-row .col{width: 100%;max-width: calc(50% - 50px / 2);}
.rowlist-section .texttext-row .text-col{padding-top:5px;}
.rowlist-section .imagesub-title{font-size: 18px;line-height: 1;margin-top: 10px;}

.contact-section .context-infolist li{font-size:18px;padding-left: 40px;position: relative;line-height: 1.2;padding-top:5px;}
.contact-section .context-infolist li a{text-decoration: none;color: currentColor;}
.contact-section .context-infolist li:after{content:"";width:24px;height:24px;display:block;position: absolute;top: 4px;left: 0px;background-position: center;background-repeat: no-repeat;background-size: contain}
.contact-section .context-infolist li.location:after{background-image: url('images/home-icon.svg');}
.contact-section .context-infolist li.mobile-info:after{background-image: url('images/cell-phone.svg');}
.contact-section .context-infolist li.telephone-info:after{background-image: url('images/telephone (1).svg');}
.contact-section .context-infolist li.mail-info:after{background-image: url('images/email-icon.svg');}
.contact-section .context-infolist li.facebook:after{background-image: url('images/facebook.svg');}
.contact-section .context-infolist li.instagram:after{background-image: url('images/instagram.svg');}
.contact-section .context-infolist li:not(:last-child){margin-bottom: 20px;}
.contact-section .left-col{width: 100%;max-width: calc(36% - 20px / 2);}
.contact-section .right-col{width: 100%;max-width: calc(64% - 20px / 2);}
.contact-section .right-col iframe{width: 100%;max-width: 100%;height:400px;}
.contact-section h2.section-title{margin-bottom: 50px;}
.logo-slider {
    margin-top:80px;
}
.logo-slider img {
    border-radius: 5px;
    height: 100px;
    object-fit: contain;
    width: 150px;
}
.social-media-icon {
    position: absolute;
    bottom: 0px;
    left: 30px;
    bottom: 10px;
}
.slider-slide-content {
    position:relative;
    padding:0px 20px;
}
.social-slider {
    margin-top: 60px;
    padding:0px 10px;
}


.menu-icon {
    font-size: 30px;
    color: #000;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
    display: none;
}


#menu-toggle {
  display: none;
}



label.menu-icon {
    color: #fff;
}

a.menu-link {
    color: #000;
    text-decoration: none;
    list-style: none;
}

.linklist-i li {
    padding: 16px 0;
    border-bottom: 1px solid #dfdfdf;
}

.linklist-i {
    display:none;
}

.justify-Right {
    justify-content: right;
    margin: 10px 0;
}


.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);5)0,0,0.
    z-index: 1040;
    display: none;
}



#menu-toggle:checked ~ .linklist-i {
    right: 0;
}

#menu-toggle:checked ~ .menu-overlay {
    display: block;
}

@media only screen and (max-width: 950px) {

  .linklist-i {
   list-style: none;
    margin: 0;
    padding: 20px 20px 20px 20px;
    position: fixed;
    top: 80px;
    right: -300px;
    width: 300px;
    height: 1000px;
    background-color: #fff;
    transition: right 0.3s ease;
    z-index: 1;
    overflow-y: auto;
  }
  
  
  
  .linklist {
      display:none;
  }
  
  .linklist-i {
    display:block;
}
  
  .menu-icon {
    display: block;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    justify-content: center;
  }
  
  
  .header .logo-col {
    max-width: 110px;
    padding: 0px 10px;
}

label.menu-icon {
    color: #000;
    position: absolute;
    top: 30px;
    right: 25px;
}

.header.sticky .menu-icon {
     color: #000;
    position: absolute;
    top: 30px;
    right: 25px;
}



.hero-video-section .section-video-wrap video{width: 100%;max-width: 100%;display:block;position: absolute;top: 100px;left: 0;opacity: 0.5;}
.hero-video-section .section-video-wrap:after{content: "";width: 100%;padding-bottom: 36vh;display:block;background-color: #000;}

.design-maestro-section .col{width: 100%;max-width: calc(100% - 0px);}
.design-maestro-section .flexbox { column-gap: 50px;row-gap: 30px;}

.textwith-imageslider .col.left-col{width: 100%;max-width: calc(100% - 0px / 2);}
.textwith-imageslider .col.right-col{width: 100%;max-width: calc(100% - 00px / 2);}
.logo-slider {
    margin-top:20px;
}

.social-slider {
    margin-top: 30px;
    padding:0px 10px;
}

.contact-section .left-col{width: 100%;max-width: calc(100% - 0px / 2);}
.contact-section .right-col{width: 100%;max-width: calc(100% - 0px / 2);}

.justify-space-between{justify-content: space-between;gap:20px;}

.design-maestro-section h2{margin-bottom: 30px;}
}



@media screen and(max-width:768px) {
    .logo-slider .slick-slide {
   margin: 0 20px; 
}
}

/* Style the image container */
.image-container {
    position: relative;
    display: inline-block;
}

/* Style the image */
.image {
    object-fit: cover;
    transition: opacity 0.2s ease; /* Increased time for slower effect */
}

/* Style the icon overlay (Instagram icon) */
.icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 20%;
    color: white;
    font-size: 40px;
    opacity: 0; /* Initially, icon is invisible */
    transition: opacity 0.7s ease; /* Slower transition for showing the icon */
}

/* Show the icon overlay when hovering over the image */
.image-container:hover .icon-overlay {
    display: block;
    opacity: 1; /* Fade in the icon */
}

/* Optional: You can add a hover effect on the image */
.image-container:hover .image {
    opacity: 0.7;
}

.elv_social_icon {
    height:35px;
    width:35px;
}


@media screen and (max-width:768px){
    .elv_social_icon {
    height:25px;
    width:25px;
}

.icon-overlay { 
    padding: 5px;
}
}



.b2b-app-section {
    background: #e4f6ff; /* Transparent white */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #232323;
    border-radius: 20px;
    padding: 40px;
    max-width: 750px;
    margin: 0px auto 0px auto;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.b2b-app-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}

.b2b-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #232323;
}

.b2b-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #232323;
}

.b2b-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
    cursor: pointer;
}

/* Android Button */
.android-btn {
    background-color: transparent;
    color: #006ab3;
    border: 2px solid #006ab3;
}

.android-btn:hover {
    background-color: #006ab3;
    transform: scale(1.05);
    color: #fff;
}

/* Request Access Button */
.request-btn {
    background-color: transparent;
    color: #006ab3;
    border: 2px solid #006ab3;
}

.request-btn:hover {
    background-color: #006ab3;
    color: #fff;
    transform: scale(1.05);
}

/* Play Store Image Button */
.playstore-image img {
    height: 100px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.playstore-image img:hover {
    transform: scale(1.05);
}

.playstore-image {
    margin-top: 20px;
}




#whatsapp-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent; /* iOS highlight remove */
    }

    #whatsapp-btn img {
        width: 70px;
        height: 70px;
        transition: transform 0.2s ease-in-out;
    }

    #whatsapp-btn img:hover {
        transform: scale(1.1);
    }
    
       @supports (-webkit-touch-callout: none) {
        /* Specific tweaks for iOS Safari */
        #whatsapp-btn {
            position: fixed;
            bottom: env(safe-area-inset-bottom, 20px);
        }
    }
    
    @media screen and (max-width:768px) {
    .b2b-app-section {
    background: #e4f6ff; /* Transparent white */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    padding: 30px;
    max-width: 350px;
    margin: 0px auto 0px auto;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    #whatsapp-btn img {
        width: 60px;
        height: 60px;
        transition: transform 0.2s ease-in-out;
    }



}



.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-dots {
    button:10px !important;
}

p.application {
    text-align: center;
    font-size: 23px;
    padding-bottom: 40px;
}


@media screen and (max-width:768px){
    p.application {
    text-align: center;
    font-size: 17px;
    padding-bottom: 30px;
}

h2.section-title{font-size: 25px;line-height: 1.3;font-weight: 600;margin: 0px 0px 20px;text-transform: capitalize;}
}


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

    .popup {
        position: relative;
        max-width: 500px;
        width: 90%;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
        animation: fadeIn 0.5s ease;
    }

    .popup img {
        width: 100%;
        display: block;
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        background: #0076bc;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        z-index: 1000;
        font-size: 18px;
    }

    @keyframes fadeIn {
        from { transform: scale(0.8); opacity: 0; }
        to { transform: scale(1); opacity: 1; }
    }


@media (max-width: 768px) {
  .logo-slider .slider-slide {
    margin: 0 20px;
  }
}



.slick-dots {
    position: absolute;
    bottom: 5px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 !important; 
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #006ab3 !important;
    font-size: 14px !important;
    line-height: 22px !important;
}



