.custom-class {color:#fff; list-style:none; font-family:roboto; text-decoration:none;}

/* Careers Form Styling */
.careers-form input,
.careers-form select,
.careers-form textarea {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.careers-form label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-size: 0.9rem;
    color:#000;
}

/* Flexbox for 2 columns */
.careers-form .form-row {
    display: flex;
    gap: 4%;
    margin-bottom: 0px;
}

.careers-form .form-row .half-width {
    flex: 1;
}

.wpcf7-submit {
    border:0 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    color:#fff !important;
    background:#751d00 !important;
}

/********************************************************************************
    CUSTOM TABS DROP DOWN MENU
********************************************************************************/

/* Hide Elementor Nested Tabs headings */
.tabs-as-menu .e-n-tabs-heading {
  display: none;
}


/* Custom menu container */
.tabs-as-menu-nav {
  margin-bottom: 20px;
}

/* Menu list */
.tabs-as-menu-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

/* Menu items */
.tabs-as-menu-nav li {
  padding: 10px 16px;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

/* Remove border from last */
.tabs-as-menu-nav li:last-child {
  border-bottom: none;
}

/* Hover */
.tabs-as-menu-nav li:hover {
  background: #f5f5f5;
}

/* Active item */
.tabs-as-menu-nav li.is-active {
  background: #0073aa;
  color: #fff;
  font-weight: 600;
}

/* drowp down menu */
/* Dropdown wrapper */
.tabs-dropdown {
  position: relative;
  width: fit-content;
  margin-bottom: 20px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}

/* Selected value */
.tabs-dropdown-selected {
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  background: #324379;
  color:#fff;
  font-weight:500;
  min-width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight:600;
}

/* Arrow */
.tabs-dropdown-selected::after {
  content: "";
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-image: url("https://demo-ready.in/khemani-group/wp-content/uploads/2026/01/down-arrow2-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: transform 0.2s ease;
}

.tabs-dropdown.is-open .tabs-dropdown-selected::after {
  transform: rotate(180deg);
}



/* Options list */
.tabs-dropdown-options {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: 100%;
  background: #000;
  color:#fff;
  font-weight:600;
  border-radius: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  z-index: 99;
}

/* Option item */
.tabs-dropdown-options li {
  padding: 10px 14px;
  cursor: pointer;
}

/* Hover */
.tabs-dropdown-options li:hover {
  background: #5ac9ec;
  color: #fff;
  font-weight: 600;
  border-radius:10px;
}

/* Active option */
.tabs-dropdown-options li.is-active {
  background: #5ac9ec;
  color: #fff;
  font-weight: 600;
  border-radius:10px;
}

/* Open state */
.tabs-dropdown.is-open .tabs-dropdown-options {
  display: block;
}


.corporate-announcements-tabs .e-n-tabs-heading {background:#35447a; border-radius:50px;}
.swiper-pagination {margin-bottom:40px;}


/* 1. Hide Dots on Desktop & Laptop (Screens wider than 1024px) */
@media (min-width: 1025px) {
    .custom-hero-section-slider-dots-and-arrows .swiper-pagination {
        display: none !important;
    }
}

/* 2. Hide Arrows on Tablet & Mobile (Screens 1024px and below) */
@media (max-width: 1024px) {
    .custom-hero-section-slider-dots-and-arrows .swiper-button-prev,
    .custom-hero-section-slider-dots-and-arrows .swiper-button-next {
        display: none !important;
    }
}

.current-menu-item > a {
    padding-left: 15px !important;
}

/*************************
	CONTACT FORM 7
**************************/
.cf7-flex-container {display:flex; width:100%;}
.cf7-flex-item-50 {flex:50%; display:block; padding:7px;}
.cf7-flex-item-100 {flex:100%; display:block; padding:7px;}
.custom-contact-form-7-labels {color:#555555; font-size:0.9rem; font-weight:500;}
.wpcf7-form-control {border:solid 1px #ccc; border-radius:5px !important; width:100%; padding:10px; box-sizing: border-box; font-family:"Poppins", sans-serif; font-size:0.9rem; margin-top:4px; background:white;}
.wpcf7-submit {background:#60c7ea !important; color:#000; border:0; text-transform:uppercase; font-weight:600; font-size:1rem; padding:12px 0 12px 0; transition:all 0.3s ease-in-out;}
.wpcf7-submit:hover {background:#1b1b1b !important; color:#fff; transition:all 0.3s ease-in-out;}
.clients-grid img {box-shadow:0 0 10px #ccc;}
.gallery-columns-4 .gallery-item {width:50% !important:}
.btn-animation {transition:all 0.2s ease-in-out;}
.btn-animation:hover {scale:1.1; transition:all 0.2s ease-in-out;}
.home-client-slider .swiper-slide-image {box-shadow:0 0 10px #ccc;}
.india-map svg {fill:#F00;}
.required-star {color:red;}
/* Image Flip Animation */
.xpro-loader-layout-image img {
    width: 100px;  /* Adjust size as needed */
    height: 100px;
    animation: flipAnimation 1s infinite linear;
}
