/* Home page loop logo animation start here */

/* header navecation css start  */
.btn-icon svg {
    width: 30px;
    height: 30px;
     transition: transform 0.3s ease;
}
.btn-icon a span svg {
    width: 30px;
}
 
.btn-icon:hover svg {
     transform: rotate(-45deg);
}

.web-nav-list .contact-us-btn a {
  background-color: #3b57f7;
  border-radius: 100px;
  color: #fff !important;
  padding: 12px 20px !important;
}
.web-nav-list .contact-us-btn a:hover {
  background-color: #6202ee;

}
.web-nav-list .contact-us-btn a::after {
    display: none;
}
.web-nav-list .contact-us-btn a:hover {
    text-decoration: none !important;
}
.web-nav-list .contact-us-btn {
    padding-left: 100px !important;
}
/* .has-submenu .current-menu-item a {
    background: #3b57f7 !important;
} */
.web-nav-list .sub-menu {
  padding: 10px !important;
  border-radius: 10px !important;
}

/* ul#sm-17573301516488777-2 {
    padding: 15px !important;
    background-color: red !important;
} */

.web-nav-list .sub-menu {
  border: 1px solid #e6e6e7 !important;
}

.web-nav-list .sub-menu li a {
  border-radius: 10px !important;
}

/* header navecation css end  */

/* container */
.slider-wrap {
  width: 100%;
}

/* slick slide appearance */
.slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline: none;
}

.slide-item {
  max-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 200px;
  margin: 10px 15px;
  border: 1px solid #E4E4E4;
  padding: 10px;
  width: 100%;
  display: flex;
  border-radius: 8px;
  box-shadow: 2px 4px 10px 3.03px rgba(24, 39, 171, 0.06);


}

.slide-item-image-wrapper img {
  height: 40px !important;
  width: 100%;
  object-fit: contain;
  display: block;
}

/* hide default arrows/dots just in case */

/* optional: small responsive tweak */
@media (max-width: 1024px) {
  .slide-item {
    margin: 0 10px;
  }
.web-nav-list .contact-us-btn {
    padding-left: 0px !important;
}

.web-nav-list   nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background: transparent !important;
    border-color:#ffffff00 !important;
    padding: 0 50px;
    margin-top: 25px !important;
    border-radius: 10px !important;
 }

.web-nav-list .elementor-nav-menu {

    background: #fff !important;
    padding: 20px;
    border-radius: 12px;

}

.web-nav-list li.menu-item a {
    border-radius: 10px !important;
}
 
.web-nav-list .has-submenu{
    justify-content: space-between;
}
.web-nav-list .contact-us-btn a{
    margin-left: auto;
    width: 96px;
}
.web-nav-list .sub-menu {
    margin-top: 10px;
    border-radius: 10px !important;
}

}

@media (max-width: 767px) {
 
      .web-nav-list nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        padding: 0 40px;     

    }
}
@media (max-width: 640px) {
  .slide-item {
    max-height: 50px;
    margin: 0 5px;
    padding: 7px;
  }
     .web-nav-list nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        padding: 0 20px;
    }
}

@media (max-width: 640px) {
  .slide-item img {
    max-height: 28px;
  }
}

/* Home page loop logo animation end here */


/* Home Case Study Section CSS */

/* Grid layout */
.case-home-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  width: 100%;
}

.case-home-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 16px;
  overflow: hidden;
  background: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.case-home-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
}

/* Left Section */
.case-home-content {
  flex: 1;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  background-repeat: no-repeat;
  /* no tiling */
  background-position: top;
  /* position (x, y) */
  background-size: cover;
}


/* Badge + Title in one row */
.case-home-header {
  display: flex;
  align-items: start;
  gap: 15px;
  flex-direction: column;
}

.case-home-badge {
  background: #1f2b6c;
  color: white;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
  line-height: 150%;
}

.arrow_right_case_icon {
  width: 36px;

}

.case-home-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

p.case-home-description {
  font-size: 18px;
  line-height: 130%;
}

/* Client + Meta row */
.case-home-client-meta {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;

}

.case-home-client {
  flex: 1;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 4px;
}

.case-home-client span {
  font-size: 16px;
  font-weight: 500;
}

.case-home-meta {
  flex: 1;
  display: flex;
  gap: 8px;
  font-size: 12px;
  align-items: center;

}

.case-home-meta .date-time-wrap {
  display: flex;
  gap: 4px;
  font-size: 12px;
  align-items: center;

}

.card-content .date-time-wrap {
  color: #111827;
}

span.like-h {
  width: 12px;
  height: 1px;
  background-color: #111827;
  border-radius: 10px;
}

/* Right Section */
.case-home-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 360px !important;
  height: 100%;
}

.case-home-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* Card 1 & 3 */
.case-home-card:nth-child(1) .case-home-content,
.case-home-card:nth-child(4) .case-home-content {
  /* background-image: url('https://www.transformativ.com.au/wp-content/themes/hello-elementor-child/assets/images/your-image.j…case-study-1-4.png');  */
  background-image: url('../images/case-study-1-4.png');
  color: #ffffff;



}

.case-home-card:nth-child(1) .case-home-content img,
.case-home-card:nth-child(4) .case-home-content img {
  filter: invert(1);
  /* or invert(100%) */


}

.case-home-card:nth-child(1) .case-home-content span.like-h,
.case-home-card:nth-child(4) .case-home-content span.like-h {
  background-color: #ffffff;


}

/* Card 2 & 4 */
.case-home-card:nth-child(2) .case-home-content,
.case-home-card:nth-child(3) .case-home-content {
  background-image: url('../images/case-study-2-3.png');
  color: #1A191E;
}

/* Responsive Grid */
@media (max-width: 1200px) {
  .case-home-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .case-home-visual {
    height: 240px !important;
  }

  .case-home-card {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 992px) {

  .case-home-content {
    order: 2;
  }

  .case-home-visual {
    order: 1;
  }
}

@media (max-width: 767px) {

  .case-home-visual {
    height: 200px !important;
  }

  .case-home-content {
    padding: 20px;
  }

}

@media (max-width: 650px) {

  .case-home-content {
    padding: 16px;
    gap: 46px;
  }

  .case-home-grid {
    grid-template-columns: 1fr;
  }

  .case-home-client-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }

  .case-home-header {
    flex-direction: column;
    align-items: flex-start;
  }

}

/* Home article section */

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal columns */
  gap: 30px;
  margin-top: 20px;
}

.articles-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 3 equal columns */
  gap: 30px;
  margin-top: 20px;
}

.articles-grid-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 3 equal columns */
  gap: 30px;
  margin-top: 20px;
}

.article-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.card-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.article-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #3551F3;
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.card-content {
  padding: 24px 10px 0;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #6b7280;
}

.read-time {
  display: flex;
  align-items: center;
  gap: 4px;
}

.read-time::before {
  content: "👁";
  font-size: 12px;
}

.article-title {
  font-size: 20px !important;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  line-height: 130% !important;
}

.articles-grid-two .article-card .card-content .case-home-meta img {
  filter: invert(1);
}

.articles-grid-two .articles-grid-two .article-card {
  background-color: transparent !important;
}

.articles-grid-two .article-card {
  background: transparent;
}

.articles-grid-two span.like-h {
  background-color: #fff;
}

.articles-grid-two .card-image {
  height: 300px;
}

.articles-grid-two .article-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.00);
}

.articles-grid-two .article-title {
  color: #fff;
  font-size: 24px !important;
}


.case-study-custom-styling {
  width: 100%;
}

.case-study-custom-styling .case-home-card .case-home-content {

    background-image: url('../images/case-study-custom-styling.svg');
    object-position: right center;

}

.case-study-custom-styling .case-home-card .case-home-visual {

  min-height:100%;

}

.case-study-wrapper-cms .elementor-shortcode .case-study-custom-styling .case-home-card .case-home-client-meta {
    display: flex;
    flex-direction: row;
}
.case-study-wrapper-cms .elementor-shortcode .case-study-custom-styling .case-home-card .case-home-client-meta .case-home-client{
   font-size: 16px;
   font-weight: 500;
}
.case-study-wrapper-cms .elementor-shortcode .case-study-custom-styling .case-home-card .case-home-client-meta .case-home-client info{
   font-size: 16px;
   font-weight: 500;
}

.case-study-wrapper-cms .elementor-shortcode .case-study-custom-styling .case-home-card .case-home-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* self-start isn’t valid in this context */
}
.case-study-wrapper-cms .elementor-shortcode .case-study-custom-styling .case-home-card span.like-h{
    display: none;
}


.case-study-custom-styling .case-home-card {

  grid-template-columns: 40% 60%; /* sets the widths */

} 



.case-study-custom-styling .case-home-title {
  font-size: 28px;

}

.case-study-custom-styling .case-home-meta .date-time-wrap {
  font-size: 16px;

}

.case-study-custom-styling .case-home-client {
  font-size: 18px;

}

.article-excerpt {
  color: #6b7280;
  line-height: 1.6;
  font-size: 14px;
}

.articles-grid-two .article-excerpt {
  color: #fff;
}

.articles-grid-two .card-content .date-time-wrap {
  color: #fff;
}

.articles-grid-two .span.date-time-wrap img {
  filter: invert(1);
}

/* Placeholder images using CSS gradients */
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}

@media (max-width: 1220px) {
  .articles-grid-four {

    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

  }

}

@media (max-width: 991px) {
  .articles-grid-four {

    grid-template-columns: repeat(2, 1fr);
    gap: 24px;

  }

  .articles-grid-two .card-image {
    height: 280px;
  }
  .case-study-custom-styling  .case-home-content{
    order: 1;
  }
}

@media (max-width: 768px) {

  .articles-grid-four {

    grid-template-columns: repeat(1, 1fr);
    gap: 24px;

  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .articles-grid-two {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .articles-grid-two .card-image {
    height: 220px;
  }

  .case-study-custom-styling .case-home-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

  }
}
@media (max-width: 580px) {

.case-study-wrapper-cms .elementor-shortcode .case-study-custom-styling .case-home-card .case-home-client-meta {
    display: flex;
    flex-direction: column;
}
}

/* Core Services Accordion CSS  start*/
.tabs-container {
  display: flex;
  background: #3450F3;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  color: #fff;
  padding: 40px;
  gap: 18px;
  background-image: url('../images/Core_Services_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.highlight p {
  display: flex;
  line-height: 130%;
  gap: 10px;
  margin: 0;
}

/* Sidebar Tabs */
.tabs {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
}

.tab {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 15px;
}

.tab img {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain;
  margin-top: 2px;
}

.tab:hover {
  background: rgba(255, 255, 255, 0.1);
}

.tab.active {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  border-bottom: 1px solid transparent;
}

.tab-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.tab-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
  white-space: pre-wrap;
   color: #fff;
}

.tab-subtext {
  font-size: 16px;
  color: #fff;
  white-space: pre-wrap;
}

/* Content Area */
.tab-content {
  padding: 30px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  flex: 1;
}

.tab-panel {
  display: none;
  animation: fadeIn 0.4s ease;
}

.tab-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tab-panel h3 {
  font-size: 20px !important;
  line-height: 130% !important;
  margin: 0;
  margin-top: 20px;
  color: #fff;
}
.accordion-panel-content h3{
    font-size: 20px !important;
  line-height: 130% !important;
}
.tab-panel p {
    font-size: 18px !important;
    line-height: 140% !important;
}
.accordion-panel-content p{
font-size: 18px !important;
    line-height: 140% !important;
}

.content-block {
  margin-top: 15px;
}

.content-image {
  width: 100%;
  height: 220px !important;
  object-fit: cover;
  border-radius: 10px !important;
}

.content-text {
  margin-top: 12px;
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 0;
}

.tab-panel ul {
  margin-top: 15px;
  padding-left: 20px;
}

.tab-panel ul li {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px !important;
  line-height: 130%;
}


/* Highlight (icon + text) */
.highlight {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.highlight-icon {
  width: 20px;
  height: 20px !important;
  flex-shrink: 0;
  margin-top: 2px;
}

.highlight-text {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

/* ---------------- Mobile Accordion ---------------- */
.accordion-wrapper {
  display: none;
  background: #3450F3;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
}

.accordion-item {
  margin-bottom: 12px;
}

.accordion-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.3s;
  position: relative;
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  /* space for arrow */
}

.accordion-header:hover {
   background: rgba(255, 255, 255, 0.15) !important;
}
button.accordion-header.active{
    background: rgba(255, 255, 255, 0.15) !important;

}
/* Arrow */
/* .accordion-header::after {
  content: "▶";
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
} */

.accordion-header::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7'/></svg>"); */
  background-image: url('../images/accordion-header-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}


.accordion-header.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-panel {
  margin-top: 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0 15px;
  height: auto !important;
}

.accordion-panel-content {
  padding: 15px 0;
}

.accordion-panel-content ul li {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px !important;
  line-height: 130%;
}

.accordion-header img {
  width: 40px;
  height: 40px;
}

/* ---------------- Responsive ---------------- */
@media (max-width:991px) {
  .tabs-container {
    padding: 30px;
  }

  .tab {
    padding: 14px;
  }

  .tab img {
    width: 46px !important;
    height: 46px !important;
  }
}

@media (max-width: 550px) {

  .tab img {
    display: none;
  }

  .accordion-header img {
    display: none;
  }

  .accordion-header {
    display: block;
  }

}

@media (max-width: 768px) {
  .tabs-container {
    display: none;
  }

  .accordion-wrapper {
    display: block;
  }
  .accordion-item {
    margin-bottom:0px;
}
}

/* Core Services Accordion CSS end */

/* about us page section design start */

.about-team-section {
  position: relative;
}

.about-team-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: -70px;
}

.about-team-slider {
  margin: 0 -12px;
}

.about-team-slider .slick-slide {
  box-sizing: border-box;
}

.about-team-slider .slick-list {
  overflow: visible;
}

.about-team-card-wrapper {
  padding: 0 12px;
}

.about-team-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.about-team-card .about-team-logo {
  position: absolute;
  top: 12px;
  left: 12px;
}

.about-team-card .about-team-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  object-position: top;
}

.about-overlay {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(0deg, rgb(0 0 0 / 57%) 0%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.about-overlay:hover {
  background: linear-gradient(0deg, rgba(47, 99, 255, 0.90) 0%, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0) 100%);
}

.about-overlay p {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 130%;
}

.about-team-content {
  font-size: 15px;
  line-height: 130%;
  display: none;
}

.about-overlay:hover .about-team-content {
  display: block;
}

.about-overlay h3 {
  margin: 0;
  font-size: 20px !important;
  line-height: 130% !important;
  font-weight: 700;
}



/* Custom Arrows */
.about-custom-arrows {
  display: flex;
  gap: 12px;
}

.about-custom-arrows button {
  border: 0;
  width: 46px;
  height: 46px;
  padding: 0px !important;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: background 0.3s;
}

.about-custom-arrows .about-prev {
  background: #d9d9d9;
  color: #fff;
}

.about-custom-arrows .about-next {
  background: #2f63ff;
  color: #fff;
}

.about-custom-arrows button.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.about-custom-arrows svg {
  width: 34px;
  height: 34px;
}

/* Dots */
.about-team-slider .slick-dots {
  margin-top: 20px;
  text-align: center;
}

.about-team-slider .slick-dots li button:before {
  font-size: 10px;
  color: #bbb;
  opacity: 1;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li {
  margin: 0;
}

.about-team-slider .slick-dots li.slick-active button:before {
  color: #2f63ff;
}

/* about us page section design end */



/* contact us page section design start */

.contact-form-seven label {

    width: 100%;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    align-items: center;
    display: flex;
    gap:8px;

}

.contact-form-seven input {

  background-color: #ffffff;
  border-color: #E6E6E6 !important;
  border-width: 2px 2px 2px 2px !important;
  border-radius: 12px 12px 12px 12px !important;
  margin-top: 5px;


}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

span.wpcf7-list-item {

  margin: 0 !important;

}
.wpcf7 p {
    color: #fff;
}
.contact-form-seve .wpcf7-textarea {
  background-color: #ffffff !important;
  border-color: #E6E6E6 !important;
  border-width: 2px 2px 2px 2px !important;
  border-radius: 12px 12px 12px 12px !important;
}

.contact-form-seve .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form-seve p {
  color: #fff;
}

.contact-form-seve span.wpcf7-list-item {
  margin: 0;
}
.intl-tel-input.allow-dropdown {
    width: 100%;
}
.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
 height:100px;
}
/* .iti-flag {
    height: 15px;
    box-shadow: 0;
    background-image: url(../images/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
} */
span.country-name {
    color: #000;
}
.selected-dial-code {
    color: #000;
}
.wpcf7 .wpcf7-submit {

  font-family: "Inter";
  font-size: 18px;
  font-weight: 500;
  color: #3551F3;
  line-height: 27px;
  width: 100%;
  border-radius: 100px 100px 100px 100px !important;
  padding: 12px 10px 12px 10px !important;

}
.wpcf7 .wpcf7-submit:hover {


  color: #FFF;
  background-color: #3551F3;


}



/* contact us page section design end */
    .wpcf7-list-item label input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      width: 16px;
      height: 16px;
      border: 1px solid #fff;
      border-radius: 4px !important;
      background: #3b4dff;
      display: inline-block;
      position: relative;
      cursor: pointer;
      margin: 0;
    }

   .wpcf7-list-item  label input[type="checkbox"]:checked::after {
      content: '✔';
      color: white;
      font-size: 9px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .wpcf7-not-valid-tip{
           line-height: 150% !important; 
    }
    .form-row.full {
    position: relative;
}
li.country.highlight {
    align-items: center;
}
span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 100;
    right: 0;
}

.form-row.full.checkboxes p {
    line-height: 150%;
}
[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color:#fff !important;
    color: #3551F3 !important;
    text-decoration: none
}
.wpcf7-form.invalid .wpcf7-response-output{
  background: #dc3232;
  border-color: #dc3232 !important;
  line-height: 135% !important;

}
.wpcf7-response-output {
    background: green;
      border-color:green !important;
    margin: 0 !important;
    padding: 20px !important;
    align-items: center;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 120% !important;
}
.cv-input {
    background: #efefef;
    color: #000;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}
.job-post .jobs-row .jobs-row-label span{
  border: none !important;
}

/* Single Post Typography Styles styling start here */

main.single-industry-insight.container,
main.single-case-study.container {
  max-width: 1200px;
  margin: auto;
  padding: 150px 0 80px 0;
}

.post-type-label {
  background: #3551F3;
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
}
.single-case-study.container .post-type-label{
  background-color: #FEEEDA;
  color: #000000;
}

.wrapper-date-type-case {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.single-title {

    line-height: 120% !important;
    font-size: 44px !important;
}

.post-meta {
  display: block;
  line-height: 150% !important;
}
.post-content h1{
  line-height: 120% !important;

}
.post-content h2{
  line-height: 150% !important;
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px !important;

}

.post-content h3{
  line-height: 150% !important;
  margin: 0;
  margin-bottom: 15px;
  font-size: 30px !important;

}
.post-content h4 {
  line-height: 150% !important;
  margin: 0;
  margin-bottom: 15px;
  font-size: 28px !important;

}

.post-content h5 {
  line-height: 150% !important;
  margin: 0;
  margin-bottom: 15px;
  font-size: 24px !important;

}
.post-content h6 {
  line-height: 150% !important;
  margin: 0;
  margin-bottom: 15px;
  font-size: 20px !important;

}





.post-content h2,
.post-content h3,
.post-content h4  {
  color: #3b57f7;
}


.post-content p img {
  margin: 0;
  margin: 15px 0;
  border-radius: 15px;
}


.post-content {
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
}

.featured-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.post-content {
  max-width: 1000px;
  margin: auto;
  padding-top: 50px;
}

.post-content p,
li {
  line-height: 140%;
  font-size: 16px !important;
}

.post-content ul {

  margin-bottom: 10px;
  padding-left: 20px;

}
.post-read-more-btn{

    display: flex;
    justify-content: center;
    padding-top: 30px;

}
button.load-more-posts {
    color: #3551f3;
    border-color: #3551f3;
}

button.load-more-posts:hover{
  background-color: #3551f3;
  color: #ffffff;

}
button.load-more-posts:focus{
  background-color: #3551f3;
  color: #ffffff;

}

@media (max-width: 1200px) {


  main.single-industry-insight.container,
  main.single-case-study.container {

    padding: 150px 50px 80px 50px;
  }

}


@media (max-width: 991px) {


  main.single-industry-insight.container,
  main.single-case-study.container {

    padding: 150px 30px 80px 30px;
  }

}

@media (max-width: 767px) {


  main.single-industry-insight.container,
  main.single-case-study.container {

    padding: 150px 20px 80px 20px;
  }

  .single-title {
  
    line-height: 120% !important;
    font-size: 36px !important;
}


}

/* Single Post Typography Styles styling end here */





/* Simple styling for 404 page */
.error-404-body-wrapper {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background: #f9f9f9;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* 404 container */
.error-404 {
    text-align: center;
    padding: 40px 20px;
}

/* Big 404 text */
.error-404 h1 {
    font-size: 100px;
    line-height: 120% !important;
    margin-bottom: 10px;
    color: #3b57f7;
    font-weight: bold;
}

/* Subtitle */
.error-404 h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 120% !important;
}

/* Description */
.error-404 p {
    font-size: 16px;
    line-height: 120% !important;
    color: #555;
}


/* Caree page jobs css start here */


.single-jobs .job-post{
  padding-top: 160px;
}
.no-jobs-found-wrapper{
      display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #2222221a;
    border-radius: 10px;
}
.job-wrapper-container{
  display: flex;
    flex-direction: row;
    gap: 20px;
}
div#job-loader {
    align-items: center;
    width: 100%;
}
.job-tabs {
    display: flex;
    flex-direction: column;
    
}
.jobs-resume-desc p {
    font-size: 14px !important;
    line-height: 140% !important;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 20px;
}
.jobs-wrapper-body{
  width: 20%;
}
button.job-tab {
    text-align: start;
    border: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    border-radius: 6px;
}
button.job-tab.active {
    color: #fff !important;
     background: linear-gradient(90deg, #3551F3, #8FA2FF);
}

.job-grid-wrapper{
  display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
}
.job-grid-item{
  
      padding: 25px;
    border-radius: 12px;
    background-image: url(../images/job_grid_tem_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.job-meta-content{
  width: 80%;
}
h3.position_title {
    font-size: 22px !important;
    line-height: 120% !important;
    color: #fff;
    margin: 0;
    padding-bottom: 8px;
}

p.position_description {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

.see_position_detail{
    
    background:#fff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    border-radius: 100px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;

}


.btn-share-resume{
     padding: 10px 20px;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    border: 1px solid #000;
    border-radius: 100px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.see_position_detail:hover{
  background-color: #6202ee;
  color: #fff;
}
.see_position_detail:hover img {
    filter: brightness(1) invert();
}


.btn-share-resume:hover{
  background-color: #6202ee !important;
  border: 1px solid  #6202ee !important;
  color: #fff !important;
}
.btn-share-resume:hover img {
    filter: brightness(1) invert();
}

p.employment-types{
    display: flex;
    flex-direction: row;
    line-height: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
span.employment-type {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 4px 10px;
    color: #fff;
    border-radius: 100px;
}
.job-loader {
    text-align: center;
    margin: 20px 0;
}

.job-loader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top: 4px solid #0073aa; /* WP Blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: inline-block;
}


/* jobs single page styling  */
.job-post .jobs-row .jobs-row-label{
      line-height: 140%;
}
.jobs-row-input {
    line-height: 120%;
}
button.button.jp-apply-button {
    background: #3b57f7;
}
button.button.jp-apply-button:hover {
    background: #6202ee !important;
    color: #fff !important;
}


   /* Hidden by default */
.custom-popup,
.custom-popup-overlay {
    display: none;
}

/* Overlay background */
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
}

/* Popup box */
.custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    border-radius: 10px;
    z-index: 9999;
}
.popup-inner h2 {
    margin: 0;
    padding: 0;
    font-size: 24px !important;
    line-height: 140% !important;
    padding-bottom: 20px;
}
.popup-inner label {
    color: #818181;
    padding-bottom: 7px;
    font-size: 15px;
}
.popup-inner .wpcf7 .wpcf7-submit {
    background: #3551F3 !important;
    color: #fff !important;
    border: none ;
}
.popup-inner .wpcf7 .wpcf7-submit:hover {
    background:  #6202ee !important;

}
/* Inner container for spacing */
.popup-inner {
    position: relative;
}

/* Close button */
.close-popup {
    position: absolute;
      top: -15px;
    right: -15px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #000;
     padding: 0;
}
.jobs-row-input {
    line-height: 140%;
}
.jobs-row-input svg {
    padding-right: 0px;
    margin-right: 5px !important;
}

@media (max-width: 991px){

 .job-meta-content{
  width: 100%;
  }
  .job-grid-wrapper{
    width: 100%;
  }

  .job-wrapper-container{
    flex-direction: column;
    width: 100%;
  }

  .job-tabs{
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
  }
  .jobs-wrapper-body{
  width: 100%;
}

  .single-jobs .job-post {
    padding-top: 120px;
}
.job-side{
    width: 50% !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .job-content{
    width: 100% !important;
  }

}
@media (max-width: 767px){
 .job-side{
    width: 100% !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
      .accordion-item {
        margin-bottom: 10px !important;
    }
  
}
@media (max-width: 560px){
 .job-side{
    width: 100% !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  
}
/* Caree page jobs css end here */




@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.position_description {
    line-height: 135%;
    color: #fff;
}
