*{
	box-sizing:border-box;
	margin:0;
	padding:0;

}
html {
	/* 	font-size: calc(100vw * 16 / 360); */
	font-size: clamp(16px, calc(16px + (100vw - 360px) / 45), 24px);
	scroll-behavior: smooth;
}
body{
	overflow-x:hidden;
	font-family: "DM Sans", sans-serif;
	color:var(--gray);
}
h1,h2,h3,h4,h5,h6{
	font-family: "Urbanist", sans-serif;
	color:var(--navyblue);
}
p,a{
	font-size:1rem;
	line-height:1.5rem;
	font-weight:400;
	font-family: "DM Sans", sans-serif;
	color:var(--gray);
}
a{
	text-decoration:none;
	color:unset;
}
/* for mobile */
.cod-flexdircetion{
	flex-direction:column;
}
/* end */
.heading-one{
	font-size:2rem;
	line-height:2.375rem;
	font-weight:600;
}
.heading-two{
	font-size:1.75rem;
	line-height:2.125rem;
	font-weight:600;
}
.heading-three{
	font-size:1.375rem;
	line-height:1.5rem;
	font-weight:600;
}
.heading-four{
	font-size:1.375rem;
	line-height:1.875rem;
	font-weight:600;
}
.cod-custom-heght{
	height:3.75rem !important;
}
/* header style */
.desk-nav-menu{
	display:none;
}
.display-none-icons{
	display:none !important;
}
/* toggle button */
.toggleButton span {
	background-color: var(--darkblack);
	width: 1.5rem;
	height: 0.179rem;
	display: block;
	position: relative;
	border-radius:0.625rem;
}
.toggleButton span::before,
.toggleButton span::after {
	position: absolute;
	content: "";
	background-color: var(--darkblack);
	width: 1.5rem;
	height: 0.179rem;
	display: block;
	border-radius:0.625rem;
	transform: translateY(-0.413rem);
	transition: 0.5s ease;
}

.toggleButton span::after {
	transform: translateY(0.413rem);
	transition: 0.5s ease;
}
.toggleButton.active span{
	background-color: transparent;
}
.toggleButton.active .toggleButton span {
	background-color: transparent;
	transition: 0.5s ease;
}

.toggleButton.active span::before {
	transform: rotate(45deg);
	border-radius:0.625rem;
	transition: 0.5s ease;
	height: 0.125rem;
	width:1.563rem;
}
.toggleButton.active span::after {
	transform: rotate(-45deg);
	border-radius:0.625rem;
	transition: 0.5s ease;
	height: 0.125rem;
	width:1.563rem;
}
.toggleButton{
	z-index:100;
}
.menu-mob.active{
	opacity: 0;
}
.menu-mob .cdo-contact-btn a{
	content:unset;
	background:unset;
	padding:unset;
}
.menu-mob .cdo-btn-text{
	color:var(--navyblue);
	font-size: 1rem;
	line-height: 1.5rem;
}
.mob-nav-menu{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:var(--white);
	height:100vh;
	z-index:-1;
	padding:5.6rem 0.938rem 0 0.938rem;
	opacity: 1; 
	transition: opacity 0.3s ease, background-color 0.3s ease;
}
.header_main{
	background-color:var(--white);
	padding:1.5rem 0;
	position: sticky;
	top: 0;
	z-index: 999;
}
.header_main {
	transition: all 0.3s ease;
}

.header_main.active {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.04);
}
.mobile-logo img{
	width:9.938rem;
	height:1.25rem;
	display:block;
}
.desk-logo{
	display:none;
}
.mobile-menu{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.menu-mob li{
	list-style:none;
	padding-bottom:0.625rem;
}
.menu-mob li a{
	color:var(--navyblue);
}
.cdo-menu-overflow {
	overflow-y: scroll;
	height: 90vh;
	padding-bottom:4rem;
}

/* end  */
/* footer */

.cdo-footer-bg{
	background-color:var(--milkwhite);
	padding-top:3.75rem;
	padding-bottom:0.625rem;
}
.cod-footer-col{
	padding-bottom:1.25rem;

}
.cdo-footer-copy {
	display:flex;
	flex-direction:column;
	justify-content:center;
	border-top:0.063rem solid var(--pencilegray);
	padding-top:1.25rem;
	padding-bottom:4rem;
	align-items:center;
}
.menu-footer-menu-container .menu li{
	list-style:none;
	padding-bottom:0.25rem;
}
.menu-footer-menu-container .menu li a{
	display:block;
	color:var(--navyblue);
}
.cdo-footer-logo img{
	width:9.06rem;
	height:6.262rem;

}
.cdo-footer-logo-text{
	width:75%;
	margin-top:0.75rem;
	margin-bottom:1rem;
}
.cod-footer-col h3{
	padding-bottom:1.25rem;
	padding-top:0.875rem;
}
.cdo-footer-copy :is(p, a) {
	font-size: 0.875rem;
	line-height: 1.875rem;
}
.cdo-footer-copy a {
	background: linear-gradient(90deg, rgba(24, 36, 236, 0.8) 0%, rgba(83, 33, 140, 0.8) 81.32%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-decoration: underline; 
	text-decoration-color: rgba(24, 36, 236, 0.8); 
}
.cdo-service-footer p{
	padding-bottom:0.25rem;
	color:var(--navyblue);
}
.cod-phone,.cod-mail{
	position:relative;
	padding-left:1.875rem;
	color:var(--navyblue);
}
.cod-phone{
	margin-bottom:0.625rem;
}
.cod-phone:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/phone.svg) no-repeat;
	background-size:contain;
	width:1.25rem;
	height:1rem;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.cod-mail:after{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/mail.svg) no-repeat;
	background-size:contain;
	width:1.25rem;
	height:1rem;
	left:0;
	top:50%;
	transform:translatey(-50%);
}

.cod-hero-banner{
	background:url(/wp-content/uploads/2025/04/hero-scaled.webp) no-repeat;
	background-size:cover;
	padding-top:2rem;
	padding-bottom:2rem;
}
.cod-hero-image img{
	width:15.75rem;
	height:23.625rem;
	object-fit:cover;
	border-radius:8.5rem;
	padding:0.938rem 1.25rem 0.375rem 0;
}
.cod-hero-img-back {
	background:url(/wp-content/uploads/2025/04/hero-bg.svg) no-repeat;
	background-size:contain;
	width:16.938rem;
	height:25rem;
	position:relative;
	margin:auto !important;
}
.cod-cust-logo{
	position:relative;
	font-size:0.875rem;
	line-height:1.125rem;
	color:var(--navyblue);
	font-family: "Urbanist", sans-serif;
	font-weight:500;
	padding-bottom:0.75rem;
}
.cod-cust-logo:after{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/clouds.svg) no-repeat;
	background-size:contain;
	width:1.563rem;
	height:1.563rem;
	right:0;
	top:0.813rem;
}
.cod-cust-count{
	position:absolute;
	width:8.688rem;
	height:6.125rem;
	background-color:var(--white);
	border-radius:0.556rem;
	padding:0.556rem;
	bottom:2.063rem;
	left:-1.875rem;
	border:0.063rem solid var(--lightgray);
}
.cod-hero-sub-text{
	font-size:0.75rem;
	line-height:1rem;
	padding-bottom:0.5rem;
	color:var(--blue);
}
.cod-hero-text{
	padding-top:1rem;
	padding-bottom:1.5rem;
}
.cod-hero-col-main{
	gap:3rem;
	flex-direction:column;
}
.cdo-number{
	font-size:1.625rem;
	line-height:2rem;
	font-weight:500;
}
.cdo-aws img{
	width:2.188rem;
	height:2.188rem;
}
.cod-icons-col{
	row-gap:1rem;
	flex-wrap:wrap;
	column-gap:2.313rem;

}
.cdo-micro img{
	width:7.688rem;
	height:2.188rem;
}
.cdo-google img{
	width:2.188rem;
	height:2.188rem;
}
.cdo-dell img{
	width:10.375rem;
	height:2.188rem;
}
.cdo-icons{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3.75rem;
	padding-top:3rem;
	row-gap:1rem;
	max-width:20rem;
	justify-content:center;
}
/* coomon  para use it */
.sub-text-common{
	font-size:0.75rem;
	line-height:1rem;
	color: var(--blue);
	padding-bottom:0.5rem;
}
.kubernetes img{
	width:2.25rem;
	height:2.188rem;
}
.cdo-trangle img{
	width:2.813rem;
	height:2.188rem;
}
.ship-img img{
	width:2.75rem;
	height:2.188rem;
}
.cdo-work-img img{
	width:3.75rem;
	height:3.75rem;
}
.cdo-works-cols{
	padding-top:2rem;
	gap:2rem;
}
.cdo-works-cols h2{
	margin-top:0.75rem;
	margin-bottom:0.75rem;
	line-height:2.125rem;
	color:var(--bluesecondry);
}
.service-thumb img{
	width:4.313rem;
	height:4.313rem;
	position:absolute;
	object-fit:contain;
	top:0;
	right:0;
}
.services{
	position:relative;
	border:1px solid var(--lightgray);
	border-radius:1rem;
	padding:8.313rem 1.313rem 1.5rem 1.313rem;
	background-color:var(--white);
	z-index:1;
	overflow:hidden;
}
.cdo-cloud-text{
	padding-top:1.5rem;
	padding-bottom:2rem;
}
.cdo-why-business{
	display:grid !important;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 2.375rem;
}
.cdo-business-img img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:1.008rem;
}
.cdo-why-business h3{
	margin-top:0.551rem;
}
.services-wrapper{
	display:grid;
	grid-template-columns:1fr;
	gap:0.75rem;
	margin-top:2rem;
}
.show-desktop{
	display:none;
}
.wp-block-button.show-mobile {
	display: block;
	margin: auto;
	width:fit-content;
}
.wp-block-button.cdo-blog-home-btn{
	display:block;
	width:fit-content;
	margin:auto;
}
.cdo-mobile-service-btn{
	display:block;
	margin-top:1.5rem;
}
.service-title{
	margin-bottom:0.75rem;
	color:var(--bluesecondry);
}
.cdo-why-head{
	width:16rem;
}
div.cdo-why-bus-col-main{
	margin-bottom:-0.375rem;
}
.service-excerpt{
	margin-bottom:1rem;
}
.cdo-background-group{
	background-color:var(--milkwhite);
	padding-top:1.875rem;
	padding-bottom:1.875rem;
}
.cdo-get-text{
	margin-bottom:1.5rem;
}
.cdo-leading-bg{
	background:url(/wp-content/uploads/2025/04/men-in-mobile.webp) no-repeat;
	background-size:cover;
	padding:1.875rem;
}
.do-tech-col h2{
	margin-bottom:1.5rem;

}
.cdo-leading-heading{
	color:var(--white);
}
.cdo-analy-head{

	padding-bottom:0.938rem;
}
.cdo-tick-text {
	position:relative;
	padding-left:1.938rem;
	color:var(--white);

}
div.cdo-full-service p.cdo-tick-text:not(:last-child) {
	margin-bottom:0.75rem;
}
.cdo-tick-text:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/Symbol.svg) no-repeat;
	width:1rem;
	height:1rem;
	background-size:contain;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.cdo-discover-col{
	padding:1.813rem 1.313rem 1.313rem 1.313rem;
	border-radius:1rem;
	background-color:var(--slate-blue);
	border:0.063rem solid var(--white);
}
.cdo-dis-one{
	margin-bottom:1rem;
}
.cdo-dis-two{
	margin-bottom:1rem;
}

.cdo-men {
	position:relative;
	z-index:1;
}
div.cdo-dis-main-col{
	margin-top:-3.188rem;
	position:relative;
	z-index:9;
}
.cdo-men img{
	width:18.625rem;
	height:22.813rem;
	object-fit:cover;
}
.cdo-leading-col-main {
	gap:1rem;
}
.cdo-our-para{
	margin-top:1.5rem;
	margin-bottom:3rem;
}
.testimonial-title{
	font-size:1.5rem;
	line-height:2.125rem;
	font-weight:600;
}
.testimonial-title-hover{
	font-size:1.125rem;
	line-height:1.125rem;
}
.testimonial-slider-wrap{
	margin-top:2rem;
	margin-bottom:3.75rem;
}
.post-thumb img{
	width:100%;
	height:14.438rem;
	object-fit:cover;
	margin-bottom:-0.125rem;
	border-radius:1rem;
}
.blog-posts-wrapper{
	display:grid;
	gap:2.375rem;
	grid-template-columns: 1fr;
	margin-top:2rem;
}
.blog-post{
	position:relative;
}
.post-category{
	position:absolute;
	left:0.875rem;
	top:0.875rem;
	color:var(--white);
	background-color:var(--Purplyblue);
	border-radius:0.375rem;
	padding:0.25rem 0.5rem;
	font-size:0.75rem;
	line-height:0.875rem;
	z-index:9;
}
.post-date{
	color:var(--navyblue);
	padding-left:1.313rem;
	position:relative;
	margin-right:1.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.post-author{
	font-size: 1rem;
	line-height: 1.5rem;
}
.post-date:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/calander.svg) no-repeat;
	background-size:contain;
	width:0.75rem;
	height:0.875rem;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.post-meta{
	margin-bottom:0.313rem;
}
.post-title a{
	font-family: "Urbanist", sans-serif;
	color:var(--navyblue);
	font-size: 1.375rem;
	line-height: 1.875rem;
	font-weight:600;
	display:block;
}
.cdo-mobile-posts-btn{
	margin-top:1.5rem;
}
.cdo-form-bg{
	background:url(/wp-content/uploads/2025/04/smil-man-mob.webp) no-repeat;
	background-size:cover;
	padding-top:16.313rem;
	padding:16.313rem 1rem 1.5rem 1rem;
}

.cdo-opt-today-text{
	color:var(--white);
}
.cdo-bus-text{
	color:var(--white);
	padding-top:1.5rem;
}
div.cdo-home-form{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
}
div.service-link a::after{
	right:1.563rem;
}
.cdo-blog-col{
	flex-direction:column;
}
/* contact-form */
.cdo-wp-form-col .wpforms-container{
	margin:unset !important;
}
.cdo-contact-form{
	background-color:var(--white) !important;
	padding:2.5rem !important;  
	border-radius:1rem !important;
}
.cdo-contact-form em.wpforms-error{
	font-size:0.875rem !important;
	line-height:1.875rem !important;
}
.wpforms-error.mailcheck-error{
	font-size:0.875rem !important;
	line-height:1.875rem !important;
}
.cdo-contact-form .wpforms-field{
	padding-top:unset !important;
	padding-bottom:unset !important;
}
.cdo-contact-form .wpforms-field-label{
	color:var(--navyblue) !important;
	font-size:1rem !important;
	line-height:1.5rem !important;
	font-weight:400 !important;
	font-family: "DM Sans", sans-serif !important;
	margin-bottom:0.25rem !important;
}
.cdo-contact-form .cdo-message-field textarea{
	resize:unset !important;
	height:6.125rem !important;
	border-radius:0.5rem !important;
	font-size:0.75rem !important;
	line-height:1.875rem !important;
	margin-bottom:1rem !important;
	padding:0.375rem 1rem !important;
	border:0.063rem solid var(--silver) !important;
}
.cdo-contact-form .cdo-message-field textarea:focus{
	box-shadow:unset !important;
}
.cdo-contact-form input:focus{
	box-shadow:unset !important;
}
.cdo-contact-form input{
	border-radius:0.5rem !important;
	border:0.063rem solid var(--silver) !important;
	font-size:0.75rem !important;
	line-height:1.125rem !important;
	margin-bottom:1rem !important;
	height:2.625rem !important;
	padding:0.75rem 1rem !important;
	color:var(--navyblue) !important;
}
.cdo-contact-form input::placeholder {
	font-size:0.75rem !important;
	line-height:1.125rem !important;
	font-weight:400 !important;
	color:var(--silvergray) !important;
}
.cdo-contact-form textarea::placeholder {
	font-size:0.75rem !important;
	line-height:1.125rem !important;
	font-weight:400 !important;
	color:var(--silvergray) !important;
}

.wp-block-button.show-mobile a:after{
	top:50%;
	transform:translatey(-50%);
}

div.service-link a{
	padding:0.938rem 3.063rem 0.938rem 1.313rem;
	font-size:0.875rem;
	line-height:1.25rem;
}

.cdo-contact-form div.cloud-form-submit{
	padding-bottom:unset !important;
}
.cdo-contact-form .wpforms-submit-container{
	display:none !important;
}
.cdo-contact-form div.cdo-mobile-number{
	margin-bottom:1rem !important;
}
.wpforms-required-label{
	color:var(--red) !important;
}
.cdo-contact-form div.wpforms-field-layout-columns {
	flex-direction:column !important;
}
.cdo-contact-form div.wpforms-layout-column.wpforms-layout-column-50{
	width:100%!important;
}
div.cdo-get-start-col{
	margin-top:-0.375rem;
}
.wp-block-button.cdo-get-btn{
	display:block;
	margin:auto;
}

/* about page */
.cdo-emp-head{
	margin-bottom:1.5rem;
}
.cdo-term-work-col p{
	margin-bottom:1rem;
}
.cdo-term-work-col img{
	width:20.5rem;
	height:15.625rem;
	object-fit:cover;
	border-radius:1.25rem;
}
.cdo-devops-col p{
	margin-bottom:1rem;
}
.cdo-devops-col h3{
	margin-bottom:0.938rem;
}
div.cdo-Innovating-cloud-col{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
}
.cdo-gradient-border{
	padding-left:1.5rem;
	position:relative;
}
.cdo-gradient-border:before{
	position:absolute;
	content:'';
	background: linear-gradient(180deg, rgba(83, 33, 140, 0.8) 0%, rgba(24, 36, 236, 0.8) 100%);
	height:100%;
	width:0.375rem;
	border-radius:3.125rem;
	left:0;
}
p.cdo-gradient-border{
	margin-bottom:unset;
}
div.cdo-exp-in-col{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
}
.cdo-exp-heading{
	margin-bottom:2rem;
}
.cdo-sub-col-main{
	gap:unset;
}
.cdo-colud-dev-col img{
	width:20.5rem;
	height:15.625rem;
	object-fit:cover;
	border-radius:1.25rem;
}
.cdo-our-mission{
	color:var(--darkblue);
	font-size:1.375rem;
	line-height:1.875rem;
}
.cdo-exp-dop-col{
	gap:0;
}
div.cdo-our-mission-col{
	display:grid;
	gap:0.625rem;
	grid-template-columns:1fr;
}
div.cdo-our-mission-col:first-child{
	margin-bottom:1.938rem;
}
.cdo-assessment-col{
	border:0.063rem solid var(--navyblue);
	border-radius:0.938rem;
	padding: 2.938rem 2.188rem;
}
.cdo-assessment-col img{
	width:3.75rem;
	height:3.75rem;
	margin-bottom:0.75rem;
}
.cdo-assessment-col h4{
	margin-bottom:0.75rem;
	color:var(--bluesecondry);
}
.cdo-smart-text{
	padding-top:0.938rem;
	padding-bottom:2rem;
}
.cdo-smart-col{
	gap:2rem;
}
div.cdo-about-cta>div{
	background:url(/wp-content/uploads/2025/04/about.webp) no-repeat;
	background-size:cover;
	background-position:right;
}
/* contact page */
div.cdo-contact-form-col-main{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
}
.cdo-let-talk img{
	width:100%;
	height:15.625rem;
	object-fit:cover;
	border-radius:0.625rem;
}
.cdo-contact-from-col p{
	margin-top:1.25rem;
	margin-bottom:1.875rem;
}
.cdo-contact-from-col .cdo-contact-form{
	padding:unset !important;
}
.cdo-contact-info{
	background-color:var(--milkwhite);
	padding:1.875rem;
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}

div.cdo-contact-section{
	display:grid;
	gap:0;
	grid-template-columns:1fr;
}
.cdo-map-col iframe{
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
}
.cdo-map-col{
	height:20.313rem;
}
.cdo-contact-info h2{
	margin-bottom:0.375rem;
}
.cdo-contact-info p{
	margin-bottom:1.25rem;
}
.cdo-common-phone{
	font-size:1.125rem;
	line-height:2rem;
	margin-bottom:0.25rem;
	padding-left:1.875rem;
	font-weight:500;
}
.cdo-custom-heading{
	font-size:1.5rem;
	line-height:1.5rem;
	font-weight:600;
}
.cdo-phone-number-contact,
.cdo-email-number-contact,
.cdo-address-number-contact {
	position: relative;
}
.cdo-phone-number-contact:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/phone-contact.svg) no-repeat;
	background-size:contain;
	width:1.125rem;
	height:1.125rem;
	top:50%;
	transform:translatey(-50%);
	left:0;
}
.cdo-email-number-contact:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/mail-contact.svg) no-repeat;
	background-size:contain;
	width:1.125rem;
	height:1.125rem;
	top:50%;
	transform:translatey(-50%);
	left:0;
}
.cdo-address-number-contact:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/loc-contact.svg) no-repeat;
	background-size:contain;
	width:1.125rem;
	height:1.125rem;
	top:50%;
	transform:translatey(-50%);
	left:0;
}
.cdo-common-text-contact{
	padding-left:1.875rem;
	color:var(--navyblue);
}
.cdo-contact-height{
	height:2.25rem !important;
}
.current-menu-item:not(.cdo-contact-btn) a{
	background: linear-gradient(270deg, rgba(24, 36, 236, 0.8) 0%, rgba(83, 33, 140, 0.8) 81.32%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

p.cdo-get-text{
	color:var(--navyblue);
	padding-left:1.875rem;
	padding-right:1.875rem;
	font-size:1.125rem;
	line-height:1.875rem;
}

.cdo-hero-contentdiv p{
	color:var(--navyblue);
}

/* service single */
.cdo-service-bg{
	background:url(/wp-content/uploads/2025/04/service-new-bg.svg) no-repeat;
	background-size:cover;
	background-position:right;
	padding:5rem 1.875rem 5rem 1.875rem;
	border-radius:1rem;
}
.cdo-service-col{
	flex-direction:column;
}
.cdo-service-col-two :is(h1, p){
	color:var(--navyblue);
}
.cdo-service-col-two p{
	padding-top:1rem;
	padding-bottom:2rem;
}
div.cdo-service-second-col{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
}
.cdo-tech-img img{
	width:100%;
	height:16.625rem;
	border-radius:1rem;
}

.cdo-sservice-row-main{
	margin-top:1.5rem;
}
.cdo-service-aws-icons{
	position:relative;
	padding-left:4.125rem;
}
.cdo-service-aws-icons:after{
	position:absolute;
	content:"";
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/cloud-service.svg) no-repeat;
	background-size:contain;
	width:2.625rem;
	height:1.5rem;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.cdo-service-aws-row{
	border:0.063rem solid var(--light);
	border-radius:0.625rem;
	padding:1.313rem 1rem; 
}
div.cdo-sservice-row-main{
	display:flex;
	flex-direction:column;
	gap:1rem;
}
div.cdo-core-section-col{
	display:grid;
	grid-template-columns:1fr;
	gap:1.5rem;
	margin-top:2rem;
}

.cdo-service-cloud-col-main {
	position: relative;
	padding: 3rem 2.125rem;
	border-radius: 0.625rem;
	background: transparent;
}
.cdo-service-cloud-col-main img{
	width:2.625rem;
	height:1.5rem;
}
.cdo-service-cloud-col-main h3{
	padding:1.5rem 0;
	color:var(--bluesecondry);
}
div.cdo-service-single-bg > div{
	background:url(/wp-content/uploads/2025/04/service-single-scaled.webp);
	background-size: cover;
	background-position:bottom;
}
.cdo-core-heading{
	margin-bottom:1rem;
}
.cdo-service-cloud-col-main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0.625rem;
	padding: 0.125rem;
	background: linear-gradient(140.89deg, rgba(24, 36, 236, 0.8) 0%, rgba(83, 33, 140, 0.8) 27.4%, rgba(24, 36, 236, 0.8) 54.42%, rgba(83, 33, 140, 0.8) 81.3%);
	-webkit-mask: 
		linear-gradient(#fff 0 0) content-box, 
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}
.cdo-service-core-group{
	background-color:var(--milkwhite);
	padding:3.125rem 0;

}
.cdo-core-cap-head{
	margin-bottom:1rem;
}
.cdo-service-row-main {
	padding-top:2rem;
}
.cdo-service-row-main h3{
	margin:0.75rem 0;
	color:var(--bluesecondry);
}
.cdo-service-col-aws h2{
	margin-bottom:1rem;
}
.cdo-main-service-aws-group{
	background-color:var(--milkwhite);
	padding:3.125rem 0;
}
div.cdo-how-aws-col{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
}
div.cdo-tailored-row{
	display:grid;
	grid-template-columns:1fr;
	gap:1rem;
}
.cdo-tailored-row h4{
	margin-bottom:0.5rem;
}
.cdo-our-service-text-main{
	color:var(--navyblue);
}
.cdo-tailored-row p{
	color:var(--navyblue);
}
.cdo-faq-main-clik-div p{
	padding-top:1rem;
	color:var(--navyblue);
	cursor:text;
}
.cdo-service-col-aws p{
	color:var(--navyblue);
}
div.cdo-service-faq-col{
	display:grid;
	gap:2rem;
	grid-template-columns:1fr;
}
.cdo-faq-service-heading h2{
	padding-bottom:1rem;
}

.faq-container{
	padding:1.5rem;
	border-radius:0.75rem;
	background-color:var(--milkwhite);
	border:0.063rem solid var(--lightgray);

}
.faq-container:not(:last-child) {
	margin-bottom: 1rem;
}
.cdo-faq-row-main{
	align-items:flex-start;
}
.cdo-arrow-faq{
	width:2.4rem;
	height:1.738rem;
	border-radius:50%;
	background: linear-gradient(90deg, rgba(24, 36, 236, 0.8) 0%, rgba(83, 33, 140, 0.8) 81.32%);

}
.cdo-arrow-faq img{
	width:0.688rem;
	height:0.5rem;
	position:relative;
	top:-0.188rem;
}
.cdo-arrow-faq figure{
	margin:unset !important;
}
.cdo-arrow-faq{
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
.cdo-ellips-bottom{
	position:relative;
}
.cdo-ellips-bottom::after{
	position:absolute;
	content:'';
	background:url(/wp-content/uploads/2025/04/Ellipse.svg) no-repeat;
	background-size:cover;
	width:27.563rem;
	height:28.063rem;
	right:0;
	bottom:0;
	z-index:-1;
}
/* 404 page */
img.image-fr-nt-fr{
	width:20.5rem;
	height:8rem;
	display:block;
	margin:auto;
}

.cdo-four-not-four{
	display:block;
	margin:auto;
}
a.cdo-four-not-four{
	display:block !important;
	width:fit-content;
	margin:auto;
}
.for-nt-for-sec{
	padding-top:1rem;
	padding-bottom:2rem;
	text-align:center;
	color:var(--navyblue);
}
.hero-section{
	background: url(/wp-content/uploads/2025/04/four-not-four.svg) no-repeat;
	background-size:cover;
}
.for-nt-for-main{
	padding:6.125rem 0;
}
/* end */
/* thank you page */
.cdo-thank-you-group{
	background: url(/wp-content/uploads/2025/04/four-not-four.svg) no-repeat;
	background-size:cover;
	padding:6.25rem 0;
	background-position:bottom;
}
.cdo-thank-you-group p{
	padding-top:1rem;
	padding-bottom:2rem;
	color:var(--navyblue);
}
.wp-block-button.cdo-four-not-four-btn{
	display:block;
}
.wp-block-button.cdo-four-not-four-btn a{
	display:block;
	margin:auto;
	width:fit-content;
}
/* privicy policy */
.cdo-privicy-policy-bg{
	background:url(/wp-content/uploads/2025/04/privicy-bg.svg) no-repeat;
	background-size:cover;
	background-position:right;
	border-radius:1rem;
	padding:5rem 2rem 5rem 2rem;
}
.cdo-privicy-main-group h2{
	font-size:1.375rem;
	line-height:2.125rem;
	font-weight:600;
}
.cdo-privicy-main-group{
	padding-top:2rem;
}
.cdo-privicy-main-group p{
	padding-top:1rem;
	padding-bottom:2rem;
	color:var(--navyblue);
}
.cdo-privicy-main-group p:last-of-type {
	padding-bottom: 0;
}
.cdo-list-items li{
	list-style:none;
	padding-left:1.875rem;
	margin-bottom:1rem;
	position:relative;
	color:var(--navyblue);
	font-size: 1rem;
	line-height: 1.5rem;
}
.cdo-list-items{
	margin-top:1rem;
	margin-bottom:2rem;
}
.cdo-list-items li:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/arrow.svg) no-repeat;
	background-size:contain;
	width:1.125rem;
	height:1.5rem;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.cdo-privice-elips{
	position:relative;
}
.cdo-privice-elips::before{
	position: absolute;
	content: '';
	background: url(/wp-content/uploads/2025/04/Ellipse.svg) no-repeat;
	background-size: cover;
	width: 27.563rem;
	height: 28.063rem;
	right: 0;
	bottom: 0;
	z-index:-1;
}
.cdo-privice-elips::after{
	position: absolute;
	content: '';
	background:url(/wp-content/uploads/2025/04/elips-two.svg) no-repeat;
	background-size:cover;
	width:30rem;
	height:69.75rem;
	right:0;
	top:0;
	margin-top:-5rem;
	z-index:-1;
}
/* end */
/* blog archave */
.cdo-all-articles-text{
	margin-bottom:2rem;
}
.search-wrapper{
	width:100%;
	display:flex;
	align-items:center;
	gap:0.313rem;
	border:0.063rem solid var(--silver);
	border-radius:7.063rem;
	padding:0.688rem 1.375rem;
}
.search-wrapper input{
	border:none;
	color:var(--navyblue);
	width:100%;
	font-size:1rem;
	line-height:1.5rem;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}
.search-wrapper input::placeholder{
	color:var(--navyblue);
	font-size:1rem;
	line-height:1.5rem;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}
.search-wrapper input:focus-visible{
	outline:none;
}
div.load-more-container{
	display:block;
	margin-top:3rem;
}
div.load-more-container a{
	display:block;
	margin:auto;
	width:fit-content;
}
.search-wrapper svg{
	width:1rem;
	height:1rem;
	cursor:pointer;
}
/* blog single */
.blog-single-wrap{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
	padding-top:2.5rem;
}
.blog-single-wrap p{
	color:var(--navyblue);
}
.table-of-content-div{
	display:none;
}
.blog-single-wrap img{
	width:100%;
	height:15rem;
	object-fit:cover;
	border-radius:1rem;
	margin-bottom:1rem;
}
div.cdo-single-row{
	display:grid;
	grid-template-columns:1fr;
	gap:0.75rem;
}
.blog-single-wrap .comment-form textarea{
	width:16.75rem;
	resize:unset;
	border-radius:0.5rem;
	border:0.063rem solid var(--silver);
	background-color:transparent;
	padding: 0.625rem 1rem;
	font-size:0.75rem;
	line-height:1.125rem;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}
.blog-single-wrap .comment-form textarea::placeholder{
	font-size:0.75rem;
	line-height:1.125rem;
	color:var(--silvergray);
}
.blog-single-wrap .comment-form textarea:focus-visible{
	outline:none;
}
.blog-single-wrap p:last-of-type{
	padding-bottom:unset;
}
.blog-single-wrap :is(.blog-post-title, .blog-post-meta, p, h2) {
	padding-bottom:1rem;
	display: block;
	color:var(--navyblue);
}

.comment-form :is(.comment-form-author, .comment-form-email, .comment-form-comment){
	display:flex;
	flex-direction:column;
	width:100%;
	gap:0.75rem;
}
.blog-post-title{
	font-size:1.75rem;
	line-height:2.125rem;
	font-weight:600;
}
.blog-single-wrap h2{
	font-size: 1.5rem;
	line-height: 2.125rem;
	font-weight:600;
}
.comments-area{
	background-color:var(--lightrose);
	padding:1.875rem;
	border-radius:1rem;
	margin-top:1.875rem;
}
.blog-single-wrap ul li{
	position:relative;
	list-style:none;
	padding-left:1.927rem;
	margin-bottom:1rem;
	font-size: 1rem;
	line-height: 1.5rem;
	color:var(--navyblue);
}

.cdo-blog-single-group .wp-block-post-featured-image img{
	width:100%;
	height:18.813rem;
	object-fit:cover;
}
.blog-single-wrap ul li::before{
	position: absolute;
	content: '';
	background: url(/wp-content/themes/alpha-x-theme-framework/assets/icons/arrow.svg) no-repeat;
	background-size: contain;
	width: 1.125rem;
	height: 1.5rem;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}
.blog-single-wrap .table-of-contents ul li{
	padding-left:unset;
	margin-bottom:0.75rem;
}
.blog-single-wrap .table-of-contents ul li:last-of-type{
	margin-bottom:unset;
}
.table-of-contents ul li a{
	color:var(--navyblue);
	text-decoration:none;
}
.table-of-contents ul li::before{
	content:unset;
}
.comment-form-author input::placeholder{
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	font-size:0.75rem;
	line-height:1.125rem;
	color:var(--silvergray);
}
.comment-form-author input{
	height:2.625rem;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}
.comment-form-author input:focus-visible{
	outline:unset;
}
.comment-form-email input{
	outline:unset;
}
.comment-form-email input{
	height:2.625rem;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	font-size:0.75rem;
	line-height:1.125rem;
}
.s-blog-comment input::placeholder{
	color:var(--silvergray);
}
.s-blog-comment input{
	border-radius:0.5rem;
	border:0.063rem solid var(--silver);
	background-color:transparent;
	padding:0.625rem 1rem;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	font-size:0.75rem;
	line-height:1.125rem;
}

.s-blog-comment .custom-submit-wrapper a{
	display:block;
	width:fit-content;
}
.comment-reply-title{
	font-size: 1.375rem;
	line-height: 2.125rem;
	padding-bottom:0.75rem;
	font-weight:600;
}
.comment-notes{
	margin-bottom:0.75rem;
}
.blog-single-share{
	position:relative;
	display:flex;
	gap:1.688rem;
}
.blog-single-share a{
	display:block;
}
.si-share-link-popup-head span{
	color:var(--navyblue);
	font-size:1rem;
	line-height:1.875rem;
}
.si-share-link-popup-head{
	margin-bottom:1rem;
}
.blog-single-share img{
	width:1.313rem;
	height:1.313rem;
	border-radius:unset;
	margin-bottom:unset;
	cursor:pointer;
}

.share-link-popup{
	position:absolute;
	width:100%;
	min-height:11.2rem;
	border-radius:0.5rem;
	background-color:var(--lightrose);
	padding:2rem;
	z-index:11;
	top:1.9rem;
}
#si-share-link-popup-close{
	background-color:transparent;
	border: none;
	font-size: 1.25rem;
	cursor: pointer;
	margin-left:8rem;
	color:var(--navyblue);
}
.category-toggle span:before{
	top:0.938rem;
}
a.category-toggle{
	padding-bottom:0.313rem;
	display:block;
	color:var(--navyblue);
}
#si-share-link-input{
	font-size: .875rem;
	height: 2rem;
	width:100%;
	border: .063rem solid var(--silver);
	color:var(--navyblue);
	background: transparent;
	padding-left: .55rem;
	font-family: "DM Sans", sans-serif;
}
button#si-copy-link-btn{
	border: none;
	background-color:transparent;
	cursor: pointer;
	color:var(--navyblue);
	margin-top:0.8rem;
	border:0.063rem solid var(--silver);
	border-radius:0.4rem;
	padding:0.3rem;
	font-size:0.875rem;
	line-height:1.25rem;
	font-weight:500;
	font-family: "DM Sans", sans-serif;
}

.related-articles-sections{
	padding: 3.75rem 0;
}
.blog-single-wrap a.blog-back-button{
	color:var(--navyblue);
	text-decoration:unset;
}
.blog-back-button{
	display:block;
	position:relative;
	margin-bottom:0.375rem;
	padding-left:1.688rem;
	font-size:0.75rem;
	line-height:1.125rem;
}
.blog-back-button:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/single-arrow.svg) no-repeat;
	background-size:contain;
	width:1.203rem;
	height:0.875rem;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.blogs-single-facebook img{
	width:0.75rem !important;
	height:1.5rem;
}
.cdo-single-link-text{
	background: linear-gradient(92.44deg, #E7D7FC 6.49%, #D5D3FB 102.27%);
	padding:2.5rem !important;
	border-radius:0.5rem;
	margin-top:0.5rem;
	margin-bottom:1.5rem;
	display:block;
}
.blog-single-wrap a{
	color:var(--lightblue);
	text-decoration:underline;
	font-weight:500;
}
input#wp-comment-cookies-consent{
	width:0.938rem;
	height:0.938rem;
	border:0.063rem solid var(--navyblue);
	border-radius:0.313rem;
	background-color:transparent;
	margin-right:0.75rem;
}
.reply{
	position:relative;
	padding-left:1.688rem;
}
.reply a{
	font-size:0.875rem;
	line-height:1.25rem;
	text-decoration:unset;
	color:var(--shadowgray);
	display:block;
}
.reply:before{
	position:absolute;
	content:'';
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/reply.svg) no-repeat;
	background-size:contain;
	width:1.125rem;
	height:0.938rem;
	left:0;
	top:50%;
	transform:translatey(-50%);
}
.blog-single-wrapper .comments-heading{
	font-size:1.375rem;
	line-height:2.125rem;
	padding-top:1rem;
}
ol.comment-list{
	list-style-type: none; 
	margin-bottom:1rem;
}
ol.children{
	list-style-type: none; 
	margin-left:2rem;
}
.comment{
	padding-bottom:1rem;
}
.comment-author{
	font-family: "Urbanist", sans-serif;
	color: var(--navyblue);
	font-weight:600;
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.comment-meta{
	padding-bottom:1rem;
}
.comment-content{
	padding-bottom:0.75rem;
}
.blog-single-wrapper p.form-submit{
	display:none;
}
.comment-date{
	color: var(--navyblue);
}
.blog-single-wrapper .submit-link{
	display:block;
	width:fit-content;
}
.blog-single-wrap a.submit-link{
	text-decoration:none;
}
.share-div h3{
	font-size:1.375rem;
	line-height:1.875rem;
	padding-bottom:1rem;
	font-weight:600;
}
.required{
	color:var(--red);
}
.comment-awaiting-moderation{
	font-size:0.875rem;
	line-height:1.25rem;
}
/* end */
/* careers page */
.cdo-carees-col-row img{
	width:3rem;
	height:3rem;
}

.cdo-carees-col-row h4{
	padding:0.5rem 0;
}
.cdo-carees-col-row p{
	color:var(--navyblue);
}
div.cdo-careers-col-main{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
	margin-top:2rem;
}
.cdo-careers-be-col h2{
	padding-bottom: 1rem;
}
.cdo-careers-be-col  p{
	color:var(--navyblue);
}
.career-post:first-child{
	border-top:0.063rem solid var(--silver);
	margin-top:1.5rem;
}
.career-post{
	display:flex;
	flex-direction:column;
	gap:1.5rem;
	border-bottom:0.063rem solid var(--silver);
	padding:1.5rem 0;
}

.careers-button-column{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.career-excerpt{
	color:var(--navyblue);
	padding:0.25rem 0 1rem;
}
.career-categories{
	display:flex;
	gap:0.75rem;
	width:fit-content;
}
.category{
	border:0.063rem solid var(--silver);
	color:var(--navyblue);
	width:fit-content;
	padding:0.5rem 1.125rem;
	border-radius:7.063rem;
	font-size:0.875rem;
	line-height:1.25rem;
}
.cdo-careers-apply-col{
	padding-bottom:3.75rem;
}
.career-post:last-of-type{
	margin-bottom:unset;
}
/* careers  form*/
.cdo-careers-wp-form{
	border:0.063rem solid var(--silver) !important;
}

.cdo-careers-wp-form{
	padding:1.25rem !important;
	margin:unset !important;
}
.cdo-careers-wp-form textarea{
	resize:unset !important;
	margin-bottom:1rem !important;
	height:6.5rem !important;
	border-radius:0.5rem !important;
	font-size: 0.75rem !important;
	line-height: 1.125rem !important;
	padding:0.625rem 1rem !important;
	border:0.063rem solid var(--silver) !important;
}
.cdo-careers-wp-form textarea:focus{
	box-shadow:unset !important;
	border-color:var(--silver) !important;
}
.cdo-careers-wp-form .choices__inner{
	border-radius: 0.5rem !important;
	border: 0.063rem solid var(--silver) !important;
	font-size: 0.75rem !important;
	line-height: 1.125rem !important;
	height: 2.625rem !important;
	color: var(--navyblue) !important;
	box-shadow:unset !important;
	padding-left:0.688rem !important;
}

.cdo-careers-wp-form .choices__placeholder{
	font-size: 0.75rem !important;
	line-height: 1.125rem !important;
	color: var(--navyblue) !important;
}
.cdo-careers-wp-form .choices__inner:focus{
	box-shadow:none !important;
}
.cdo-careers-wp-form .choices__item--selectable{
	font-size: 0.75rem !important;
	line-height: 1.125rem !important;
	color: var(--navyblue) !important;
}
.cdo-file-uploade{
	margin-top:1rem !important;
}
.cdo-careers-wp-form .choices__list--dropdown .choices__item--selectable.is-highlighted{
	background-color:var(--rosemilk) !important;
}
.choices.is-open .choices__list--dropdown{
	border-width: 0.063rem !important;
	border-color: var(--rosemilk) !important;
	box-shadow: unset !important;
}
div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after{ 
	content:'' !important;
	position:absolute !important;
	height: unset !important;
	width: unset !important;
	border-style: unset !important;
	background:url(/wp-content/themes/alpha-x-theme-framework/assets/icons/careers-arrow.svg) no-repeat !important;
	background-size:contain !important;
	width:0.938rem !important;
	height:0.5rem !important;
	transform: rotate(0deg);
	transition: transform 0.35s;
	will-change:transform;
	right:0.75rem !important;
}
div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after{
	margin-top:-0.188rem !important;
	transform:rotateX(180deg);
}
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button{
	right:0.5rem !important;
}
.cdo-file-uploade input{
	border-radius: 0.5rem !important;
	border: 0.063rem solid var(--silver) !important;
	font-size: 0.75rem !important;
	line-height: 1.125rem !important;
	margin-bottom: 1rem !important;
	height: 2.625rem !important;
	color: var(--navyblue) !important;
	width:100% !important;
}
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__list{
	max-height:18.75rem !important;
}
div.wpforms-container-full .wpforms-field-file-upload input[type=file] {
	border: 0.063rem solid var(--silver) !important;
	padding: 0.875rem 0.875rem 0;
	font-weight: 400 !important;
	font-family: "DM Sans", sans-serif !important;
	text-align: left !important;
} 

.cdo-careers-wp-form input[type="file"] {
	position: relative !important;
	width: 100% !important;
}

.cdo-careers-wp-form input[type="file"]::file-selector-button {
	color: transparent !important;
	right: 0 !important;
	top: 50%;
	transform: translatey(-50%) !important;
	position: absolute !important;
	color: var(--navyblue) !important;
	content: "Choose File" !important;
	margin-left: 0.625rem !important;
}
.cdo-careers-wp-form input[type="file"]::before {
	content: attr(data-text) !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	pointer-events: none !important;
}

/* hover state */
.cdo-careers-wp-form input[type="file"]::file-selector-button {
	background-color: var(--rosemilk) !important;
	border:none !important;
	outline: none !important;
}
.cdo-careers-wp-form input[type="file"]::file-selector-button:focus{
	border:none !important;
	outline: none !important;
}
.cdo-careers-wp-form input[type="file"]::file-selector-button:active {
	background-color: var(--rosemilk) !important;
}
.cdo-file-uploade .wpforms-field-description{
	font-size:0.75rem !important;
	line-height:1.125rem !important;
	color:var(--silvergray) !important;
	margin-top:unset !important;
	margin-bottom:0.25rem !important;
}
.cdo-careeres-form-group  {
	background:url(/wp-content/uploads/2025/04/careers-bg.svg) no-repeat;
	background-size:cover;
}
.cdo-contact-form .wpforms-layout-row{
	flex-direction:column !important;
}
.cdo-careers-lick h2{
	padding:3.75rem 0 1.5rem;
}
.cdo-careers-text{
	color: var(--navyblue);
}
.cdo-careers-text{
	color: var(--navyblue);
}
.cdo-careers-circle-col{
	position:relative;
}
.cdo-careers-circle-col:after{
	position:absolute;
	content:'';
	background:url(/wp-content/uploads/2025/04/fueling-circle.svg) no-repeat;
	background-size:cover;
	width:29.25rem;
	height:64rem;
	right:0;
	top:20%;
	transform:translatey(-50%);
	z-index:-1;
}
div.wpforms-container-full .wpforms-field-file-upload.wpforms-has-error input[type=file]{
	border: 0.063rem solid var(--silver) !important;
}
/* error message after form not submit */
.cdo-careers-wp-form .wpforms-error-container{
	display:none !important;
}
/* end */
/* careers single page */
.cdo-career-sinle-group{
	margin-top:1.5rem;
}
.cdo-career-sinle-group h2{
	font-size: 1.375rem;
	line-height: 2.125rem;
	font-weight: 600;
}
.cdo-career-sinle-group :is(p, ul){
	padding:1rem 0 2rem;
}
.cdo-career-sinle-group ul:last-of-type{
	padding-bottom:unset;
}
.cdo-career-sinle-group li{
	position:relative;
	padding-left: 1.875rem;
	margin-bottom: 1rem;
	list-style:none;
	color: var(--navyblue);
	font-size:1rem;
	line-height: 1.5rem;
}
.cdo-career-sinle-group li:last-of-type{
	margin-bottom:unset;
}
.cdo-career-sinle-group li:before{
	position: absolute;
	content: '';
	background: url(/wp-content/themes/alpha-x-theme-framework/assets/icons/arrow.svg) no-repeat;
	background-size: contain;
	width: 1.125rem;
	height: 1.5rem;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
}
.cdo-career-sinle-group p{
	color: var(--navyblue);
}
.category-list{
	display:flex;
	gap:0.75rem;
	margin-top:1.5rem;
	flex-direction:column;
	width:fit-content;
}
.category-list li{
	list-style:none;
	padding:0.438rem 1.375rem;
	border:0.063rem solid var(--navyblue);
	border-radius:7.063rem;
	color:var(--navyblue);
	font-size: 1rem;
	line-height: 1.5rem;
}
.cdo-career-single-main-group{
	position:relative;
}
.cdo-career-single-main-group:after{
	position:absolute;
	content:'';
	background:url(/wp-content/uploads/2025/04/careerssingle.svg) no-repeat;
	background-size:cover;
	width:32rem;
	height:69.75rem;
	right:0;
	top:50%;
	transform:translatey(-50%);
	z-index:-1;
}
div.wpforms-container-full .wpforms-field-file-upload.wpforms-has-error input[type=file]:hover{
	border: 0.063rem solid var(--silver) !important;
}
div.wpforms-container-full .wpforms-field-file-upload.wpforms-has-error input[type=file]:focus{
	border: 0.063rem solid var(--silver) !important;
}
.career-single-btn{
	margin-top:2rem;
}
.career-single-btn a{
	display:block;
	width:fit-content;
}
.cdo-careers-text a{
	font-weight:500;
	text-decoration:underline;
}
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item{
	padding:0.625rem !important;
}
/* animations section */
.section-animate {
	opacity: 0;
	transform: translateY(1.8rem) scale(0.98);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.section-animate.animate {
	opacity: 1;
	transform: translateY(0) scale(1); 
}
.wp-block-group .item {
	opacity: 0;
	transform: translateY(1.8rem);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.wp-block-group.animate .item:nth-child(1) {
	transition-delay: 0.1s;
}
.wp-block-group.animate .item:nth-child(2) {
	transition-delay: 0.2s;
}
.wp-block-group.animate .item:nth-child(3) {
	transition-delay: 0.3s;
}
.section-animate {
	opacity: 0;
	transform: translateY(1.8rem);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out, filter 0.6s ease-out;
}

.section-animate.animate {
	opacity: 1;
	transform: translateY(0);
}
/* banner animction */
/* Base state for heading and subtext */
.cod-hero-banner h1,
.cod-hero-banner .cod-hero-sub-text {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Final state after animation */
.cod-hero-banner.animate h1,
.cod-hero-banner.animate .cod-hero-sub-text {
	opacity: 1;
	transform: translateY(0); 
}
/* Base state for the image */
.cod-hero-banner .cod-hero-image img {
	transform: scale(0.95); 
	transition: transform 1.5s ease-out;
}

/* Final state after animation */
.cod-hero-banner.animate .cod-hero-image img {
	transform: scale(1);
}
.cod-hero-banner .cod-hero-sub-text {
	transition-delay: 0.2s; 
}

.cod-hero-banner h1 {
	transition-delay: 0.4s;
}
.cod-hero-banner .cod-hero-image img {
	transition: transform 1.5s ease-out, box-shadow 1.5s ease-out;
}

.cod-hero-banner.animate .cod-hero-image img {
	transform: scale(1);
}
/* end */
/* another */
/* Base state for text and icons */
.cdo-service-col-aws h2,
.cdo-service-col-aws p {
	opacity: 0;
	transform: translateY(2rem); 
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Final state after animation */
.section-animate.animate .cdo-service-col-aws h2,
.section-animate.animate .cdo-service-col-aws p {
	opacity: 1;
	transform: translateY(0); 
}

/* Base state for the image */
.cdo-tech-img img {
	opacity: 0;
	transform: scale(0.95); 
	transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Final state after animation */
.section-animate.animate .cdo-tech-img img {
	opacity: 1;
	transform: scale(1);
}
.cdo-tech-img img {
	box-shadow: 0 0 1.25rem rgba(255, 255, 255, 0.2); 
	transition: opacity 1s ease-out, transform 1s ease-out, box-shadow 1s ease-out;
}

.section-animate.animate .cdo-tech-img img {
	box-shadow: 0 0 2.5rem rgba(255, 255, 255, 0.4);
}
.cdo-mobile-sticky-group{
	position:fixed;
	bottom:0.5rem;
	width:100%;
	max-width:20.5rem;
	border-radius:2.375rem;
	padding:1.125rem 3.563rem;
	z-index:99;
	background: linear-gradient(90deg, #454FEE 0%, #744CA2 81.32%);
}
.cdo-mob-sticy-footer{
	display:flex;
	gap:3rem;
	align-items:center;
}
.cdo-call-sticky-text a,.cdo-whatsapp-text a{
	position:relative;
	font-size:0.875rem;
	line-height:1.5rem;
	color:var(--white);
	padding-left:1.25rem;
}
.cdo-call-sticky-text a::before{
	position:absolute;
	content:'';
	background:url(/wp-content/uploads/2025/06/whatsapp-mobiel.svg) no-repeat;
	background-size:contain;
	top:50%;
	transform:translatey(-50%);
	left:0;
	width:1rem;
	height:1rem;
}
.cdo-whatsapp-text a::before{
	position:absolute;
	content:'';
	background:url(/wp-content/uploads/2025/06/mobile-phone.svg) no-repeat;
	background-size:contain;
	top:50%;
	transform:translatey(-50%);
	left:0;
	width:1rem;
	height:1rem;
}
/* end  */
/* service archve */
div.cdo-wrapper-col-two{
	display:grid;
	grid-template-columns:1fr;
	gap: 1rem;
}
.cdo-service-paraent-col{
	border: 0.063rem solid var(--lightgray);
	border-radius: 1rem;
	padding: 1.5rem 1.313rem;
	background-color: var(--white);
	overflow:hidden;
}
.cdo-service-paraent-col p{
	margin:0.75rem 0 1.25rem;
}
div.cdo-service-space{
	margin-top:1.5rem;
}
.cdo-cloude-img img{
	height:4.313rem;
	width:4.313rem;
	position:absolute;
	top: 0;
	object-fit:contain;
	right: 0;
}
.cdo-new-service{
	position:relative;
	padding-top:8.313rem;
}
div.cdo-home-page-service{
	display:grid;
	grid-template-columns:1fr;
	gap:2rem;
}
.cdo-service-btn-mobile>div{
	position:relative;
	margin-bottom:5.2rem;
}
.cdo-mobile-bottom-btn {
	position: absolute;
	bottom: -5.313rem;
	left: 50%;
	z-index: 1;
	transform:translatex(-50%);
	width:max-content;
}
/* megga menu */
.meggamenu-wrapper{
	display:none;
}
.cdo-mobile-service-menu .sub-menu{
	padding-left:2rem;
	margin-top:0.6rem;
}
.cdo-mobile-service .sub-menu{
	padding-left:0.8rem;
	margin-top:0.6rem;
}
/* Mobile menu styles */

.cdo-mobile-service > a,
.cdo-mobile-service-menu > a {
	position: relative;

}
li.cdo-mobile-service-menu > a{
	color:var(--bluesecondry);

}

.cdo-mobile-service > a::after,
.cdo-mobile-service-menu > a::after {
	position: absolute;
	content: '';
	right: -3.125rem;
	background: url(/wp-content/themes/alpha-x-theme-framework/assets/icons/Down_Arrow.svg) no-repeat;
	background-size: contain;
	width: 0.938rem;
	height: 0.5rem;
	top: 75%;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}

.cdo-mobile-service.active > a::after,
.cdo-mobile-service-menu.active > a::after {
	transform: translateY(-50%) rotate(180deg);
}
.arrow-icon {
	transition: transform 0.3s ease;
	margin-left: 8px;
}

.sub-menu {
	transition: all 0.3s ease;
	overflow: hidden;
}

.sub-menu:not(.active) {
	max-height: 0;
	opacity: 0;
}

.sub-menu.active {
	max-height: 31.25rem;
	opacity: 1;
}


.mdny-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}

.mdny-tooltip-text {
  visibility: hidden;
  width: 260px;
  background-color: #3E5DDD;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 999;
}

.mdny-tooltip:hover .mdny-tooltip-text {
  visibility: visible;
  opacity: 1;
}
