*,
::after,
::before {
  box-sizing: border-box;
}

/*html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}*/

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: var(--theme-white-color);
  background-color: var(--theme-orange-color);
}
::-moz-selection {
  color: var(--theme-white-color);
  background-color: var(--theme-orange-color);
}

body {
  font-family: var(--theme-primary-font-family);
  font-weight: 400;
  color: var(--theme-black-color);
  background-color: #ffffff;
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

:root {
  --theme-orange-light-color: #ffa4a4;
  --theme-orange-light-ex-color: #ffdfdb;
  --theme-orange-color: #ee2423;
  --theme-white-color: #ffffff;
  --theme-black-color: #000000;
  --theme-green-color: #178313;
  --theme-gray-light-color: #a5a5a5;
  --theme-gray-light-ex-color: #f4f4f4;
  --theme-gray-color: #333333;
  --theme-header-font-family: "Bai Jamjuree";
  --theme-primary-font-family: "Poppins";
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}

a,
a:focus {
  text-decoration: none;
}

a:focus {
  color: initial;
}
.cmn-img img {
  width: 100%;
}
.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*common css====================================*/
.mt-20{
  margin-top: 20px;
}
.mt-40{
  margin-top: 40px;
}
.mt-60{
  margin-top: 60px;
}
.mt-80{
  margin-top: 80px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

.layout_padding {
  padding: 50px 0;
}

.cmn_btn {
  position: relative;
  padding: 14px 36px;
  font-size: 18px;
  color: var(--theme-white-color);
  background: var(--theme-orange-color);
  border: none;
  border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
}

.cmn_btn:hover{
  color: var(--theme-black-color);
  background: var(--theme-orange-light-color);
}

.cmn_btn:focus{
  color: var(--theme-white-color);
}

.cmn_btn2 {
  display: inline-block;
  background: transparent;
  color: var(--theme-white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
.cmn_btn2 .bi{
  color: var(--theme-orange-color);
  font-size: 24px;
  margin-left: 5px;
}
.cmn_btn2:hover {
  color: var(--theme-orange-color);
}
.cmn_btn2:focus {
  color: var(--theme-white-color);
}

.cmn_btn3 {
  position: relative;
  padding: 10px 25px;
  font-size: 12px;
  color: var(--theme-white-color);
  background: var(--theme-orange-color);
  border: none;
  border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: inline-block;
}

.cmn_btn3:hover{
  color: var(--theme-black-color);
  background: var(--theme-orange-light-color);
}

.cmn_btn3:focus{
  color: var(--theme-white-color);
}

.cmn_btn4 {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--theme-black-color);
  transition: all 0.3s ease;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
}

.cmn_btn4.text-white-col {
  color: var(--theme-white-color);
}

.cmn_btn4 .bi {
  color: var(--theme-orange-color);
  font-size: 34px;
  margin-left: 8px;
  transition: transform 0.3s ease; /* ✅ enables smooth zoom */
  display: inline-block; /* ✅ required for transform to work */
}

.cmn_btn4:hover {
  color: var(--theme-orange-color);
}

.cmn_btn4:hover .bi {
  transform: scale(1.2); /* ✅ zoom effect */
}

.cmn_btn4:focus {
  color: var(--theme-black-color);
  outline: none;
}

.cmn_btn5 .bi {
  color: var(--theme-white-color);
  font-size: 34px;
  margin-left: 8px;
  transition: transform 0.3s ease; /* ✅ enables smooth zoom */
  display: inline-block; /* ✅ required for transform to work */
}

.cmn_btn5:hover .bi {
  transform: scale(1.2); /* ✅ zoom effect */
}


h1.title-bg{
  font-size: 95px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.08;
  color: var(--theme-black-color);
  font-family: var(--theme-header-font-family);
}

h1.title-bg2{
  font-size: 95px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.08;
  color: var(--theme-white-color);
  font-family: var(--theme-header-font-family);
  position: relative;
  z-index: 1;
}

.heading_container h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-black-color);
  margin-top: 0;
  margin-bottom: 20px;
}

.heading_container h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: var(--theme-header-font-family);
  color: var(--theme-gray-light-color);
}

.heading_container h3 span{
  color: var(--theme-orange-color);
  font-weight: 600;
}

.heading_container h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-gray-color);
}

.heading_container p {
  font-size: 16px;
  color: var(--theme-gray-color);
  font-style: normal;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}

.heading_container p:last-child{
  margin-bottom: 0;
}

ul.dpt-list {
  list-style: circle;
  margin: 0;
  padding-left: 30px;
}

.heading_container2 h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
  margin-top: 0;
  margin-bottom: 20px;
}

.heading_container2 h3 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: var(--theme-header-font-family);
  color: var(--theme-gray-light-color);
}

.heading_container2 h3 span{
  color: var(--theme-orange-color);
  font-weight: 600;
}

.heading_container2 h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
}

.heading_container2 p {
  font-size: 16px;
  color: var(--theme-white-color);
  font-style: normal;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}

.heading_container2 p:last-child{
  margin-bottom: 0;
}


.heading_container3 h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
  margin-top: 0;
  margin-bottom: 20px;
}

.heading_container3 h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: var(--theme-header-font-family);
  color: var(--theme-orange-color);
}

.heading_container3 h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  color: var(--theme-white-color);
}

.heading_container3 p {
  font-size: 16px;
  color: var(--theme-white-color);
  font-style: normal;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}

.heading_container3 p:last-child{
  margin-bottom: 0;
}

ul.dpt-list li {
  margin-top: 5px;
  font-size: 16px;
}

ul.dpt-list li::marker {
  color: var(--theme-orange-color);
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  box-shadow: 0px 2px 5px rgb(51 51 51 / 58%);
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: var(--theme-orange-color);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: var(--theme-white-color);
}
#scroll:hover {
  background: var(--theme-orange-light-color);
  opacity: 0.8;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/*Owl Nav Button====================================*/
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next {
  right: 50px;
  font-family: "bootstrap-icons";
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  left: 50px;
  font-family: "bootstrap-icons";
}

.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-next {
  right: 30px;
  font-family: "bootstrap-icons";
}
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
  font-family: "bootstrap-icons";
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-next:hover {
  color: var(--theme-skyblue-color);
  border: 1px solid var(--theme-skyblue-color);
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--theme-skyblue-color);
  border: 1px solid var(--theme-skyblue-color);
}

.cmn-nav-htn .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev {
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  text-align: center;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme-blue-color);
  color: var(--theme-blue-color);
  font-size: 30px;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next img,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev img {
  width: 78%;
}
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-next,
.cmn-nav-htn:hover .owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.cmn-nav-htn .owl-carousel .owl-nav button.owl-next:hover,
.cmn-nav-htn .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.8;
}

/*Owl theme dots ============================*/
.cmn-owl-dots-btn .owl-theme .owl-dots{
  text-align: center;
}
.cmn-owl-dots-btn .owl-theme .owl-dots .owl-dot.active span,
.cmn-owl-dots-btn .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--theme-orange-color);
  position: relative;
}
/*.cmn-owl-dots-btn .owl-theme .owl-dots .owl-dot.active span:after,
.cmn-owl-dots-btn .owl-theme .owl-dots .owl-dot:hover span:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 30px;
  background: var(--theme-orange-color);
}*/
.cmn-owl-dots-btn .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: var(--theme-gray-light-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.4s ease;
  border-radius: 30px;
}

/* Header section ====================================*/
.cnt-btn{
  background: var(--theme-orange-color);
  width: 126px;
  height: 46px;
  line-height: 42px;
  text-align: center;
  color: var(--theme-white-color);
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--theme-header-font-family);
  border-radius: 50px;
  border-width: 2px;
  transition: 0.4s;
  border: 2px solid var(--theme-black-color);
  font-weight: 500;
  flex-shrink: 0;
}
.cnt-btn:hover{
  border: 2px solid var(--theme-orange-color);
  color: var(--theme-orange-color);
  background: transparent;
}

/* Header Social Items =================== */
.header_top .social_items a{
    width: 24px;
    height: 24px;
    background-color: var(--theme-gray-light-color);
    border-radius: 50%;
    line-height: 24px;
    font-size: 10px;
    color: var(--theme-white-color);
    gap: 5px;
    display: inline-block;
    text-align: center;
}
.header_top .social_items a:hover{
  background-color: var(--theme-skyblue-color);
  color: var(--theme-white-color);
}

.header_mdl{
  padding: 10px 0;
}

.header_mdl img.hdr-logo{
  width: 100%;
}


/*Hero section ====================================*/
.av-hero-section{
  position: relative;
}

.video-player {
   height: calc(100vh - 150px);
   position: relative;
}

video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: relative;
}

.bg-overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgb(6 29 129 / 67%);
}

.barWrapper {
  width:100%;
  height:100%;
  overflow:hidden;
  position:absolute;
}

.bar {
  width:100%;
  height:200vh;
  background:rgba(222,31,190,0.5);
  transform:translate(30%, -20%)  rotate(25deg);
  mix-blend-mode: overlay;
  position:absolute;
}

.mainContent {
  position:relative;
  width:100%;
  color:white;
  height:100%;
}

.contentWrapper {
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding-bottom:80px;
  width:100%;
  position:relative;
  height:100%;
}
.flexCenter {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}

.maskOut {
  width:fit-content;
  font-weight:800;
  font-size:clamp(20px, calc(100vw/8), 4em);
  line-height:0.8em;
  display:flex;
}

.mask {
  overflow:hidden;
  width:fit-content;
  margin: 10px 0;
}

.thin {
  font-weight:200;
}

.hero-btm-section{
  background: var(--theme-orange-light-color);
  padding: 20px 0;
}

.link-items ul{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.link-items ul li a{
  color: var(--theme-black-color);
  font-size: 16px;
}

.link-items ul li a:hover{
  color: var(--theme-orange-color);
}

/*Explore Button =========================== */
.explore-btn {
  position: relative;
  padding: 14px 36px;
  font-size: 18px;
  color: var(--theme-white-color);
  background: linear-gradient(90deg, #ff4b2b, #ff416c);
  border: none;
  border-radius: 40px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.explore-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: 0.5s;
}

.explore-btn:focus{
  color: var(--theme-white-color);
}

.explore-btn:hover::before {
  left: 100%;
}

.explore-btn span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s ease;
}

.explore-btn span i {
  transition: transform 0.3s ease;
}

.explore-btn:hover span i {
  transform: translateX(6px);
}

/*Highlights Section ===============*/
.high-card-wrap{
    display: flex;
    /*grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));*/
    gap: 20px;
    padding-top: 10px;
}

.high-card-items {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 240px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.high-card-items::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(242.35deg, rgb(238 36 35 / 32%) 12.97%, rgb(23 131 19 / 53%) 88.85%), rgb(238 36 35 / 62%);
}

.high-card-items:hover::before {
  background: linear-gradient(180deg, rgb(42 163 47 / 72%), rgb(238 36 35 / 63%)), linear-gradient(180deg, transparent 3.93%, rgb(238 36 35) 87.99%);
}

.high-card-items img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.high-card-items .cont-wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
}

.high-card-items .card-content h4 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--theme-white-color);
}

.high-card-items .logo {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 40px;
}

/*Open Modal ========================*/
/* ---------- Modal ---------- */
  .modal {
    display: none;              /* toggled to flex by JS */
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 24px;
  }

  .modal.show { display: flex; }

  .modal-content {
    background: #fff;
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    box-shadow: 0 18px 50px rgba(0,0,0,0.35);
    animation: slideUp 0.36s ease;
  }

  @keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
  }

  .modal-left {
    min-height: 280px;
  }
  .modal-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .modal-right {
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--theme-orange-color);
    gap: 12px;
  }

  .modal-right h2 {
    margin: 0;
    font-size: 22px;
    color: var(--theme-white-color);
  }
  .modal-right p { 
    margin: 0; 
    font-size: 16px;
    line-height: 1.6; 
    color: var(--theme-white-color);
  }

  .close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: var(--theme-white-color);
    background: rgba(0,0,0,0.06);
    border: none;
    display: grid;
    place-items: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
  }

  .close-btn:hover { background: rgba(0,0,0,0.08); }

  .know-more{
    background: var(--theme-white-color);
    border: none;
    outline: none;
    color: var(--theme-orange-color);
    padding: 10px;
    border-radius: 10px;
    font-weight: 400;
    transition: 0.4s;
  }
  .know-more:hover{
    color: var(--theme-black-color);
    background: var(--theme-orange-light-color);
  }

/*AI Section==================*/
.ai-section{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
.ai-lft .ai-wrap{
  margin: auto 0 auto auto;
  max-width: 583px;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
}
.ai-rgt .ai-wrap{
  margin: auto auto auto 0;
  max-width: 583px;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.ai-lft{
  background: url(../images/AI_Thumbnails_2.webp) center center no-repeat;
  background-size: cover;
  padding: 20px 20px !important;
  position: relative;
}
.ai-lft::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-gray-color);
  opacity: 1;
}
.ai-lft:hover::after{
  opacity: 0.5;
  background: var(--theme-gray-color);
}

.ai-rgt{
  background: url(../images/GenAI_Thumbnails_2.webp) center center no-repeat;
  background-size: cover;
  padding: 20px 20px !important;
  position: relative;
}
.ai-rgt::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-black-color);
  opacity: 1;
}
.ai-rgt:hover::after{
  opacity: 0.5;
  background: var(--theme-black-color);
}

.ai-wrap .cnt-area h4{
  color: var(--theme-orange-color);
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ai-wrap .cnt-area h2{
  color: var(--theme-white-color);
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
}

/*Markets Section ==================*/
.market-img{

}
.market-img img{
  width: 100%;
}

.market-info-wrap{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));
    gap: 20px;
    margin-top: 80px;
}

.market-info-wrap .info-card {
  height: 320px;
  background: linear-gradient(180deg, #febbb3 0%, #ee2423 100%);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.market-info-wrap .info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.market-info-wrap .info-card a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: var(--theme-white-color);
}

.market-info-wrap .info-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-white-color);
  font-family: var(--theme-header-font-family);
}

.market-info-wrap .info-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 110px;
}

.market-info-wrap .arrow-btn {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.market-info-wrap .arrow {
  font-size: 24px;
  font-weight: bold;
}

.market-info-wrap .info-card:hover .arrow-btn {
  background: var(--theme-white-color);
  color: var(--theme-orange-color);
  transform: scale(1.1);
}

/*Why AV6 Section ==================*/
.why-av6-section{
  background: url(../images/why-av6.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.why-av6-section:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(238 36 35 / 5%);
  z-index: 0;
}
.lft-cnt{
  position: relative;
  z-index: 1;
}
.stats-box{
  position: relative;
  z-index: 1;
}
.healthcare .stats-box{
  padding-left: 0;
}
.healthcare .stats-box .stats-item{
  background: rgb(255 255 255 / 10%);
  padding: 20px;
  border-radius: 15px;
  height: 100%;
} 
.ecosystem-section {
  padding: 80px 0;
  background: linear-gradient(120deg, #0044ff 0%, #4200ff 80%);
  position: relative;
  overflow: hidden;
}

.ecosystem-section h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.ecosystem-section p {
  font-size: 1rem;
  color: #cfd8ff;
}

.feature-box {
  margin-top: 30px;
}

.feature-box i {
  font-size: 2rem;
  color: var(--theme-orange-light-color);
  margin-bottom: 10px;
}

.feature-box h6 {
  font-weight: 400;
  font-size: 1rem;
  color: var(--theme-white-color);
}

.stats-box {
  padding-left: 30px;
}

.stats-item {
  margin-bottom: 40px;
}

.stats-item:last-child{
  margin-bottom: 0;
}

.stats-item h2 {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
  border-left: 2px solid var(--theme-orange-color);
  padding-left: 30px;
  padding-bottom: 10px;
}

.healthcare .stats-box .stats-item h2{
  border-left: none;
}

.stats-item p {
  font-size: 1rem;
  color: var(--theme-white-color);
  margin: 0;
  padding-left: 30px;
}

/*Product Section ====================*/
.products-section{
  background-color: var(--theme-gray-light-ex-color);
}

.products-content {
  width: 100%;
  height: 100%;
}

.products-content-wrap{
  margin: auto auto auto 0;
  max-width: 840px;
  width: 100%;
  padding: 40px 0px 40px 40px;
}

.products-left {
  height: 100%;
}

.products-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item {
  margin-top: 30px;
  transition: all .4s ease;
  padding-bottom: 10px;
}

.product-item:hover {
  border-bottom: 2px solid var(--theme-orange-color);
  transform: scale(1.02);
}

.product-item i {
  font-size: 28px;
  color: var(--theme-orange-color);
}

.product-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-gray-color);
  margin-bottom: 5px;
}

.product-item p {
  margin: 0;
  color: var(--theme-gray-color);
  font-size: 14px;
}

/*Partners Section ====================*/
.partner-logo {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 40px;
    transition: all 0.3s ease;
    height: 110px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
}

.partner-logo:hover {
  transform: translateY(-8px);
}

.partner-logo img {
  max-width: 100px;
  height: auto;
  filter: grayscale(100%);
  transition: 0.3s ease;
}

.partner-logo:hover img {
  filter: grayscale(0);
}

/*Client Success Section ====================*/
.client-success-section .owl-carousel .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

.client-success-section .owl-carousel .item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.client-success-section .owl-carousel .item:hover img {
  transform: scale(1.05);
}

.client-success-section .video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  color: #fff;
}

.client-success-section .video-overlay h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.client-success-section .video-overlay p {
  margin: 5px 0 0;
  font-size: 14px;
  color: var(--theme-white-color);
}

/* Play Icon */
.client-success-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--theme-white-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-success-section .play-btn:hover{
  background: var(--theme-orange-color);
}

.client-success-section .play-btn::before {
  content: "\F4F5";
  font-family: "bootstrap-icons";
  font-size: 30px;
  color: var(--theme-black-color);
  margin-left: 4px;
}
.client-success-section .play-btn:hover::before {
  color: var(--theme-white-color);
}

/* Modal Styles */
.client-success-section .modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.client-success-section .modal.open { display: flex; }

.client-success-section .modal-inner {
  width: min(90vw, 960px);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
}

/* iframe fills the box */
.client-success-section .modal-inner iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* close button */
.client-success-section .close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: transparent;
  border: 0;
  color: var(--theme-white-color);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transition: 0.4s;
}
.client-success-section .close:hover{
  color: var(--theme-orange-color);
}

/*Engineers Section ====================*/
.engineers-section-content {
  width: 100%;
  height: 100%;
}

.engineers-content-wrap{
  margin: auto 0 auto auto;
  max-width: 840px;
  width: 90%;
  padding: 40px 40px 40px 0px;
}

.team-left {
  height: 100%;
  overflow: hidden;
  border-radius: 100px 0 0 0 ;
  position: relative;
}

.team-left:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(238 36 35 / 40%);
}

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

.video-container {
  position: relative;
  width: 600px;
  max-width: 100%;
  min-height: 330px;
  overflow: hidden;
  border: 5px solid var(--theme-orange-light-color);
  border-radius: 10px;
  background: var(--theme-black-color);
}

.video-container video {
  width: 100%;
  height: 330px;
  display: block;
  cursor: pointer;
}

/* Custom play button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button svg {
  width: 90px;
  height: 90px;
}

/* Hide button when video plays */
.play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

/*Services Section==================*/
.srv-cntl-tab-wrap{
  background: var(--theme-orange-light-ex-color);
  border: 1px solid var(--theme-orange-light-ex-color);
  border-radius: 30px;
  overflow: hidden;
}
.lft-sidebar{
  background: var(--theme-white-color);
  padding: 30px 0;
  height: 100%;
}

.srv-cntl-section .nav-pills .nav-link {
  color: var(--theme-black-color);
  border-radius: 0;
  border-left: 4px solid transparent;
  padding: 15px 10px 15px 15px;
  text-align: left;
  font-weight: 500;
  transition: 0.4s;
}

.srv-cntl-section .nav-pills .nav-link:hover {
  background-color: var(--theme-orange-light-ex-color);
  border-left-color: var(--theme-orange-color);
  color: var(--theme-orange-color);
  font-weight: 600;
  padding: 15px 10px 15px 10px;
}

.srv-cntl-section .nav-pills .nav-link.active {
  background-color: var(--theme-orange-light-ex-color);
  border-left: 4px solid var(--theme-orange-color);
  color: var(--theme-orange-color);
  font-weight: 600;
  padding: 15px 10px 15px 10px;
}

.srv-cntl-section .tab-content {
  background: var(--theme-white-color);
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 0;
}

.srv-cntl-section .tab-pane img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.srv-cntl-section .content-body {
  padding: 25px;
}

.srv-cntl-section .content-body h4 {
  font-weight: 600;
  font-size: 30px;
}

.srv-cntl-section .content-body p {
  color: #333;
  margin-top: 10px;
}

.srv-cntl-section .btn-explore {
  background-color: #00d4ff;
  color: #000;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.srv-cntl-section .btn-explore:hover {
  background-color: #00b4e0;
}

.rgt-sidebar{
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* footer section ===============================*/
.footer-main {
  background: var(--theme-black-color);
  position: relative;
}
.footer-top-sec {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid rgb(51 51 51 / 52%);
}
.footer-mdl-sec {
  padding: 30px 0;
  border-bottom: 1px solid rgb(51 51 51 / 52%);
}
.footer-main .ftr-cont p{
  font-size: 16px;
  color: var(--theme-white-color);
}
.footer-main .ftr-cont .cnt-list {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
.footer-main .ftr-cont .cnt-list figure {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    background: rgb(255 255 255 / 16%);
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    font-size: 30px;
    text-align: center;
    line-height: 75px;
    color: var(--theme-orange-color);
}
.footer-main .ftr-cont .cnt-list img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer-main .ftr-cont .cnt-text h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
  margin-bottom: 15px
}
.footer-main .ftr-cont .cnt-text a,
.footer-main .ftr-cont .cnt-text p {
  font-size: 14px;
  color: var(--theme-white-color);
  line-height: 26px
}
.footer-main .ftr-cont .cnt-text a:hover{
  color: var(--theme-orange-color);
}
.footer-main .ftr-cont .cnt-text p.text-conpany {
  text-transform: capitalize;
  font-family: var(--theme-header-font-family);
  color: var(--theme-green-color);
  margin-bottom: 5px
}
.footer-main .ftr-cont h4{
  font-size: 22px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
}

.footer-main .ftr-menu-items .ftr-cont h4{
  font-size: 18px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-orange-light-color);
}

.footer-btm-sec {
  border-top: 1px solid #ffffff1a;
  padding: 30px 0;
}
.ftr-logo {
  width: 110px;
}
.footer-btm-sec p.ftr-abt{
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-white-color);
}
.footer-btm-sec h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-skyblue-color);
  font-family: var(--theme-primary-font-family);
}
.ftr-menu{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}
.footer-btm-sec .ftr-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.footer-btm-sec .ftr-link ul li {
  margin: 0 0 5px 0;
}
.footer-btm-sec .ftr-link ul li a {
  color: var(--theme-white-color);
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: 0.4s;
}
.footer-btm-sec .ftr-link ul li a:hover {
  color: var(--theme-orange-color)!important;
  padding-left: 5px;
}

/*Footer Social =====================*/
.ftr_social_items{
  display: inline-block;
  text-align: center;
}
.ftr_social_items a {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background-color: var(--theme-orange-light-color);
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    color: var(--theme-black-color);
    gap: 10px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.ftr_social_items a:hover {
    background-color: var(--theme-orange-color);
    color: var(--theme-white-color);
}

/*Footer Copyright ===================*/
.copy-cnt {
  position: relative;
  z-index: 3;
}
.ftr-copy-info {
  padding: 20px 0;
}
.copy-info p {
  color: var(--theme-white-color);
  margin-top: 0px;
  margin-bottom: 0;
}
.copy-info a {
  color: var(--theme-orange-color);
}
.legal-link a {
  font-size: 14px;
  color: var(--theme-white-color);
  margin: 5px 10px;
}
.legal-link a:hover {
  color: var(--theme-orange-color);
}

/*Inner Hero Section ================*/
.av6-inner-hero-cnt{
  padding: 100px 0;
}
.av6-inner-hero-cnt .breadcrumb{
  margin-bottom: 30px;
}
.av6-inner-hero-cnt .breadcrumb-item+.breadcrumb-item::before{
  content: '\F285';
  font-family: "bootstrap-icons";
  color: var(--theme-white-color);
}
.av6-inner-hero-cnt .breadcrumb-item a{
  color: var(--theme-orange-light-color);
  font-size: 14px;
}
.av6-inner-hero-cnt .breadcrumb-item.active{
  color: var(--theme-white-color);
}

/*Contact Us Section ===========================*/
.contact-tab-area{
  background: var(--theme-white-color);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 20px 50px 0 #8982914d;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.contact-tab-area .nav-tabs {
  border: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.contact-tab-area .nav-tabs .nav-link {
  background: var(--theme-white-color);
  border: 1px solid var(--theme-gray-light-ex-color);
  border-radius: 12px;
  padding: 15px;
  font-weight: 500;
  font-size: 13px;
  color: var(--theme-gray-light-color);
  text-align: left;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 70px;
}
.contact-tab-area .nav-tabs .nav-link .fa-solid{
  font-size: 26px;
  margin-right: 10px;
}
.contact-tab-area .nav-tabs .nav-link.active {
  background: var(--theme-orange-light-ex-color);
  border-color: var(--theme-orange-color);
  color: var(--theme-orange-color);
  box-shadow: 0 0 0 2px rgba(92,107,242,0.2);
}
.contact-tab-area .tab-content {
  margin-top: 2rem;
}
.contact-tab-area .tab-content h3{
  font-size: 22px;
  color: var(--theme-gray-color);
}
.contact-tab-area .tab-content p{
  font-size: 14px;
  color: var(--theme-gray-light-color);
  margin-bottom: 20px;
}
.contact-tab-area .btn-submit {
  background: var(--theme-orange-color);
  color: var(--theme-white-color);
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 25px;
  border: none;
}
.contact-tab-area .btn-submit:hover{
  opacity: 0.9;
}
.contact-tab-area .form-select{
  height: 50px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  color: var(--theme-black-color);
}
.contact-tab-area input::placeholder {
  color: var(--theme-orange-light-color); /* your custom color */
  opacity: 1; /* make sure it's fully visible */
}
.contact-tab-area .form-container {
  display: flex;
  overflow: hidden;
  gap: 25px;
}
.contact-tab-area .form-group {
  flex: 1;
  position: relative;
}
.contact-tab-area .form-control{
  width: 100%;
  height: 50px;
  border: none;
  background: var(--theme-gray-light-ex-color);
  border-radius: 10px;
  padding: 25px 15px 10px 15px;
  font-size: 14px;
  color: var(--theme-black-color);
  transition: border-color 0.3s;
  border: 1px solid var(--theme-gray-color);
}
.contact-tab-area .form-group textarea.form-control{
  width: 100%;
  height: 200px;
  border: none;
  background: var(--theme-gray-light-ex-color);
  border-radius: 10px;
  padding: 25px 15px 10px 15px;
  font-size: 14px;
  color: var(--theme-black-color);
  transition: border-color 0.3s;
  border: 1px solid var(--theme-gray-color);
}
.contact-tab-area input.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--theme-orange-light-color);
  outline: 0;
  box-shadow: 0 0 0 .15rem rgb(238 36 35 / 13%);
}
.contact-tab-area textarea.form-control:focus {
  border-color: none;
  outline: none;
}
.contact-tab-area .form-group label {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  color: var(--theme-gray-color);
  pointer-events: none;
  transition: all 0.2s ease;
  font-weight: 500;
}
.contact-tab-area .form-group label span {
  color: #d32f2f;
}
.contact-tab-area .form-group input.form-control:focus + label,
.contact-tab-area .form-group input.form-control:not(:placeholder-shown) + label {
  top: 3px;
  font-size: 12px;
  color: var(--theme-orange-color);
}

.contact-tab-area .form-group textarea.form-control:focus + label,
.contact-tab-area .form-group textarea.form-control:not(:placeholder-shown) + label {
  top: 3px;
  font-size: 12px;
  color: var(--theme-orange-color);
}
.contact-tab-area .form-group textarea.form-control:focus{
  box-shadow: none;
}

.contact-tab-area .form-group select.form-select {
  width: 100%;
  padding: 20px 15px 0;;
  height: 50px;
  font-size: 18px;
  border-radius: 5px;
  outline: none;
  border: none;
  position: relative;
  --bs-form-select-bg-img: url(../images/../images/chevron-down-3.svg);
}
.contact-tab-area .form-group select.form-select:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
.contact-tab-area .form-group select:focus + label,
.contact-tab-area .form-group select:valid + label {
  top: 3px;
  font-size: 12px;
  color: var(--theme-blue-color);
}
.contact-tab-area .form-check label.form-check-label{
  color: var(--theme-gray-color);
}
.contact-tab-area .form-check label a{
  color: var(--theme-orange-color);
}
.av6-form-required {
    color: red;
}

/*Global Locations Section ==================*/
.global-locations-section{
  background: var(--theme-gray-light-ex-color);
}
.global-locations .region-tabs .nav-link {
  border:1px solid var(--theme-gray-light-color);
  border-radius:40px;
  padding:.5rem 1.25rem;
  margin:0;
  color:#222;
  font-weight:500;
  background:var(--theme-white-color);
}
.global-locations .nav-tabs{
  border-bottom: none;
}
.global-locations .region-tabs .nav-link.active{
  border-color:var(--theme-orange-color);
  color:var(--theme-orange-color);
  background:var(--theme-white-color);
}

.global-locations .location-list {
  border:1px solid var(--theme-gray-light-color);
  border-radius:16px;
  padding:16px;
  min-height:420px;
  background: var(--theme-white-color);
}
.global-locations .nav-item {
  display:flex;
  align-items:center;
  cursor:pointer;
  margin: 0 10px;
}
.global-locations .nav-item:first-child{
  margin-left: 0;
}
.global-locations .nav-item:last-child{
  margin-right: 0;
}
.global-locations .nav-item:last-child{ border-bottom:0; }
.global-locations .nav-item input[type="radio"]{ accent-color: var(--theme-orange-color); transform: scale(1.05); }
.global-locations .nav-item .loc-name{ font-weight:500; color:#556; }

.global-locations .location-card {
  border-radius:14px;
  box-shadow:0 14px 30px rgba(19,21,41,0.06);
  overflow:hidden;
  height:100%;
  display:flex;
  flex-direction:column;
  background: var(--theme-white-color);
}
.global-locations .location-card .card-content { padding:28px; flex:1; }
.global-locations .location-card img { width:100%; height:100%; object-fit:cover; display:block; }
.global-locations .card-bottom-bar { height:6px; background:var(--theme-orange-color); }
#cardDirections{
  color: var(--theme-orange-color);
}
@media (max-width:767.98px){
  .global-locations .location-list{ min-height: auto; }
}
.location-item {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.location-item:last-child{
  margin-bottom: 0;
}
.location-item .form-check-input:checked {
    background-color: var(--theme-orange-color);
    border-color: var(--theme-orange-color);
}
.location-item .form-check-input:focus {
    border-color: var(--theme-orange-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(238 36 35 / 25%);
}


.av6-inner-hero-section{
  position: relative;
}
.inner-banner-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-video-container {
  position: relative;
  width: 600px;
  max-width: 100%;
  min-height: 330px;
  overflow: hidden;
  border: 5px solid var(--theme-orange-light-color);
  border-radius: 10px;
  background: var(--theme-black-color);
}
.about-video-container video {
    width: 100%;
    height: 330px;
    display: block;
    cursor: pointer;
}

.counter-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    color: #fff;
    background-color: #1e1e2f;
    padding: 40px;
}

.counter-item {
    background: linear-gradient(145deg, #3a3a5b, #55587a);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1), -4px -4px 10px rgba(255, 255, 255, 0.1);
}

.counter-number {
    font-size: 3rem;
    font-weight: bold;
}

.counter-text {
    font-size: 1rem;
    margin-top: 10px;
}

/*About Image Video =================*/
.about-img-video .watch-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.about-img-video .watch-btn img {
  width: 100%;
  border-radius: 15px;
  transition: 0.3s;
}

.about-img-video .watch-btn:hover img {
  filter: brightness(0.8);
}

.about-img-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  color: white;
  background: rgb(255 255 255 / 50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: var(--theme-orange-light-color);
}

.about-img-video .modal-dialog {
  max-width: 800px;
}

.about-img-video .modal-content {
  width: 100%;
  max-width: 100%;
  background-color: #000;
  position: relative;
  display: block;
}

.about-img-video .modal-body {
  padding: 0;
  width: 100%;
}

.about-img-video iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}

.about-img-video .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: var(--theme-orange-color)!important;
  background-color: var(--theme-white-color);
  border-radius: 50%;
  opacity: 0.8;
  padding: 8px;
  font-size: 14px;
}

.about-img-video .btn-close:hover {
  opacity: 1;
}

/*Love AV6 Section ===============*/
.love-av6-card-wrap{
    display: flex;
    /*grid-template-columns: repeat(auto-fit, minmax(219px, 1fr));*/
    gap: 20px;
    padding-top: 10px;
}

.love-av6-card-items {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 240px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.love-av6-card-items::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background: linear-gradient(242.35deg, #ee242300 12.97%, #ee2423 88.85%), #ee242300;
}

.love-av6-card-items:hover::before {
  background: linear-gradient(242.35deg, #ee242300 12.97%, #ee2423 88.85%), #ee2423;
}

.love-av6-card-items img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.love-av6-card-items .cont-wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
}

.love-av6-card-items .card-content h3 {
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
  color: var(--theme-white-color);
}

.love-av6-card-items .rgt-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.recognised-card-items .cont-wrap{
  background: url(../images/card-bg.png) center center no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 15px;
}
.recognised-card-items .cont-wrap .card-content h5{
  font-size: 18px;
  font-family: var(--theme-header-font-family);
  color: var(--theme-white-color);
  min-height: 65px;
}
.recognised-card-items .cont-wrap .card-content img{
  height: 75px;
  width: auto;
  margin-top: 20px;
}

/*Case Studies Tabs ===================*/
.case-studies-cnt .nav-tabs {
  border: none;
  justify-content: flex-start;
  gap: 5px;
}
.case-studies-cnt .nav-tabs .nav-link {
  border: none;
  background: var(--theme-orange-light-ex-color);
  font-weight: 500;
  color: var(--theme-gray-color);
  font-size: 1rem;
  padding: 10px 15px;
}
.case-studies-cnt .nav-tabs .nav-link.active {
  color: var(--theme-orange-color);
  border-bottom: 3px solid var(--theme-orange-color);
  font-weight: 600;
}

/* Hero Section */
.case-studies-cnt .tab-pane .hero {
  background-color: var(--theme-gray-light-ex-color);
  border-radius: 8px;
  margin: 20px 0;
  padding: 30px;
}
.case-studies-cnt .hero h2 {
  font-size: 36px;
  color: var(--theme-gray-color);
  font-family: var(--theme-header-font-family);
}

/* Case Studies Owl Cards ================*/
.case-studies-cnt .owl-carousel .item {
  margin: 15px;
}
.case-studies-cnt .owl-carousel .card {
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  overflow: hidden;
  height: 100%;
}
.case-studies-cnt .owl-carousel .card img {
  height: 220px;
  object-fit: cover;
}
.case-studies-cnt .owl-carousel .card-body {
  padding: 20px;
}
.case-studies-cnt .owl-carousel .card-body h3 {
  font-size: 26px;
  color: var(--theme-green-color);
  font-family: var(--theme-header-font-family);
}
.case-studies-cnt .owl-carousel .card-body p {
  color: var(--theme-gray-color);
  font-size: 14px;
}
.case-studies-cnt .owl-carousel .card-body a {
  color: var(--theme-orange-color);
  font-weight: 600;
  text-decoration: none;
}

.joinus-card{
  border-bottom: 4px solid var(--theme-orange-color);
  border-radius: 20px;
  overflow: hidden;
  background: var(--theme-white-color);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.joinus-card .card-body{
  padding: 30px;
}
.joinus-card .card-img{
  height: 100%;
}
.joinus-card .card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.joinus-card .card-body h3 {
    font-weight: 600;
    font-size: 26px;
    color: var(--theme-gray-color);
    font-family: var(--theme-header-font-family);
    margin-bottom: 15px;
}
.joinus-card .card-body h4 {
    font-size: 22px;
    color: var(--theme-gray-color);
    margin-bottom: 0;
}

