/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');



/* import files */
@import url("../css/auth.css");
@import url("../css/header-footer.css");

body {
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #424242;
	overflow-x: hidden;
}

body.headitemshow {
	overflow: hidden;
}

.headitemshow {
	position: relative;
}

.headitemshow:before {
	background: rgba(89, 76, 70, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	z-index: 11;
}

a,
a:hover {
	text-decoration: none !important;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

body.unlock-open {
	overflow: hidden;
}

/* main {
	padding: 98px 0 0 0;
} */

.hero-section {
	padding: 90px 0;
	background-image: url(../images/home/hero-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: 1080px;
	display: flex;
	align-items: center;
}

.hero-content {
	width: 100%;
	max-width: 650px;
}

.heading-h1 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 78px;
	letter-spacing: 1.2px;
}

.hero-content h3 {
	color: #fff;
}

.heading-h1 span {
	color: #1FC283;
}

.hero-paragraph {
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}

/* home/ who we are section css start */
.tb-space {
	padding: 100px 0;
}

.wwr-left-content img {
	width: 100%;
	height: auto;
}
.wwr-right-content {
	padding: 80px 0 0 58px;
	font-family: 'Inter', sans-serif;
}
.sub-heading {
	color: #1FC283;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.heading-h2 {
	font-size: 50px;
	line-height: 58px;
	font-weight: 700;
	color: #0E346E;
	margin-bottom: 16px;
}
.wwr-para p {
	font-size: 18px;
	line-height: 30px;
	color: #0101018f;
}

/* Card Base */

.card-row {
	margin-top: -103px;
}

.zx-card {
    background: #fff;
    padding: 38px 32px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.3s ease;
	font-family: 'poppins', sans-serif;
}

.zx-card::before {
	content: "";
	position: absolute;
	background: url('../images/home/rt-bg.png') center/cover no-repeat;
	width: 200px;
	top: 0;
	right: 0;
	height: 182px;
	opacity: 0.2;
}

.zx-card::after {
	content: "";
	position: absolute;
	background: url('../images/home/rt-bg.png') center/cover no-repeat;
	width: 200px;
	left: 0;
	bottom: 0;
	height: 182px;
	opacity: 0.2;
}

.zx-card-active {
    background: linear-gradient(138.32deg, #0E346E -14.68%, #1FC283 125.91%);
    color: #fff;
}

.zx-icon {
    margin-bottom: 15px;
}

.zx-title {
	font-weight: 700;
	margin-bottom: 13px;
	font-size: 20px;
	color: #010101;
}

.zx-text {
	font-size: 16px;
	color: #777;
	margin: 0;
	max-width: 300px;
	text-align: center;
	margin: auto;
}

.zx-card-active .zx-text {
    color: #e0f7f4;
}


/* home/ who we are section css start */

/* wwd section css start */

.wwd-section {
	padding: 88px 0 157px;
	background-image: url(../images/home/wwd-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: 'inter', sans-serif;
}
.wwd-heading-text {
	display: flex;
	align-items: center;
	padding-bottom: 60px;
	font-family: 'inter';
}

.wwd-right-heading p {
	margin-bottom: 0;
}

.sub-heading-white {
	font-size: 20px;
	font-weight: 600;
	color: #F2F4F4;
	text-transform: uppercase;
}
.heading-h2-white {
	font-size: 50px;
	line-height: 58px;
	font-weight: 700;
}
.hori-line {
	width: 2px;
	height: 163px;
	background: #FFFFFF80;
	margin: 0 22px;
}
.data-card {
	background: #fff;
	padding: 40px 36px 28px;
	text-align: center;
	height: 100%;
}
.data-heading h5 {
	font-size: 25px;
	line-height: 38px;
	color: #010101;
	font-weight: 700;
}
.data-heading p {
	color: rgba(0, 0, 0, 0.8);
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 22px;
}

.data-btn .data-read-more {
	font-size: 18px;
	font-weight: 600;
	color: #1FC283;
	display: flex;
	justify-content: center;
  	gap: 10px;
}
.data-img-icon span {
	width: 137px;
	height: 137px;
	display: grid;
	place-items: center;
	margin: auto;
}


/* wwd section css end */


/* cl logos start*/

.clients-section {
	padding-bottom: 170px;
}

.Clients-logo .cl-img {
	width: 100%;
	max-width: 262px;
	height: 131px;
	object-fit: contain;
	box-shadow: 0px 4.81px 15.62px 0px rgba(0, 0, 0, 0.09);
}
.Clients-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 21px;
	padding-bottom: 90px;
}
.clients-section-head {
	text-align: center;
	padding-bottom: 30px;
}
.Clients-heading .sub-heading-white, .blogs-heading .sub-heading-white {
	color: #55B2B1;
	text-transform: uppercase;
}
.wwd-left-heading .heading-h2-white, .blogs-heading .heading-h2-white {
	color: #0E346E;
}
.Clients-heading .hori-line {
	background: #00536D;
}
.Clients-heading .wwd-right-heading p, .blogs-heading p {
	line-height: 33px;
	font-size: 16px;
	max-width: 1010px;
}

.bottom-logo-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
.bottom-logo-box img {
	width: 100%;
	height: auto;
	object-fit: contain;
  max-height: 202px;
}
.bottom-logo-box {
	width: 100%;
	max-width: 428px;
	padding: 45px 55px;
	background: #fff;
	box-shadow: 0px 14px 34px 0px #00000026;
	min-height: 302px;
	max-height: 302px;
	display: flex;
	align-items: center;
}

/* cl logos end*/

/* slider section start */

.ts-wrapper {
  background: #f8f9fa;
}

.ts-text {
	font-size: 22px;
	color: #373435;
	line-height: 34px;
	margin-bottom: 15px;
	font-weight: 500;
	font-family: 'Inter';
}

.ts-name {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 18px;
 	color: #010101;
	font-family: 'poppins';
}
.t-name {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.ts-role {
  font-size: 14px;
  color: #888;
}

/* arrows */
.ts-arrows button {
  width: 50px;
  height: 50px;
  border: none;
  background: #1FC283;
  color: #fff;
  border-radius: 12px;
}

.ts-arrows button:hover {
  background: #16a34a;
}
.qoute-img {
	padding-bottom: 55px;
}
.green-line {
	width: 38px;
	height: 2.5px;
	display: block;
	background: #1FC283;
}

.ts-arrows {
	display: flex;
	gap: 12px;
}
.slider-section .row {
	align-items: center;
}

/* slider section end */

/* blogs section css start */

.blogs-heading {
	text-align: center;
	padding-bottom: 50px;
	font-family: 'Inter';
}

.blogs-heading p {
	max-width: 930px;
	margin: auto;
	font-family: 'poppins';
}

.blogs-card {
	width: 100%;
	height: 100%;
	padding: 16px 16px 24px;
	box-shadow: 0px 4.81px 15.62px 0px #00000017;
	font-family: 'Inter';
}
.bolgs-card-img img {
    width: 100%;
    height: 180px !important;
} 
.blogs-card-content {
	padding-top: 20px;
	padding-bottom: 35px;
}
.blogs-card-content h5 {
	font-size: 23px;
	font-weight: 600;
	color: #010101;
	margin-bottom: 15px;
}
.blogs-card-content p {
	font-size: 20px;
	line-height: 32px;
	color: rgba(1, 1, 1, 0.6);
	margin-bottom: 0;
	word-wrap: break-word;
}
.blogs-card-user {
	display: flex;
	align-items: center;
	gap: 19px;
}
.user-blogs-img img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
.user-blogs-date h5 {
	font-size: 22px;
	font-weight: 600;
	color: #010101;
	margin-bottom: 4px;
}
.user-blogs-date span {
	font-size: 18px;
	color: rgba(1, 1, 1, 0.6);
}
.blog-section {
	padding: 100px 0;
}


/* blogs section css end */

.all-blogs-section {
	padding: 60px 0 80px;
}

.pg-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 60px;
  justify-content: center;
}

/* Arrow buttons */
.pg-btn {
  width: 50px;
  height: 50px;
  border: none;
  background: #22c55e;
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.pg-btn:hover {
  background: #16a34a;
}

/* Numbers container */
.pg-numbers {
  display: flex;
  gap: 10px;
}
/* Number buttons */
.pg-item {
  width: 50px;
  height: 50px;
  border: none;
  background: #fff;
  border-radius: 12px;
  font-size: 18px;
  color: #333;
  box-shadow: 0px 4.58px 9.17px 0px #0000001A;
  transition: 0.3s;
}

/* Hover */
.pg-item:hover {
  background: #e2e2e2;
}

/* Active */
.pg-item.active {
  background: #fff;
  border: 2px solid #22c55e;
  color: #000;
}

/* service page css start */

.services-section {
	padding: 56px 0 100px;
}
.services-content {
	padding-bottom: 44px;
}
.services-content h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 78px;
	color: #0E346E;
	margin-bottom: 0;
}
.services-content p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 36px;
	color: rgba(1, 1, 1, 0.6);
}

.service-card {
	box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.1);
}
.service-img img {
	width: 100%;
	height: auto;
}
.service-content {
	padding: 21px;
	font-family: 'poppins';
}
.service-content h5 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #0E346E;
}
.service-content p {
	font-size: 16px;
	line-height: 26px;
	color: rgba(1, 1, 1, 0.6);
}

.Services-details-section {
	background: #F5F5F5;
	padding: 60px 0;
	margin-bottom: 100px;
}
.d-details-card {
	background: #FFFFFF;
	padding: 26px 26px 32px 32px;
	box-shadow: 0px 4.81px 15.62px 0px #00000017;
	border-radius: 10px;
	font-family: 'poppins';
	position: relative;
}

.d-details-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 120px;
	background-image: url(../images/services-img/Ellipse.png);
	background-repeat: no-repeat;
}
.d-details-card h5 {
	font-size: 26px;
	line-height: 58px;
	font-weight: 600;
	color: #0E346E;
	margin-bottom: 0;
}
.d-details-card p {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 28px;
	color: #777777;
}

.d-details-card a {
	font-size: 18px;
	font-weight: 600;
	color: #1FC283;
	display: flex;
  	gap: 10px;
}

/* modal */

.ds-modal {
	justify-content: center;
	align-items: center;
}

.ds-open-btn {
  padding: 10px 20px;
  background-color: #0b5ed7;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.ds-modal-dialog {
  max-width: 500px;
}

.ds-modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  font-family: 'poppins';
}

.ds-modal-header img {
	width: 100%;
	height: auto;
}

.ds-modal-body {
  padding: 20px;
  background-color: #ffffff;
}

.ds-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #0E346E;
}

.ds-text {
  font-size: 14px;
  color: rgba(1, 1, 1, 0.6);
  margin-bottom: 10px;
}

.ds-subtitle {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #0E346E;
}

.ds-list {
  list-style: none;
  padding: 0;
}

.ds-list-item {
	padding: 12px;
	border-radius: 10px;
	margin-bottom: 8px;
	font-size: 14px;
	border: 1px solid #01010133;
	color: #0E346E;
	display: flex;
	align-items: center;
	gap: 12px;
}


.ds-blur-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 14, 39, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1040;
}

/* Show overlay when active */
.ds-blur-overlay.active {
  opacity: 1;
  visibility: visible;
}

.ds-close {
	position: absolute;
	right: 0;
	margin: 10px;
}
/* service page css end */


ol {
    font-weight: 600;
}















/* Contact Page Styles */
.contact-hero {
	padding: 235px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	 height: 600px; 
	background-image: url(../images/inner-banner.png);
	/* Using placeholder background */
}

.breadcrumb {
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	padding: 0;
	font-family: 'Inter';
}

.breadcrumb .dot {
	color: #1FC283;
}

/* Map Section */
.map-section {
	padding: 60px 0;
	width: 100%;
	overflow: hidden;
}

.map-wrapper {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	height: 450px;
}

.world-map-bg {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background: url(../images/map.png)no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.map-marker {
	position: absolute;
	width: 49px;
	height: 49px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 2;
	box-shadow: 0px 10.59px 10.59px 0px #87878724;
	background: #fff;
	border-radius: 50%;
}

.marker-dot {
	width: 12px;
	height: 12px;
	background-color: #0e346e;
	padding: 10px;

	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.map-marker.active .marker-dot {
	background-color: #1fc283;
}

.map-marker::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #1FC283;

	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.map-marker.active::before {
	width: 39px;
	height: 39px;

	border-color: #0E346E;


}

.map-tooltip {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	/* transform: translateX(-50%); */
	min-width: 500px;
	width: 100%;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-top: 15px;
	z-index: 10;
}

.map-marker.active .map-tooltip {
	display: block;
}

.map-tooltip::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 45px;
	/* Offset to point to marker */
	width: 16px;
	height: 16px;
	background: #fff;
	transform: rotate(45deg);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.tooltip-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}

.branch-icon {
	min-width: 50px;
	width: 50px;
	height: 50px;
	background: #f0f4f8;
	border-radius: 19.6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(14 52 110 / 10%);
}

.branch-icon svg {
	width: 20px;
	height: 20px;
}

.tooltip-header h4 {
	font-size: 16px;
	font-weight: 700;
	color: #0c2b5e;
	margin: 0;
}

.tooltip-body {
	border-top: 1px solid #eee;
	padding-top: 15px;
}

.info-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.info-row p {
	color: #000000;
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 0;

}

.info-row .icon {
	margin-top: 2px;
}

.info-row .icon svg {
	width: 18px;
	height: 18px;
}

.flex-row-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.tel-info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tel-text {
	line-height: 1.2;
}

.tel-lbl {
	font-weight: 400;
	font-size: 14px;
	color: rgb(1 1 1 / 60%);


}

.tel-text p {
	margin-bottom: 0;
}

.get-direction {
	color: #0E346E;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 500;
	font-size: 15px;


}

.get-direction:hover {
	color: #1FC283;
}

/* Contact Form Section */
.contact-form-section {
	padding: 60px 0;
	background-color: #fff;
}

.contact-form-wrapper {
	max-width: 600px;
	width: 100%;
	padding: 40px;
	margin-left: auto;
}

@media (max-width: 991px) {
	.contact-form-wrapper {
		margin: 0 auto;
	}
}

.section-title {
	margin-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	color: #0c2b5e;
	margin-bottom: 8px;
}

.section-title p {
	font-size: 16px;
	color: #666;
}

.input-with-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.input-with-icon .input-icon {
	position: absolute;
	left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.input-with-icon .input-icon svg {
	width: 20px;
	height: 20px;
}

.input-with-icon.align-top .input-icon {
	top: 15px;
}

.contact-form .form-control {
	border: 1.33px solid rgb(1 1 1 / 20%);
	border-radius: 90px;
	padding: 16px 16px 16px 45px;
	font-size: 15px;
	color: #333;
	background: #fdfdfd;
	box-shadow: none;
	transition: all 0.3s;
}

.contact-form .form-control:focus {
	border-color: #1FC283;
	outline: none;
	box-shadow: 0 0 0 3px rgba(31, 194, 131, 0.1);
}

.contact-form .input-with-icon.align-top .form-control {
	padding-left: 20px;
	/* Textarea does not have icon in screenshot, removing left padding */
	border-radius: 12px;
}

.btn-submit-cm {
	background-color: #1FC283;
	color: #fff;
	border: none;
	padding: 12px 25px;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s;
}

.btn-submit-cm:hover {
	background-color: #15a46e;
	color: #fff;
}

.contact-image-box {
	width: 100%;
	height: 100%;
	min-height: 500px;
	background-color: #f7f7f7;
	/* Placeholder color */
	/* background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100%25" height="100%25"%3E%3Crect width="100%25" height="100%25" fill="%23e0e0e0"/%3E%3Ctext x="50%25" y="50%25" font-family="Arial" font-size="24" fill="%23888" text-anchor="middle" dy=".3em"%3EContact Form Image Placeholder%3C/text%3E%3C/svg%3E'); */
	background-size: cover;
	background-position: center;
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 10% 100%);
}
/* -----------------ABout US [ START ] -------------*/
.abt-blog{
	padding: 30px 0;
	font-family: 'poppins';
}
.cmn-title{
	margin-bottom: 18px;
}
.cmn-title span{
	/* font-weight: 600;
	font-size: 20px;
	text-transform: uppercase; */
	/* color: #1FC283; */
	display: block;
	margin-bottom: 5px;
	    font-size: large;
}
.cmn-title h3{
	font-weight: 700;
	font-size: 50px;
	color: #0E346E;
	margin-bottom: 10px;
}
.cmn-title p{
	font-weight: 400;
	font-size: 16px;
	color: rgb(1 1 1 / 70%);
	margin-bottom: 0;
}
.abt-blog ul li{
	margin-bottom: 15px;
}
.abt-blog ul li span{
	font-weight: 700;
	font-size: 15px;
	color: rgb(1 1 1 / 70%);
}
.abt-blog ul li p{
	color: rgb(1 1 1 / 70%);
	margin-bottom: 0;
	font-weight: 400;
	font-size: 15px;

}
.abt-blog .cmn-more-btn{
	margin: 30px auto 0;
	text-align: center; 
	justify-content: center;
	display: flex;
}
.mission-blog{
	padding: 60px 0;
	background: #F5F5F5;

}
.mission-bx{
	background: #FFFFFF;
	box-shadow: 0px 4.81px 15.62px 0px #00000017;
	padding: 27px;
	height: 100%;
}
.mission-bx span{
	display: block;
	margin: 0 auto 15px;
	text-align: center;
}
.mission-bx h4{
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	color: #0E346E;
	margin-bottom: 0;
}
.mission-bx p{
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: rgb(1 1 1 / 60%);
	margin-bottom: 0;

}


/* icon section css start */


.icon-section {
	margin-top: -80px;
	position: relative;
	margin-bottom: 100px;
}

.icon-div-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 25px 54px 0px #0000001A;
	padding: 33px 42px;
	font-family: 'Inter';
}
.icon-div-inner {
	display: flex;
	align-items: center;
	gap: 25px;
}
.icon-div-inner p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	color: #777777;
}
.icon-side-line {
	width: 1px;
	height: 134px;
	background: rgba(0, 0, 0, 0.1);
	margin: 0 23px;
}

/* icon section css end */

.data-analytics {
	background-image: url(../images/services-img/data-bg.png);
}
.it-staffing {
	background-image: url(../images/services-img/it-bg.png);
}


.ds-section {
  padding: 50px 0 100px;
  font-family: 'poppins';
}
.ds-deliver {
	padding-top: 60px;
}
.ds-intro {
	font-size: 20px;
	color: rgba(1, 1, 1, 0.6);
	margin-bottom: 10px;
	line-height: 30px;
}

.ds-heading {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #0E346E;
}

.ds-card-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ds-card {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 4.81px 15.62px 0px #00000017;
}

.ds-card::after {
	content: "";
	position: absolute;
	top: -15px;
	right: 0;
	width: 140px;
	height: 120px;
	background-image: url(../images/services-img/Ellipse.png);
	background-repeat: no-repeat;

}

.ds-card-title {
	font-size: 26px;
	font-weight: 500;
	color: #0E346E;
	margin-bottom: 5px;
}

.ds-card-text {
	font-size: 20px;
	color: rgba(1, 1, 1, 0.6);
	margin: 0;
}

.ds-outcomes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ds-outcome-item {
  background-color: #ffffff;
  border: 1px solid #e2e6ea;
  border-radius: 6px;
  padding: 10px;
  font-size: 13px;
  color: #333;
  position: relative;
  padding-left: 28px;
}

.ds-outcome-item::before {
  content: "✔";
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 12px;
  color: #28a745;
}

.ds-action {
  text-align: center;
  margin-top: 30px;
}

.ds-btn {
  background-color: #20c997;
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ds-btn:hover {
  background-color: #17a589;
}


/* ========= css added by gita============== */

.all-blogs-section .row {
	row-gap: 42px;
}


/* -----blog details css------ */
.Header1{
	background-color: #0E346E;
}
section.blog-details-section {
    margin-top: clamp(102px, 10vw, 146px);
}
.blogs-details-img img {
    width: 100%;
    height: clamp(250px, 50vw, 647px);
    object-fit: cover;
    margin-bottom: clamp(15px, 3vw, 20px);
}

.blogs-details h2 {
    font-family: 'inter', sans-serif;
    font-weight: 600;
    font-size: clamp(20px, 3vw, 31px);
    line-height: 1.2;
    color: #010101;
    margin: clamp(15px, 3vw, 31px) 0 clamp(15px, 3vw, 29px);
}

.blogs-details p {
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 2.2vw, 20px);
    line-height: clamp(24px, 3vw, 39px);
    color: #010101;
    margin-bottom: clamp(16px, 3vw, 36px);
}

.blogs-details p:last-child {
    margin-bottom: 0;
}

.blogSub-Title {
    font-family: 'inter', sans-serif;
    font-weight: 600;
    font-size: clamp(22px, 3.5vw, 34px);
    line-height: 1.2;
    color: #0E346E;
    margin-bottom: clamp(15px, 3.5vw, 30px);
}
/* ---blog page card css---- */
/* .all-blogs-section {
	padding: clamp(30px, 4vw, 60px)0 clamp(40px, 4vw, 80px);
}
.all-blogs-section .blogs-card {
   margin-bottom: clamp(24px, 3vw, 42px);
   font-family: 'inter', sans-serif;
}
.all-blogs-section .blogs-card-content {
    padding-top: clamp(12px, 3vw, 20px);
    padding-bottom: clamp(12px, 3vw, 35px);
}
.all-blogs-section .blogs-card-content h5 {
    font-size: clamp(18px, 3.5vw, 23px);
    margin-bottom: clamp(12px, 2vw, 15px);
}
.all-blogs-section .blogs-card-content p {
    font-size: clamp(14px, 3.5vw, 16px);
	color: rgba(1, 1, 1, 0.6);
}
.all-blogs-section .user-blogs-date h5 {
    font-size: clamp(16px, 2.5vw, 22px);
	margin-bottom: clamp(2px, 3.5vw, 4px);
}
.all-blogs-section .user-blogs-date span {
     font-size: clamp(14px, 3.5vw, 18px);
}
.all-blogs-section .user-blogs-img img {
    width: clamp(40px, 5vw, 60px);
    height: clamp(40px, 5vw, 60px);
} */
/* -----pagination css-------- */
/* .pg-wrapper {
    padding-top: 18px;
} */
/* .pg-item, .pg-btn {
    width: clamp(36px, 5vw, 50px);
    height: clamp(36px, 5vw, 50px);
} */
/* ======home page resposnive css=============== */
.icon-div-main {
    flex-wrap: wrap;
}
.Clients-logo {
    flex-wrap: wrap;
}
.zx-card {
    height: 100%;
}