/*
Theme Name: GeneratePress Child
Theme URI: https://example.com
Description: Child theme for GeneratePress
Author: Your Name
Template: generatepress
Version: 1.0
*/

/* Typography Style Guide using only headings */

@font-face {
  font-family: "Aller";
  src: url("assets/fonts/Aller_Rg.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
.main-nav ul li a,
.footer-bar-active {
  font-family: "Aller" !important;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 0 !important;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.5;
}

.main-nav ul li a {
  font-size: 16px !important;
}

html {
  scroll-behavior: smooth;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-shadow: none !important;
}

h4,
h5,
h6 {
  font-weight: 400 !important;
}






.et_pb_row,.inside-header, .footer-widgets-container {
  width: 90% !important;
  max-width: 1280px !important;
}

/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d" !important;
}

.yellow-text{
color: #ffb012 !important;
}

.custom-yellow-button {
  background: #ffb012 !important;
  color: #000000 !important;
  border: 0 !important;
  border-radius: 8px !important;
  font-family: "Aller", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400 !important;
  padding: 11px 35px 10px 35px !important;
  font-size: 18px !important;
}

.custom-flex-row-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  width: 91% !important;
}

.custom-flex-row-wrap .custom-flex-column-wrap {
  padding-left: 8px !important;
  padding-right: 8px !important;
  flex-shrink: 0 !important;
}

.expertise-blur-wrapper .et_pb_blurb_container {
  vertical-align: middle !important;
}

.expertise-blur-wrapper {
  padding: 16px 6px !important;
  flex-shrink: 0 !important;
}

.expertise-blur-wrapper .et_pb_image_wrap{
  border-radius: 50px !important;
}

.expertise-blur-wrapper .et_pb_module_header{
  margin-bottom: 10px !important;
}

@media (max-width: 1000px) {
  .custom-flex-row-wrap .custom-flex-column-wrap {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .expertise-blur-wrapper {
    padding: 16px 10px !important;
    flex-shrink: 0 !important;
  }
}

/* --- 12N. Logos Slider css  --- */

.scrollerx {
  width: 100vw;
  max-width: 100%;
  opacity: 0; /* Start hidden */
  transition: opacity 0.3s ease;
}
.scrollerx.ready {
  opacity: 1; /* Fade in when ready */
}
.scroller__innerx {
  padding-block: 1rem;
  display: flex;
  gap: 3rem;
  width: max-content;
  will-change: transform;
}
.scrollerx[data-animated="true"] {
  overflow: hidden;
}
.scrollerx[data-animated="true"] .scroller__innerx {
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.scrollerx[data-direction="right"] {
  --_animation-direction: reverse;
}
.scrollerx[data-speed="fast"] {
  --_animation-duration: 20s;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 1.5rem));
  }
}
.epic {
  display: grid;
  overflow: hidden;
}
.logox {
  width: 180px !important;
  height: 90px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ----------- */


/* --- 12N. Logos Slider css  --- */

.scroll-track {
  width: 100vw;
  max-width: 100%;
  opacity: 0; /* Start hidden */
  transition: opacity 0.3s ease;
}
.scroll-track.ready {
  opacity: 1; /* Fade in when ready */
}
.scroll-container {
  padding-block: 1rem;
  display: flex;
  gap: 3rem;
  width: max-content;
  will-change: transform;
}
.scroll-track[data-animated="true"] {
  overflow: hidden;
}
.scroll-track[data-animated="true"] .scroll-container {
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.scroll-track[data-direction="right"] {
  --_animation-direction: reverse;
}
.scroll-track[data-speed="fast"] {
  --_animation-duration: 20s;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 1.5rem));
  }
}
.logo-carousel {
  display: grid;
  overflow: hidden;
}
.logo-item {
  width: auto !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 968px) {
  .custom-grid-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }

  .custom-grid-wrapper-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }

  .grid-column-wrapper {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .custom-flex-align-row {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
  }

  .custom-flex-align-row-2 {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
  }
}

@media (max-width: 576px) {
  .custom-grid-wrapper-2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .custom-flex-align-row {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .custom-flex-align-row-2 {
    flex-direction: column !important;
    gap: 16px !important;
  }
}

.custom-weight-regular {
  font-weight: 400 !important;
}

.team-card-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}

.form-sub-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
  font-family: "Aller", Helvetica, Arial, Lucida, sans-serif !important;
}

.form-sub-wrapper input[type="text"],
.form-sub-wrapper input[type="email"],
.form-sub-wrapper input[type="tel"],
 .wpcf7 select,
 .wpcf7  textarea {
  width: 100% !important;
  border-radius: 5px !important;
  padding: 16px !important;
  background: var(--Neutral-50, #ebeef4) !important;
  border: 0 !important;
  font-family: "Aller", Helvetica, Arial, Lucida, sans-serif !important;
}

/* Button styles */
 .wpcf7 input[type="submit"] {
  display: block !important;
  text-align: center !important;
  background-color: #ffb012 !important;
  color: #000000 !important;
  border: none !important;
  padding: 10px 16px !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  font-family: "Aller", Helvetica, Arial, Lucida, sans-serif !important;
  width: 150px !important;
}

.images-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.special-section-wrapper .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
}

.special-column-wrapper {
  width: 30% !important;
}

.special-section-wrapper .et_pb_column {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .special-section-wrapper .et_pb_row {
    flex-direction: column !important;
  }
  .special-column-wrapper {
    width: 100% !important;
  }
}

















/* ── WRAPPER ── */
.team-wrapper {
  display: grid;
  grid-template-columns: 400px auto;
  gap: 40px;
  background: #ffff;
  max-width: auto !important;
}

/* ── LEFT SIDE ── */
.team-left {
  background: url("/wp-content/uploads/2026/03/Ind_profile-1.jpg");
  padding: 40px;
  object-fit: cover;
}

/* Member Image */
.member-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
 
}

.member-img img {
  width: 376px;
  height: 300px;
  display: block;
  border-radius: 10px;
   object-fit: cover;
}

/* Name */
.team-left h3 {
  margin-top: 5px;
  font-weight: 700;
  color: #fff !important;
}

/* Designation */
.designation {
  color: #f4a100;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: 200px;
}

/* Social Links */
.social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  padding: 0;
  transition: opacity 0.2s ease;
}



.social-links img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-right: 4px;
}

/* Section Headings Left */
.team-left h5 {
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff !important;
}

/* List styles for practice areas, sector, education */
.team-left ul {
  margin: 5px 0 0 0;
  padding-left: 18px;
}

.team-left ul li {
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
}

/* Section Text Left */
.team-left p {
  margin: 0;
}

/* ── RIGHT SIDE ── */


.publications h3{
  font-weight: 400 !important;
}


/* Bio */
.bio {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 30px;
}

.team-content-wrapper{

  max-width: 800px;
  padding: 40px 40px 40px 0 !important;
}

.team-section{
  margin-bottom: 30px;
}

.team-right h2{
  color: #FFB012 !important;
}

.team-section .insight-card{
  width: 48% !important;
}



.practice,
.sector,
.education {
  padding-bottom: 15px !important;
}



/* ── RESPONSIVE ── */
@media (max-width: 576px) {


  /* Social Links */
  .social-links {
    gap: 40px !important;
    justify-content: flex-start;
  }

  .team-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }



  .member-img img {
    width: 300px;
    height: 200px;
    object-fit: contain !important;
  }

  .team-right {
    padding-right: 0;
  }

  .team-content-wrapper{

  max-width: 370px;
  padding: 20px 20px 20px 20px !important;
}

.team-section .insight-card{
  width: 98% !important;
}


}






.image-team-wrapper{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}




/* Team Slider Container */
.team-slider-wrapper {
  margin: 0 auto !important;
}

/* Flip Card Styles */
.flip-card {
  width: 260px !important;
  height: 275px !important;
  perspective: 1000px !important;
  cursor: pointer !important;
  object-fit: cover !important;
}

.flip-inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  transition: transform 0.6s !important;
  transform-style: preserve-3d !important;
  border-radius: 12px !important;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg) !important;
}

.flip-front,
.flip-back {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  backface-visibility: hidden !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* Front Side */
.flip-front {
  background: #f5f5f5 !important;
}

.flip-front img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Back Side */
.flip-back {
  background: #ebeef4 !important;
  transform: rotateY(180deg) !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 30px !important;
  justify-content: center !important;
}

.flip-back h4 {
  margin-bottom: 6px !important;
  color: #000000 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

.flip-back p , .flip-back a{
  font-size: 16px !important;
  margin-bottom: 0px !important;
  color: #454545 !important;
  line-height: 23px !important;
  font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.logged-in-as, p.content-body-font{
  font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.linkedin-icon img {
  width: 32px !important;
  height: 32px !important;
  transition: transform 0.3s ease !important;
}

.linkedin-icon a:hover img {
  transform: scale(1.1) !important;
}

/* Owl Carousel Customization */
#team-slider .owl-item {
  padding: 10px !important;
}

#team-slider .owl-nav {
  position: absolute !important;
  top: -60px !important;
  right: 0 !important;
}

#team-slider .owl-prev,
#team-slider .owl-next {
  background: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  font-size: 24px !important;
  transition: all 0.3s ease !important;
}

#team-slider .owl-prev:hover,
#team-slider .owl-next:hover {
  background: #ffb012 !important;
  color: #ffffff !important;
}

#team-slider .owl-dots {
  margin-top: 30px !important;
  text-align: center !important;
}

#team-slider .owl-dot {
  width: 10px !important;
  height: 10px !important;
  background: #cccccc !important;
  border-radius: 50% !important;
  display: inline-block !important;
  margin: 0 5px !important;
  transition: all 0.3s ease !important;
}

#team-slider .owl-dot.active {
  background: #ffb012 !important;
  transform: scale(1.2) !important;
}

.insights-wrapper {
  display: flex !important;
  gap: 25px !important;
  flex-wrap: wrap !important;
  margin-top: 0px !important;
}

.insight-card {
  width: 31% !important;
  background: #fff !important;
  border-radius: 12px !important;
  overflow: visible !important;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2) !important;

  transition: 0.3s !important;
  padding: 24px !important;
}

.insight-card > h3 {
  font-size: 25px !important;
  text-transform: capitalize !important;
}

.thumbnail-wrapper > img {
  margin-top: -60px !important;
  padding-bottom: 20px !important;
  width: 100% !important;
}

.date-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 10px 0 0 0 !important;
  padding-bottom: 10px !important;
}

.author-name{
   display: flex !important;
  gap: 8px !important;
  margin-bottom: 20px !important;
}


.insight-card .post-date,
.insight-card .content {
  font-size: 16px !important;
  color: #454545 !important;
  font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.insight-card .content {
  padding-bottom: 20px !important;
}

.read-more-wrapper a {
  display: flex !important;
  justify-content: flex-end !important;
  color: #000 !important;
  text-decoration: underline !important;
  font-size: 18px !important;
}

.read-more-wrapper .et-l a {
  text-decoration: underline !important;
}

/* ── Wrapper ── */
.blogs-section-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: inherit;
}

/* ── Filter Bar ── */
.blogs-filter-bar {
  margin-bottom: 36px;
}

/* Row 1 – single joined control */
.blogs-filter-row {
  display: flex;
  align-items: stretch;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

/* Select wrappers */
.blogs-select-wrapper {
  position: relative;
  flex: 1;
  border-right: 1px solid #ddd;
}

.blogs-filter-select {
  width: 100%;
  height: 100%;
  padding: 13px 38px 13px 16px;
  border: 1px solid #dddddd;
  background: #ebeef4;
  font-size: 14px;
  color: #7d7d7d;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
}

.blogs-chevron {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-52%);
  pointer-events: none;
  line-height: 1;
}

/* Search input – no separator on left since select-wrapper has border-right */
.blogs-search-input {
  flex: 1;
  padding: 13px 16px;
  border: 1px solid #dddddd !important;
  background: #ebeef4 !important;

  font-size: 14px;
 color: #7d7d7d;
  outline: none;
  min-width: 140px;
  border-radius: 5px;
}


/* Row 2 – centred buttons */
.blogs-filter-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}

/* ── Buttons ── */
.blogs-btn {
  padding: 11px 32px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  line-height: 1;
}

.blogs-btn-search {
  background: #f5c518;
  color: #111;
  border-radius: 4px;
}

.blogs-btn-search:hover {
  background: #e0b10f;
}

/* Reset – plain text with underline, no background */
.blogs-btn-reset {
  background: transparent;
  color: #111;
  text-decoration: underline;
  padding: 11px 4px;
}

.blogs-btn-reset:hover {
  color: #f5c518;
}

/* No Posts */
.blogs-no-posts {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 15px;
}

/* Load More */
.blogs-load-more-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px !important;
}

.blogs-btn-load-more {
  background: #f5c518;
  color: #111;
  padding: 12px 48px;
  font-size: 15px;
  border-radius: 4px;
}

/* Loading state */
.blogs-loading {
  opacity: 0.5;
  pointer-events: none;
}

@media(max-width:768px){
  .insight-card {
  width: 330px !important;
 
}
}

@media(max-width:576px){

    .insight-card {
  width: 100% !important;
 
}
.blogs-filter-row {
flex-direction: column !;
}
}




.footer-widget-4 i {
  color: #eb691f !important;
  margin-right: 10px;
}

.site-footer .footer-widgets-container .inner-padding{
  padding: 0 !important;
}



.footer-widget-1 a,
.footer-widget-2 a,
.footer-widget-3 a,
.footer-widget-4 a {
  text-decoration: none;
}

.footer-widget-1 ,
.footer-widget-2 ,
.footer-widget-3 ,
.footer-widget-4  {
  padding-left: 0px !important;

}

.footer-widget-1 ,
.footer-widget-2 ,
.footer-widget-3 {
  padding-right: 0rem !important;
}


.footer-widget-3{
  margin-top: -2% ;
}


@media(max-width:768px){
  .footer-widget-3{
  margin-top: 0% ;
}
}


.footer-parent-menu {
  margin-bottom: 24px !important;
}
.footer-sub-menu,
.footer-widget-4 li {
  margin-bottom: 16px !important;
  font-family: Poppins, sans-serif !important;

}

 footer.site-info,.footer-sub-menu a{
    font-family: Poppins, sans-serif !important;

}

.footer-parent-menu a {
  font-size: 20px;
  color: #a8b8c8 !important;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
}

.social-media-icons-wrapper img{
  margin-right: 5px !important;
}
.social-media-icons-wrapper{
  margin-top: 20px !important;
}

.footer-sub-widg{
  margin-top: 30px !important;
}


.site-footer .inside-footer-widgets > div {
  flex: initial;
  margin-bottom: 20px;
}

.inside-footer-widgets{
  display: flex;
  flex-wrap: wrap;
  font-family: "Aller" !important; 
  justify-content: space-between !important;
  
}

.inside-footer-widgets a, .inside-footer-widgets p{
font-family: "Aller" !important;
  color: #fff !important;
  font-weight: 400 ;
}
@media  (min-width: 1281px)  {
  .site-footer .inside-footer-widgets > div:nth-child(1) {
    width: 42% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(2) {
    width: 20% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(3) {
    width: 37% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(4) {
    width: 100% !important;
  }
}

/* @media  (max-width: 1280px)  {
  .site-footer .inside-footer-widgets > div:nth-child(1) {
    width: 38% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(2) {
    width: 17% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(3) {
    width: 34% !important;
  }

  .site-footer .inside-footer-widgets > div:nth-child(4) {
    width: 89% !important;
  }
} */




.phone-number-wrapper,.email-wrapper{
    display: flex !important;
    align-items: flex-start !important;
     gap: 12px !important;
}




.locations-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  color: #fff;
  padding-top: 40px;
  border-top: 1px solid #929292;
}

.location-box {
  text-align: left;
}


.location-box .icon{
  margin-bottom: 18px !important;
}


.location-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.location-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
}

.location-box .contact {
  margin-top: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px ;
}

/* Responsive */
@media (max-width: 1024px) {
  .locations-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .locations-wrapper {
    grid-template-columns: 1fr;
  }

      .footer-widgets-container {
        padding-top: 50px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
    }
}

.footer-image-logo{
  margin-bottom: 18px !important;
}


.footer-detail-wrapper{
max-width: 380px !important;
}

.footer-newsletter-container{
  display: flex;

}

.footer-newsletter-wrapper{
margin-top: 20px !important;
}

.site-footer .footer-widgets-container .inside-footer-widgets{
  margin-left: 0px !important;
}



.footer-newsletter-wrapper  input[type="email"]{
  border-radius: 8px 0px 0px 8px  !important;
  padding: 8px 16px !important;
  background: var(--Neutral-50, #ebeef4) !important;
  border: 0 !important;
  font-family: "Aller", Helvetica, Arial, Lucida, sans-serif !important;
  width: 200px !important;
}

/* Button styles */
.footer-newsletter-wrapper input[type="submit"] {
  display: block !important;
  text-align: center !important;
  background-color: #ffb012 !important;
  color: #000000 !important;
  border: none !important;
  padding:8px 16px !important;
  cursor: pointer !important;
  border-radius:0 8px 8px 0px !important;
  font-family: "Aller", Helvetica, Arial, Lucida, sans-serif !important;
  width: 100px !important;
}



.main-nav ul li a{
  line-height: 24px !important;
}

.contact-button-wrapper a{
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  padding: 8px 20px !important;
}






 @media(max-width:968px){
    #menu-item-227{
      padding: 5px 10px !important;
    }

    
    #menu-mobile-menu{
      
       overflow-y: scroll !important;
     
    }


    #menu-mobile-menu li a{
      display: block !important;
    }



   .slideout-menu li{
    margin-bottom: 20px !important;
   }

       .slideout-navigation.do-overlay .slideout-exit {
    width: 100% !important;
    text-align: right !important;
   }

   .dropdown-menu-toggle {
    border-left: 0px !important;
   }

   .slideout-menu li{
  text-align: left !important;
    
  }

.contact-button-wrapper{
  padding: 0 20px !important;
}

.slideout-navigation.do-overlay .inside-navigation{
  padding: 0 !important;
}

   }








.search-page{
  padding: 20px 0px !important;
}


.search-title {
    margin-bottom: 30px;
    font-family: "Aller" !important;
}

.search-results {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.search-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px !important;
}

.search-thumb img {
    width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

.search-content {
    flex: 1;
}

.search-category {
    display: inline-block;
    background: #FFB012;
    color: #000;
    font-size: 16px;
    padding: 3px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
    
}

.search-heading {
    margin: 5px 0 20px 0;
    font-size: 30px;
    font-weight: 400 !important;
    color: #000;
}

.search-heading a {
    text-decoration: none;
    color: #000;
}

.search-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
     font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.date-wrapper{
  font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400 !important;
}

.search-excerpt {
    font-size: 14px;
    color: #555;
     font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.read-more {
    display: inline-block;
    margin-top: 0px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: "Aller" !important;
}

.pagination {
    margin-top: 40px;
    text-align: center;
     font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif !important;
}


.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination ul {
    display: inline-flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    background: #f5f5f5;
    transition: 0.3s;
}

/* Hover */
.pagination a:hover {
    background: #000;
    color: #fff;
}

/* Active Page */
.pagination .current {
    background: #FFB012;
    color: #000;
    font-weight: 600;
}

/* Prev / Next arrows */
.pagination .prev,
.pagination .next {
    font-size: 18px;
    background: transparent;
}

/* Dots (...) */
.pagination .dots {
    background: transparent;
    width: auto;
}

.search-excerpt  a{
  display: none !important
}

@media(max-width:1300px){
  
.search-page{
  padding: 20px !important;
}


}















 .marquee-stage {
 
    overflow: hidden;
    position: relative;
    background: #ffffffcc;
    border-radius: 2rem;
  }

  .infinite-track {

    overflow: hidden;
    position: relative;
  }

  .marquee-slides {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: max-content;
    will-change: transform;
    animation: scrollLeftLinear 28s linear infinite;
  }

  .marquee-stage:hover .marquee-slides {
    animation-play-state: paused;
  }

  .logox {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 100px;
    background: white;
    padding: 1rem;
  }

  .logox img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
  }

  @keyframes scrollLeftLinear {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @media (max-width: 768px) {
    .logox {
      width: 110px;
      height: 80px;
      padding: 0.7rem;
      border-radius: 20px;
    }
    .marquee-slides {
      gap: 1.2rem;
    }
  }

  @media (max-width: 480px) {
    .logox {
      width: 90px;
      height: 70px;
    }
    .marquee-slides {
      gap: 1rem;
    }
  }




  .da-close{
    font-size: 40px !important;
  }




  





  /* ===== TEAM GRID WRAPPER ===== */
.team-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, 280px) !important;
    justify-content: center !important;
    gap: 20px !important;
}

/* ===== TEAM CARD ===== */
.team-card {
    width: 280px !important;
    background: #f9fafb !important;
    border-radius: 16px !important;
    padding: 18px !important;
    transition: all 0.3s ease !important;
}



/* ===== IMAGE ===== */
.team-img {
    width: 100% !important;
    height: 260px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    margin-bottom: 15px !important;
}

.team-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* ===== CONTENT ===== */
.team-content {
    text-align: left !important;
}

/* NAME */
.team-content h3 {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #FFB012 !important;
    margin-bottom: 6px !important;
    line-height: 27px !important;
}

/* DESIGNATION */
.team-content p {
    font-size: 14px !important;
    color: #000000 !important;
    line-height: 1.5 !important;
    margin-bottom: 14px !important;
    height: 50px !important;
    font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
}

.team-content a{
   color: #000000 !important;
}

/* ===== ICONS ===== */
.team-icons {
    display: flex !important;
    gap: 10px !important;
}


.text-arrow-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.load-more-wrap{
  margin-top: 30px !important;
  display: flex !important;
  justify-content: center !important;
}


.load-more-wrap button{
  background: #FFB012 !important;
  border-radius: 8px !important;
  color: #000000 !important;
    font-family: "Aller", Helvetica, Arial, Lucida, sans-serif !important;
}

 .footer-widget-1 .wpcf7-response-output{
color: #fff !important;
margin: 0 0 0 0 !important;
padding: 0.5em 0.5em !important
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 768px) {
    .team-grid {
        grid-template-columns: repeat(auto-fit, 220px) !important;
        gap: 25px !important;
    }

    .team-card {
        width: 220px !important;
    }

    .team-img {
        height: 220px !important;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .team-grid {
        grid-template-columns: 1fr !important;
        justify-content: center !important;
    }

    .team-card {
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto !important;
    }

    .team-img {
        height: 280px !important;
    }
}





#disclaimer-popup{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
}

.disclaimer-box{
  width: 100%;
  max-width: 1100px;
  background: #4b4d4f;
  color: #fff;
  padding: 40px;
  border-radius: 8px;
}

.disclaimer-box h3{
  text-align: center;
  color: #f5b400;
  margin-bottom: 25px;
  border-bottom: 1px solid #f5b400;
  padding-bottom: 15px;
}

.disclaimer-content{
  line-height: 1.9;
}

.disclaimer-content ul{
  padding-left: 20px;
  margin: 0 0 0 0 !important;
}

.disclaimer-buttons{
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 30px;
}

.disclaimer-buttons button{
  padding: 12px 28px;
  border: 1px solid #f5b400;
  background: transparent;
  color: #f5b400;
  cursor: pointer;
}

.disclaimer-buttons button:hover{
  background: #f5b400;
  color: #000;
}

@media(max-width:768px){
    .disclaimer-box{
        padding: 16px !important;
    }

    .disclaimer-content{
        font-size: 14px !important;
        height: 400px !important;
        overflow: auto !important;
    }
}










