/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 00:22:10 */
.form-container {
  display: flex;
  flex-wrap: wrap;  
  gap: 20px; 
}
.elementor-74 .elementor-element.elementor-element-7b5cd165 .elementor-button:hover, .elementor-74 .elementor-element.elementor-element-7b5cd165 .elementor-button:focus {
    background: transparent;
    color: #FFFFFF;
}
.half-width {
  flex: 1 1 45%; /* Each input will take up 45% of the width */
  min-width: 200px; /* Prevent the inputs from shrinking too small */
}

input {
  width: 100%; /* Make sure inputs take full width of their container */
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
/* Submit Button Styling */
.form-content .wpcf7-submit {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}

.form-content .wpcf7-submit:hover {
    background-color: #0056b3;
}

/* Media Query for Smaller Screens (Mobile) */
@media (max-width: 768px) {
    .form-container {
        flex-direction: column; /* Stack the image and form on small screens */
        gap: 20px;
    }

    .form-image, .form-content {
        flex: none; /* Allow each section to take full width */
        width: 100%;
    }

    .form-image img {
        width: 100%; /* Make the image responsive on mobile */
    }

    /* Make half-width fields take full width on small screens */
    .half-width input {
        width: 100%;
    }
}
/* newslatter */
.tnp-subscription input[type=text], .tnp-subscription input[type=email]{
	border: 1px solid black !important;
	background: #fff;
}

.tnp-subscription label {
	display: none;
}
/* case study page css */
.fianl-image-cls {
	position: relative;
}
.fianl-image-cls:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/Screenshot_24-removebg-preview.png);
    position: absolute;
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
    bottom: -13px;
    left: 90px;
}
.holder-after-image-cls {
	position:relative;
}
.holder-after-image-cls:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/smile-neww-removebg-preview.png);
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto;
    bottom: 0;
    left: 170px;
}
.project-image-col {
	position:relative;
}
.project-image-col:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/aro-plan-arrow-svg-removebg-preview.png);
    position: absolute;
    width: 90px;
    height: 90px;
    top: -24px;
    right: 70px;
    background-repeat: no-repeat;
    background-size: auto;
}
button.tawk-custom-color.tawk-custom-border-color.tawk-button.tawk-button-circle.tawk-button-large {
   background-color: #FF7F66 !important;
}
:root {
	--tawk-header-background-color: #FF7F66
 !important;
}
.tawk-button {
	background-color: #FF7F66 !important;
}
.div-1 h4 {
    text-align: center;
    color: #fff;
    line-height: 115px;
    margin: 0;
    font-size: 22px;
}
.border-div {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.col-border {
	padding-bottom: 20px;
}
.typo-col-tp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.typo-left-col {
    width: 25%;
    display: inline-block;
}
.typo-right-col {
    width: 75%;
    display: inline-block;
}
.right-inner-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.typo-left-col h3 {
    font-size: 40px;
    font-weight: 500;
    color: #1F1F1F !important;
}
.typo-righ-one h4{
	font-size: 22px;
}
.typo-righ-one {
    width: 15%;
}
.bg-card-col {
    width: 100%;
    max-width: 400px;
    background: #FF7F66;
    border-radius: 10px;
    padding: 25px 20px;
	margin-bottom: 40px;

}
.content-col-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-col-inner p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.content-col-inner h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.para-col-inner p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding-top: 20px;
}
.col-2-bg {
    margin-left: 20%;
}
.col-3-bg {
    margin-left: 40%;
}
.col-4-bg {
    margin-left: 60%;
}
.arrow-img-cls {
 position: relative;
} 
.arrow-img-cls:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/arrow-new-liner.png);
    width: 120px;
    height: 120px;
    position: absolute;
    background-repeat: no-repeat;
    margin-top: 40px;
    margin-left: 50px;
}
.color-col-tp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-1 {
    width: 100%;
    max-width: 300px;
    height: 115px;
}
.col-border .e-con-inner {
    border: 2px dashed #CCCCCC;
	 width: 95% !important;
}
.explor_btn {
	width: 100%;
}
.explor_btn a.elementor-button {
    width: 80% !important;
}
.right_col img{
    height: 260px;
    object-fit: cover;
}
.right_col{
   margin: 0 0 0 auto;
}
/*** END ***/
/* new your css */
.our-slide-col .elementor-testimonial__image img {
    width: 100% !important;
}
.animate-icon {
	position:relative;
}
.animate-icon:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/blob-shap.svg);
    background-size: contain;
    height: 90px;
    width: 90px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0.5;
}
.price-section-bg {
    position: relative;
}

.price-section-bg:before, .price-section-bg:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/devinlabs-speccy-pattern-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 31.25rem;
    height: 34.6875rem;
}
.image-position-bg:before{
    top: -3.125rem;
    left: -10.3125rem;
}
.image-position-bg:after{
    bottom: -8.125rem;
    right: -10.3125rem;
}
.look-img-col:before {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/notice-dotted-bg-devinlabs-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    height: 100%;
    width: 100%;
    z-index: -1;
	background-position: center right;
}
.bg-orange-image {
	position:relative;
}
.bg-orange-image:before {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/party-pattern-bg-devinlabs.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    position: absolute;
    top: -5.875rem;
    left: -5.625rem;
    width: 34.0625rem;
    height: 37.875rem;
}
.content-bg-img:after {
    background-color: #FF7F66;
    content: '';
    position: absolute;
    left: -35px;
    top: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 1;
}
.content-bg-img {
    position: relative;
}
.content-bg-img:before {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/🎉.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    position: absolute;
    left: -15px;
	 width: 70px;
    height: 70%;
	z-index:9;
}
.new-york-about-sec .elementor-tab-title.elementor-active {
    border-bottom: 2px solid #FF7F66 !important;
}
.new-york-about-sec .elementor-accordion-item {
    border-bottom: 1px solid #dbdbdb !IMPORTANT;
}
.our-slide-col .elementor-testimonial:hover {
    transform: scale(1.05);
}

.our-slide-col .elementor-testimonial {
	cursor:pointer;
    transition: transform .2s cubic-bezier(.68,-.55,.27,1.55),-webkit-transform .2s cubic-bezier(.68,-.55,.27,1.55);
}
.our-slide-col .elementor-swiper-button {
    top: 100% !important;
	transform: translateY(0%) !important;
}
.our-slide-col .elementor-testimonial__text {
    min-height: 65px;
}
.our-slide-col .elementor-testimonial {
    background: #fff;
    padding-bottom: 20px;
	height:100%;
	 justify-content: flex-end;
}
.elementor-6511 .elementor-element.elementor-element-5465abe .elementor-testimonial__image img {
    width: 100%; 
    height: 290px;
    border-radius: 0px;
}
.our-slide-col .elementor-testimonial__footer {
    overflow: hidden;
	border-top-right-radius: 7px;
}
.elementor-testimonial__content {
    padding-right: 70px;
    padding-left: 25px;
}
.our-slide-col .elementor-testimonial__image:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/card-wave-new.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20%;
}
.our-slide-col .elementor-testimonial__image {
    position: relative;
	  width:100%;
}
.our-slide-col .elementor-testimonial__image img {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}
.icon-blob-shape .elementor-image-box-img:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/blob-shap.svg);
    display: block;
    height: 90px;
    width: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 0.5;
    top: -7px;
    left: -6px;
    z-index: -1;
}
p.speech-bubble {
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/bg-buble-icn-svg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 5.375rem;
    height: 3.625rem;
	  display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 50px;
}
.red-svg-col svg {
    width: 100%;
    max-width: 460px;
}
.bg-col-btn {
    margin-top: 20px;
}
.bg-col-btn input {
   background: #FF7F66 !important;
    color: #fff !important;
    width: 100%;
    max-width: 200px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    font-family: Poppins;
    padding: 13px 25px 13px 25px;
    text-transform: capitalize;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FF7F66;
}
.bg-col-btn input:hover {
    background: #fff !important;
	color:#1F1F1F !important;
}
.bg-col-btn input:focus {
	 background: #FF7F66 !important;
	outline: unset;
	    color: #fff !important;
}
.book-color a {
	color: #FF7F66;
}
.book-color a:hover{
	text-decoration:underline;
}
.wave-bg-col {
	position:relative;
}
.wave-bg-col:after {
    content: '';
    background: url(https://devinlabs.com/wp-content/uploads/2023/10/wave.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: absolute;
    z-index: 3;
    bottom: -4px;
    right: 0;
    left: 0;
    height: 3.125rem;
}
.look-img-col .elementor-image-box-img {
    padding-top: 12px;
}
/* END */
/* homepage css */

.testimonial-col .elementor-testimonial__cite {
    margin-left: 0 !important;
    margin-top: 20px;
}
.testimonial-col .elementor-testimonial__footer {
    display: block;
    position: relative;
}
.testimonial-col .swiper-slide {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
	margin: 5px 0 5px;
}
.testimonial-col .elementor-testimonial__content {
    display: flex;
    flex-direction: column;
}
.testimonial-col cite.elementor-testimonial__cite {
    order: 1;
}
.testimonial-col .elementor-testimonial__text {
    order: 2;
    margin-top: 15px;
}
.testimonial-col .elementor-testimonial__footer {
    margin-bottom: 0 !important;
}
.hover-effect-btn .elementor-button:before {
    content: '';
    background: #FF7F66 !important;
	color:#fff !important;
    width: 0;
    display: block;
    height: 40px;
    border-radius: 35px;
    position: absolute;
    left: 0px;
    z-index: -1;
    top: 6px;
    transition: 0.3s ease-in-out;
}
.hover-effect-btn .elementor-button:hover:before {
  width: 96%;
    transition: 0.3s ease-in-out;
    opacity: 1;
	
}
.hover-effect-btn .elementor-button {
    position: relative;
    z-index: 1;
}
.hover-effect-btn .elementor-button:hover .elementor-button-text {
    color: #fff !important;
}
.industries-txt-col h2 {
    background: #00000099;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-col .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
}
.testimonial-col .elementor-testimonial-content {
    order: 3;
}
.testimonial-col .elementor-testimonial-details {
    padding-bottom: 15px;
    padding-top: 10px;
}
.testimonial-col .test-star {
    /*padding-top: 80px;*/
    text-align: end;
	    display: flex;
}
.para-col {
    min-height: 147px;
}
.serve-heading-col {
    position: absolute;
    bottom: 0px;
    text-align: center;
}
.serve-colum-cls {
    position: relative;
}
 
.serve-colum-cls:hover .serve-heading-col {
    opacity: 1;
    transform: translateY(0);
}

.our-tech-col .swiper-slide-inner {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    margin: 10px !important;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-tech-col .elementor-image-carousel-wrapper {
    padding: 40px 0;
}
/* homepage css END */
/* contact page css */
 .contact-form label {
    width: 100%;
} 
.contact-form input:not([type="submit"]) {
    border: 1px solid #1F1F1F;
    color: #1F1F1F !important;
    font-size: 15px;
    font-weight: 400;
padding: 0.7rem 1rem;
	background-color:white !important;
}
.submit-btn {
    margin-top: 20px;
}
.contact-form .wpcf7-form-control.wpcf7-textarea {
    height: 120px;
    font-size: 15px;
    font-weight: 400;
    color: #1F1F1F;
    border: 1px solid #1F1F1F;
	background-color:white !important;
}
.submit-btn input, .tnp-subscription input.tnp-submit {
    background: #FF7F66 !important;
    color: #fff !important;
    width: 100%;
    max-width: 200px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    font-family: Poppins;
    padding: 13px 25px 13px 25px;
    text-transform: capitalize;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FF7F66;
}
.submit-btn input:hover, .tnp-subscription input.tnp-submit:hover {
    background: #fff !important;
	color:#1F1F1F !important;
}
.submit-btn input:focus {
	 background: #FF7F66 !important;
	outline: unset;
	    color: #fff !important;
}
ul.flex-col li {
    font-size: 16px;
    font-weight: 400;
    color: #1F1F1F;
}
ul.flex-col {
    padding-left: 10px;
    list-style: none;
}
ul.flex-col li a {
    color: #FF7F66;
}
.col-cls-inner .elementor-icon-box-icon {
    margin-top: 20px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-transform: capitalize;
}
/* contact page css END */
/* carrer page css */
.link-anchr a {
    color: #FF7F66;
}
a.hover-carer-color:hover {
    color: #FF7F66;
}
.hover-carer-color h3:hover {
    color: #FF7F66 !important;
}
a {
    color: #1F1F1F;
}
.service-area-drop .elementor-accordion-item:nth-child(1) {
    display: none;
}
/* .service-area-drop .elementor-accordion-item:nth-child(2) {
    border-top: 1px solid #d5d8dc !important;
} */
/* END */
/* wordpress page css */

.hover-word-color ul li:hover {
    color: #FF7F66 !important;
}
.hover-zoom-effct .gallery-item-thumbnail-wrap {
    transition: all ease-in-out 0.4s;
}
.hover-zoom-effct a .gallery-item-thumbnail-wrap:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.elementor-lightbox .elementor-lightbox-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.process-sec .process-main figure.elementor-image-box-img {
    margin-top: 30px !important;
}
.process-sec .process-col .process-main figure.elementor-image-box-img:before {
    content: "";
    background-image: url('https://devinlabs.com/wp-content/uploads/2023/10/services-shape-1.png');
    position: absolute;
    left: -19px;
    top: -21px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 153px;
    width: 78px;
	transition: 0.25s ease-in-out;
}
.process-sec .process-col:hover .process-main figure.elementor-image-box-img:before {
    background-image: url('https://devinlabs.com/wp-content/uploads/2023/10/services-shape-2.png');
transition: 0.25s ease-in-out;
}
.process-sec figure.elementor-image-box-img {
    position: relative;
}
.process-sec figure.elementor-image-box-img img {
    position: relative;
}
.process-col:hover {
    background: #FF7F660d !important;
transition: 0.25s ease-in-out;
}
.process-col {
transition: 0.25s ease-in-out;
}
.swiper-slide .swiper-zoom-container{
    height: auto !important;
    overflow-y: auto;
}
.elementor-lightbox .elementor-lightbox-item {
    overflow-y: auto;
	display:block !important;
	padding-left: 30px;
  padding-right: 30px;
}
i.eicon-zoom-in-bold {
display:none;
}
header.elementor-lightbox-prevent-close i {
	color : #FF7F66;
	font-size: 26px;
}
header.elementor-lightbox-prevent-close i:hover {
	color : #FF7F66;
}
.dialog-widget-content .eicon-close:before{
	color : #FF7F66;
	font-size: 26px;
}
.gallery-item-thumbnail-wrap img.gallery-item-thumbnail{
	object-position: center top;
}
/* END */
/* wordpress development page css */
.wrd-services-card .elementor-widget-icon-box {
    height: 100%;
}
.icon-svg-shpe svg {
    fill: #F7F8FA;
    height: 40px;
    display: block;
    position: relative;
    left: 50%;
    width: calc(100% + 1.3px);
    transform: translateX(-50%);
    width: calc(220% + 1.3px);
}
.image-padd-col img {
    padding: 15px;
}
.icon-svg-shpe {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: -1px;
}
.cart-col-process .elementor-widget-icon-box {
    height: 100%;
}
.accordian-content-col .elementor-accordion-item {
    border-bottom: 1px solid #1F1F1F !important;
	padding: 15px 0;
}
.accordian-content-col .elementor-tab-title {
    padding-left:15px !important;
}
.accordian-content-col .elementor-tab-content {
    padding-right:35px !important;
}
path#Layer {
    -webkit-animation: draw 1.5s linear forwards;
    animation: draw 1.5s linear forwards;
}
/* END */


/* media query */
@media screen and (max-width: 767px) {
	
	.col-cls-inner .elementor-icon-box-wrapper {
    display: flex !important;
    text-align: start !important;
}
.process-sec .process-main figure.elementor-image-box-img {
    margin-bottom: 14px !important;
}
}
/* media query END */

/* Media Query for Tablets Ipads portrait mode */


 @media (min-width: 768px) and (max-width: 1024px){				
.process-col {
    min-width: 50%;
}
}
h3.elementor-icon-box-title {
    text-transform: capitalize !important;
}
@media (max-width: 1024px) {
	.col-2-bg {
    margin-left: 5%;
  }
	.col-3-bg {
    margin-left: 10%;
  }
	.col-4-bg {
    margin-left: 15%;
  }
	.arrow-img-cls {
		margin-bottom: 150px;
	}
	.arrow-img-cls:after {
		width: 120px;
    height: 120px;
	}
	.fianl-image-cls:after {
		bottom: -45px;
	}
	.red-svg-col svg {
		 max-width: 350px;
	}
	.bg-orange-image:before {
		top: -5rem;
    width: 30.0625rem;
    height: 35.875rem;
	}
	.look-img-col:before {
		 left: 10px;
	}
}

@media (max-width:820px) {
  .typo-left-col h3 {
		font-size: 30px;
	}
	.typo-righ-one h4 {
    font-size: 14px;
  }  
 
}
@media (max-width: 767px) {
	
	.typo-col-tp {
		display: block;
	}
	.typo-right-col {
		width: 100%;
	}
	.typo-left-col {
    width: 100%;
  }
	.right_col {
    margin: 0 auto;
  }
	.icon-blob-shape .elementor-image-box-img:after {
		left: 32%;
	}
	.red-svg-col svg {
		 max-width: 200px;
	}
	.content-bg-img:before {
		left: 40%;
    top: -33% !important;
		
	}
	.content-bg-img:after {
		left: 37%;
    top: -34px;
	}
	.bg-orange-image:before {
		top: -5rem;
    left: -2.8125rem;
    display: block;
    width: 25.9375rem;
    height: 31.125rem;
	}
	.look-img-col:before {
		left: 0px;
	}
	.project-image-col:after {
		 right: -40px;
	}
	.div-1 h4 {
		font-size: 12px;
	}
	.arrow-img-cls {
		margin-bottom: 120px;
	}
	.arrow-img-cls:after {
		margin-top: 25px;
    margin-left: 50px;
	}
	.fianl-image-cls:after {
		  bottom: -50px;
	}
	.tool-imgs-col .elementor-image-gallery .gallery-item {
    width: 50%;
}
}
@media (max-width: 580px) {
  .col-2-bg {
    margin-left: 0;
  }
	.col-3-bg {
    margin-left: 0;
  }
	.col-4-bg {
    margin-left: 0;
   } 
}

@keyframes draw {
  0% {
    stroke-dashoffset: 2502.13;
    stroke-dasharray: 2502.13;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
li.control.active:hover {
    color: white !important;
}

/* mycss */
h1.heading {
    font-family: "Anton", Sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FF7F66;
    text-align: center;
}
h3.headingtwo {
    color: rgb(65, 164, 245);
    margin: 5px 0px;
    padding: 0px;
}
span.wpcf7-list-item-label {
    font-size: 14px;
}
div#popmake-19929 {
    padding: 30px 89px;
    border:none;
}
span.wpcf7-list-item-label {
    font-size: 11px;
    font-weight: 400;
}
h4.fb {
    font-weight: 500;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: black;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel::placeholder {
    color: black;
}
input.wpcf7-form-control.wpcf7-text::placeholder {
color: black;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
color: black;
}
button.pum-close.popmake-close {
    background: rgb(65, 164, 245) !important;
}
p.para {
    margin: 0px;
}
input[type="checkbox"] {
    width: 15px;
}
span.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 350;
}
span.wpcf7-list-item.first {
    margin: 0px;
}
span.wpcf7-list-item {
    padding: 3px;
    margin: 0px;
}
div#popmake-19929 {
position:relative !important;
	top:120px !important;
	bottom:120px !important;
}
.pum-container.pum-responsive {
    left: 50%;
    margin-left: -47.5%;
    width: 95%;
   
    overflow: visible;
    padding: 56px !important;
    margin-bottom: 240px;
}
button.pum-close.popmake-close {
    font-size: 32px !important;
    height: 43px !important;
    justify-content: center;
    text-align: center;
    width: 43px !important;
}
a.elementor-post__read-more {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid rgb(255, 127, 102);
    background: rgb(255, 127, 102);
  color: white !important;
}
a.elementor-post__read-more:hover {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid rgb(255, 127, 102);
    background:white; 
  color: rgb(255, 127, 102)!important;
}
.jeg-elementor-kit.jkit-testimonials.style-2 .testimonials-track .testimonial-item .testimonial-box {
    box-shadow: none;
    border: 1px solid #FF7F66;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 7px;
    background: #41A4F5 !important;
    border: 2px solid #41A4F5;
    font-size: 21px;
    font-weight: 500;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: white !important;
    color: #1f1f1f !important;
}
/*header animation color css*/
#foranim {
  
  background: linear-gradient(
  90deg,
  #FF6B00 0%,         /* Orange */
  #FF0033 25%,        /* Bright Red */
  transparent 50%,    /* Transparent gap */
  #00CFFF 75%,        /* Sky Blue starts */
  #00B2FF 100%        /* Slightly deeper Blue to finish */
);
  background-size: 200% 100%;
  animation: moveGradient 5s linear infinite;
}

/* Animation keyframes */
@keyframes moveGradient {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}