@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("./theme.css");

/* :root {
  --primary-color: #0b0726;
  --secondary-color: #e1b353;
  --tertiary-color: #6a4b09;
  --quaternary-color: #fff;
  --primary-text-color: #050313;
  --bg-color: #eeeeee;
} */

body {
  background-color: #fcfcfc;
}

.custom-container {
  max-width: 1230px;       /* 80rem */
  width: 100%;             /* responsive full width until max */
  margin: 0 auto;          /* center horizontally */
  padding-left: 15px;      /* like Bootstrap padding */
  padding-right: 15px;
  box-sizing: border-box;  /* include padding in width */
}


.custom-container2 {
  max-width: 1400px;       /* 80rem */
  width: 100%;             /* responsive full width until max */
  margin: 0 auto;          /* center horizontally */
  padding-left: 15px;      /* like Bootstrap padding */
  padding-right: 15px;
  box-sizing: border-box;  /* include padding in width */
}



.for_mob {
  display: none;
}

.leftLogo img {
  width: 80%;
  cursor: pointer;
}

.sectionHead {
  width: 75%;
}

.for_mobile #sign-in{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

section.topHeadSec {
  /* background: var(--primary-color); */

  /* background-image: url("../assets/imgs/spryHerobanner.svg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 10rem;
}

/* Desktop Styles */
.navbar .for_desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: 1rem;
}

/* .navbar .tablist ul {
  display: flex;
  gap: 35px;
  align-items: center;
} */

/* Mobile Styles */
.navbar .for_mobile {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.navbar .hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobList>li>a {
  text-decoration: none;
  color: var(--quaternary-color);
}

.navbar .hamburger span {
  width: 25px;
  height: 3px;
  background-color: var(--secondary-color);
}

.navbar .mobile_nav .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: var(--secondary-color);
}

.navbar .mobile_nav.open {
  display: block;
}

.navbar .mobile_nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding-top: 60px;
  text-align: center;
  z-index: 9;
}

.navbar .mobile_nav>ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}

.serviceCard {
  border-radius: 0.8rem;
  background-color: var(--secondary-color);
  padding-inline: 1.5rem;
  padding-bottom: 0.5rem;
  margin-inline: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.topbgwithText {
  background: url("../assets/imgs/weserve.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem;
  color: #fff;
}

.w-15 {
  width: 15rem !important;
}

.serviceCard:hover {
  background-color: var(--tertiary-color);
  color: #fff !important;
}

.serviceCard:hover>a>p {
  color: #fff !important;
}

.serviceCard>a {
  text-decoration: none;
  color: var(--primary-text-color);
}

.clientSlide {
  margin-bottom: 1rem;
}

.slick-slide img {
  display: block;
  width: 100%;
}

section.cpg {
  background-image: url("../assets/imgs/cara1.svg");
  padding-block: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 80px;
}

.toast-error {
  background-color: #dc3545 !important;
  /* Red */
}

.navbar .mobile_nav>ul>li {
  margin: 20px 0;
  width: 70%;
}

ul.SubDropdown {
  background: var(--secondary-color);
  color: white;
  text-decoration: none;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  padding-block: 1rem;
  padding-inline: 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
  text-align: left;
  display: none;
}

/* #solution:hover .solutionDrop {
  display: flex !important;
}

#industry:hover .industryDrop {
  display: flex !important;
} */

ul.weSeverList>li a {
  text-decoration: none;
  color: black;
}

ul.SubDropdown>li>a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.heroSec {
  /* padding-bottom: 5rem !important; */
  position: relative;
}

.expCard {
  /* background-color: #954707; */
  font-family: "Space Grotesk";
  border-radius: 8px;
  height: 200px;
  position: relative;
}

.expCardHeader {
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  /* display: inline-block; */
}

.expCard p {
  margin-top: 20px;
  color: white;
  text-align: center;
}

.circle {
  width: 40px;
  height: 40px;
  /* background-color: yellow; */
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
}

.row .col-lg-4:nth-child(1) .circle {
  border: 4px solid #954707;
}

.row .col-lg-4:nth-child(2) .circle {
  border: 4px solid #8D7139;
}

.row .col-lg-4:nth-child(3) .circle {
  border: 4px solid #634508;
}

.row .col-lg-4:nth-child(1) .expCard,
.row .col-lg-4:nth-child(1) .expCard .square,
.row .col-lg-4:nth-child(1) .expCard .circle {
  background-color: #954707;
}

.row .col-lg-4:nth-child(2) .expCard,
.row .col-lg-4:nth-child(2) .expCard .square {
  background-color: #8D7139;

}

.row .col-lg-4:nth-child(3) .expCard,
.row .col-lg-4:nth-child(3) .expCard .square {
  background-color: #634508;
}

.expContainer {
  position: relative;
}

.square {
  width: 40px;
  height: 40px;
  background-color: #954707;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.line {
  border: 1px dashed #E0B14E;
  position: absolute;
  width: 58%;
  left: 21%;
  bottom: 150px;
  z-index: -1;
}

/* .line::before {
  content: '';
  display: block;
  border-top: 1px dotted #f00;
  background-color: #fff;
  height: 1px;
} */

/* .heroSec::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 25%;
  background: url("../assets/imgs/halfCut.svg") no-repeat center bottom;
  background-size: contain;
 
  margin-bottom: -30px;
} */

/* Responsive Styles */
@media (max-width: 768px) {
  .navbar .for_desktop {
    display: none;
  }

  .navbar .for_mobile {
    display: flex;
  }
}

.primTextHead {
  font-family: "Space Grotesk";
  font-size: 1.85rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.secondaryTextHead {
  font-family: "Space Grotesk";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bgShadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  border-radius: 1.27rem;
  background: white;
}

.inputSection {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 1.27rem;
  border-bottom-right-radius: 1.27rem;
  padding: 1rem;
}

.supportText {
  color: var(--primary-text-color);
  font-family: "Space Grotesk";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.8rem */
}

.tablist>ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
}

.tablist>ul>a>li {
  text-decoration: none;
  color: #ffffff;
  font-family: "Space Grotesk";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 14px;
}

li.contact {
  background: var(--tertiary-color);

  border-radius: 0.27rem;
  padding: 0.625rem 1.25rem;
}

.btn-theme {
  width: 40%;
  background: var(--secondary-color);
  padding: 0.6rem;
  color: var(--quaternary-color);
  transition: all 0.3s ease-in-out;
}

.btn-theme-mobile {
  width: 100%;
  background: var(--secondary-color);
  padding: 0.6rem;
  color: var(--quaternary-color);
  transition: all 0.3s ease-in-out;
}

.btn-theme:hover,
.btn-theme-mobile:hover {
  background: var(--tertiary-color);
  color: var(--quaternary-color) !important;
}

.splitSec {
  display: flex;
}

/* .heroImgSec {
  width: 55%;
} */

.heroImgSec>img {
  width: 90%;
}

.heroBtn {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--quaternary-color);
  display: flex;
  justify-content: center;
  width: 35%;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}

.heroBtn>a {
  text-decoration: none;
  color: #fff;
}

.heroBtn:hover {
  background: var(--secondary-color) !important;
  color: var(--quaternary-color) !important;
}

.secHeader span {
  color: var(--tertiary-color);
  font-family: "Space Grotesk";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.t-w {
  color: var(--quaternary-color) !important;
}

.t-t {
  color: var(--tertiary-color) !important;
}

.eachFeat {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.02);
  padding: 2rem;
  width: 48%;
  margin-right: 1rem;
  transition: all 0.3s ease-in-out;
}

.eachFeat:hover {
  background-color: #e1b353;
}

.eachFeat img {
  width: 20%;
}

section.yBanner {
  background-image: url("../assets/imgs/yBannerbg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.yBannerImgSec {
  width: 70%;
}

ul.weSeverList {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}

.imageDescription>section {
  height: 100%;
}

.scrollAnimateSection {
  position: relative;
}

ul.weSeverList>li {
  font-family: "Space Grotesk";
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 3.0625rem */
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

ul.weSeverList>li:hover {
  color: var(--secondary-color);
}

.serviceActive a {
  color: var(--secondary-color) !important;
  margin-left: 1rem;
  padding-left: 0.5rem;
  position: relative;
}

.serviceActive>a::before {
  content: "\203A";
  /* Unicode for the right arrow */
  position: absolute;
  left: -20px;
  /* Adjust based on your spacing needs */
  color: var(--secondary-color);
  /* Arrow color */
  font-weight: bold;
}

span.slideNo {
  /* border: 1px solid; */
  display: flex;
  justify-content: center;
  border-radius: 5rem;
  height: 63px;
  width: 63px;
  padding: 10px;
  margin-bottom: 1.8rem;
  background: var(--secondary-color);
  color: var(--quaternary-color);
  font-family: "Space Grotesk";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.eachRes {
  padding: 1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  border-radius: 1.27rem;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 32rem;
}

.seeM {
  color: #e1b353;
  cursor: pointer;
}

.slideImg>img {
  width: 95%;
}

section.footer {
  background-image: url(../assets/imgs/footerBg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.footerTop {
  padding-block: 2.7rem 2rem;
}

.footerBottom>.container {
  display: flex;
  justify-content: space-between;
}

.footerBottom {
  background: #cc9e3d;
}

.footerText {
  color: var(--primary-text-color);
  text-align: left;
  font-family: "Space Grotesk";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 1.3125rem */
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

.footDesc p a {
  text-decoration: none;
  color: var(--primary-text-color);
}

.careerSec {
  /* border: 1px solid; */
  border-radius: 1rem;
  padding: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.socialSec {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.icoSec {
  border-radius: 5rem;
  padding: 1.3rem;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc9e3d;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}

.activeTab {
  color: #e1b353 !important;
}

.activeTab {
  color: #e1b353 !important;
}

.icoSec:hover {
  background: var(--primary-color);
}

.footerFollow {
  text-align: right;
}

.header_wraper {
  background-color: #0b0726;
  border: 1px solid #ccc;
  z-index: 9;
  top: 30px;
  left: 0;
  right: 0;
}

.header_wraper.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: var(--primary-color);
  top: 0;
  animation: fadeInTop 0.5s;
  box-shadow: 2px 2px 14px 2px #0000000f;
  z-index: 999;
}

.mricoSec {
  display: flex;
  justify-content: center;
}

.mricoSec>img {
  background: var(--primary-color);
  border-radius: 1rem;
  padding: 1rem;
  width: 80px;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}

.mricoSec>img:hover {
  background: var(--secondary-color);
  cursor: pointer;
}

.headp {
  display: flex;
  justify-content: center;
  background: var(--secondary-color);
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.headp>p {
  margin: 0;
}

.bottomDdesc {
  display: flex;
  justify-content: center;
}

.bottomDdesc>ul {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#myBtn {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--secondary-color);
  color: var(--quaternary-color);
  cursor: pointer;
  padding-inline: 1.2rem;
  padding-block: 0.8rem;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#myBtn.show {
  opacity: 1;
}

#myBtn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

#myBtn i {
  display: inline-block;
  animation: upDown 3s infinite ease-in-out;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes upDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes slideIn {
  0% {
    transform: translate3d(0, 90px, 0);
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* navbar Animation  */

.dropdown {
  padding: 0px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;

  position: relative;
  font-size: 18px;
  perspective: 1000px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.dropdown:hover {
  background: var(--secondary-color);
  cursor: pointer;
  border-radius: 0.27rem;
  color: #fff !important;
}

.dropdown:hover>a {
  color: #fff !important;
}

.dropdown:hover .dropdown_menu li {
  display: block;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 12rem;
  perspective: 1000px;
  z-index: -1;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown_menu li {
  display: none;
  color: #fff;
  background-color: var(--primary-color);
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.sub_dropdown_menu {
  display: none;
  transition: all 0.3s ease-in-out;
}

.healthDrop:hover .sub_dropdown_menu {
  display: block !important;
}

.sub_dropdown_menu li {
  display: none;
  color: #fff;
  background-color: var(--primary-color);
  padding: 10px 20px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

ul.sub_dropdown_menu {
  position: absolute;
  right: -100px;
  bottom: -40px;
}

.dropdown_menu li>a {
  color: #fff;
  text-decoration: none;
}

.dropdown_menu li:hover {
  background-color: var(--tertiary-color);
}

.dropdown:hover .dropdown_menu--animated {
  display: block;
}

.dropdown_menu--animated {
  display: none;
}

.dropdown_menu--animated li {
  display: block;
  opacity: 1;
}

.dropdown_menu-9 {
  animation: growOut 300ms ease-in-out forwards;
  transform-origin: top center;
}

@keyframes downOut {
  0% {
    transform: translateZ(200px) transLateY(40px);
  }

  80% {
    transform: translateZ(-10px) transLateY(0px);
  }

  100% {
    transform: translateZ(0px) transLateY(0px);
  }
}

@-moz-keyframes growOut {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes growOut {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@-o-keyframes growOut {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes growOut {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.no_decoration {
  text-decoration: none;
}






























/* new Added home page design  */

/* banner start */
.banner-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  padding: 40px 0;
  margin: 0;
}

.banner-section .hero-text {
  margin: 0 auto;
  padding: 0;
  margin: 0;
}

.banner-section .hero-text .logo-block {
  width: 230px;
  padding: 20px;
  margin: 0 auto;
}

.banner-section .hero-text h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #002246;
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 74%;
    text-transform: capitalize;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
}


.banner-section .hero-text p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #daa24f;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0;
  text-align: center;
}

.demo-schedule-content {
  padding: 0;
  margin: 0;
}

.demo-schedule-content .text-content {
  padding: 0;
}

.demo-schedule-content .text-content p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: #6b7280;
  margin-bottom: 32px;
  line-height: 1.75;
  padding: 0;
  margin-bottom: 32px;
}

.primary-btn {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* 0.5rem */
  padding: 16px 32px;
  /* 1rem 2rem */
  background: #5C4A1F;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  /* 0.5rem */
  transition: all 0.2s;
  font-weight: 600;
  font-size: 18px;
  /* 1.125rem */
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.primary-btn:hover{
  background-color: #403414;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
background: #cc9929;
width: 10px;
height: 10px;
}
.icon-arrow {
  width: 20px;
  height: 20px;
}

.demo-schedule-content .rounded {
  padding: 8px;
}

.demo-schedule-content .rounded .swiper-slide {
  width: 100%;
  height: 330px;
  overflow: hidden;
  object-fit: cover;

}

.demo-schedule-content .rounded .swiper-slide img {
  width: 100%;
  height: 100%;
  object-position: center;
}

/* demo book */
.book-demo {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.book-demo h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    max-width: 59%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 16px;
}

.book-demo p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: #6B7280;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  max-width: 45%;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 16px;
}

.book-demo .primary-btn {
  font-size: 14px;
  padding: 12px 25px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-transform: capitalize;
}

/* === Tabs container === */
.nav-tabs {
  border-bottom: none;
  gap: 12px;
  padding-left: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
}

/* === Each tab button === */
.nav-tabs .nav-link {
  background-color: #e2e8f0;
  /* light blue-gray */
  color: #1e293b;
  /* dark blue-gray text */
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Active tab styling */
.nav-tabs .nav-link.active {
  background-color: #d6a64a;
  /* mustard/golden */
  color: white;
  font-weight: 700;
}

/* Hover effect for tabs */
.nav-tabs .nav-link:hover:not(.active) {
  background-color: #cbd5e1;
  /* slightly darker blue-gray */
  color: #1e293b;
}

/* Icon inside tabs (optional, e.g. file icon) */
.nav-tabs .nav-link svg {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}

/* === Content text block === */
.content-block h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

}

.content-block p {}

/* Learn More link style */
.content-block a.btn-link {
  font-weight: 600;
  color: #0066cc;
  text-decoration: none;
}

.content-block a.btn-link:hover {
  text-decoration: underline;
}

ul#featureTabs {

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  list-style: none;
  gap: 12px;
  max-width: 100%;
  margin: 48px 0;
}

ul#featureTabs .nav-link {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 15px 30px;
}

.book-demo .tab-pane {
  padding: 50px 30px;
  border: 1px solid #e5e2e2;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}

.tab-pane .content-block {
  padding: 0;
  margin: 0;
}

.tab-pane .content-block .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(212, 168, 85, 0.2);
  color: #D4A855;
  margin-bottom: 16px;
}

.tab-pane .content-block .icon-box .icon {
  width: 24px;
  height: 24px;
}

.tab-pane .content-block h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1a2b4a;
  margin-bottom: 16px;
  padding: 0;
}

.tab-pane .content-block p {
  all: unset;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: #6b7280;
  line-height: 1.2;
  text-align: left;
  padding: 0;
  margin: 0;
}

.tab-pane .content-block .btn {
  display: block;
  text-align: left;
  margin-top: 24px;
}

.tab-pane .img-block {
  width: 100%;
  height: 350px;
  background-color: #f1f5f9;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e6e5e5;
  display: flex;
  align-items: center;
}

.tab-pane .img-block .img-box {
width: 100%;
height: auto;
}

.tab-pane .img-block .img-box img {
  width: 100%;
  height: 100%;
}


/* We-Serve*/
.We-Serve{
  padding: 80px 0;
  margin: 0;
  background-color: #f4f7fa;
}


.We-Serve h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #d69d50;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}

.We-Serve h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 48px;
  color: #07284b;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.We-Serve p{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  color: #07284b;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 50px;
}

.We-Serve .card {
    padding: 24px;                 /* 1.5rem */
    background: white;             /* unchanged */
    border-radius: 12px;           /* 0.75rem */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); /* already in px */
    transition: all 0.3s;
    height: 100%;          /* unchanged */
    flex: 0 0 calc((100% - 120px) / 5);
    border: 1px solid #e0dfdf;
    justify-content: center;
}

.We-Serve .card:hover {
  border: 1px solid  #d69d50;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* already px */
    /* transform: translateY(-4px); */
}

.We-Serve .card .icon-box{
  width: 56px !important;
  height: 56px !important;
  display: grid;
  place-items: center;
  background-color: #f9ead7;
  border-radius: 50%;
  margin-bottom: 35px;
}

.We-Serve .card .icon-box svg{
  width: 28px;
  height: 28px;
  color: #d69d50 !important;
}

.We-Serve .card h5{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 24px;
   font-weight: 700;
   text-transform: capitalize;
   color: #002246;
   padding: 0;
   margin-bottom: 10px;
}

.We-Serve .card h6{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 16px;
   font-weight: 600;
   color: #676767;
   padding: 0;
   margin-bottom: 32px;
}

.We-Serve .card p{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 16px;
   line-height: 1.3;
   font-weight: 400;
   color: #727171;
   padding: 0;
   text-align: left;
}

.We-Serve .card a{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 18px;
   text-decoration: none;
   border: 1px solid #ccc;
  text-transform: capitalize;
  border-radius: 10px;
   font-weight: 500;
   color: #4c4c4c;
   padding: 5px;
   text-align: center; 
   transition: 0.3s;
}

.We-Serve .card a:hover{
  background-color:  #d69d50;
  color: #fff;
}

.d-flex-custom{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* our services*/
.our-services{
  padding: 80px 0;
  margin: 0;
  background-color: #f4f7fa;
}


.our-services h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #d69d50;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}

.our-services h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 48px;
  color: #07284b;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.our-services p{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  color: #07284b;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 50px;
}

.our-services .card {
    padding: 24px;                 /* 1.5rem */
    background: white;             /* unchanged */
    border-radius: 12px;           /* 0.75rem */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); /* already in px */
    transition: all 0.8s;
    height: 100%;          /* unchanged */
    margin-bottom: 30px;
}

.our-services .card:hover {
   box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    /* transform: translateY(-4px); */
}

.our-services .card .icon-box{
  width: 64px !important;
  height: 64px !important;
  display: grid;
  place-items: center;
  background-color: #f9ead7;
  border-radius: 50%;
  margin-bottom: 35px;
}

.our-services .card .icon-box svg{
  width: 32px;
  height: 32px;
  color: #d69d50 !important;
}

.our-services .card h5{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 24px;
   font-weight: 700;
   text-transform: capitalize;
   color: #002246;
   padding: 0;
   margin-bottom: 10px;
}

.our-services .card h6{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 20px;
   line-height: 1.4;
   font-weight: 400;
   color: #727171;
   padding: 0;
   margin-bottom: 32px;
}

.our-services .card p{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 18px;
   line-height: 1.3;
   font-weight: 400;
   color: #727171;
   padding: 0;
   text-align: left;
   margin: 10px 0;
}
.our-services .card p span{
  color:#d69d50 ;
  font-size: 50px;
  line-height: 0;
  margin-right: 15px;
}
.our-services .card a{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
   text-decoration: none;
   border: 1px solid #ccc;
  text-transform: capitalize;
  border-radius: 10px;
   font-weight: 500;
   color: #ffffff;
   padding: 12px;
   background-color: #d69d50;
   text-align: center; 
   transition: 0.3s;
   margin-top: 80px;
}

.our-services .card a:hover{
  background-color:  #d69d50;
  color: #fff;
}
/* overview sec */
.overview-sec {
  padding: 80px 0;
  background: linear-gradient(135deg, #06192e, #0c2f50, #14486f);
}

.overview-sec h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #d69d50;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}

.overview-sec h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.overview-sec p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  max-width: 55%;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 16px;
}

.video-wrapper {
  position: relative;
  max-width: 900px;
  margin: 4rem auto 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  background: #000;
}

.video-wrapper video {
  width: 100%;
  height: 520px;
  border-radius: 16px;
  display: block;
  border: 4px solid #5a677d;
}

/* Play button */
.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.1);
  background: rgba(0, 0, 0, 0.75);
}

.Approach-sec {
  padding: 80px 0;
  margin: 0;
}


.Approach-sec h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #d69d50;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}

.Approach-sec h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 48px;
  color: #07284b;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.Approach-sec p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  color: #888888;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  max-width: 55%;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 16px;
}

.Approach-sec .primary-btn {
  font-size: 14px;
  padding: 12px 25px;
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-transform: capitalize;
}

.Approach-sec .card{
padding: 32px;         
background: white;       
border-radius: 12px;       
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); 
transition: all 0.3s;    
border: 2px solid #d9e7fd;
margin-top: 60px;
height: 397px;
transition: 0.3s;
}


.Approach-sec .card:hover{
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.Approach-sec .card .icon-box{
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background-color: #ccedf8;
  display: grid;
  place-items: center;
  margin-bottom: 35px;
}
.Approach-sec .card .icon-box .icon{
height: 32px;  
width: 32px;
color: #00a5da;
}

.Approach-sec .card h3{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 24px;      /* 1.5rem */
font-weight: 700;     /* unchanged */
color: #1a2b4a;       /* unchanged */
margin-bottom: 32px;  /* 1rem */

}

.Approach-sec .card p{
  all: unset;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 18px;        /* 1.125rem */
color: #6b7280;         /* unchanged */
line-height: 1.75;     /* 1.75 × 16px */
text-align: left;
font-weight: 400;
}

/* brands choose section */
.brands-choose-sec{
  padding: 80px 0;
  margin: 0;
  background-color: #f4f7fa;
}


.brands-choose-sec h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #d69d50;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}

.brands-choose-sec h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 48px;
  color: #07284b;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}

.brands-choose-sec .card {
    padding: 24px;                 /* 1.5rem */
    background: white;             /* unchanged */
    border-radius: 12px;           /* 0.75rem */
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); /* already in px */
    transition: all 0.3s;
    height: 430px;          /* unchanged */
}

.brands-choose-sec .card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); /* already px */
    transform: translateY(-4px);  /* already px */
}

.brands-choose-sec .card .icon-box{
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background-color: #e6e9ed;
  border-radius: 10px;
  margin-bottom: 35px;
}

.brands-choose-sec .card .icon-box .icon{
  width: 24px;
  height: 24px;
  color: #002246;
}

.brands-choose-sec .card h5{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 20px;
   font-weight: 700;
   text-transform: capitalize;
   color: #002246;
   padding: 0;
   margin-bottom: 32px;
}

.brands-choose-sec .card h6{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 14px;
   font-weight: 600;
   color: #d69d50;
   padding: 0;
   margin-bottom: 32px;
}

.brands-choose-sec .card p{
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
   font-size: 14px;
   font-weight: 400;
   color: #727171;
   padding: 0;
}

/* AIRA Demo Section  */
.aira-demo-sec{
  background: radial-gradient(
    circle at 50% 100%, 
    #0077b6 0%, 
    #004e89 30%, 
    #021d36 70%
  );
padding: 96px 0;
margin: 0;
}


.aira-demo-sec h4 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #d69d50;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}

.aira-demo-sec h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 45%;
}

.aira-demo-sec p {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  max-width: 56%;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 32px;
}

.aira-demo-sec .primary-btn{
  padding: 20px 30px;
  margin:0 auto;
  display: block;
  width: fit-content;
}




/* Adds a red border to every element */

