/* .testimonials .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.testimonials .elementor-testimonial {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
 */

.page-header{
	margin-left:45px;
}

.logo img {
  transition: transform 1s ease-in-out;
  transform-origin: top left;
}
.single-case-studies #sub-header {
    display: none;
}

/* AIForge styled text */
/* .aiforge-highlight {
  color: #8F4EB1;
  font-weight: bold;
  text-decoration: none;
}

.aiforge-highlight .special-i {
  color: #258FC2;
  font-weight: bold;
} */

.acco_head{
color:#5f6567;
}

.logo.shrink img {
  transform: scale(0.8); /* Adjust scale as needed */
}

.dialog-close-button{
	text-decoration:none !important;
}
.main_menu .sub-menu {
  display: none;
  position: relative !important; /* Override absolute */
  top: auto !important;
  left: auto !important;
  margin-top: 10px;
  z-index: 1;
}

/* Expand main_menu container by letting submenu push it down */
.main_menu {
  overflow: visible !important;
  height: auto !important;
}

/* Show submenu on hover */
.main_menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.aiforge a{
	color:#8f4eb1 !important;
/* 	font-weight:700; */
}

.xts_forge_arrow {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.xts_forge_arrow:hover {
  opacity: 1;
  transition-delay: 0.3s;
}


/* .xts_forge_arrow i {
  font-size: 24px !important;  
  font-weight: normal !important;
  line-height: 1 !important;
} */



#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.loader-bar {
  height: 100vh;
  width: 0%;
  background-color: #000;
}

/* Set a consistent height for testimonial content */
.elementor-testimonial__content {
  min-height: 267px; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 1. Main blog section container fix */
.blog_section .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* 2. Force all images to have the same height */
.blog_section .elementor-widget-theme-post-featured-image img {
  height: 397px;  /* Adjust as needed to match the 1st image */
  object-fit: cover;
  display: block;
}

.offering_section p{
	opacity:0;
}

.offering_section p:hover{
	opacity:1;
}

/* --- FORM CONTAINER --- */
.wpcf7 {
  background: #ffffff;
  padding: 35px 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- FIELD WRAPPER --- */
.cf7-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}

input{
	padding:3px !important;
	font-size:15px !important;
}

.cf7-half {
  flex: 1 1 48%;
}

/* --- LABELS --- */
.wpcf7 form label {
  font-weight: 600;
  color: #333;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

/* --- INPUTS / SELECT / TEXTAREA --- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: all 0.3s ease;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
}

/* --- HOVER & FOCUS STATES --- */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #1692bf;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(22, 146, 191, 0.1);
}

/* --- TEXTAREA STYLING --- */
.wpcf7 textarea {
  height: 100px;
  resize: vertical;
}

/* --- SUBMIT BUTTON --- */
.submit-btn-wrap {
  margin-top: 20px;
  text-align: left;
	margin-bottom: -27px;
}

.wpcf7 input[type="submit"] {
    border: 1px solid #ccc;
    font-size: 16px !important;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 100%;
    padding: 12px !important;
    text-align: left;
}

.wpcf7 input[type="submit"]:hover {
	text-align:left;
}

/* Footer Contact Form */

.footer_form .elementor-form input{
  padding: 2.5em 1em !important;
}

/* End Footer Contact Form */

.offering_card {
  transition: background-color 0.5s ease;
	padding: 20px;
  overflow: hidden;
}

/* Background black on hover */
/* .offering_card:hover {
  background-color: #000;
} */

/* Zoom + color transition on children */
.offering_card h3,
.offering_card p,
.offering_card a,
.offering_card span,
.offering_card img,
.offering_card svg {
  transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;
	transform-origin: left center;
}

/* Text color white on hover */
.offering_card:hover h3,
.offering_card:hover p,
.offering_card:hover a,
.offering_card:hover span {
  color: #258fc2 !important;
}

/* Icon invert (white) on hover */
/* .offering_card:hover img,
.offering_card:hover svg {
  filter: brightness(0) invert(1);
} */

/* Zoom-in effect on text and icon */
.offering_card:hover h3,
.offering_card:hover p,
.offering_card:hover img,
.offering_card:hover svg {
  transform: scale(1.1);
}

.offering_card {
  overflow: visible;
  position: relative;
  z-index: 1;
/* height: 244px; */
}

/* Accordion Styling */

/* Accordion Header */
.accordion-button {
  color: #000 !important;
  font-weight: 500 !important;
  padding: 30px 20px !important;
  border: none !important;
  box-shadow: none !important;
	font-family: var(--e-global-typography-vamtam_h2-font-family), Sans-serif;
}

/* Default state */
.accordion-button {
  transition: color 0.3s ease;
}

/* .accordion_heading {
  color: #222;
  transition: color 0.3s ease;
} */

.accordion-button small {
  color: #222;
  transition: color 0.3s ease;
}

.accordion-button::after {
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0); /* Default black arrow */
}

/* Hover effect when hovering the entire accordion item */
.accordion-item:hover .accordion_heading,
.accordion-item:hover .accordion-button::after {
  color: #2a8dc0 !important;
  /* filter: brightness(0.4) sepia(1) hue-rotate(190deg) saturate(6); */
}

.accordion-item:hover .accordion_subheading{
  color:#2a8dc0 !important;
}

.accordion_heading{
  font-size:52px !important;
  font-weight: 500 !important;
	width: 90%;
    display: inline-block;
}

.accordion_subheading{
	width: 90%;
    display: inline-block;
}

.accordion-body ul{
	width:80% !important;
}

/* Subtitle */
.accordion-button small {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #222 !important;
  margin-left: auto !important;
}

/* Remove border on last item */
/* .accordion-item:last-child {
  border-bottom: 1px solid #000 !important;
} */

.accordion-item:first-child {
  border-top: none !important;
}

.accordion_section ul {
  list-style: none;
  padding-left: 0;
}

.accordion_section ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.accordion_section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url('/wp-content/uploads/2025/07/XTS-Arrow-Short.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion-button::after{
  width: 3.25rem !important;
  height: 3.25rem !important;
  background-size: 3.25rem !important;

}

/* make sure columns don't appear offset because of padding */
.accordion .accordion-item .accordion-empty-col,
.accordion .accordion-item .accordion-content-col {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

/* keep header contents top-aligned on desktop */
.xts_accordion_btn.align-items-start { align-items: flex-start !important; }


@media screen and (max-width:1440px){

  .herobar_title h2{
    font-size: 45px !important;
  }
  
}

@media screen and (max-width: 1024px) { 
  #acfGroupsAccordion button.accordion-button.xts_accordion_btn{
    padding: 0px !important;
  }

  .accordion_heading{
    font-size: 35px !important;
  }
  .accordion-button small{
    font-size: 13px !important;
  }
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .cf7-half {
    flex: 1 1 100%;
  }

  .wpcf7 {
    padding: 25px;
  }
    .accordion-button .w-50 {
        width: 100% !important;
    }
    /* Ensure description takes full width on mobile */
    #acfGroupsAccordion .accordion-content-col {
        width: 100% !important;
    }

#acfGroupsAccordion button.accordion-button.xts_accordion_btn {
    align-items: flex-start;
    flex-direction: row !important;
    padding: 44px 0px 0px !important;
}

#acfGroupsAccordion button.accordion-button.xts_accordion_btn span.accordion_heading{
  font-size: 17px !important;
font-weight: 700 !important;
}
#acfGroupsAccordion .accordion-item{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.accordion-button::after{
  background-size: 2.5rem !important;
}
.accordion-item:hover .accordion_subheading{
  font-size: 14px !important;
}

.accordion-body{
  padding: 0px !important;
}

.accordion-body ul{
  width: 100% !important;
}

.accordion_heading{
    font-size: 15px !important;
}

}


