/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* Default header style */
#mainHeader {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1000;
}

/* Style when scrolled */
#mainHeader.scrolled {
  position: fixed;  
  top: 0;
  left: 0;
/*   box-shadow: 4px 4px 10px 0 rgba(3, 4, 94, 0.10); */
/*   background-color: #133C55; */
	background: url(/wp-content/uploads/2025/08/noise.png);
}
#mainHeader.scrolled > .e-con-inner {
	padding-top:20px !important;
	padding-bottom:20px !important;
}
header .elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item{
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    line-height: 1.5em;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover{
    border-inline-start: unset !important;
}
ul.elementor-nav-menu--dropdown{
    background-color: #1876C9;
    margin-left: 0px !important;
    margin-top: 10px !important;
}
ul.elementor-nav-menu--dropdown li a{
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.5em;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px !important;
}
ul.elementor-nav-menu--dropdown li a.elementor-sub-item:hover{
    background-color: #fff !important;
    line-height: 1.5em !important;
    padding: 10px 20px;
}
/* footer css start */
.footer-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{width: 100%;}
.footer-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a{
    padding: 8px 0px;
    font-size: 14px !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.5em;
}
.footer-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li a:hover{color: #fff !important;}
.footer-form .gform_heading{display: none;}
.footer-form form{display: flex;align-items: center;justify-content: space-between;width: 400px;}
.footer-form input[type = 'email']{
    width: 255px !important;
    padding: 12px;
    font-size: 16px !important;
    font-family: "Montserrat", Sans-serif !important;
    color: rgba(216, 241, 253, 0.6) !important;
    background-color: rgba(216, 241, 253, 0.2) !important;
    border: 1px solid #D8F1FD !important;
    border-radius: 10px !important;
    height: 48px !important;
}
.footer-form .top_label{margin-top: 0px !important;}
.footer-form input[type = 'submit']{
    font-family: "Montserrat", Sans-serif !important;
    padding: 12px 24px;
    border-radius: 10px !important;
    border: 1px solid #D8F1FD !important;
    background: unset !important;
    font-size: 14px !important;
    color: #D8F1FD !important;
    width: 120px !important;
    height: 48px !important;
}
.footer-form input[type = 'submit']:hover{
    background-color: rgba(216, 241, 253, 0.2) !important;
}
.footer-menu-part .e-con-inner{border-bottom: 1px solid #D8F1FD;}
.footer-links .elementor-widget-text-editor .elementor-widget-container{
   display: flex;
   justify-content: space-between;
}
.footer-links .elementor-widget-text-editor .elementor-widget-container p a{
    text-decoration: underline;
}
.footer-form .gfield_error{border: 1px solid #FF0000; border-radius: 12px;}
.footer-form .validation_message{display: none !important;}
.footer-form .gform_validation_errors{margin-bottom: 20px;}
.footer-partone .elementor-widget-container p {
    margin: 10px 0px !important;
}
/* footer css end */
.partner-section .custom-tab-container {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.partner-section .tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 350px;
}

.partner-section .tab {
  /* padding: 40px 30px; */
  padding: 25px 50px 25px 20px;
  cursor: pointer;
  border-radius: 20px;
  transition: background 0.3s, color 0.3s;
  display: flex;
  align-items: center;
  position: relative;
  background: transparent; /* default transparent */
	gap: 10px
}
.partner-section .tab.mobile-tab {
    padding: 0;
    display: none;
}
.partner-section .tab.mobile-tab:after {
    content: none;
}
.partner-section .tab:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    background-image: url('/wp-content/uploads/2025/08/Vector.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 18px;
}
.partner-section .tab span{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    width: 30px;
    height: 30px;
	min-width:30px;
    color: #03045E;
    border-radius: 100%;
    border: 1px solid #03045E;
/*     margin-right: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
/*     padding: 5px 7px; */
}
.partner-section .tab.active span{
    background-color: #03045E;
    color: #fff;
}
.partner-section .tab h4 {margin: 0px !important;color: #03045E !important;margin-right: 20px !important;font-size: 22px !important;}
.partner-section .tab.active {
  color: #03045E;
}
.partner-section .tab:hover,
.partner-section .tab.active {
  background-color: var(--hover-color);
}

.partner-section .cards {
  position: relative;
  width: 890px;
  height: 500px;
}

.partner-section .card {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: auto;
  background: var(--color);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  transition: transform 0.4s ease, z-index 0.3s, opacity 0.3s;
  box-shadow: 1px -10px 20px 0px #0000001A;
/*   opacity: 0; */
  pointer-events: none;
}

.partner-section .card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  z-index: 5;
  pointer-events: auto;
}

.partner-section .card.behind1 {
  opacity: 1;
  transform: translateY(-100px) scale(0.98);
  z-index: 4;
}

.partner-section .card.behind2 {
  opacity: 1;
  transform: translateY(-200px) scale(0.96);
  z-index: 3;
}
.partner-section .cards-details{
    display: flex;
    align-items: center;
    gap: 40px;
}
.partner-section .cards-details .cards-content{width: 53%;}
.partner-section .cards-details .cards-content span.tag {
    font-size: 16px;
    background: #fff;
    color: #133C55;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 10px;
}
.partner-section .cards-details .cards-content h3{
    color: #133C55 !important;
    margin-right: 25px;
}
.partner-section .cards-details .cards-content p{
    color: #03045E;
    font-size: 16px;
}
.partner-section .cards-details .cards-image{width: 47%; display: flex;justify-content: flex-end;flex-direction: column;}
.partner-section .cards-link{padding-top: 20px;}
.partner-section .cards-link a{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all .5s ease;
}
.partner-section .cards-link a.more-btn::after{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-image: url('/wp-content/uploads/2025/08/chevron_right.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    transition: all .5s ease;
}
.partner-section .cards-link a.more-btn span{padding-right: 8px;}
.partner-section .cards-link a.apply-btn {
    padding: 12px 24px;
    border: 1px solid #03045E;
    border-radius: 10px;
    margin-right: 24px;
}
.partner-section .cards-link a.apply-btn:hover {
    background-color: #03045E;
    color: #fff;
}
.partner-section .cards-link a.more-btn:hover::after{
    transform: translateX(10px);
}
.price-subtitle .elementor-widget-container {
    width: fit-content;
    margin: auto;
}
.pricing-table .e-n-tabs-heading{background-color: #CDEDFD;width: fit-content;margin: auto;gap: 0;border-radius: 300px;padding: 4px;margin-bottom: 45px;}
.pricing-table.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{background-color: unset !important; border-radius: 200px;padding: 10px 22px;}
.pricing-table.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]:hover{color: #1876C9;}
.pricing-table.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"]{border-radius: 200px;padding: 10px 22px;}
.pricing-part .price-details .elementor-widget-button .elementor-button-wrapper a{display: block;}
.pricing-part .elementor-widget-shortcode form.wpsc-session input[type="submit"]{
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    color: #fff !important;
    background-color: #1876C9 !important;
    border: 1px solid #1876C9 !important;
    border-radius: 10px !important;
    padding: 12px 20px !important;
    text-align: center;
}
.pricing-part .elementor-widget-shortcode form.wpsc-session input[type="submit"]:hover,
.pricing-part .elementor-widget-shortcode form.wpsc-session input[type="submit"]:focus{
    color: #1876C9 !important;
    background-color: transparent !important;
}
.pricing-table .e-n-tabs-content [data-tab-index="2"] .pricing-part .elementor-widget-shortcode,
.pricing-table .e-n-tabs-content [data-tab-index="2"] .pricing-part .elementor-shortcode,
.pricing-table .e-n-tabs-content [data-tab-index="2"] .pricing-part form.wpsc-session{
    width: 100%;
}
.pricing-table .e-n-tabs-content [data-tab-index="2"] .pricing-part form.wpsc-session input[type="submit"]{
    display: block;
    width: 100%;
}
.pricing-part .price-details .elementor-widget-heading{width: fit-content;}
.career-section{max-width: 768px;margin: auto;}
.watch-link .elementor-button-link{transition: all .5s ease;}
.watch-link .elementor-button-link:hover .elementor-button-icon svg{transform: translateX(10px);}
.watch-link .elementor-button-icon svg{width: 24px; height: 24px;transition: all .5s ease;}
.career-video-content .custom-tabs-container {
  display: flex;
  gap: 80px;
  margin-top: 80px;
  align-items: center;
}
.career-video-content .tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 620px;
}
.career-video-content .tab {
  padding: 40px 50px;
  cursor: pointer;
  border-radius:20px;
}
.career-video-content .tab h3{margin-top:0px !important;margin-bottom:10px !important;}
.career-video-content .tab p{margin-bottom:10px !important;font-size: 16px;}
.career-video-content .tab.active { background: #D8F1FD; }
.career-video-content .video-container {
  width: 620px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  height: max-content;
}
.career-video-content #mainVideo {
  width: 100%;
  height: 560px;
  display: none;
  border-radius: 20px;
}
.career-video-content .bio-content {
/*   display: flex; */
  align-items: center;
  padding: 30px 30px 24px 30px;
gap:20px;
	display:none;
}
.career-video-content .bio-content h5 {
  width: 40%;
  margin: 0 !important;
  position: relative;
	display: flex;
	justify-content: space-between;
	padding-right: 15px;
}
.career-video-content .bio-content h5::after {
  content: '';
  position: absolute;
  width: 1px; 
  height: 47px;
  background: #03045E;
  right: 10px; 
  top: 0;
  bottom: 0; 
  margin: auto;
}
.career-video-content .bio-content p {
  width: 60%;
  font-size: 16px;
  color: #03045E;
  line-height: 1.5em;
  margin-bottom: 0;
}
.career-video-content .poster-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.career-video-content .poster-container img {
  width: 100%;
  border-radius: 20px;
  display: block;
	object-fit: cover;
	/* aspect-ratio: 1 / 1; */
  aspect-ratio: auto;
	
}
.career-video-content .play-icon,
.career-video-content .overlay-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  border-radius: 50%;
  padding: 15px;
  line-height: 1;
}
.career-video-content .video-overlay {
  position: absolute;
  inset: 0;
  display: none; 
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.testimonial-section .swiper{padding-bottom: 48px !important;}
.Testi-slide .testi-bio-name{width: fit-content;margin-left: auto;}
.testimonial-section .swiper-pagination .swiper-pagination-bullet{width: 8px !important;height: 8px !important;}
.blog-section .blog-subtitle{margin-right: auto;}
.blog-section .blog-post-title h3 a{font-weight: 700;}
.blog-part .elementor-widget-loop-grid .elementor-grid{grid-column-gap:20px !important; grid-row-gap:20px !important;}
.blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(3) .blog-details .elementor-widget-image, .blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(4) .blog-details .elementor-widget-image {display: none;}
.blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(3) .blog-details, .blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(4) .blog-details {background: #D8F1FD;}
.blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(2) .blog-details, .blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(5) .blog-details {background: rgba(216, 241, 253, 0.5);}
.blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(5) .blog-details{margin-top: -195px;}
.blog-subtitle{margin-right: auto;}
.expert-right-part .review-section {
  display: flex;
  gap: 30px;
}

.review-section .image-column img{
    height: 300px;
}
.review-section .text-column .img-wrapper{
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.expert-right-part .image-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 121px;
}

/* Wrapper for large images */
.expert-right-part .img-wrapper {
  overflow: hidden;
  border-radius: 12px;
}

.expert-right-part .img-large,
.left-side-mobile-img img {
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 100%;
}

/* Avatar wrapper to prevent zoom overflow */
.expert-right-part .avatar-wrapper {
  overflow: hidden;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-right: -15px;
  border: 3px solid #fff;
  flex-shrink: 0;
}

.expert-right-part .avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

/* Hover animation */
.expert-right-part .avatar-wrapper img:hover,
/* .expert-right-part .img-large:hover, */
.left-side-mobile-img img:hover {
  animation: pulseZoom 1s infinite alternate ease-in-out;
}

@keyframes pulseZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}

.expert-right-part .mini-card {
  background: white;
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: absolute;
  top: auto;
  bottom: 14px;
  left: -60px;
  z-index: 10;
}

.expert-right-part .mini-card h6 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
}

.expert-right-part .mini-avatars {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.expert-right-part .text-column {
  display: flex;
  flex-direction: column;
  padding-top: 135px;
  max-width: 258px;
  gap: 32px;
}

.expert-right-part .title-card {
  background: white;
  padding: 11px 15px 11px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  box-shadow: 4px 4px 10px 0 rgba(3, 4, 94, 0.10);
  position: absolute;
  top: 25px;
  left: auto;
  margin-left: -55px;
  width: 317px;
}

.expert-right-part .title-card h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 11px;
}

.expert-right-part .title-card span.icon {
  background: #D8F1FD;
  padding: 5px 6px;
  border-radius: 5px;
}

.expert-right-part .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #d9efff;
  border-radius: 20px;
  padding: 8px 15px;
}

.expert-right-part .checklist li {
  padding: 17px 0px;
  position: relative;
  padding-left: 1.5rem;
  border-bottom: 1px solid rgba(3, 4, 94, 0.1);
}

.expert-right-part .checklist li:last-child {
  border-bottom: unset;
}

.expert-right-part .checklist li p {
  font-size: 16px;
  margin-bottom: 0;
  color: #03045E;
  margin-left: 8px;
  line-height: 1em;
}

.expert-right-part .checklist li::before {
  content: "";
  position: absolute;
  /* top: 0;
  bottom: 0; */
  left: -2px;
  /* margin: auto; */
  background-image: url('/wp-content/uploads/2025/08/right-i.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.expert-right-part span.plus {
  background: #CDEDFD;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 600;
  color: #1876C9;
}

/* 26-09 */ 
.iocn-box .elementor-icon-box-icon .elementor-icon {
    background: #D8F1FD;
    padding: 10px;
    border-radius: 50px;
}
.white-bg-icon .elementor-icon-box-icon .elementor-icon{
  background: #fff;
  padding: 15px;
  border-radius: 50px;
}

.button-bottom .elementor-widget-button{
	margin-top:auto;
}

.myslider-container {
	position: relative;
	width: 100%;
	max-width: 100%;
/* 	height: 500px; */
	overflow: visible;
}

.myslider-cards {
	position: relative;
	height: 100%;
}

.myslider-card {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 69%;
	height: 100%;
	background: #fdf9d8;
	border-radius: 20px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
	transform: translateX(calc(var(--i) * 12.2%)) scale(calc(1 - var(--i) * 0.02));
	z-index: calc(10 - var(--i));
	transition: transform 1.0s ease;
	overflow: hidden;
	cursor: pointer;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 40px;

}
.myslider-card:nth-child(even) {
	background: #EBF8FE;
}
.myslider-card.active {
	transform: translateX(0px) scale(1);
	z-index: 99;
}

.myslider-step {
	width: calc(50% - 20px);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.myslider-img {
	width: calc(50% - 20px);
	height:100%;
}
.myslider-step h2 {
	font-size: 75px;
	color: #133C55;
	margin: 0;
	font-weight: 100;
	line-height:1.2em;
}

.myslider-step h3 {
	font-size: 36px;
	font-weight: 700;
	color: #133C55;
	margin-bottom: 8px;
	line-height: 1.2em;
}

.myslider-step p {
	font-size:16px;
	line-height:24px;
	color: #03045E;
}

.myslider-img img {
	border-radius: 20px;
	object-fit: cover;
	width:100%;
	aspect-ratio: 1 / 1;
}
.gform_confirmation_message {
	text-align:center !important;
}
.page {
    background: url('https://acceleratedcar.wpenginepowered.com/wp-content/uploads/2025/08/noise.png');
}
.contact-us-form .gfield_label,
.contact-us-form .gform-field-label,
.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
	font-size:16px !important;
	font-weight:400 !important;
	color: #03045E !important;
}
.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
	color:rgb(3 4 94 / 60%) !important;
}
.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form textarea {
	border: 1px solid #03045E !important;
	border-radius: 5px !important;
	height: 48px !important;
	background-color: transparent !important;
}
.contact-us-form textarea {
	min-height:180px !important;
	resize:none;
	
}
.contact-us-form .gform_fields {
	row-gap:24px !important;
}
.contact-us-form input[type="radio"] {
	border-color: #03045E !important;
}
.contact-us-form .gfield_radio {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
}
.contact-us-form .gform_button {
	background-color: #1876C9 !important;
    border-radius: 10px !important;
    border: 2px solid #1876c9 !important;
    padding: 5px 22px !important;
    height: 40px !important;
}
.contact-us-form .gform_button:hover {
	background-color: transparent !important;
	color: #1876C9 !important;
}
.contact-us-form .gform-footer {
	position: absolute;
	right: 0;
	margin-top: -40px;
}
.contact-us-form .gform_required_legend {
	display:none !important;
}
#gform_wrapper_2 #field_2_7 .gfield_label {
  clip: auto !important;
    clip-path: none !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 8px 20px 8px 40px !important;
    position: relative !important;
    width: auto !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #03045E !important;
    border: 1px solid #03045E;
    border-radius: 5px;
    background: transparent !important;
    cursor: pointer;
    transition: all 0.3s 
ease;
    line-height: 1.4;
}
#gform_wrapper_2 #field_2_7 .gfield_label::before {
  content: ""; 
 position:absolute;
	left:25px;
	top:50%;
	width:16px;
	height:16px;
	background-image:url(/wp-content/uploads/2025/09/Vector.png);
	transform:translate(-50% , -50%);
}
#gform_wrapper_2 #input_2_7 {
  display: none !important;
}
.resources-form form {
	display:flex;
	align-items: center;
	justify-content: space-between;
	max-width: 800px;
	gap:16px !important;
}
.resources-form form .gform-body {
	width:100%;
}
.resources-form form .gform-footer {
	margin:0;
}
.resources-form form input {
	border: 1px solid #03045E !important;
	background-color:transparent !important;
	border-radius:10px !important;
	height: 48px !important;
}
.resources-form form input::placeholder {
	color: rgb(3 4 94 / 60%) !important;
}
.resources-form form input[type="submit"] {
	width: 129px !important;
	color: #03045E !important;
}
.resources-form form input[type="submit"]:hover {
	background-color: #ffffff !important;
}
.blog-section .blog-part .resource-blog-details .elementor-widget-container .elementor-grid .e-loop-item:nth-child(2) .blog-details {
	background-color: #EBFDFE;
}
.blog-section .blog-part .resource-blog-details .elementor-widget-container .elementor-grid .e-loop-item:nth-child(5) .blog-details {
	background-color: #FDF9D8;
}
.ai-systems-steps .white-bg-icon > .elementor-element,
.single-related-blog .e-loop-item > .elementor-element {
	height:100%;
}
.blog-content-details .wp-block-heading {
	font-size:28px;
}
.single-related-blog .e-loop-item > .elementor-element .elementor-widget-button {
	margin-top:auto;
}
/*end 26-9*/
/* .expert-section{max-width: 1320px !important;margin: 112px auto 112px auto;} */


.custom-tab-container{
  display:flex;
  gap:80px;
  align-items:flex-start;
}

.custom-tab-container .cards{
  position:relative !important;
  width:100%;
}

.custom-tab-container .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .45s ease;
  cursor: pointer;
  /* IMPORTANT FOR STACKING */
  will-change: transform;
}
    .expert-right-part .title-card {
        width: 270px;
        margin-left: 0px;
    }
.expert-right-part .title-card h6 {
        font-size: 16px;
        margin-right: 10px;
    }
.expert-right-part .title-card span.icon {
        height: 40px;
    }
    .expert-right-part .title-card span.icon img {
        height: 30px;
    }
@media only screen and (max-width: 1360px) {
  .partner-section .custom-tab-container{gap: 40px;}
  .partner-section .tab{padding: 30px;}
  .partner-section .card.behind1{transform: translateY(-80px) scale(0.98);}
  .partner-section .card.behind2{transform: translateY(-160px) scale(0.96);}
  .partner-section .cards{top: -45px;}
  .partner-section .card{height: auto;}
  .career-video-content .custom-tabs-container{gap:50px;}
  .career-video-content .tabs, .career-video-content .video-container{width: 50%;}
  .blog-section .blog-post-title h3{font-size: 25px !important;}
  .blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(5) .blog-details{margin-top: -172px;}
   .expert-right-part  .checklist{padding: 8px 15px;}
   .expert-right-part  .checklist li p{font-size: 15px;}
	.myslider-step h2 {
		font-size: 60px;
	}
	.myslider-step h3 {
		font-size: 32px;
	}
	.partner-section .tab h4 {
		font-size:20px !important;
	}
	.partner-section .tab:after {
		width: 15px;
    	height: 10px;
	}
}
@media only screen and (max-width: 1200px) {
  .partner-section .tab{padding: 30px 15px;}
  .partner-section .tab:after{right: 10px;}
/*   .partner-section .tab span{font-size: 16px;width: 35px;height: 35px;} */
  .career-video-content .tab{padding: 30px 20px;}
  .expert-right-part .review-section{gap: 15px;}
    .expert-right-part .text-column{padding-top: 115px;}
    .expert-right-part .title-card{width: 270px;margin-left: 0px;}
    .expert-right-part .title-card h6{font-size: 16px;margin-right: 10px;}
    .expert-right-part .title-card span.icon{height: 40px;}
    .expert-right-part .title-card span.icon img{height: 30px;}
    .expert-right-part .mini-card{padding: 20px;left: 0px;}
	.career-video-content .custom-tabs-container {
		margin-top: 50px;
	}
	.blog-content-details .wp-block-heading {
    	font-size: 25px;
	}
	.partner-section .cards-link a.apply-btn {
		padding: 12px 15px;
	}
}
@media only screen and (max-width: 1024px) {
  .partner-section .tabs{width: 35%;}
  .partner-section .cards{width: 65%;}
  .partner-section .tab{padding: 25px 15px;}
  .blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(5) .blog-details{margin-top: -148px;}
  .blog-section .blog-post-title h3{font-size: 22px !important;}
	.partner-section .tab h4 {
		font-size:20px;
	}
	.career-video-content .custom-tabs-container {
        gap: 20px;
    }
	.partner-section .cards {
        height: 600px;
    }
	.partner-section .tab h4 {
		font-size:18px !important;
	}
}
@media only screen and (min-width: 1024px) {
  .testimonial-section .swiper-slide {opacity: .6;}
.testimonial-section .swiper-slide-next{opacity: 1;}
	
}

@media only screen and (max-width: 991px) {
  .partner-section .custom-tab-container{gap: 25px;}
  .partner-section .tabs{width: 30%;}
  .partner-section .cards{width: 70%;}
  .partner-section .cards-details .cards-content p{font-size: 14px;}
  .partner-section .cards-link a.apply-btn{margin-right: 10px;}
  .partner-section .cards-link a{font-size: 14px;}
	.partner-section .cards-details {
		gap:20px;
	}
	.myslider-step h2 {
		font-size: 45px;
	}
	.myslider-step h3 {
		font-size: 30px;
	}
	.myslider-card {
		padding:30px 20px;
	}
	.blog-content-details .wp-block-heading {
    	font-size: 22px;
	}
	.partner-section .cards {
        height: 650px;
    }
	.partner-section .tab h4 {
		font-size:16px !important;
	}
}
@media only screen and (max-width: 880px) {
  .header-menu .elementor-widget-container .elementor-nav-menu--dropdown{
    padding: 0px 20px;
  }
  .header-menu .elementor-widget-container .elementor-nav-menu--dropdown ul li.current-menu-item{background-color: #133C55;}
  .header-menu .elementor-widget-container .elementor-nav-menu--dropdown .elementor-sub-item{
    padding: 10px 0px!important;
    font-size: 15px !important;
  }
  .expert-section .expert-left-part, .expert-section .expert-right-part{width: 100% !important;}
  .expert-section .expert-right-part .elementor-widget-html{width: 100% !important;}
	.partner-section .cards-link a.apply-btn {
		padding: 10px 10px;
	}
	.partner-section .cards-link a.more-btn span {
		padding-right: 0px;
	}
}
@media (max-width: 768px) {
  
/*   .career-video-content .video-container { order: -1; } */
  .footer-form form{width: 100%; flex-wrap: wrap;}
  .footer-links .elementor-widget-text-editor .elementor-widget-container{flex-wrap: wrap;}
  .footer-links .elementor-widget-text-editor .elementor-widget-container p{margin-top: 20px;}
  .footer-form input[type = 'email']{margin-bottom: 15px !important;}
  .footer-form input[type = 'submit'], .footer-form input[type = 'email']{width: 100% !important;}
  .footer-form form .gform-body.gform_body, .footer-form form .gform_footer{width: 100%;}
  .footer-form form .gform_footer{margin-top: 15px;}
}
@media only screen and (max-width: 767px) {
	.career-video-content .custom-tabs-container { flex-direction: column; }
  .partner-section .custom-tab-container{flex-wrap: wrap;}
  .partner-section .tabs, .partner-section .cards{width: 100%;}
  .career-video-content .tabs, .career-video-content .video-container{width: 100%;}
  .career-video-content .custom-tabs-container{margin-top: 40px;}
  .career-video-content .play-icon, .career-video-content .overlay-icon{width: 100px;}
  .career-video-content .bio-content{flex-wrap: wrap;}
  .career-video-content .bio-content h5::after{display: none;}
  .career-video-content .bio-content h5, .career-video-content .bio-content p{width: 100%;}
  .pricing-table.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false]{background-color: #CDEDFD !important;}
/*   .expert-right-part .mini-card{left: -10px;bottom: 8px;} */
	.expert-right-part .review-section {
		gap: 0px;
	}
	.expert-right-part .title-card {
		top:15px;
	}
	.expert-right-part .mini-card {
		margin-top:15px;
	}
	 .partner-section .cards-details .cards-image img{
		 height: auto;
		 width: 100%;
        /* aspect-ratio: 1 / 1; */
        object-fit: cover;
	}
	.career-video-content .tabs {
		display:none;
	}
	.career-video-content .tab {
		background: #D8F1FD;
		margin-bottom: 20px;
	}
	.career-video-content .video-container {
		background-color:unset;
	}
	.career-video-content .video-container .video-details {
		background-color:#ffffff;
		border-radius: 20px;
        margin-bottom: 30px;
		position:relative;
	}
  .partner-section .tabs {
    flex-direction: row;
	  flex-wrap: wrap;
	  justify-content: center;
  }
	.partner-section .tabs .tab {
    width: 33.33%;
    flex-direction: column;
    justify-content: center;
    padding: 15px 10px;
  }
  .partner-section .tab:after{
    content: unset;
  }
  .partner-section .tabs .tab h4 {
    font-size: 18px !important;
    margin: 0 !important;
    text-align: center;
  }
  .partner-section .tabs .tab span {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
	.myslider-card {
		flex-direction:column;
	}
	.myslider-step,
	.myslider-img {
		width:100%;
	}
	.myslider-step {
		justify-content: flex-start;
		gap:20px;
	}
	.myslider-step h2 {
		font-size: 30px;
	}
	.myslider-step h3 {
		font-size: 20px;
	}
	.partner-section .cards {
		height:560px;
	}
/* 	.expert-right-part .img-large.mobile-hide-img, */
.partner-section .cards-details .cards-content span.tag,
	.partner-section .tabs {
    display: none;
  }
	.partner-section .tab.mobile-tab {
    display: flex;
    margin-bottom: 20px;
  }
	.partner-section .cards-details{flex-wrap: wrap;flex-direction: column-reverse;}
  .partner-section .cards-details .cards-content, .partner-section .cards-details .cards-image{width: 100%;}
  .partner-section .cards-details .cards-image{justify-content: flex-start;flex-direction: column-reverse;}
	  .partner-section .card {
	    padding: 30px 20px;
	    position: relative;
	    top: 0 !important;
	    box-shadow: none;
	  }
	  .partner-section .cards {
	    height:auto !important;
	    padding-top: 30px;
	  }
	  .partner-section .cards.slick-initialized {
	    overflow: hidden;
	    background-color: transparent;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	  }
	  .partner-section .slick-list,
	  .partner-section .slick-track,
	  .partner-section .slick-slide {
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	  }
	  .partner-section .slick-slide {
	    background-color: var(--color);
	  }
	  .partner-section .card.slick-slide,
	  .partner-section .cards.slick-initialized .card {
	    transform: none !important;
	    transition: none !important;
	    will-change: auto !important;
	    z-index: auto !important;
	    opacity: 1 !important;
	    pointer-events: auto !important;
	  }
	  .partner-section .slick-arrow {
	    background-color: unset;
	    border: none;
	    z-index:1;
	    padding:0;
	  }
	.partner-section .slick-prev {
		left:10px;
	}
	.partner-section .slick-next {
		right:10px;
	}
	.partner-section .slick-arrow:before {
		font-size: 25px;
		color: #133C55;
		opacity: 1;
	}
	.partner-section .slick-dots {
		bottom: -50px;
	}
	.partner-section .slick-dots li {
		margin:0;
	}
}
@media only screen and (max-width: 575px) {
  
  .blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(5) .blog-details{margin-top: 0px;}
 .blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(3) .blog-details .elementor-widget-image, .blog-section .blog-part .elementor-widget-container .elementor-grid .e-loop-item:nth-child(4) .blog-details .elementor-widget-image{display: block;}
 .expert-right-part .review-section{flex-wrap: wrap;}
  .expert-right-part .image-column{padding-bottom: 0px;width: 100%;}
  .expert-right-part .text-column{padding-top: 0px;width: 100%;max-width: unset;}
 .expert-right-part  .mini-card, .expert-right-part .title-card{position: relative;}
  .expert-right-part .title-card{justify-content: center;width: 100%;margin-left: 0px;}
  .expert-right-part .mini-avatars{justify-content: center;}
/*   .expert-right-part .checklist{margin-top: 20px;} */

  
  .review-section .image-column img {
        height: auto;
	  
    }
	
}
@media (max-width: 500px) {
	.resources-form form {
		flex-direction:column;
	}
	.resources-form form input[type="submit"],
	.resources-form form .gform-footer {
		width:100% !important;
	}
}
/* 03/10/2025 */
.read-time {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    opacity: .4;
}
.post-loop-section .e-loop-item:nth-of-type(odd) > .elementor-element {
    background:#FDF9D8 !important;
}
.post-loop-section .e-loop-item:nth-child(2) > .elementor-element {
    background: var( --e-global-color-22a4146 )!important;
}
/* Add your custom styles here */

.accelerated-terms-page {
    background: #ffffff;
    color: #03045E;
}

body:has(.accelerated-terms-page) #mainHeader.scrolled {
    left: auto;
    position: relative;
    top: auto;
}

body:has(.accelerated-terms-page) #mainHeader,
body:has(.accelerated-terms-page) #mainHeader.scrolled > .e-con-inner {
    transition: none;
}

.accelerated-terms-wrap {
    width: min(100% - 40px, 1040px);
    margin: 0 auto;
}

.accelerated-terms-hero {
    background: #D8F1FD;
    padding: 110px 0 76px;
}

.accelerated-terms-kicker,
.accelerated-terms-label {
    color: #1876C9;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.accelerated-terms-hero h1 {
    color: #03045E;
    font-family: "Montserrat", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1em;
    margin: 0 0 18px;
}

.accelerated-terms-intro {
    color: #133C55;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0;
    max-width: 760px;
}

.accelerated-terms-content {
    padding: 0 0 110px;
}

.accelerated-terms-document {
    margin: 0;
    padding: 34px 0 78px;
}

.accelerated-terms-document + .accelerated-terms-document {
    border-top: 5px solid #1876C9;
    margin-top: 34px;
    padding-top: 86px;
}

.accelerated-terms-document-heading {
    background: #D8F1FD;
    border-left: 10px solid #1876C9;
    border-radius: 8px;
    margin: 0 0 42px;
    padding: 38px 34px 42px;
}

.accelerated-terms-document h2 {
    color: #03045E;
    font-family: "Montserrat", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.22em;
    margin: 0 0 16px;
}

.accelerated-terms-document-heading h2 {
    margin-bottom: 0;
}

.accelerated-terms-document-body {
    max-width: 980px;
}

.accelerated-terms-document h3 {
    color: #133C55;
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35em;
    margin: 32px 0 10px;
}

.accelerated-terms-document p,
.accelerated-terms-document li {
    color: #03045E;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72em;
}

.accelerated-terms-document p {
    margin: 0 0 14px;
}

.accelerated-terms-document ul {
    display: grid;
    gap: 8px;
    margin: 0 0 18px 22px;
    padding: 0;
}

.accelerated-terms-document li::marker {
    color: #1876C9;
}

@media only screen and (max-width: 767px) {
    .accelerated-terms-wrap {
        width: min(100% - 32px, 1040px);
    }

    .accelerated-terms-hero {
        padding: 82px 0 54px;
    }

    .accelerated-terms-hero h1 {
        font-size: 40px;
    }

    .accelerated-terms-intro {
        font-size: 17px;
    }

    .accelerated-terms-content {
        padding: 0 0 72px;
    }

    .accelerated-terms-document {
        padding: 30px 0 54px;
    }

    .accelerated-terms-document + .accelerated-terms-document {
        border-top-width: 4px;
        margin-top: 18px;
        padding-top: 56px;
    }

    .accelerated-terms-document-heading {
        border-left-width: 7px;
        margin-bottom: 34px;
        padding: 30px 22px 32px;
    }

    .accelerated-terms-document h2 {
        font-size: 27px;
    }

    .accelerated-terms-document h3 {
        font-size: 19px;
    }
}
