@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html,body{
    overflow-x:hidden;
    margin:0;
    padding:0;
    width:100%;
}
body{
	
	background:#E5E2DD !important;
	background-size:cover !IMPORTANT;
	  overflow-x:hidden !IMPORTANT;
	  	color: #000;
text-align: justify;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 22px; /* 32.489px */
}
p,.elementor-widget-text-editor{
	color: #000;
text-align: justify;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 22px; /* 32.489px */
}
/*Common Style*/
.subtitle{
	
}
.subtitle h5 {
    color: #3EA498 !IMPORTANT;
    font-family: 'Inter', sans-serif !IMPORTANT;
    font-size: 16px !IMPORTANT;
    font-style: normal !IMPORTANT;
    font-weight: 500 !IMPORTANT;
    line-height: normal !IMPORTANT;
    text-transform: uppercase !IMPORTANT;
}
.maintitle{
	
}
.maintitle h2 {
    color: #000 !IMPORTANT;
    font-family: "FONTSPRING DEMO - Cosmata" !IMPORTANT;
    font-size: 42px !IMPORTANT;
    font-style: normal !IMPORTANT;
    font-weight: 700 !IMPORTANT;
    line-height: 47px !IMPORTANT;
    margin-bottom: 10px;
}
.commonbutton {
    display: flex !important;
}
.commonbutton a{
	display: flex;
padding: 12px 25px;
color:#fff !important;
border-radius: 25px !important;
background: #F66E70 !important;
text-align:center !important;
text-transform:uppercase !important;
}
.commonbutton a:hover{
background: #3EA498 !important;
}
/*Animation*/
.wifefieldimage {
    position: relative;
    z-index: 1;
    transform-origin: center center;
}


/* Animated green background */
.wifefieldimage:after {
    content: '';
    position: absolute;
    border-radius: 77px 77px 77px 0;
    background: #3EA499;
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    z-index: -1;

    animation: professionalFloat 6s ease-in-out infinite;
    transform-origin: center;
}

/* Smooth professional movement */
@keyframes professionalFloat {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    25% {
        transform: translate(3px, -3px) rotate(0.5deg) scale(1.001);
    }

    50% {
        transform: translate(5px, 2px) rotate(-0.5deg) scale(1.002);
    }

    75% {
        transform: translate(2px, 4px) rotate(0.3deg) scale(1.001);
    }
}
/* Decorative icon */
.wifefieldimage:before {
    content: '';
    position: absolute;
    background: url('https://titanwebmaker.com/EPR/wp-content/uploads/2026/09/icon.png');
    left: -17px;
    top: -37px;
    width: 150px ;
    height: 100px ;
    animation: gentleShake 5s ease-in-out infinite;
   
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* ========================================
   SMOOTH INFINITE SHAKE
======================================== */

@keyframes gentleShake {

    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    10% {
        transform: translate3d(-1px, 0, 0) rotate(-0.2deg);
    }

    20% {
        transform: translate3d(1px, -1px, 0) rotate(0.2deg);
    }

    30% {
        transform: translate3d(-1px, 1px, 0) rotate(-0.2deg);
    }

    40% {
        transform: translate3d(1px, 0, 0) rotate(0.2deg);
    }

    50% {
        transform: translate3d(0, -1px, 0) rotate(0deg);
    }

    60% {
        transform: translate3d(-1px, 1px, 0) rotate(-0.15deg);
    }

    70% {
        transform: translate3d(1px, 0, 0) rotate(0.15deg);
    }

    80% {
        transform: translate3d(-1px, -1px, 0) rotate(-0.15deg);
    }

    90% {
        transform: translate3d(1px, 1px, 0) rotate(0.15deg);
    }

    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .wifefieldimage {
        animation: none;
    }
}