/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2025 | 08:22:49 */
.navbar {
    position: relative;
    z-index: 1;
    padding: 0 70px;
    filter: drop-shadow(5px 10px 10px rgba(26, 15, 63, 0.71));
}

/* Initial clip-path for navbar */
.navbar:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(89deg, #5f16a9 0%, #cf15f8 100%);
    box-shadow: 0px 12px 29px 0px rgba(26, 15, 63, 0.71);
    z-index: -1;
    clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
    transition: clip-path 0.3s ease; /* Smooth transition for clip-path */
}

/* When sticky */

.elementor-sticky.elementor-sticky--active.navbar:before {
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}



img.attachment-.size-, img.cst-img{

   border-radius: 15px;
  box-shadow: 0px 12px 13px 0px rgba(26, 15, 63, 0.46);
}

/* Home About-section Animation  */
.about-thumb {
    position: relative;
}

.about-thumb .image-1 {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    animation: customBounce 3s linear infinite;
}
img {
    vertical-align: middle;
    border-style: none;
}

@keyframes customBounce {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    75% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.about-thumb .image-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Footer subscribe-form image Animation  */
 .obj {
    left: 0;
    animation: customBounce 3s linear infinite;
		}

@keyframes customBounce {
  0% {
    transform: translateY(0);
	}

25% {
    transform: translateY(-10px);
	}

50% {

    transform: translateY(-20px);
	}

75% {
    transform: translateY(-10px);
	}

100% {
    transform: translateY(0);
	}

}

/* Footer subscribe-form */

input#form-field-email.cst-ftr-form {
    min-height: 60px;
    padding-left: 25px;
    padding-right: 40px;
    box-shadow: inset 0 0 15px 7px #6b38f6;
    border: none;
    color: #363636;
}



button.elementor-button.elementor-size-md{
    min-height: 60px;
        background-image: -webkit-linear-gradient(-45deg, #c165dd 0%, #5c27fe 100%);
    background-image: -ms-linear-gradient(-45deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.53);
    color: #ffffff;
    width: 160px;

    margin-left: -45px;
    
}

/* Footer Social-Icon Hover */

.elementor-733 .elementor-element.elementor-element-8506673 .elementor-social-icon:hover {

    background-image: -webkit-linear-gradient(89deg, #5f16a9 0%, #cf15f8 100%);

    box-shadow: 0px 4px 9px 0px rgba(103, 22, 175, 0.71);
    color: #ffffff;
    border-color: #7216b6;
}

/* About Video Animation Start */

.video-btn::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 57px;
    height: 54px;
    background-image: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background-image: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background-image: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -webkit-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -moz-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -ms-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    -o-border-radius: 27% 33% 15% 48%/21% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
    animation-delay: 0.5s;
}


.video-btn {
    
    position: relative;
    z-index: 1;
}


@keyframes flowRubber {

    
    0% {
    border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
}

25% {
    border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
    -webkit-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
    -moz-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
    -ms-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
    -o-border-radius: 84% 43% 59% 45%/62% 38% 67% 49%;
}

50% {
    border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
    -webkit-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
    -moz-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
    -ms-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
    -o-border-radius: 69% 70% 59% 86%/80% 77% 67% 49%;
}

75% {
    border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
    -webkit-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
    -moz-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
    -ms-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
    -o-border-radius: 35% 70% 24% 94%/64% 61% 67% 49%;
}

100% {
    border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
}

}


.video-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 73px;
    height: 74px;
    background-image: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background-image: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background-image: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    opacity: 0.4;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -webkit-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -moz-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -ms-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    -o-border-radius: 20% 38% 25% 53%/12% 47% 35% 51%;
    animation: flowRubber 5s infinite linear;
}

/* About us page Video Animation End */


<!-- team section Start -->

.team-card {
    text-align: center;
}

.team-card__thumb {
    width: 167px;
    height: 167px;
    border-radius: 100%;  /* Keeps the circular shape */
    display: inline-block;
    position: relative;
    overflow: visible;  /* Ensures child elements are not clipped */
}

.team-card__thumb img {
    display: block;
    width: 100%;  /* Ensures the first image fills the thumb container */
    height: 100%;
}

.team-card__thumb .cst-obj {
    position: absolute;
    top: 0;
    left: -23px;
    width: 200px;  /* Larger than the container to show the full image */
    height: 182px;
    z-index: 1;  /* Keeps the second image behind the first image */
    transition: all 0.5s;  /* Smooth transition for changes */
}

.elementor-element.elementor-element > .elementor-widget-container:hover .team-card__thumb .cst-obj{
    width: 100px;  /* Shrinks the second image */
    height: 91px;  /* Adjusts the height accordingly */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  /* Centers the second image */
    z-index: -1;
}


<!-- team section end -->


a.button.wc-backward {
    display: none !important;
}

.woocommerce-message {
    display: none !important;
}
