.custom-kit-3 {
    --e-global-color-primary: #012A4A;
    --box-shadow:0 .5rem 1rem #999 !important;
    --box-shadow-hover:0 .5rem 1rem #012A4A !important;
    --shadow: 0 4px 8px #1c1a1a4a;
    --e-global-color-secondary: #468FAF;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #89C2D9;
    --e-global-color-9c7956d: #FFFFFF;
    --e-global-color-ebba1b7: #02010100;
    --e-global-color-ccb6c95: #FFFFFFD9;
    --e-global-color-4c0435b: #EDF2FB;
    --e-global-typography-primary-font-family: "Montserrat";
    --e-global-typography-primary-font-size: 4em;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Montserrat";
    --e-global-typography-secondary-font-size: 3em;
    --e-global-typography-secondary-font-weight: 600;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Montserrat";
    --e-global-typography-accent-font-size: 2.6em;
    --e-global-typography-accent-font-weight: 600;
    --e-global-typography-88c7c64-font-family: "Montserrat";
    --e-global-typography-88c7c64-font-size: 1.1em;
    --e-global-typography-88c7c64-font-weight: 600;
    --e-global-typography-5f29400-font-family: "Montserrat";
    --e-global-typography-5f29400-font-size: 1.5em;
    --e-global-typography-5f29400-font-weight: 600;
    --e-global-typography-abfec9f-font-family: "Montserrat";
    --e-global-typography-abfec9f-font-size: 1.3em;
    --e-global-typography-abfec9f-font-weight: 600;
    --e-global-typography-5015d67-font-family: "Montserrat";
    --e-global-typography-5015d67-font-size: 1em;
    --e-global-typography-5015d67-font-weight: 600;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}


html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}

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

.container{
    max-width: 1140px;
}
.container-t-b-p{
    padding-top: 100px;
    padding-bottom: 100px;
}
.spacer{
    margin-bottom: 50px;
}

.secondary-text-color{
    color: var(--e-global-color-secondary);
}


.logo-text-header{
    color: var(--e-global-color-primary);
    margin-top: -3px;
    font-family: 'Poppins';
    letter-spacing: 3px;
}

.logo-text-footer{
    color: var(--e-global-color-9c7956d);
    margin-top: -3px;
    font-family: 'Poppins';
    letter-spacing: 3px;
    
}


#navMenu {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -250px; /* Initially hidden off-screen */
    width: 250px;
    height: 100%;
    background: #ffffff;
    color: white;
    padding: 20px;
    transition: left 0.4s ease-in-out; /* Smooth sliding effect */
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);

    .item-active {
        background: #012a4a !important;
        border-radius: 10px !important;
        color: white !important;
        font-weight: 600;
        padding: 10px;
    }
    
}
#navMenu ul {
    list-style: none;
    padding: 0;
}
#navMenu ul li {
    padding: 10px 0;
}


#navMenu ul li a {
    color: var(--e-global-color-primary);
    text-decoration: none;
    display: block;
    padding: 10px;
}

#navMenu ul li:hover{
    padding: 0px;
    background-color: var(--e-global-color-primary);
    background-color: #d0d5da9f;
    border-radius: 5px !important;
}
.hfe-nav-menu__toggle {
    cursor: pointer;
    padding: 10px;
    /* background: #333;
    color: #fff;
    display: inline-block;
    position: fixed;
    top: 20px;
    left: 20px; */
    z-index: 1000;
}

.item-active{
    background: #012a4a !important;
    border-radius: 30px !important;
    color: white !important;
    font-weight: 600;
}

.elementor-element-29a40ff .elementor-icon-list-text:hover{
    /* color: var(--e-global-color-primary) !important; */
    /* scale: 1.1; */
}

.social-box:hover{
scale: 1.1;
}

.wave-container {
    /* position: absolute;
    width: 100%;
    height: 500px; */

    height: 101%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;

    .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -65%;
        background-color: transparent;
      }
  
      .wave:nth-child(1) {
        background:rgb(162 157 157 / 15%);
        clip-path: path("M0 175 Q300 220 600 160 T1200 160 T5000 160 V300 H0 Z");
      }
  
      .wave:nth-child(2) {
        background: rgb(170 168 168 / 10%);
        clip-path: path("M0 140 Q250 200 500 140 T1000 140 T1500 140 T5000 140 V300 H0 Z");
        transform: translateY(15px);
      }
  
      .wave:nth-child(3) {
        background: rgb(255 255 255);
        clip-path: path("M0 180 Q200 240 400 182 T800 170 T1211 209 T1600 195 T5000 214 V300 H0 Z");
        /* clip-path: path("M0 180 Q200 220 400 180 T800 146 T1200 180 T1600 180 T5000 180 V300 H0 Z"); */
        transform: translateY(30px);
      }
  }

  /* .wave-container::before {    */
    /* /* content: "";
    width: 100%;
    height: 155px;
    position: absolute;
    bottom: -0.3%;
    left: 0;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-position: 3vw bottom; */
    /* background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  134' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 98L50 92C100 86 200 74 300 50C400 26 500 -10 600 2C700 14 800 74 900 98C1000 122 1100 110 1150 104L1200 98V134H1150C1100 134 1000 134 900 134C800 134 700 134 600 134C500 134 400 134 300 134C200 134 100 134 50 134H0V98Z' fill='%23ffffff'/></svg>"); */

/* 
    content: "";
    width: 100%;
    height: 155px;
    position: absolute;
    bottom: -0.3%;
    left: 0;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-position: 3vw bottom; */
 
  /* } */

  .elementor-1090 .elementor-element.elementor-element-65e07396 {
    .text-center .fas{
        font-size: 30px;
    }

    .card:hover .text-center .fas {
        transform: rotate(360deg);
        transition: transform 0.8s ease-in-out; 
    }

    .container{
        z-index: 4;
        position: absolute;
        right: 10%;
    }
    .card {
         border-radius: 22px;
         box-shadow: 0 .5rem 1rem rgb(0 0 0 / 33%);
         transition: transform 0.3s ease;

      }

      .card:hover {
        transform: scale(1.05) !important;
        box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;
    }
      .card-header{
        background: none;
        border-bottom: none;
        font-size: 15px;
      }
  } 
  .bg-primary-vetnest{
    background-color: #012A4A;
  }

  .card-group{
    width: 60%;
    float: inline-end;
  }
  .card-group-item{
    h6{
        font-size: 14px !important;
    }
    margin-right: 10px;
  }
  
/* .hero-page-bg-pet{
  margin-right: 80px;
} */

.hero-cards{
    width: 100%;
    border-radius: 15px !important;
    box-shadow: 0 .5rem 1rem rgb(0 0 0 / 33%) !important;
    background: white !important;
    padding: 20px !important;
    border: none !important;
    .hero-cards-dropdown{
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: rgb(1, 42, 74);
        font-size: 17px;
        line-height: 25px;
        
    
    }

    .custom-icon-size {
        font-size: 30px;
          color: rgb(1, 42, 74);;
    }

    .btn-check:focus+.btn-primary, .btn-primary:focus {
        border-color: #ffffff00 !important;
    }


}

#accordion{
        --bs-gutter-x: 2rem;
}

#accordion .hero-cards:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;
}

#accordion .hero-cards:hover .fas {
    transform: rotate(360deg);
    transition: transform 0.8s ease-in-out; 
}

.elementor-element-65e07396 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.full-height{
    height: 100% !important;
}

.blog-list-img{
    height: 240px;
}

.welcome-to {
    padding: 0px;
    letter-spacing: 6px;
    margin-bottom: 5px;
    margin-left: -3px;
}

.welcome-to-text {
    font-size: 27px;
    color:var( --e-global-color-primary) !important;
    letter-spacing: 6px;
}
.vetnest-heading{
    font-size: 110px;
}
.sub-heading-bottom {
    padding: 0px;
    letter-spacing: 6px;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: -3px;
}

.sub-heading-right{
    font-family: 'Roboto', sans-serif !important;
    font-weight:400;
    font-size: 27px;
    color:var( --e-global-color-primary) !important;
}

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}

.elementor-element-4ff6481b .multi-appointment-container{
    display: grid !important;
    background-color:var( --e-global-color-secondary) !important;
    border-radius: 15px;

}

/* appointment collapse  */
.elementor-element-4ff6481b .multi-appointment-collapse .card{
    /* border-color: var(--e-global-color-secondary);
    border-radius: 20px; */
    background-color: transparent;
    border:none;
    color: black;
    .card-text{
        padding: 10px;
        background: white;
        border-radius: 10px;
    
    }
}

#collapseAppointment .elementor-button {
    padding: 20px 60px 20px 60px !important;
    width: 100%;
}


#collapseAppointment {
     button:hover,
    button:focus,
    input[type="button"]:hover,
    input[type="button"]:focus,
     input[type="submit"]:hover,
    input[type="submit"]:focus,
     .elementor-button:hover,
    .elementor-button:focus {
        color: var(--e-global-color-primary);
        background-color: var(--e-global-color-accent);
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: var(--e-global-color-accent);
        border-radius: 10px 10px 10px 10px;
        padding: 20px 40px 20px 40px;
    }
    
}



.elementor-element-4ff6481b .multi-appointment-collapse{
    /* border-color: var(--e-global-color-secondary);
    border-radius: 20px; */
    /* border: 1px solid black; */
    /* background-color:var( --e-global-color-primary) !important; */
    width: 100%;
}

/* .services-slider .slick-track {
    margin-left: -11px;
}
.services-slider .elementor-inner-column{
    box-shadow: 6px 6px 14px 7px #337ab752;
    border-radius:30px;
    scale: 0.9;
}
.services-slider .elementor-inner-column:hover{
    box-shadow: 6px 6px 14px 7px #eaeced52;
    border-radius:30px;
} */


/* .dot-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; 
  } */

  /* .slick-list {
    margin-left: -15px;
} */
#our-services{
    padding: 50px 0px 0px 0px !important;
    background-color: white !important;
    .ekit-wid-con .elementskit-commentor-content>p{
        text-align: left;
        margin: 0px;
    }

    .ekit-wid-con .swiper-container.ekit-main-swiper, .ekit-wid-con .swiper.ekit-main-swiper {
        padding: 10px;
    }

    .ekit-wid-con .elementskit-single-testimonial-slider {
        box-shadow: 0 .5rem 1rem rgb(0 0 0 / 33%);
    }
    .ekit-wid-con .text-center {
       font-size: 40px !important;
    }

    
}

.our-services-section-bg{
    position: relative; /* To allow pseudo-elements to overlay */
    background-image: url('/images/home/bg-pattern.png');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 1;

    a{
        text-decoration: none;
        color: var(--e-global-color-text);
    }

    a:hover{
        text-decoration: none;
        color: var(--e-global-color-text);
    }
}

.our-services-section-bg::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
	background: linear-gradient(to left, rgb(255 255 255 / 69%) 0%, rgb(255 255 255 / 89%) 100%);
	    opacity: 1;
    z-index: 0;
    pointer-events: none;
}

.our-services-section-bg > * {
    position: relative;
    z-index: 2; /* Ensure content stays above the gradient overlay */
}


.our-services-list-section-bg{
    position: relative; /* To allow pseudo-elements to overlay */
    background-image: url('/images/home/bg-pattern.png');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
}

.our-services-list-section-bg::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
	background: linear-gradient(to left, rgb(255 255 255 / 69%) 0%, rgb(255 255 255 / 89%) 100%);
	    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.our-services-list-section-bg > * {
    position: relative;
    z-index: 2; /* Ensure content stays above the gradient overlay */
}

.elementor-element-66ef9088 .elementor-heading-title {
    text-align:left;
}
.services-slider .card{ 
    /* width: 20%; */
    margin-right: 70px;
    border: none;
    border-top: 1px solid rgb(189 185 185 / 13%);
    box-shadow: var(--box-shadow);
    border-radius: 15px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    .card-text{
        font-size:14px;
    }


}
/* .owl-item:hover .our-service-card {
    box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;
   transform:  scale(0.9) ;
} */

/* .owl-item .content-box:hover .our-service-card {
    box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;
   transform:  scale(0.9) ;
} */


.our-service-card {
    transition: transform 0.3s ease-in-out;
}

.content-box{
    background-color: white;
    width: 100%;
    border-radius: 15px !important;

}
.our-service-card:hover .content-box {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;

}





/* .services-slider .card:hover{
    background-color: #012A4A;
    color: white;
    box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;
}

.services-slider .card:hover .fas ,h6 {
    color: white;
}

.services-slider .card:hover h6 {
    color: white;
} */
.dots{
    position: absolute;
    top: 35%;
    display: flex;
    scale: 0.5;
    right: -71px;
    opacity: 0; /* Hide the dots by default */
    transition: opacity 0.3s ease; /* Quick fade-in transition */
    .mid-dot{
        scale: 1.5;
        margin-bottom: 5px;
    }

}
  .owl-item.active .dots {
    opacity: 1; /* Show the dots instantly with fade effect */
  }

/* .elementor-element-3313e5fb .elementor-background-overlay-about{
    position: absolute;
    background-color: #00000000;
    background-size: cover;
    background-repeat: no-repeat;
    height: 103%;
    width: 100%;
    background-position-y: 74%;
    background-image: url('/icons/grey-bg-curve.svg');
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
} */
.elementor-1090 .elementor-element.elementor-element-3221285e .elementor-background-overlay-services{
    height: 101%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #00000000;
    background-image: linear-gradient(181deg, #ffffff80 0%, #dddfe2 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-1090 .elementor-element.elementor-element-3221285e .wave-container::before {   
    content: "";
    width: 100%;
    height: 155px;
    position: absolute;
    bottom: -0.3%;
    left: 0;
    background-size: auto;
    background-repeat: repeat no-repeat;
    background-position: 3vw bottom;
    /* background-color: black; */
    /* background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200  134' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 98L50 92C100 86 200 74 300 50C400 26 500 -10 600 2C700 14 800 74 900 98C1000 122 1100 110 1150 104L1200 98V134H1150C1100 134 1000 134 900 134C800 134 700 134 600 134C500 134 400 134 300 134C200 134 100 134 50 134H0V98Z' fill='%23ffffff'/></svg>"); */
  }

  .services-list{
    padding: 50px 0px 100px 0px !important;
    h2{
        text-align: left;
    }
    .service-list-p p{
        width: 70%;
        text-align: left;
    }
  }
  .services-list .first-container {
    /* padding-left: 3%;
    padding-right: 3%; */
    display: flex;
    gap: 40px;
    .card-title{
        margin: 0px;
        padding: 0px;
        font-weight: 500;
        font-size: 20px;
    }
    .card-body {
        padding: 10px 20px;
    }
    .card-img-top{
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .card{
        border-radius: 15px;
        border: none;
        box-shadow:  0 .5rem 1rem rgb(176 177 178 / 53%);
        a{
            font-weight: 400;
            font-size: 18px;
        }

    }

  }

  .service-list-item{
    
    .card{
        border: none;
        border-radius: 10px;
        box-shadow: 0 .5rem 1rem rgb(176 177 178 / 53%);
    }
    /* .card :hover{
        border: none;
        border-radius: 5px;
        box-shadow: 0 .5rem 1rem rgba(58, 99, 140, 0.53);
    } */

    
    .my-card-service {
        transition: transform 0.3s ease, box-shadow 0.3s ease;

        .card-body{
            padding-top: 0px;
        }
    }
    
    .my-card-service:hover {
        transform: scale(1.05); /* Slightly increase the size of the card */
        box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;
    }
    

    .card-img-top{
         border-top-left-radius: 10px;
         border-top-right-radius: 10px;
         height: 250px;
    }
    .gap-x-y{
        --bs-gutter-x: 6rem;
        --bs-gutter-y: 5rem;

    }
  }
  .services-list .elementor-background-overlay-service-list {
    position: absolute;
    background-color: #00000000;
    background-size: cover;
    background-repeat: no-repeat;
    height: 103%;
    width: 100%;
    background-position-y: 50%;
    top: -25%;
    background-image: url(/icons/grey-bg-curve-png.svg);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}






.testimonial-section-bg {
    position: relative; /* To allow pseudo-elements to overlay */
    background-image: url('/images/home/bg-pattern.png');
    background-size: 40%;
    background-repeat: no-repeat;
    
}

.testimonial-section-bg::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
	background: linear-gradient(to right, rgb(255 255 255 / 69%) 0%, rgb(255 255 255 / 89%) 100%);
	    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.testimonial-section-bg > * {
    position: relative;
    z-index: 2; /* Ensure content stays above the gradient overlay */
}

.elementor-element-e0677a7 {
    padding: 50px 0px 100px 0px;
    .elementskit-commentor-bio {
    bottom: -98px;
    }
    .elementskit-watermark-icon>i {
        color: var(--e-global-color-primary);
    }
    .elementor-element.elementor-element-b92803d .elementskit-single-testimonial-slider, .elementor-329 .elementor-element.elementor-element-b92803d .elementskit-testimonial_card{
        border-radius: 20px;
    }

    .elementor-element.elementor-element-b92803d .elementskit-stars>li>a, .elementor-329 .elementor-element.elementor-element-b92803d .elementskit-stars>li>span{
        color: #fec42d;
    }

    .dots-container-review {
        display: flex;
        gap: 5px;
        position: absolute;
        top: 40%; 
        left: 112%;
        transform: translate(-50%, -50%); 

        .dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: gray; 
        }

        .mid-dot{
            width: 10px;
            height: 10px;
            background-color:var(--e-global-color-primary);
            margin-top: -1px;
        }
    }
    .ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider:hover{
        
      transform: scale(0.9);
      box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;


    }
}



@keyframes scaleAnimationPaw {
    0% {
        transform: rotate(50deg) scale(1); /* Original size */
    }
    50% {
        transform: rotate(50deg) scale(1.1); /* Scale to 1.5 times the size */
    }
    100% {
        transform: rotate(50deg) scale(1); /* Return to original size */
    }
    }

.testimonial-section {

    .top-right-1{
        position: absolute;
        right: 1%;
        top: -100px;
        scale: 3;
        transform: rotate(50deg);
        /* animation: scaleAnimationPaw 2s ease-in-out infinite;
        transition: transform 0.5s ease;  */
    }


    .top-right-2{
        position: absolute;
        right: -8%;
        top: -125px;
        margin-top: 50px;
        scale: 4.5;
        transform: rotate(50deg);
    }

    .top-right-3{
        position: absolute;
        right:-2%;
        top: -133px;
        margin-top: 100px;
        scale: 2;
        transform: rotate(50deg);
    }

    padding:0px 0px;
    margin-bottom: 100px;
    .blog-prev
    :hover{
      opacity: 0.5;
    }
    .blog-next
    :hover{
      opacity: 0.5;
    }

    .testimonial {
        font-size: 1.1rem;
        color: #555;
      }
      .testimonial .quote-icon {
        font-size: 2rem;
        color: #333;
      }
      .image-section img {
      display: block; /* Ensure no gaps for inline images */
      width: 100%; /* Ensure the image fits its container */
      height: auto;
      transition: transform 0.3s ease; /* Smooth zoom effect */
    }
    
    .image-section img:hover {
      transform: scale(1.1); /* Scale the image to 110% on hover */
    
    }
    
      .testimonial-author {
        font-weight: bold;
        margin-top: 10px;
      }
      .image-section {
        position: relative;
        .image-animate{
            box-shadow: 0 4px 8px rgb(28 26 26 / 29%);
              overflow:hidden;
              border-radius:15px;
        }

        /* .image-animate:hover{
            box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;
        } */
      }
      .price-card {
          background: #fff;
          border-radius: 15px;
          box-shadow: 0 4px 8px rgb(28 26 26 / 29%);
          padding: 20px;
          text-align: center;
          position: absolute;
          left: 26%;
          transform: translateX(-50%);
          width: 65%;
          bottom: -15%;
          .badge-date{
              float: left;
              background-color: var(--e-global-color-primary) !important;
          }
      }
    
      .price-card:hover{
         box-shadow: 0 .5rem 1rem rgba(73, 105, 164, 0.84) !important;

      }
      .price-card h5 {
        margin: 0;
        text-align: left;
        font-weight: 400;
        position: relative;

      }



    
  }
  


.map-section-bg {
    position: relative; /* To allow pseudo-elements to overlay */
    background-image: url('/images/home/bg-pattern.png');
    background-size: 30%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}

.map-section-bg::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
	background: linear-gradient(to right, rgb(255 255 255 / 69%) 0%, rgb(255 255 255 / 89%) 100%);
	    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.map-section-bg > * {
    position: relative;
    z-index: 2; /* Ensure content stays above the gradient overlay */
}

.map {
    width: 100%;
    height: 400px;
    border: 0;
    /* border-radius: 8px; */
  
  }

  .home-contact{
    margin-bottom: 100px;
  }
  .contact-form-home{
    .fas{
        font-size: 24px;
        color: var(--e-global-color-primary);
    }
    .bi{
        font-size: 24px;
        color: var(--e-global-color-primary);
    }
    h3{
        font-size: 20px !important;
        padding: 0px;
        margin: 7px 0px;
    }

} 

.elementor-element-c8605984 {
    padding-left: 80px;
}

.text-position{
    text-align:left;
}

.elementor-element-6b9ebb99{
    .count{
        font-size: 40px;
        font-weight: 900;
      }
      .counter-wrapper{
        background: #333;
        background: cover;
        background-position: center center;
        position: relative;
      }
      .counter-wrapper:after{
        content: '';
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        background: rgba(0,0,0,.5);
      }
      .counter-inner{
        position:relative;
        z-index:2;
      }
      .count-icon{
       width: 20%;
       margin: auto;
       margin-bottom: 20px;
      }
      .counter-title{
        font-size: 20px;
        font-weight: 700;
      }
}

 .skillbar-group .number-percentage-value {
    position: absolute;
    right: 10px;
    top: 0px;
    display: no;
    color: #012A4A;
    font-family: var(--e-global-typography-88c7c64-font-family), Sans-serif;
    font-size: var(--e-global-typography-88c7c64-font-size);
    font-weight: var(--e-global-typography-88c7c64-font-weight);
    line-height: var(--e-global-typography-88c7c64-line-height);
    letter-spacing: var(--e-global-typography-88c7c64-letter-spacing);
    word-spacing: var(--e-global-typography-88c7c64-word-spacing);
}

.custom-overlay-blog{
    height: 100% !important;
}

.overlay-testimoniols{
    height: 100% !important;
}

.elementor-1090 .elementor-element.elementor-element-5ee52844 {
    align-items: center;
}

.elementor-1090 .elementor-element.elementor-element-6b442b56 {
    align-items: center !important;
}

.elementor-element-6c61092 .elementor-container{
    justify-content: center;
}

.elementor-element-3b29504  .elementor-container{
    justify-content: center;
}


@keyframes flipIn {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }
    50% {
        transform: rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}
#slideshow {
    width: 100%;
    position: relative;
    perspective: 1000px; /* Adds 3D perspective */
  
    .slide 
    {
        width: 100%;
        position: absolute;
        top:3px;
        left:4px;
        background-size: cover;
        background-position: center;
        transform-origin: top; /* Flip from the top edge */
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

    .slide.active {
        opacity: 1;
    }

    .slide.flip-in {
        animation: flipIn 2s ease-in-out forwards;
    }
}






@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}
@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}






/* Tablets and Medium Devices */
@media only screen and (min-width: 768px) and (max-width:  1199px) {
    .elementor-1090 .elementor-element.elementor-element-6b9ebb99 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 50px 30px 50px 30px;
    }
    .elementor-1090 .elementor-element.elementor-element-65e07396 {
        .container {
            z-index: 4;
            position: absolute;
            right: 2%;
        }

        #accordion{
            gap: 0px !important;
        }


    }

    .elementor-1090 .elementor-element.elementor-element-65e07396 {
        .card-header {
            margin: auto;
        }
    }

    .elementor-1090 .elementor-element.elementor-element-82ed2aa>.elementor-widget-container {
        margin: -349px 0px 0px -15px !important;
        padding: 0px 0px 0px 0px;
    }

    .elementor-1090 .elementor-element.elementor-element-82ed2aa img {
        width: 90% !important;
    }

    .elementor-1090 .elementor-element.elementor-element-4a85516c>.elementor-widget-container {
        padding: 0px !important;
    }

    .service-list-item {
        .gap-x-y {
            --bs-gutter-x: 2rem;
            --bs-gutter-y: 2rem;
        }

        .card-img-top {
            height: 200px !important;
        }
    }

    .services-list {
        padding: 50px 20px 100px 20px !important;
    }

    .elementor-1090 .elementor-element.elementor-element-6b442b56>.elementor-element-populated {
        align-content: center;
    }
    

    .elementor-element-f88cbba .elementor-section.elementor-section-boxed>.elementor-container {
        justify-content: end;
        .hfe-nav-menu-icon .fa, .fas {
            color:var(--e-global-color-primary);
        }
    }

    .dots{
        right: -21%;
    }

    .elementor-element-3313e5fb .elementor-element-460bb9ce
    {
        align-items: center;

    }

}

@media(max-width:768px) {

    .hero-cards {
        padding: 12px !important;
    }
    .hero-cards-dropdown {
        font-size: 15px;
        line-height: 20px;
    }
    .custom-icon-size {
        font-size: 26px;
    }


    .hfe-nav-menu-icon {
        display: inline-block;
        line-height: 1;
        text-align: center;
        color: var(--e-global-color-primary);
    }
    .container-t-b-p{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ekit-wid-con .skill-bar .skill-track .number-percentage-wraper {
        position: absolute;
        right: 0;
        top: -56px !important;
        z-index: 1
    }
    .elementor-754 .elementor-element.elementor-element-6a092932>.elementor-element-populated {
       display: none;
    }

    .welcome-to {
        padding: 0px !important;
        letter-spacing: 6px !important;
        margin-bottom: 5px !important;
        margin-left: 28px !important;
    }
    .sub-heading-right{
        font-size: 24px;
        letter-spacing: 4px;
    } 
    .sub-heading-bottom {
        padding: 0px !important;
        letter-spacing: 6px !important;
        margin-top: 3px !important;
        margin-bottom: 0px !important;
        margin-left: 25px !important;
    }

    .vetnest-heading{
        font-size: 80px !important;
    }
    .welcome-to-text {
        font-size: 24px;
    }
    .elementor-element-729b367d .elementor-widget-container h1 .elementor-heading-title span{
        font-size: 90px !important;
    }

    .elementor-1090 .elementor-element.elementor-element-61e32524>.elementor-element-populated {
        margin: -110px 0px 0px 0px !important;
    }


  .elementor-1090 .elementor-element.elementor-element-65e07396 {

        .container{
            z-index: 4;
            position: absolute;
            right: 0%;

            .row{
                justify-content: center;
            }

            #accordion{
                gap: 30px !important;
            }
        }

    }

    .elementor-element-c8605984 {
        padding-left: 0px;
    }

    .text-position{
        text-align:center;
    }
    .service-list-item {
        .gap-x-y {
            --bs-gutter-x: 2rem;
            --bs-gutter-y: 2rem;
        }
    }

    .elementor-element-66ef9088 .elementor-heading-title {
        text-align: center !important;
    }

    .elementor-1090 .elementor-element.elementor-element-4a85516c>.elementor-widget-container {
        /* padding: 0px 200px 0px 200px; */
        width: 100% !important;
        text-align: center !important;
    }

    .services-list {
        .service-list-p p {
            width: 100%;
            text-align: center !important;
        }
    }

    /* .card .dots{
        display: none;
    } */

    .services-slider .card {
        margin-right: 9%;
    }

    .services-list {
        h2 {
            text-align: center !important; 
        }
    }

    .service-list-item {
        .card-img-top {
            height: 35vh;
        }
    }

    .skillbar-group .number-percentage-value {
        top: -20px;
    }

    .elementor-1090 .elementor-element.elementor-element-3221285e {
        padding: 50px 20px 0px 20px !important;

        .owl-dots{
            display: none;
        }
    }  
    
    .elementor-element-e0677a7 {
        padding: 0px 0px 0px 0px;
    }

    .elementor-1090 .elementor-element.elementor-element-73348c17 img {
        width: 90%;
    }

    .elementor-1090 .elementor-element.elementor-element-73348c17>.elementor-widget-container {
        margin: -376px -36px 0px 0px;
    }

    .elementor-754 .elementor-element.elementor-element-4b426bf4 .elementor-icon-list-icon {
        padding-right: 0px !important;
    }    

   .elementor-background-overlay-custom {
        height: 102% !important;
    }
    .testimonial-section {
        .price-card {
            left: 50%;
        }
    }

    
}

@media only screen and (min-width: 600px) and (max-width: 768px) {

    .dots{
        right: -14%;
    }
}

@media (max-width: 370px) {
    /* Adjust heading sizes */
    h1 {
      font-size: 24px;
    }
    
    h2 {
      font-size: 22px;
    }
    
    h3 {
      font-size: 20px;
    }
    
    h4 {
      font-size: 18px;
    }
    
    h5 {
      font-size: 16px;
    }
    
    h6 {
      font-size: 14px;
    }
    
    /* Adjust paragraph text size */
    p {
      font-size: 14px;
    }
    
    /* Adjust span text sizes for spans with the class "text" */
    span.text {
      font-size: 12px;
    }
    
    /* If you have other span classes, you can add them too. For example: */
    span.text-small {
      font-size: 10px;
    }
    
    span.text-large {
      font-size: 14px;
    }

    .vetnest-heading {
        font-size: 60px !important;
    }

    .elementor-1090 .elementor-element.elementor-element-73348c17>.elementor-widget-container {
        margin: -96% 0px 0px 0px !important;
    }

    .elementor-1090 .elementor-element.elementor-element-82ed2aa>.elementor-widget-container {
        margin: -110% 0px 0px 0px !important;
        padding: 0px 0px 0px 0px;
    }

    .service-list-item {
        .card-img-top {
            height: 50vh;
        }
        .py-5 {
            padding-top: 2rem !important;
            padding-bottom: 2rem !important;
        }
    }

    .hero-cards {
        padding: 10px !important;
        border-radius: 10px;
    }
    .hero-cards-dropdown {
        font-size: 14px;
        line-height: 18px;
    }
    .custom-icon-size {
        font-size: 24px;
    }

  }

