/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.4.1782451375
Updated: 2026-06-26 05:22:55

*/

@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Geist", sans-serif !important;
	font-weight:400 !important;
}

.video-banner {
	position: relative;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 1;
}

.video-banner-content {
	text-align: center;
	padding: 20px;
	z-index: 2;
	text-transform: capitalize;
	max-width: 729px;
	width: 100%;
}

.video-banner-content h1 {
	font-size: 48px;
	font-family: "Geist", sans-serif;
	;
	margin-bottom: 10px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}

.video-banner-content p {
	font-family: "Geist", sans-serif;
	;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 1.9;
}

.banner-cta {
	font-weight: 300;
	font-family: "Geist", sans-serif;
	;
	display: inline-block;
	padding: 8px 25px;
	background-color: #031d4b00;
	color: #ffc63d;
	border-radius: 25px;
	text-decoration: none !important;
	font-size: 15px;
	transition: background-color 0.3s ease;
	border: 1px solid #F6C8C8 !important;
}








   /* Two cards in one row */
.partner-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.partner-card{
    background: linear-gradient(135deg, #f6f3ea, #E9E7D8);
    border: 1px solid #d8d8d8;
    border-radius: 24px;
    padding: 25px 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.partner-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

.partner-header img{
    margin-bottom:10px;
    margin: auto;
    /*width:70px;*/
    /*height:60px;*/
}

.tag{
    font-size:13px;
    letter-spacing:2px;
    color:#2e6d3d;
    font-weight:600;
}

.partner-header h2{
    display:none;
    font-size:25px;
    margin-top:5px;
}
.feature-grid{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.feature {
    background: #E0DFD1;
    border: 1px solid #E0DFD1;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
}

/* Tablet */
@media(max-width:992px){
    .partner-grid{
        grid-template-columns:1fr;
    }
}

/* Mobile */
@media(max-width:576px){

    .partner-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .partner-header h2{
        font-size:22px;
    }

    .desc{
        font-size:16px;
    }
    .partner-header{
        gap:0px;
        margin-bottom:0px;
    }

    .feature-grid{
        grid-template-columns:1fr;
    }
}







/*==================================================
RESET
==================================================*/


/*==================================================
SECTION
==================================================*/

.deliver-section {
	position: relative;
	overflow: hidden;
	background: #081726;
	padding: 120px 0;
}

.deliver-section::before {
	content: "";
	position: absolute;
	width: 1200px;
	height: 1200px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(circle, #123457 0%, transparent 70%);
	opacity: .4;
}

/*==================================================
CONTAINER
==================================================*/

.deliver-section .container {

	width: 100%;

	margin: auto;

	position: relative;

	z-index: 2;

}

/*==================================================
HEADING
==================================================*/

.deliver-heading {

	text-align: center;

	margin-bottom: 50px;

}

.deliver-heading span {

	color: #67b8ff;

	font-size: 13px;

	text-transform: uppercase;

	letter-spacing: 3px;

}

.deliver-heading h2 {

	color: #fff;

	font-size: 58px;

	font-weight: 300;

	margin-top: 15px;

}

/*==================================================
FILTERS
==================================================*/

.deliver-tabs {

	display: flex;

	justify-content: center;

	flex-wrap: wrap;

	gap: 15px;

	margin-bottom: 70px;

}

.deliver-tabs button {

	padding: 14px 28px;

	border-radius: 60px;

	background: transparent;

	border: 1px solid rgba(255, 255, 255, .15);

	color: #9ca7b2;

	cursor: pointer;

	transition: .35s;

	font-size: 15px;

}

.deliver-tabs button:hover,
.deliver-tabs button.active {

	background: #46505b;

	color: #fff;

	border-color: #6c7885;

}

/*==================================================
SWIPER
==================================================*/

.deliverSwiper {

	width: 100%;

	overflow: visible;

	position: relative;

}

.deliverSwiper .swiper-wrapper {

	align-items: center;

}

/*==================================================
SLIDES
==================================================*/

.deliverSwiper .swiper-slide {

	width: 991px;

	transition: 1s;

}

/*==================================================
CARD
==================================================*/

.deliver-card {

	position: relative;

	display: flex;

	align-items: center;

	justify-content: space-between;

	background: #F5EEDC;

	border-radius: 12px;

	overflow: hidden;

	min-height: 540px;

	box-shadow:
		0 40px 90px rgba(0, 0, 0, .35);

}

/*==================================================
LEFT CONTENT
==================================================*/

.deliver-content {

	width: 45%;

	padding: 20px;

	position: relative;

	z-index: 2;

}

.deliver-content h3 {

	font-size: 30px;

	line-height: 1.15;

	color: #13273b;

	margin-bottom: 10px;

	font-weight: 500;

}

.deliver-content p {

	font-size: 17px;

	color: #5b6470;

	line-height: 1.9;

	margin-bottom: 35px;

}

.deliver-list {

	display: grid;

	grid-template-columns: repeat(2, 1fr);

	gap: 25px;

	margin-bottom: 0px;

}

.deliver-list ul {

	list-style: none;

	padding: 0;

}

.deliver-list li {

	position: relative;

	padding-left: 22px;

	margin-bottom: 16px;

	color: #263646;

	font-size: 15px;

}

.deliver-list li::before {

	content: "";

	width: 8px;

	height: 8px;

	border-radius: 50%;

	background: #0E6BA8;

	position: absolute;

	left: 0;

	top: 8px;

}

/*==================================================
BUTTON
==================================================*/

.deliver-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 34px;
	border-radius: 50px;
	background: #0E2036;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	transition: .35s;
}

.deliver-btn:hover {
	background: #0E6BA8;
	transform: translateY(-4px);
}

/*==================================================
RIGHT IMAGE
==================================================*/

.deliver-image {
	width: 55%;
	position: relative;
	overflow: hidden;
}

.deliver-image img {
	width: 100%;
	transition: 1s;
}

.swiper-slide-active .deliver-image img {
	transform: scale(1);
}

.swiper-slide-prev .deliver-image img,
.swiper-slide-next .deliver-image img {

	transform: scale(.92);

}

/*==================================================
ARROWS
==================================================*/

.swiper-button-prev,
.swiper-button-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	transition: .35s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #0E6BA8;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 18px;
}

/*==================================================
3D PERSPECTIVE
==================================================*/

.deliverSwiper {
	perspective: 2600px;
	perspective-origin: center center;
}

.deliverSwiper .swiper-wrapper {
	transform-style: preserve-3d;
	align-items: center;
}

/*==================================================
DEFAULT SLIDE
==================================================*/

.deliverSwiper .swiper-slide {
	opacity: .18;
	filter: blur(2px);
	transform: scale(.78);
	transition:transform .8s cubic-bezier(.22, .61, .36, 1),
	opacity .8s,
	filter .8s;
}

/*==================================================
CENTER CARD
==================================================*/

.deliverSwiper .swiper-slide-active {
	opacity: 1;
	filter: none;
	z-index: 99;
	transform:translateZ(180px) scale(1);

}

/*==================================================
LEFT CARD
==================================================*/

.deliverSwiper .swiper-slide-prev {
	opacity: .65;
	filter: blur(.5px);
	z-index: 20;
	transform:perspective(2600px) translateX(220px) rotateY(34deg) scale(.84);
}

/*==================================================
RIGHT CARD
==================================================*/

.deliverSwiper .swiper-slide-next {
	opacity: .65;
	filter: blur(.5px);
	z-index: 20;
	transform:
    perspective(2600px) translateX(-220px) rotateY(-34deg) scale(.84);

}

/*==================================================
OUTSIDE CARDS
==================================================*/

.deliverSwiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
	opacity: 0;
	transform: scale(.65);
	pointer-events: none;
}

/*==================================================
CARD SHADOW
==================================================*/

.swiper-slide-active .deliver-card {
	box-shadow:0 50px 140px rgba(0, 0, 0, .45),
	0 25px 60px rgba(0, 0, 0, .25);
}

.swiper-slide-prev .deliver-card,
.swiper-slide-next .deliver-card {
	box-shadow:	0 15px 60px rgba(0, 0, 0, .25);

}

/*==================================================
CONTENT EFFECT
==================================================*/

.swiper-slide-active .deliver-content {
	opacity: 1;
	transform: translateX(0);
}

.swiper-slide-prev .deliver-content,
.swiper-slide-next .deliver-content {
	opacity: .55;
}

.deliver-content {
	transition: .8s;
}

/*==================================================
IMAGE EFFECT
==================================================*/

.deliver-image img {
	transition: 1s;
}

.swiper-slide-active .deliver-image img {
	transform: scale(1);
}

.swiper-slide-prev .deliver-image img,
.swiper-slide-next .deliver-image img {
	transform: scale(.92);
}

/*==================================================
GLOW
==================================================*/

.swiper-slide-active::after {
	content: "";
	position: absolute;
	inset: -40px;
	border-radius: 0px;
	background: radial-gradient(circle, rgba(37, 136, 255, .15), transparent 70%);
    z-index: -1;
}

/*=============================
  SECTION Planet below All css
==============================*/
.workflow {
	position: relative;
	padding: 40px 0 0 0;
	overflow: hidden;
}

.workflow .container{
    max-width:1240px;
    margin:auto;
}
/*=============================
  BACKGROUND GLOW
==============================*/

.bg-glow {
	position: absolute;
	width: 850px;
	height: 850px;
	left: 50%;
	top: -420px;
	transform: translateX(-50%);
	border-radius: 50%;
	background:radial-gradient(circle,
			rgba(72, 132, 255, .18),
			rgba(72, 132, 255, .05),
			transparent 75%);
	filter: blur(60px);
}

/*=============================
  HEADING
==============================*/
.heading {
	margin-bottom: 40px;
}

.heading span {
	display: inline-block;
	color: #C7A34B;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.heading h2 {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
}


/*=============================
  CARD GRID
==============================*/

.workflow-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 45px;
	position: relative;
}


/*=============================
  CARD
==============================*/

.workflow-card {
	position: relative;
}

.workflow-card h3 {
	margin-bottom: 5px;
    margin-top: 15px;
	color: #E8D5A3;
	font-weight: 400;
	font-size: 22px;
}

.workflow-card p {
	margin-top: 0px !important;
	color: #A5A8B5;
	line-height: 1.8;
	font-size: 14px;
}


/*=============================
  PLANET HOLDER
==============================*/

.planet {
	width: 140px;
	height: 140px;
	margin: auto;
	position: relative;
}


/*=============================
  PLANET CORE
==============================*/

.planet-core {
	position: absolute;
	width: 72px;
	height: 72px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: linear-gradient(254.43deg, #E2CF9F 14.1%, #0A1628 72.52%);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	box-shadow:
		0 0 40px rgba(0, 145, 255, .35);
}
.planet-core img {
	width: 42px;
}
/*=============================
  LARGE BACKGROUND ORBITS
==============================*/
.orbit {
	position: absolute;
	border-radius: 50%;
	border: 1px dashed rgba(255, 255, 255, .06);
	pointer-events: none;
}
/* Biggest */
.orbit-1 {
	width: 1800px;
	height: 1800px;
	left: 50%;
	top: -1500px;
	transform: translateX(-50%);
}
/* Medium */
.orbit-2 {
	width: 1300px;
	height: 1300px;
	left: 50%;
	top: -1050px;
	transform: translateX(-50%);
}


/* Small */
.orbit-3 {
	width: 850px;
	height: 850px;
	left: 50%;
	top: -620px;
	transform: translateX(-50%);
}


/*=============================
  RESPONSIVE
==============================*/

@media(max-width:1200px) {
	.workflow-wrapper {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 40px;
	}
	.heading h2 {
		font-size: 42px;
	}
}


@media(max-width:600px) {
	.workflow {
		padding: 40px 0;
	}
	
	.workflow h2{
		margin-bottom: 20px !important;
	}
	.heading {
		text-align: center;
	}
	.heading h2 {
		font-size: 36px;
	}
	.workflow-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
     	text-align: center;
	}
	.workflow-card p {
		max-width: 320px;
		margin: auto;
		margin-top: 15px;
	}
}

/*=========================================
  PLANET DESIGN
=========================================*/
.planet {
	position: relative;
	width: 170px;
	height: 170px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*==============================
 OUTER CIRCLE
==============================*/
.planet::before {
	content: "";
	position: absolute;
	width: 130px;
	height: 130px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
}
/*==============================
 INNER CIRCLE
==============================*/
/*.planet::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 90px;*/
/*	height: 90px;*/
/*	border: 1px solid rgba(255, 255, 255, .08);*/
/*	border-radius: 50%;*/
/*}*/


/*==============================
 PLANET CORE
==============================*/

/*.planet-core {*/

/*	width: 74px;*/
/*	height: 74px;*/

/*	border-radius: 50%;*/

/*	position: absolute;*/

/*	overflow: hidden;*/

/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/

/*	background: linear-gradient(254.43deg, #E2CF9F 14.1%, #0A1628 72.52%);*/

/*	box-shadow:*/

/*		0 0 10px rgba(0, 170, 255, .4),*/

/*		0 0 35px rgba(0, 170, 255, .25),*/

/*		0 0 70px rgba(0, 170, 255, .15);*/

/*	transition: .5s;*/
/*}*/

.planet-core img {

	width: 40px;
	position: relative;
	z-index: 2;

	filter: drop-shadow(0 0 8px rgba(255, 255, 255, .3));
}


/*=========================================
  ORBIT RINGS
=========================================*/

.ring {

	position: absolute;

	border-radius: 50%;

	border: 2px solid rgba(255, 255, 255, .45);

	pointer-events: none;

}


/* Ring One */

.ring-one {

	width: 150px;
	height: 42px;

	transform: rotate(18deg);

}


/* Ring Two */

.ring-two {

	width: 160px;
	height: 52px;

	transform: rotate(-22deg);

}


/* Ring Three */

.ring-three {

	width: 165px;
	height: 48px;

	transform: rotate(40deg);

}


/* Ring Four */

.ring-four {

	width: 155px;
	height: 44px;

	transform: rotate(-38deg);

}


/*=========================================
 SECOND ORBIT
=========================================*/

/*.ring::before {*/

/*	content: "";*/

/*	position: absolute;*/

/*	inset: -12px;*/

/*	border-radius: 50%;*/

	/*border: 1px solid rgba(255, 255, 255, .08);*/

/*}*/


/*=========================================
 FLOATING DOT
=========================================*/

.dot {

	position: absolute;

	width: 12px;
	height: 12px;

	border-radius: 50%;

	background: #23D38B;

	right: 18px;
	top: 38px;

	box-shadow:

		0 0 10px #23D38B,

		0 0 25px #23D38B;

}


/* Different colors */

.workflow-card:nth-child(2) .dot {

	background: #ffcc45;

	box-shadow:

		0 0 10px #ffcc45,

		0 0 20px #ffcc45;

}

.workflow-card:nth-child(3) .dot {

	background: #fff;

	box-shadow:

		0 0 15px #fff;

}

.workflow-card:nth-child(4) .dot {

	background: #59d9ff;

	box-shadow:

		0 0 15px #59d9ff;

}


/*=========================================
 SMALL STAR
=========================================*/

.star {

	position: absolute;

	left: 18px;
	bottom: 35px;

	width: 7px;
	height: 7px;

	background: #fff;

	border-radius: 50%;

	box-shadow:

		0 0 10px #fff,

		0 0 20px #fff;

}


/*=========================================
 CARD HOVER
=========================================*/

.workflow-card {

	transition: .45s;
}

.workflow-card:hover {

	transform: translateY(-10px);

}

/*.workflow-card:hover .planet-core{*/

/*    transform:scale(1.12);*/

/*    box-shadow:*/

/*    0 0 20px rgba(0,170,255,.6),*/

/*    0 0 50px rgba(0,170,255,.35),*/

/*    0 0 100px rgba(0,170,255,.2);*/

/*}*/

.workflow-card:hover .ring {

	border-color: #fff;

}


/*=========================================
 GLOW UNDER PLANET
=========================================*/

.planet-shadow {

	position: absolute;

	width: 90px;
	height: 18px;

	background: rgba(0, 170, 255, .18);

	filter: blur(12px);

	bottom: 30px;

	border-radius: 50%;

}

/*=====================================================
=            PART 4 : PREMIUM ANIMATIONS              =
======================================================*/


/*------------------------------
 PLANET FLOAT
------------------------------*/

.planet {
	animation: planetFloat 6s ease-in-out infinite;
}

.workflow-card:nth-child(2) .planet {
	animation-delay: .8s;
}

.workflow-card:nth-child(3) .planet {
	animation-delay: 1.6s;
}

.workflow-card:nth-child(4) .planet {
	animation-delay: 2.4s;
}

@keyframes planetFloat {

	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0px);
	}

}


/*------------------------------
 PLANET GLOW
------------------------------*/

.planet-core {

	/*animation:coreGlow 4s ease-in-out infinite;*/

}

/*@keyframes coreGlow{*/

/*    0%{*/

/*        box-shadow:*/
/*        0 0 15px rgba(0,170,255,.35),*/
/*        0 0 45px rgba(0,170,255,.20);*/

/*    }*/

/*    50%{*/

/*        box-shadow:*/
/*        0 0 35px rgba(0,170,255,.60),*/
/*        0 0 80px rgba(0,170,255,.35);*/

/*    }*/

/*    100%{*/

/*        box-shadow:*/
/*        0 0 15px rgba(0,170,255,.35),*/
/*        0 0 45px rgba(0,170,255,.20);*/

/*    }*/

/*}*/


/*------------------------------
 ORBIT RING ROTATION
------------------------------*/

.ring {

	animation: ringRotate 12s linear infinite;

	transform-origin: center;

}

.ring-two {

	animation-duration: 15s;

}

.ring-three {

	animation-duration: 18s;

}

.ring-four {

	animation-duration: 20s;

}

@keyframes ringRotate {

	from {

		transform: rotate(0deg);

	}

	to {

		transform: rotate(360deg);

	}

}


/*------------------------------
 DOT ORBIT
------------------------------*/

.dot {

	animation: dotOrbit 5s linear infinite;

}

@keyframes dotOrbit {

	0% {

		transform: rotate(0deg) translateX(0);

	}

	50% {

		transform: translateY(-8px);

	}

	100% {

		transform: translateY(0);

	}

}


/*------------------------------
 STAR TWINKLE
------------------------------*/

.star {

	animation: starBlink 2.2s ease-in-out infinite;

}

@keyframes starBlink {

	0% {

		opacity: .3;
		transform: scale(.6);

	}

	50% {

		opacity: 1;
		transform: scale(1.4);

	}

	100% {

		opacity: .3;
		transform: scale(.6);

	}

}


/*------------------------------
 BACKGROUND ORBITS
------------------------------*/

.orbit-1 {

	animation: bgRotate1 120s linear infinite;

}

.orbit-2 {

	animation: bgRotate2 90s linear infinite reverse;

}

.orbit-3 {

	animation: bgRotate3 60s linear infinite;

}

@keyframes bgRotate1 {

	from {

		transform: translateX(-50%) rotate(0deg);

	}

	to {

		transform: translateX(-50%) rotate(360deg);

	}

}

@keyframes bgRotate2 {

	from {

		transform: translateX(-50%) rotate(0deg);

	}

	to {

		transform: translateX(-50%) rotate(-360deg);

	}

}

@keyframes bgRotate3 {

	from {

		transform: translateX(-50%) rotate(0deg);

	}

	to {

		transform: translateX(-50%) rotate(360deg);

	}

}


/*------------------------------
 HEADING FADE
------------------------------*/

.heading {

	animation: headingFade 1.4s ease;

}

@keyframes headingFade {

	from {

		opacity: 0;
		transform: translateY(40px);

	}

	to {

		opacity: 1;
		transform: translateY(0);

	}

}


/*------------------------------
 CARD FADE
------------------------------*/

.workflow-card {

	opacity: 0;

	animation: cardFade .8s forwards;

}

.workflow-card:nth-child(1) {

	animation-delay: .3s;

}

.workflow-card:nth-child(2) {

	animation-delay: .6s;

}

.workflow-card:nth-child(3) {

	animation-delay: .9s;

}

.workflow-card:nth-child(4) {

	animation-delay: 1.2s;

}

@keyframes cardFade {

	from {

		opacity: 0;

		transform: translateY(60px);

	}

	to {

		opacity: 1;

		transform: translateY(0);

	}

}


/*------------------------------
 TEXT ANIMATION
------------------------------*/

.workflow-card h3 {
	transition: .35s;
}
.workflow-card p {

	transition: .35s;
}
/*------------------------------
 CURSOR GLOW
------------------------------*/

/*.workflow::before {*/

/*	content: "";*/

/*	position: absolute;*/

/*	width: 700px;*/
/*	height: 700px;*/

/*	left: -300px;*/
/*	bottom: -300px;*/

/*	background: radial-gradient(circle,*/
/*			rgba(0, 140, 255, .12),*/
/*			transparent 70%);*/

/*	border-radius: 50%;*/

/*	filter: blur(40px);*/

/*}*/

/*.workflow::after {*/

/*	content: "";*/

/*	position: absolute;*/

/*	width: 600px;*/
/*	height: 600px;*/

/*	right: -250px;*/
/*	top: -250px;*/

/*	background: radial-gradient(circle,*/
/*			rgba(0, 180, 255, .10),*/
/*			transparent 70%);*/

/*	border-radius: 50%;*/

/*	filter: blur(40px);*/

/*}*/


/*=========================
SECTION
=========================*/

.deliver-section {
	position: relative;
	padding: 110px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at center,
			rgba(41, 87, 255, .18),
			transparent 45%),
		#0c1018;
}

/* Background Glow */

.bg-glow {
	position: absolute;
	width: 900px;
	height: 900px;
	background: radial-gradient(circle,
			rgba(52, 118, 255, .18),
			transparent 70%);
	left: 50%;
	bottom: -600px;
	transform: translateX(-50%);
	pointer-events: none;
}

/*=========================
TITLE
=========================*/

.section-title {
	text-align: center;
	margin-bottom: 40px;
}

.section-title span {

	display: block;

	font-size: 13px;

	letter-spacing: 3px;

	text-transform: uppercase;

	color: #4da6ff;

	font-weight: 700;

	margin-bottom: 12px;

}

.section-title h2 {

	font-size: 58px;

	font-weight: 300;

}

.section-title em {

	font-style: italic;

	font-weight: 500;

}

/*=========================
TABS
=========================*/


.tab {
	font-size: 15px;

}

.tab:hover {
	color: #fff;
    background:#3f4752;
	border-color: #3f4752;

}

.tab.active {

	background: #3F4752;

	color: #fff;

	border: none;

	

}

/*=========================
SLIDER
=========================*/

.slider-wrapper {
   position:relative;
    max-width:1400px;
    margin:auto;
    overflow:visible;
    padding:0 80px;

}

/*=========================
NAVIGATION
=========================*/

.nav {

	width: 58px;

	height: 58px;

	border-radius: 50%;

	border: 1px solid rgba(255, 255, 255, .15);

	background: transparent;

	color: #fff;

	cursor: pointer;

	transition: .3s;

	font-size: 18px;

}

.nav:hover {

	background: #1d6fff;

	border-color: #1d6fff;

}

/*=========================
STACKED CARDS
=========================*/

.cards-stack {

	position: relative;

	width: 1180px;

	max-width: 100%;

}

.card-shadow {

	position: absolute;

	top: 18px;

	width: 100%;

	height: 100%;

	background: #575757;

	opacity: .18;

	border-radius: 10px;

	z-index: 0;

}

.shadow-left {

	left: -30px;

}

.shadow-right {

	right: -30px;

}

/*=========================
MAIN CARD
=========================*/

.deliver-card {
	position: relative;
	z-index: 5;
	background: #f8f4ea;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	overflow: hidden;
	min-height: 520px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, .40);

}

/*=========================
LEFT
=========================*/
.card-content {
	padding: 60px;
}

.card-content h3 {
	font-size: 44px;
	line-height: 1.1;
	color: #11233f;
	margin-bottom: 24px;
}

.card-content p {
	color: #4e5665;
	line-height: 1.9;
	font-size: 18px;
	margin-bottom: 40px;

}

.card-content ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	list-style: none;
	margin-bottom: 50px;

}

.card-content li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #243042;
	font-size: 16px;
}

.card-content li i {
	color: #2fa45e;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	border-radius: 50px;
	background: #0b1e3d;
	color: #C7A34B;
	text-decoration: none;
	transition: .35s;
	font-weight: 400;
    line-height: 1;
}

.btn:hover {

	background: #fff;
    border:1px solid #0b1e3d;

}



/*======================================
SECTION
======================================*/

.deliver-section{
    position:relative;
    padding:80px 0;
    background:#08111d;
    overflow:hidden;
    z-index:1;
}

/*======================================
BACKGROUND GLOW
======================================*/

.bg-glow{
    position:absolute;
    width:900px;
    height:900px;
    background:radial-gradient(circle,
        rgba(43,120,255,.22) 0%,
        rgba(43,120,255,.08) 35%,
        transparent 70%);
    top:-320px;
    left:50%;
    transform:translateX(-50%);
    filter:blur(60px);
    z-index:-1;
}

.deliver-section::before{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    background:radial-gradient(circle,
        rgba(0,170,255,.08),
        transparent 70%);
    left:-200px;
    bottom:-150px;
    filter:blur(90px);
}

.deliver-section::after{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    background:radial-gradient(circle,
        rgba(52,90,255,.08),
        transparent 70%);
    right:-220px;
    top:-150px;
    filter:blur(90px);
}

/*======================================
TITLE
======================================*/

.section-title{
    text-align:center;
    margin-bottom:55px;
}

.section-title span{
    display:inline-block;
    font-size:13px;
    color:#56a8ff;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:600;
    margin-bottom:15px;
}

.section-title h2{
    font-size:56px;
    line-height:1.15;
    font-weight:700;
    color:#fff;
}

/*======================================
TABS
======================================*/

.deliver-tabs{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:70px;
}

.deliver-tabs button{
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    color:#a8b6c6;
    padding:14px 26px;
    border-radius:50px;
    cursor:pointer;
    font-size:15px;
    font-weight:500;
    transition:.35s;
}

.deliver-tabs button:hover{
    color:#fff;
    border-color:#3b82f6;
}

.deliver-tabs button.active{
    background:#2d7cff;
    color:#fff;
    border-color:#2d7cff;
    box-shadow:0 10px 35px rgba(45,124,255,.35);
}

/*======================================
SLIDER WRAPPER
======================================*/

.slider-wrap{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

/*======================================
SLIDER
======================================*/

.slider{
    position:relative;
    width:100%;
    max-width:1100px;
    min-height:650px;
}

/*======================================
SLIDES
======================================*/

.slide{
    position:absolute;
    width:100%;
    opacity:0;
    visibility:hidden;
    transition:.6s ease;
}

.slide.active{
    opacity:1;
    visibility:visible;
    position:relative;
    z-index:10;
}

.slide.prev-slide{
    opacity:.35;
    transform:translateX(-70px) scale(.95);
    z-index:5;
}

.slide.next-slide{
    opacity:.35;
    transform:translateX(70px) scale(.95);
    z-index:5;
}

.slide.hidden-left{
    transform:translateX(-120%);
}

.slide.hidden-right{
    transform:translateX(120%);
}

/*======================================
NAVIGATION BUTTONS
======================================*/

.nav{
    width:58px;
    height:58px;
    border-radius:50%;
    border:none;
    background:#121c28;
    color:#fff;
    cursor:pointer;
    font-size:24px;
    transition:.3s;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 20px;
}

.nav:hover{
    background:#2d7cff;
    transform:scale(1.08);
}

.nav.prev{
    order:1;
}

.slider{
    order:2;
}

.nav.next{
    order:3;
}

/*======================================
END PART 1
======================================*/

/*======================================
CARD
======================================*/

.card{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#f8f3ea;
    border-radius:24px;
    overflow:hidden;
    min-height:620px;
    box-shadow:0 30px 80px rgba(0,0,0,.35);
}

/*======================================
STACKED CARDS
======================================*/

.card::before{
    content:"";
    position:absolute;
    left:-25px;
    right:25px;
    top:18px;
    bottom:-18px;
    background:rgba(255,255,255,.08);
    border-radius:24px;
    z-index:-1;
}

.card::after{
    content:"";
    position:absolute;
    left:-45px;
    right:45px;
    top:36px;
    bottom:-36px;
    background:rgba(255,255,255,.04);
    border-radius:24px;
    z-index:-2;
}

/*======================================
LEFT SIDE
======================================*/

.card-left{
    width:42%;
    padding:70px 60px;
    color:#222;
}

.small-title{
    display:inline-block;
    color:#4f8cff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.card-left h3{
    font-size:42px;
    line-height:1.15;
    margin-bottom:25px;
    color:#111827;
    font-weight:700;
}

.card-left p{
    font-size:17px;
    line-height:1.8;
    color:#5f6470;
    margin-bottom:35px;
}

/*======================================
FEATURE LIST
======================================*/

.card-left ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px 28px;
    margin-bottom:40px;
}

.card-left ul li{
    position:relative;
    padding-left:24px;
    color:#3d4451;
    font-size:15px;
    font-weight:500;
}

.card-left ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#2d7cff;
}

/*======================================
BUTTON
======================================*/

.card-left a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#081c38;
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.card-left a:hover{
    background:#2d7cff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(45,124,255,.35);
}

/*======================================
RIGHT SIDE
======================================*/

.card-right{
    width:58%;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    height:620px;
    overflow:hidden;
}

/* background glow */

.card-right::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:radial-gradient(circle,
        rgba(64,144,255,.25),
        transparent 70%);
    filter:blur(40px);
}

/* decorative circles */

.card-right::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.18);
}

/*======================================
IMAGE
======================================*/

.card-right img{
    position:relative;
    width:88%;
    max-width:520px;
    z-index:2;
    transition:.5s;
}

.slide.active .card-right img{
    transform:scale(1);
}

.slide:not(.active) .card-right img{
    transform:scale(.9);
}

/*======================================
OPTIONAL GRAPH GRID
======================================*/

.graph-grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
    background-size:40px 40px;
    opacity:.35;
}

/*======================================
ANIMATION
======================================*/

.slide.active .card{
    animation:cardFade .6s ease;
}

@keyframes cardFade{

    from{
        opacity:0;
        transform:translateY(30px) scale(.97);
    }

    to{
        opacity:1;
        transform:translateY(0) scale(1);
    }

}

/*======================================
END PART 2
======================================*/

/*======================================
RESPONSIVE
======================================*/

@media (max-width:1200px){

.section-title h2{
font-size:48px;
}

.card-left{
padding:55px 45px;
}

.card-left h3{
font-size:36px;
}

.card-right{
height:560px;
}

.card-right img{
width:85%;
}

}

/*========================*/

@media (max-width:992px){

.deliver-section{
padding:90px 0;
}

.section-title h2{
font-size:42px;
}

.deliver-tabs{
gap:12px;
margin-bottom:50px;
}

.deliver-tabs button{
padding:12px 20px;
font-size:14px;
}

.slider{
min-height:auto;
}

.card{
flex-direction:column;
min-height:auto;
}

.card-left,
.card-right{
width:100%;
}

.card-left{
padding:50px 40px;
order:2;
}

.card-right{
height:420px;
order:1;
}

.card-right img{
width:80%;
}

.card-left h3{
font-size:34px;
}

.card-left ul{
grid-template-columns:1fr 1fr;
}

.nav{
width:50px;
height:50px;
font-size:20px;
}

}

/*========================*/

@media (max-width:768px){

.deliver-section{
padding:70px 0;
}

.section-title{
margin-bottom:40px;
}

.section-title span{
font-size:12px;
letter-spacing:2px;
}

.section-title h2{
font-size:34px;
}

.deliver-tabs{
justify-content:flex-start;
overflow-x:auto;
flex-wrap:nowrap;
padding-bottom:10px;
scrollbar-width:none;
}

.deliver-tabs::-webkit-scrollbar{
display:none;
}

.deliver-tabs button{
white-space:nowrap;
font-size:13px;
padding:11px 18px;
}

.slider-wrap{
padding:0 10px;
}

.card{
border-radius:18px;
}

.card-left{
padding:35px 25px;
}

.card-left h3{
font-size:28px;
}

.card-left p{
font-size:15px;
margin-bottom:25px;
}

.card-left ul{
grid-template-columns:1fr;
gap:12px;
margin-bottom:30px;
}

.card-left a{
width:100%;
padding:15px;
text-align:center;
}

.card-right{
height:300px;
}

.card-right img{
width:90%;
}

.card::before,
.card::after{
display:none;
}

.nav{
position:absolute;
bottom:-70px;
margin:0;
z-index:20;
}

.prev{
left:calc(50% - 65px);
}

.next{
right:calc(50% - 65px);
}

}

/*========================*/

@media (max-width:576px){

.container{
padding:0px;
}

.section-title h2{
font-size:30px;
}

.card-left{
padding:28px 20px;
}

.card-left h3{
font-size:24px;
}

.card-left p{
font-size:14px;
}

.small-title{
font-size:11px;
}

.card-left ul li{
font-size:14px;
}

.card-right{
height:240px;
}

.card-right img{
width:95%;
}

.nav{
width:44px;
height:44px;
font-size:18px;
}

}

/*======================================
HOVER EFFECTS
======================================*/

.card{
transition:.4s;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 40px 90px rgba(0,0,0,.45);
}

.card-right img{
transition:transform .6s ease;
}

.card:hover .card-right img{
transform:scale(1.05);
}

.deliver-tabs button{
position:relative;
overflow:hidden;
}

.deliver-tabs button::before{

content:"";
position:absolute;
left:-100%;
top:0;
width:100%;
height:100%;
background:rgba(255,255,255,.15);
transition:.4s;

}

.deliver-tabs button:hover::before{

left:100%;

}

/*======================================
FADE ANIMATION
======================================*/

.slide{

transition:
opacity .6s ease,
transform .6s ease;

}

.slide.active{

animation:fadeIn .6s ease;

}

@keyframes fadeIn{

0%{

opacity:0;
transform:translateY(30px);

}

100%{

opacity:1;
transform:translateY(0);

}

}

/*======================================
UTILITY
======================================*/

.text-center{

text-align:center;

}

.mt-20{

margin-top:20px;

}

.mt-30{

margin-top:30px;

}

.mb-30{

margin-bottom:30px;

}

.d-flex{

display:flex;

}

.align-center{

align-items:center;

}

.justify-center{

justify-content:center;

}

.w-100{

width:100%;

}

/*======================================
SCROLLBAR
======================================*/

::-webkit-scrollbar{

width:8px;

height:8px;

}

::-webkit-scrollbar-thumb{

background:#2d7cff;
border-radius:20px;

}

::-webkit-scrollbar-track{

background:#08111d;

}

/*======================================
END
======================================*/


.heading{

text-align:center;

}


.label{
color:#E8D5A3;
font-size:14px;

}


.heading h2{
font-size:36px;
margin:0px 0px 0;

}



.heading p{

color:#fff;

}



/* Tabs */


.ai-tabs{
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 0;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
    .tab {
    padding: 10px 10px;
    border-radius: 50px;
    border: 1px solid #ffffffb7;
    background: #ffffff00;
    cursor: pointer;
    color: #ffffffb7;
    font-weight: 300;
}

.tab.active{

background:#3F4752;
color:#fff;

}



/* Slider Area */


.slider-area{

position:relative;
padding:0 80px;

}




/* FIXED SHAPES */


.fixed-shapes{

position:absolute;
inset:0;
z-index:1;
pointer-events:none;

}



.fixed-shapes .shape{

position:absolute;
/*width:65px;*/
width:35px;
border-radius:0px;

}



/* LEFT */


/* LEFT */
.left-1{
    height:80%;
    top:50%;
    left:65px;
    background:#D9D9D92B;
    opacity:.35;
    transform:translate(-50px, -50%) skewY(-5deg);
}

.left-2{
    height:85%;
    top:50%;
    left:75px;
    background:#D9D9D940;
    opacity:.55;
    transform:translate(-25px, -50%) skewY(-5deg);
}

/* RIGHT */
.right-1{
    height:80%;
    top:50%;
    right:65px;
    background:#D9D9D92B;
    opacity:.35;
    transform:translate(50px, -50%) skewY(5deg);
}

.right-2{
    height:85%;
    top:50%;
    right:75px;
    background:#D9D9D940;
    opacity:.55;
    transform:translate(25px, -50%) skewY(5deg);
}




/* SWIPER */


.aiSwiper{

position:relative;
z-index:2;
overflow:hidden;
border-radius:0px;

}



.swiper-slide{

background:#fff;
border-radius:0px;
overflow:hidden;

}



.slide-grid{

display:grid;
grid-template-columns:1fr 1fr;
min-height:430px;

}
.image-side{
    display: flex;
    align-items: center;
    padding:5px 10px;
}

.image-side img{
width:100%;
height:auto;

}



.content-side{
padding:10px;
display:flex;
flex-direction:column;
justify-content:center;

}



.number{

width:60px;
height:60px;
border-radius:50%;
background:#eef2ff;
display:flex;
align-items:center;
justify-content:center;

}



.content-side h3{
font-size:30px;
margin-bottom: 10px;

}


.content-side p{
line-height:1.7;
color:#0D1B2A;
margin-bottom:20px;
}

.content-side ul{
    display: flex;
    flex-wrap: wrap;
}
.content-side li{
    font-size:16px;
  color: #000000B2;
  margin: 5px 0;
  width: 50%;
}
.btn{
margin-top: 15px;
width: 160px;
text-decoration: none !important;
}




@media(max-width:900px){
.slider-area{
padding:0;
}
.fixed-shapes{
display:none;
}
.slide-grid{
grid-template-columns:1fr;
}
.content-side{
padding:30px;
}
.heading h2{
font-size:36px;
}
}
.dark-btn{
    border:1px solid #5074A8;
    color:#FFFFFF;
    background:#5074A8;
}
.dark-btn:hover{
    color:#5074A8;
    background:#fff;
    
}
.light-btn{
    border:1px solid #FFFFFF;
    color:#5074A8;
    background:#FFFFFF;
}
.light-btn:hover{
    color:#FFFFFF;
    background:#5074A8;
    
}


.ai-success{
    position:relative;
}
.ai-success .container{
    max-width:1240px;
    margin:auto;
}
.ai-success{
    position:relative;
}

.ai-success .swiper-button-prev,
.ai-success .swiper-button-next{
    position:absolute;
    top:70%;
    transform:translateY(-75%);
    z-index:999;
}

.ai-success .swiper-button-prev{
    left:calc(50% - 680px);
}

.ai-success .swiper-button-next{
    right:calc(50% - 680px);
}

@media(max-width:1400px){

    .ai-success .swiper-button-prev{
        left:20px;
    }

    .ai-success .swiper-button-next{
        right:20px;
    }

}
/* ===========================
   Swiper Navigation Buttons
=========================== */

.slider-wrapper{
    position: relative;
}

.swiper-button-prev,
.swiper-button-next{
    width: 45px !important;
    height: 45px !important;
    border:1px solid 1px solid #F7F6F28C !important;
}
.swiper-button-prev{
    left: -80px;
}
.swiper-button-next{
    right: -80px;
}
/* Arrow Size */
.swiper-button-prev::after,
.swiper-button-next::after{
    color:#F7F6F28C !important;
    font-size: 18px !important;
}
/* Hover */
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background: #0f172a;
    transform: translateY(-50%) scale(1.08);
}
/* Disabled */
.swiper-button-disabled{
    opacity: .4;
    pointer-events: none;
}
/* Tablet */
@media (max-width:991px){

    .swiper-button-prev{
        left:-20px;
    }
    .swiper-button-next{
        right:-20px;
    }
}

/* Mobile */
@media (max-width:767px){
    .swiper-button-prev,
    .swiper-button-next{
        width:40px;
        height:40px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after{
        font-size:16px;
    }
.content-side li{
    width:100%;
    margin:0px;
}
}

@media (max-width:1024px){
.workflow-card {
    padding: 30px;
}
.video-banner{
      max-height: 650px;
}
.elementor-counter-title {
    text-align: center !important;
    line-height: 1.6 !important;
    margin-top: 10px !important;
}
}
@media (min-width:1024px){
.elementor-nav-menu--layout-horizontal {
    display: flex;
    justify-content: end;
}
.workflow-card {
    padding:0 25px;
}

.video-banner-content h1 {
    margin-top: 110px;
}
}

@media (min-width:1240px){
.video-banner-content h1 {
    margin-top: 110px;
}
.slide-grid{
    padding:20px;
}
.elementor-item:after {
    background-color: #C7A34B !important;
    max-width: 70% !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
}
#myHeader {
    padding-left: 50px!important;
    padding-right: 50px!important;
}
.workflow .heading{
    text-align:left;
}
}
.bold-500 h2{
    font-weight:500 !important;
}
h1 span{
   font-family: "Instrument Serif", sans-serif !important;
   font-style: italic !important;
    color:#E8D5A3;
}
h2 span{
    font-family: "Instrument Serif", sans-serif !important;
     font-style: italic !important;
}
h2 b{
   font-family: "Instrument Serif", sans-serif !important;
   font-style: italic !important;
   font-weight:400 !important;
}
.feature {
    position: relative;
    padding-left: 18px;
}

.feature::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #C8A757;
    border-radius: 50%;
    transform: translateY(-50%);
}

.content-side ul {
    padding: 0;
    margin: 0;
}

.content-side ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.content-side ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("/wp-content/uploads/2026/07/Vector-3.svg") no-repeat center;
    position: absolute;
    left: 0;
    top: 5px;
    color: #035F48;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

@media only screen and (max-width: 991px) {
.video-banner-content h1{
    font-size:27px;
}
.video-banner-content p{
    font-size:14px;
}
.video-banner{
      max-height: 650px;
}
}

@media only screen and (max-width: 600px) {
.video-banner-content h1{
    font-size:25px;
}
.video-banner{
   max-height: 600px;
}
.feature::before{
    left: 4px;
    width: 7px;
    height: 7px;
}
.video-banner-content {
    padding-top: 90px !important;
}
.planet{
    width: 100px;
    height: 100px;
    margin-bottom: 20px !important;
}
.workflow-card p{
    font-size:16px;
}
/* Ring One */
.ring-one {
	width: 100px;
	height: 60px;
}
/* Ring Two */
.ring-two {
	width: 100px;
	height: 60px;
}
/* Ring Three */
.ring-three {
	width: 100px;
	height: 60px;
}
/* Ring Four */
.ring-four {
	width: 100px;
	height: 60px;
}
.slide-grid{
    padding-bottom:20px;
}
.ai-tabs{
    margin-bottom: 15px;
}
.content-side li{
    font-size:15px;
}
.tab{
  padding: 10px 5px;
  font-size: 12px;
}
.elementor-counter-title {
        text-align: center !important;
        line-height: 1.4 !important;
        margin-top: 15px!important;
    }
.video-banner-content p{
      font-size: 14px;
      line-height: 1.6;
}
.heading h2{ 
    font-size:30px;
}
.workflow-card{
    padding:10px;
}
.content-side {
        padding: 15px;
 }
 .content-side h3 {
    font-size: 22px;
 }
 .heading {
    margin-bottom: 10px;
}
.workflow-card h3 {
    margin-top: 0px!important;
    margin-bottom: 10px!important;
}

.feature{
    padding: 5px 15px;
}
}

.content-side .btn{
    display:none;
}
.elementor-image-box-img img {
    max-width:70px;
}

.workflow .container {
    background: url("/wp-content/uploads/2026/07/Ellipse-1.png") no-repeat center center;
    background-size: 100% auto;
}

