@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&display=swap');

body{
	background : #fff;
}
:root {
    --theme-color: #04CE78;
    --theme-color2: #1F5FFF;
    --title-color: #000D44;
    --body-color: #788094;
    --smoke-color: #F5F7FA;
    --smoke-color2: #F5F8FD;
    --black-color: #000000;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #bdbdbd;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color: #D8DDE1;
    --title-font: 'Outfit', sans-serif;
    --body-font: 'DM Sans', sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1224px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s;
}

header#masthead {
    margin: 0;
}
.section-top{
	margin-top : 50px;
}
.corp-container{
	max-width : 1500px;
}
.padd-up {
	padding-top : 50px;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.p {
	font-size : 18px;
}








/* ------------------------------------------------- Home Page -------------------------------------------------  */

/*   Banner Section */
/* section.home-banner-section {
    background-image: url(/wp-content/uploads/2026/03/hero_bg_2_1.webp);
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
} */

.home-banner-info {
    display: flex;
    gap: 50px;
    justify-content: center;
	padding: 20px 0;
}
p.p.banner-p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}
.banner-left-side {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h4.h4.banner-h4 {
    display: flex;
    gap: 15px;
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 24px;
    padding-top: 5px;
    text-transform: uppercase;
    line-height: 28px;
}
h2.h1.banner-h1 {
    font-size: 84px;
    line-height: 1.12;
	    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
}
.banner-button {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}
.banner-right-side {
    width: 40%;
	position : relative;
}
.banner-right-side img {
    width: 100%;
    object-fit: cover;
}

.g_btn.btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    color: var(--title-color);
    background: -webkit-linear-gradient(top, var(--theme-color) 37.5%, #DDFFF1 100%);
    background: linear-gradient(180deg, var(--theme-color) 37.5%, #DDFFF1 100%);
    box-shadow: 0px 3px 15px rgba(174, 211, 195, 0.7);
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 21px 30px;
    min-width: 170px;
    border-radius: 30px;
}
a.b_btn.btn {
    background-color: var(--theme-color2);
    background: -webkit-linear-gradient(top, var(--theme-color2) 37.5%, #E3EBFF 100%);
    background: linear-gradient(180deg, var(--theme-color2) 37.5%, #E3EBFF 100%);
    box-shadow: 0px 3px 15px #B0BAD3;
    color: var(--white-color);
}

.btn:before{
	    content: "";
    position: absolute;
    height: 56%;
    top: 1px;
    left: 10px;
    width: calc(100% - 20px);
    background: -webkit-linear-gradient(top, #A9FFDA 0%, rgba(169, 255, 218, 0) 78.65%);
    background: linear-gradient(180deg, #A9FFDA 0%, rgba(169, 255, 218, 0) 78.65%);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}
.banner-span{
	    color: var(--theme-color);
    font-weight: 400;
    position: relative;
}


.banner-span:after{
	content: '';
    height: 22px;
    width: 100%;
    background-image: url(/wp-content/uploads/2026/03/download-1.svg);
    background-size: 288px 22px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -8px;
    left: 0;
    -webkit-animation: titleFill 3s linear infinite;
    animation: titleFill 3s linear infinite;
}



@keyframes titleFill{
	0% {
    width: 0;
	}
	80% {
		width: 100%;
	}
	100% {
		width: 100%;
	}
}


@keyframes jumpAni{
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes spin{
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



.small-float-images{
	width : 100px !important;
	height : 100px;
	flex-shrink : 0;
}

.small-float-image {
    position: absolute;
    top: 0;
    left: 0;
	    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
	display : flex;
}
.small-float-image-1 {
	display : flex;
    position: absolute;
    top: 200px;
    right: 0;
	    -webkit-animation: jumpAni 6s linear infinite;
    animation: jumpAni 6s linear infinite;
}


/*   About Us*/

section.home-about-section {
    background-image: url(/wp-content/uploads/2026/03/pattern_shape_1-1.png);
    background-repeat: no-repeat;
    background-position: right;
    object-fit: cover;
}
img.star-img,
img.heart-image{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.home-about-sec-main {
    display: flex;
    gap: 50px;
}
.home-about-sec-left {
    position: relative;
    width: 40%;
}
.home-about-left-bottom {
    background: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 50px 30px 30px 30px;
    width: 38%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
ul.home-about-left-ul {
    list-style: none;
    margin: 0;
    display: flex;
	    justify-content: center;
	gap : 5px;
}
.home-about-left-top {
    display: flex;
    width: 100%;
}
.home-about-left-top img {
    width: 100%;
    flex-shrink: 0;
}
.home-about-sec-right {
    width: 50%;
}
p.p.home-about-left-p {
    width: 80%;
    text-align: center;
	margin: auto;
	font-size : 16px;
}
h3.h3.home-about-h3 {
    text-align: center;
	margin: auto;
}
.home-about-left-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
	font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
}
    
.home-about-left-bottom a:hover{
	color : #04CE78;
}

.home-about-left-bottom a img{
	width : 20px;
	flex-shrink : 0;
}
ul.home-about-right-ul {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.home-about-sec-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
li.home-about-right-ul-list {
    display: flex;
    gap: 10px;
    align-items: center;
	font-size : 18px;
}
h2.h2.home-about-h2 {
    margin-top: -0.2em;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
}
p.p.home-about-p {
    font-size: 18px;
	margin : 0;
}
.home-about-button {
    padding-top: 10px;
}
.bg-image-about {
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
	-webkit-animation: jumpAni 6s linear infinite;
    animation: jumpAni 6s linear infinite;
}

/* Home Service   */
.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-card {
    position: relative;
    height: 320px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2026/03/service_card_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hover-img{
position:absolute;
top:0;
left:-100%;
width:100%;
height:100%;
transition:.5s;
z-index:1;
	
}

.hover-img img{
width:100%;
height:100%;
object-fit:cover;
}

.hover-img::after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
/* background:rgba(128,0,255,0.6); */
}

.content{
position:relative;
z-index:2;
padding:40px;
color:#fff;
}

.icon{
font-size:40px;
margin-bottom:20px;
transition:.5s;
	width : fit-content;
}

.service-card:hover .hover-img{
left:0;
}

.service-card:hover .icon{
transform:rotateY(180deg);
}

.service-card:hover h3.h3.card-h3{
color : #fff;
}
p.p.card-p {
    font-family: var(--body-font);
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.75;
}

.services-divider{
position:relative;
margin:60px 0;
text-align:center;
}

.services-divider:before{
content:"";
position:absolute;
top:50%;
left:0;
width:100%;
height:1px;
background:#dcdcdc;
z-index:1;
}

.divider-text{
position:relative;
background:#fff;
padding:12px 30px;
border-radius:30px;
border:1px solid #e5e5e5;
font-size:14px;
z-index:2;
display:inline-block;
}

.divider-text a{
color:#00b67a;
font-weight:600;
text-decoration:none;
margin-left:5px;
}


.t_btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.t_btn{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: var(--theme-color);
}
.home-service-sec-main {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 20px;
	    padding: 30px 0 0;
}
.home-service-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.home-service-section.section-top {
    background-image: url(/wp-content/uploads/2026/03/image-1.webp);
    background-repeat: no-repeat;
    object-fit: cover;
	
}
/* ----------- CTA Section ------------------  */
section.home-cta-section {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.cta-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home-cta-sec-main {
    width: 70%;
	padding : 50px 0;
}
h2.h2.cta-h2 {
    font-size: 48px;
    color: #fff;
}
p.p.cta-p {
    color: #fff;
}
a.t_btn.btn {
    background: linear-gradient(180deg, #C2D4FF 37.5%, #F0F4FF 100%);
}
a.t_btn.btn:before {
	background: linear-gradient(180deg, #F9FAFD 0%, rgba(249, 250, 253, 0) 78.65%);
}
.btn:hover {
	transform : translateY(-3px);
}


/*  why Choose us */
.container {
            display: flex;
            gap: 50px;
            width: 100%;
            align-items: center;
        }

        /* --- Left Side Content --- */
        .content-section {
            flex: 1;
        }

        .subtitle {
            color: #00bfa5;
            font-weight: 700;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 15px;
			flex-direction : column;
			align-items : flex-start;
        }

        .subtitle svg {
            width: 24px;
            height: 24px;
            fill: #1a1a4b;
        }
        
        .subtitle svg path {
            fill: #00bfa5;
        }

        h1 {
            color: #1a1a4b;
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 40px;
        }

        /* --- Timeline Structure --- */
        .timeline {
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .timeline-item {
            display: flex;
            gap: 25px;
            position: relative;
            z-index: 1;
            cursor: pointer;
        }

        /* YAHAN CHANGE KIYA HAI: Har item ke beech line banegi */
        .timeline-item::before {
            content: '';
            position: absolute;
            left: 23px; /* Center of the circle */
            top: 43px; /* Bottom of the current circle */
            bottom: -35px; /* Reaches down to the next circle */
            width: 2px;
            background-color: #00bfa5;
            z-index: -1; /* Goes behind the circles */
        }

        /* YAHAN CHANGE KIYA HAI: Last item ke baad line nahi aayegi */
        .timeline-item:last-child::before {
            display: none;
        }

        /* Default Number Style (White background, Green text) */
        .number {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            font-weight: 700;
            flex-shrink: 0;
            background-color: #ffffff; 
            border: 2px solid #00bfa5;
            color: #00bfa5; 
            margin-top: -5px; 
            transition: all 0.3s ease; 
        }

        /* HOVER EFFECT: Jab item par hover ho, number green ho jaye */
        .timeline-item:hover .number {
            background-color: #00bfa5;
            color: #ffffff;
        }

        .text-content {
            padding-bottom: 35px;
            width: 100%;
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 35px;
        }

        /* Remove bottom line from the last item */
        .timeline-item:last-child .text-content {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        h3 {
            color: #1a1a4b;
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 12px;
        }

        p {
            color: #7a7a9d;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        /* --- Right Side Image --- */
        .image-section {
            flex: 1;
        }

        .image-section img {
            width: 100%;
            height: auto;
            border-radius: 20px;
            object-fit: cover;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

h3.h3.why-choose-us-h3 {
    font-size: 24px;
}
