/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
Description:  Child theme for Twenty Twenty-Four  Created by Cyberace
Author:       Cyberace  CA
Author URI:   
Template:     tt24
Version: 1.0
*/

div#c-header {
    max-width: 1240px;
    margin-top: 10px;    
    position: fixed;
    z-index: 9;
    /* left: 50%; */
    inset-inline: 0;
}
/* #menu-primary-menu
 {
    flex-wrap: nowrap !important;
}
#menu-primary-menu li a
{
    white-space: nowrap;
} */



.hero-sect {
    width: calc(100% - 20px);
    margin-top: 10px;
    border-radius: 30px !important;
    overflow: hidden;
}

.elementskit-single-testimonial-slider
{
    box-shadow:  none !important;
}

.elementskit-menu-hamburger {
    border: 0 !important;
        text-align:right !important;
        padding: 0 !important
    
}

.elementskit-menu-hamburger  span {
    height: 3px !important;
    background: #00051C !important;
    margin-bottom: 7px !important;
    width: 33px !important;
    text-align: right !important;
}

.elementskit-menu-hamburger span:last-child {
   
    margin-bottom: 0px !important;
}
.elementskit-menu-hamburger span:nth-child(2) {
    width: 25px !important;
}

#menu-primary-menu li:last-child 
{
    display:none
}


.c-talic 
{
    font-style: italic;
}

.text-primary
{
    color: var( --e-global-color-primary) !important;
}

.text-secondary
{
    color: var( --e-global-color-secondary )  !important
}
.text-warn
{
    color: #FF8A3B!important;
}

.blur-bg-btn
{
    backdrop-filter: blur(20px) !important;

}
.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 65s linear infinite;
    font-size: 48px;
    color: #FF0000;
}

.marquee ul {
    display: flex; 
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap !important;
}

.textarea-p ,
.textarea-p p
{
    margin: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}


.about-image-bg
{
    position: relative;
    padding: 30px 30px 0 30px !important;
}

.about-image-bg:before {
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    background: #D7FCBB;
    height: calc(100% - 40);
    z-index: -1;
    border-radius: 30px;
}

.service-thumb {
    width: 100%;
    position: relative;
}
.service-thumb::before
{   
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, #000 0%, transparent 100%);
}

.service-overlay-left,
 .service-overlay-right
{
    position: relative;
}

.service-overlay-left:before {
    content: '';
    position: absolute;
    left: -110px;
    background-image: url('http://localhost/Gurdeep-ditinus/divine-cleaners-website/wp-content/uploads/2026/04/svg-overlay1.svg');
    width: 150px;
    background-size: contain;
    height: 150px;
    background-repeat: no-repeat;
    z-index: 0;
    top: 0;
}
.service-overlay-right:after {
    content: '';
    position: absolute;
    right: -110px;
    background-image: url('http://localhost/Gurdeep-ditinus/divine-cleaners-website/wp-content/uploads/2026/04/svg-overlay2.svg');
    width: 130px;
    background-size: contain;
    height: 130px;
    background-repeat: no-repeat;
    z-index: 0;
    bottom: 20px;
}

.overlay-cta-left
{
    position: absolute;
    top: 50%;
    left: 80px;;
    transform:translateY(-50%);
}

.overlay-cta-right
{
    position: absolute;
    top: 50%;
    right: 80px;
    transform:translateY(-50%);
}


.c-overlay {
    position: absolute;
}

.overlay-5
 {
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: auto;
}


.overlay-6
 {
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: auto;
}



.c-faq-accordian .ekit-accordion--toggler {
    position: relative;
}



.c-faq-accordian .ekit-accordion--toggler:after {
    position: absolute;
    border: 1px solid rgba(186, 202, 197, 0.30);
    content: '';
    width: calc(100% - 64px);
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
}
.c-faq-accordian .ekit-accordion--toggler[aria-expanded="false"]::after {
    display: none;
}

.overlay-7 {
    left: 50px;
    bottom: 50px;
    width: 170px;
}

.overlay-8 {
    right: 0;
    width: 200px;
    top: 50%;
    transform: translateY(-50%);
}

.c-link
{
    color: var(--e-global-color-primary) !important;
}

.c-footer-contact  a svg path,
.c-footer-contact  a svg ,
.c-footer-contact .elementor-icon-list-icon svg path
{
    fill: rgba(255, 255, 255, 0.6) !important;
}


.c-footer-contact .elementor-icon-list-item:last-child .elementor-icon-list-icon svg path,
.c-footer-contact .elementor-icon-list-item:last-child .elementor-icon-list-icon svg 
{
    fill: transparent !important;
    stroke: rgba(255, 255, 255, 0.6) !important;
}



/*** Contact FOrm CSS START* **/


.c-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 24px;
}
.c-form-col p
{
    margin: 0;
    position: relative;
}
.c-form-col br
{
    display: none;
}
.c-form-row .c-form-col:nth-child(n+7) {
    grid-column: 1 / -1;
}

.c-input-label {
    display: block;
    color: #191C1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    margin-bottom: 8px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
}

.c-form-col:has(.wpcf7-validates-as-required) .c-input-label::after {
    content: " *";
}

.c-forms .wpcf7-form-control-wrap .wpcf7-required {
    display: none;
}


.c-form-col input,
.c-form-col select,
.c-form-col textarea
{
    width: 100%;
    font-size: 15px;
    height: 50px;
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #FFF;
    font-family: inherit;
}

.c-form-col textarea
{
    min-height: 110px;
}

.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 15px;
    top: 14px;
}

.wpcf7-response-output {
    text-align: center;
    border: 0 !important;
    padding: 0 !important;
}

.c-submit {
    font-family: inherit;
    background-color: var(--e-global-color-secondary);
    font-size: 16px;
    font-weight: 700;
    box-shadow: 4px 4px 0px 0px #000000;
    cursor: pointer;
}

.ol-1 {
    position: absolute;
    left: -100px;
    top: 0;
    width: 120px;
}

.ol-2 {
    position: absolute;
    right: -50px;
    bottom: 40px;
    width: 100px;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:first-of-type {
    display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

@media (max-width: 767px) {
    .c-form-row {
        grid-template-columns: 1fr;
    }
}

/*** Contact FOrm CSS END * **/





.floating-anim-btn {
    border-radius: 55px;
    border: 1.941px solid #000;
    background: #6AB512;
    box-shadow: 3.883px 3.883px 0 0 #000;
    width: max-content;
    padding: 13px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
     position: fixed;
     z-index: 9999;
    right: 30px;
    bottom: 30px;
    animation: floatShadowAnim 3s infinite ease-in-out;
}

.anim-top {
    border-radius: 9999px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(20px);
    position: relative;
    padding: 6px 58px 6px 15px;
    width: max-content;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    
}
.anim-top span {
  animation: textColorAnim 2.5s infinite ease-in-out;
}

.anim-top .svg-ico {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.1);
    animation: iconScale 2.5s infinite ease-in-out;
}

.anim-bottom {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

@keyframes floatShadowAnim {
  0% {
    box-shadow: 3.883px 3.883px 0 0 #000;
  }

  50% {
    box-shadow: 0 0 5px 4px rgba(255, 255, 255, 0.8);
    border-color: #fff;
  }

  100% {
    box-shadow: 3.883px 3.883px 0 0 #000;
  }
}

@keyframes textColorAnim {
  0% {
    color: #000;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #000;
  }
}

/* Icon scale animation */
@keyframes iconScale {
  0% {
    transform: translateY(-50%) scale(1.1);
  }
  50% {
    transform: translateY(-50%) scale(0.9);
  }
  100% {
    transform: translateY(-50%) scale(1.1);
  }
}

.elementor-button-text {
    font-family: "Inter Tight", sans-serif !important;
}
.page-id-743  #c-header ,
.page-id-743 .ekit-template-content-footer 

{
    display: none !important;
}

 ul#menu-primary-menu {
        padding-left: 60px;
    }
@media (max-width:1366px)
 {
  
.service-overlay-left:before {
    left: -70px;width: 100px;
    height: 100px;
    z-index: 0;
    top: 0;
}
.service-overlay-right:after {
    
    right: -60px;  
     width: 80px;
    height: 80px;
    bottom: 20px;
}

.overlay-cta-left
{
    position: absolute;
    top: 50%;
    left: 40px;;
    transform:translateY(-50%);
    
}
.overlay-cta-left img {
    width: 160px;
}
.overlay-cta-right img {
    width: 90px;
}

.overlay-cta-right
{
    position: absolute;
    top: 50%;
    right: 30px;
    transform:translateY(-50%);
}
}

   

@media (max-width:1200px)
 {
    div#c-header {
    max-width: calc(100% - 30px);
    margin-top: 10px;
}
.overlay-cta-right,
  .overlay-cta-left,
  .service-overlay-left:before,
  .service-overlay-right:after
  {
    display: none;
    }
    ul#menu-primary-menu {
        padding-left: 30px;
    }
}

@media (max-width:1024px)
{

    .hero-sect {
    width: calc(100% - 0px);
    margin-top: 0px;
    border-radius: 0px !important;
    overflow: hidden;
}
}
@media (max-width:991px)
 {
    .d-x-none
    {
        display: none;
    }
}

@media (max-width:767px)
{
    .floating-anim-btn
    {
        display:none
    }
}
