* {
  margin: 0;
  padding: 0;
}

:root {
  --main-font: "Fira Sans", sans-serif !important;
}

body {
  font-family: var(--main-font);
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

a {
  font-family: var(--main-font);
  font-size: 18px;
  text-decoration: none !important;
}

p {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 150%;
  color: #3f3f3f;
  font-weight: 500;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
}

h2 {
  font-size: clamp(24px, 4vw, 35px) !important;
  color: #1976a5;
  font-family: var(--main-font);
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

h5 {
  font-size: 20px !important;
  color: #1976a5;
  font-family: var(--main-font);
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}

section.agent-sec {
  text-align: center;
}

.ml-auto-custom a {
  font-size: 18px !important;
  background: #1b5371 !important;
  box-shadow: 0px 3px 5px 0px #ffffff inset;
  color: #fff;
}

.custom-toggler {
  display: none;
}

button:focus {
  outline: none !important;
  outline: none !important;
}

.custom-toggler.collapsed .toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #000;
}

.custom-toggler.collapsed .toggler-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #000;
}

.custom-toggler.collapsed .toggler-icon {
  background-color: transparent !important;
}

.ai-img {
  position: absolute;
  transform: translate(-50%, 0px);
  height: 92.5vh !important;
  object-fit: cover;
}

ul#agentTabs {
  justify-content: center !important;
}

.hero-sec {
  background-image: url("../../uploads/home-img/bg-10.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.user-count {
  width: 45%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

section#banner-2 {
  text-align: center;
}

@keyframes slideDownFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply to the navbar container */
nav.navbar {
  opacity: 0;
  animation: slideDownFadeIn 1s ease forwards;
  animation-delay: 0.3s;
}

.h-vh-80 {
  height: 80vh;
}

section#banner-2 h1 {
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(
    178.69deg,
    #797979 1.12%,
    #ffffff 41.32%,
    #303030 85.58%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  display: flex;
  margin: 0;
  text-shadow: none;
  height: 30vh;
  justify-content: center;
  align-items: center;
}

li.nav-item.dropdown.show {
  position: static !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 110%;
  left: 0px;
  width: 100vw;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 20px;
  z-index: 10;
  flex-wrap: wrap;
  gap: 20px;
  margin-right: 20px !important;
}

section.experience video {
  opacity: 0.3;
  display: none !important;
}

.dropdown-content.show {
  display: flex;
  width: 100%;
}

.experience {
  background-image: url();
}

.column {
  flex: 1 1 30%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dropdown-content .item {
  background: #f9f9f9;
  padding: 14px 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dropdown-content .item:hover {
  background: #1b5371 !important;
  color: #fff;
}

@media (max-width: 768px) {
  div#menu-mainn
    > ul.navbar-nav
    > li.nav-item.item_has-dropdown:hover
    > a.nav-link:before {
    display: none;
  }
  .dropdown-content {
    flex-direction: column;
  }
  .slider-content-main {
    text-align: center;
  }
  li.nav-item {
    padding: 0px !important;
  }
  .mb-box {
    width: 90% !important;
  }
  i.fas.fa-quote-left.quote-1 {
    height: 70px !important;
    width: 70px !important;
    right: -3% !important;
  }
  section.awards-section {
    text-align: center;
  }
}

.arrow-down-text a {
  font-size: 16px;
  text-decoration: none;
  color: black;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 0px #4dfcff;
  }

  100% {
    text-shadow: 0 0 120px #4dfcff;
  }
}

/* Apply to your h1 */
section#banner-2 h1.glow-once {
  animation: glow 1.5s forwards;
}

.glow-animation {
  animation: glow 0.5s alternate ease-in-out;
}

.container {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.animated-img {
  position: absolute;
  top: 0;
  left: 25%;
}

.animated-img img {
  width: 222px;
  height: 387px;
}

.arrow-down {
  width: 118px;
  height: 112px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -238px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.arrow-down-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  border: 2px solid #2c6f91;
  border-radius: 60px;
  height: 100px;
  width: 104px;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.arrow-down i {
  font-size: 30px;
}

.vertical-menu {
  writing-mode: sideways-lr;
  font-family: var(--main-font);
  font-weight: bold;
  color: white;
  text-align: center;
  width: 60px;
  height: 76%;
  position: absolute;
  margin: 20px;
  top: 0;
  left: 0;
}

.vertical-menu ul {
  list-style-type: disc;
  padding: 0;
  margin: 0;
}

.vertical-menu li {
  margin: 20px 0;
  color: white;
  list-style-position: inside;
}

.vertical-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  height: 80%;
  width: 60px !important;
  position: absolute;
  top: 8px;
  right: 0;
  justify-content: center;
}

.line {
  width: 1px;
  height: 30px;
  background-color: #b6d9ef;
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 10px 0;
}

.outlined {
  border: 1px solid #b6d9ef;
  background-color: transparent;
}

.filled {
  background-color: #fff;
}

.who-we-are-content:after {
  position: absolute;
  content: "";
  background: #1b5371;
  width: 13%;
  height: 5px;
  border-radius: 50px;
  top: -3px;
  left: 70%;
}

.who-we-are-content:before {
  position: absolute;
  content: "";
  background: #1b5371;
  width: 5px;
  height: 20%;
  border-radius: 50px;
  top: 50%;
  left: -3px;
}

.title-box {
  color: white;
  padding: 0.5rem 2rem;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: -3px;
  left: -3px;
  height: 70px;
  border-bottom: 1px solid #000;
  max-width: 300px !important;
  font-size: 18px;
  width: 100% !important;
}

.title-box::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 96px;
  top: -30px;
  right: -41px;
  background: #fff;
  transform: rotate(45deg);
  border-right: 1px solid #000;
  border-left: 8px solid #fff;
  margin: 0;
  padding: 0;
}

.who-we {
  background: #174963;
  padding: 10px 20px;
  border-radius: 50px;
  width: 100%;
  min-width: 200px;
  text-align: center;
  position: relative;
  font-family: var(--main-font);
}

.who-we-are-content {
  display: block;
  padding-top: 2rem;
}

.image-box {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 1rem;
}

.image-box img {
  height: 449px;
  width: 100%;
  object-fit: contain;
  margin-top: 40px;
}

.text-and-features {
  display: inline-block;
  width: 70%;
  padding: 1rem;
  vertical-align: top;
}

.description-2 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.features-row {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 6px;
}

.feature-box {
  display: flex;
  width: 24%;
  background: linear-gradient(to bottom, #1e5d7d, #0f2c3f);
  color: white;
  border-radius: 8px;
  text-align: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 207px;
  padding: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: hidden;
}

.feature-box p {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 16px);
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
}

.feature-box img {
  margin-bottom: 12px;
}

/* services-sec */
section.services-section h3 {
  font-size: clamp(28px, 5vw, 60px) !important;
  color: #02517b !important;
  font-family: var(--main-font);
}

.services-section p {
  color: #1b5371;
  text-align: left;
}

.services-box {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0px;
  gap: 10px;
  align-items: center;
}

.differnce-sec {
  height: 300px;
  background-color: #1b5371;
}

.differnce-sec h2 {
  font-size: 35px !important;
  margin-bottom: 10px !important;
  text-transform: capitalize;
}

.differnce {
  margin-top: -140px !important;
}

.circles {
  max-width: 240px;
  min-width: 207px;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #407e9e;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.circles p {
  text-align: center;
}

.cta {
  background: #1b5371;
  padding-block: 4rem;
}

.shape-sec {
  background-color: white;
  border-radius: 200px 0px 200px 0px;
}

.cta p {
  line-height: 2.5rem;
  text-align: center;
  font-size: clamp(18px, 2.5vw, 24px);
  padding: 10px 30px;
}

.cta button {
  background: #1b5371;
  padding: 10px 20px;
  color: #fff;
  border-radius: 7px;
  border: 1px solid #1b5371;
  width: 20%;
  font-size: 18px;
  font-weight: 600;
  min-width: 210px;
}

.main-agents {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  margin-top: -46px;
  background: white;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 3px solid #095075;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 10;
  animation: bounce 2s infinite;
}

img.auto-icon {
  width: 27%;
}

.sub-main {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 20px;
  text-align: start;
}

header.first-header {
  margin-top: 45px;
}

.header-col-first img {
  width: 14%;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #02517b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0f2c3f;
}

/*-- experience --*/
.experience h2,
.section-header h2 {
  color: #1b5371;
  margin-bottom: 10px !important;
}

.country {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-end;
}

.country-img {
  display: flex;
  flex-direction: column;
}

.country-img img {
  width: 42px;
  height: 30px;
}

span.location-icon i {
  font-size: 24px;
  color: #1b5371;
}

.experience h5 {
  font-size: clamp(14px, 2vw, 20px) !important;
  color: #1976a5;
  font-family: var(--main-font);
  font-weight: 600 !important;
}

/*-- agent-section --*/
.agent-wrapper .agent-sec {
  padding: 50px 0;
}

.agent-wrapper .nav-pills .nav-link {
  color: #1976a5 !important;
  border-radius: 5px;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid #1b5371;
}

.agent-wrapper .nav-pills .nav-link.active {
  background-color: #1976a5;
  color: white !important;
}

ul.navbar-nav.popup-nav.d-block {
  color: black !important;
}

.agent-wrapper .tab-content-area {
  background-color: #1976a5;
  color: white;
  border-radius: 10px;
  padding: 30px;
}

.agent-wrapper .tab-pane img {
  border-radius: 8px;
  margin-top: 15px;
  max-width: 100%;
}

.agent-wrapper .tab-pane h4 {
  font-weight: bold;
}

.agent-wrapper .tab-pane ul {
  padding-left: 20px;
}

.agent-wrapper .tab-pane ul li {
  margin-bottom: 10px;
}

.agent-wrapper .tab-pane p {
  color: #d0e7f4;
}

.agent-wrapper .tab-pane h5 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.text-border {
  border-left: 1px solid #ffff;
}

.section {
  padding: 40px 0;
}
.chatbot-img {
  width: 500px;
  display: block;
}

.laptop-img {
  width: 260px;
  display: block;
}

.chatbot-btn {
  padding: 7px 40px !important;
  background-color: #0077b6 !important;
  border: none !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
}

.chatbot-btn:hover {
  background-color: #023e8a;
}

.heading span {
  color: #2b7094;
  font-weight: 700;
}

/* Cards */
.custom-card {
  background: url("../../uploads/home-img/vector-1.png") no-repeat center center;
  background-size: cover;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 346px;
  position: relative;
  height: 311px;
  margin: 0 auto;
}

.custom-card:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.icon-badge {
  position: absolute;
  top: -21px;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  border: 3px solid #2b7094;
  left: -8%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-badge img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  background: #d9d9d9;
  border-radius: 50px;
  padding: 8px;
  margin: 10px;
}

.custom-card h5 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.custom-card p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
  line-height: 150%;
}

.card-btn {
  background: #ffffff !important;
  color: #0077b6 !important;
  border: none !important;
  padding: 10px 25px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  margin: 0 auto !important;
}

.card-btn:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #fff !important;
  border: 1px SOLID !important;
}

.vector-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 100px;
}

.contact-image img {
  max-width: 300px;
  margin-right: -30px;
}

.contact-form-card {
  background: transparent;
  border: 3px solid #407bff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  max-width: 726px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-image {
  position: relative;
  z-index: 2;
}

.book-cons {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form-group.me-3 {
  margin-right: 16px;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333333;
}

.form-group input,
.form-group textarea {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  color: #333333;
  background: transparent;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999999;
}

.btn-submit {
  color: #fff;
  border: 2px solid #00537e;
  padding: 12px 28px;
  border-radius: 8px;
  background: #00537e;
  font-size: 16px;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #007bff;
  color: #fff;
}

.plant-image {
  position: absolute;
  right: 8%;
  bottom: 0;
  z-index: -9 !important;
  height: 389px;
  width: 315px;
  object-fit: contain;
}

ul.benefits-list {
  list-style-type: auto;
}

ul.benefits-list li {
  font-size: 18px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  color: #3f3f3f;
  margin-bottom: 10px;
}

.cards {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.cards:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.cards .image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.cards .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  max-width: 267px;
  height: 250px;
}

.cards .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: #000000;
  opacity: 0.2;
}

.setting-flex {
  flex-direction: column;
}

.pen-animated {
  width: 58%;
}

.setting-icon {
  animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  color: #276891;
  margin-bottom: 10px !important;
  position: relative;
  display: inline-block;
}

.card-title::after {
  content: "";
  display: block;
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg, #ffffff 0%, #3380a7 50%, #ffffff 100%);

  margin: 8px auto 0 auto;
  border-radius: 2px;
}

.card-text {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 15.2px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #3f3f3f;
}

/* new banner css start */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: white;
  height: calc(100vh - 140px);
}

.hero-section video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.hero-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 0px;
}

.hero-description {
  color: white;
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 40px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  justify-content: start;
}

section#banner-2 {
  display: none !important;
}

.user-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
}

.hero-content button {
  width: 10% !important;
  margin: 0 auto !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 12px;
  border: 1px;
}

.hero-content a {
  text-decoration: none;
  color: black;
  text-shadow: 0 0 black;
}

.hero-flex {
  display: flex;
  justify-content: center;
  text-align: center;
}

.user-info span {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 0.9rem;
  }
}

/* New Button Class */
.case-btn {
  border: 1px solid #276891 !important;
  color: #276891 !important;
  padding: 8px 20px !important;
  font-size: 15px !important;
  transition: all 0.3s ease;
  border-radius: 12px !important;
}

.case-btn:hover {
  background-color: #276891;
  color: #ffffff;
}

.case-studies {
  background: #3380a7;
}

nav.header.fixed {
  background: #fff !important;
  height: 118px !important;
  padding: 0 !important;
  margin: 0 !important;
  top: -22px !important;
  border-bottom: 1px solid #00000021 !important;
}

.bg-img {
  background-image: url("../../uploads/home-img/secreenshot.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 719px;
  max-height: 719px;
  width: 100%;
}

@media (max-width: 1400px) {
  .container {
    max-width: 90% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 1340px) {
  .carousel-control-next.custom-control {
    right: 45% !important;
    transform: translateX(50%) !important;
    top: 100% !important;
  }

  .carousel-control-prev.custom-control {
    left: 45% !important;
    top: 100% !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 1280px) {
  .plant-image {
    right: 0%;
    width: auto;
  }

  .card-title {
    font-size: 22px !important;
  }
}

@media (max-width: 1200px) {
  .plant-image {
    right: 0%;
    width: auto;
    opacity: 0.2;
  }

  .who-we-are-content:before {
    left: -5px;
  }

  .who-we-are-content:after {
    left: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .custom-toggler {
    display: block !important;
    border: none !important;
    background-color: transparent !important;
    padding: 10px !important;
    cursor: pointer !important;
  }

  #navbarContent {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: column !important;
  }

  #navbarContent.show {
    max-height: 100%;
    opacity: 1;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
  }

  /* Styling the hamburger icon */
  .toggler-icon {
    width: 30px !important;
    height: 3px !important;
    background-color: #fff;
    display: block !important;
    position: relative !important;
  }

  .header-nav {
    padding: 20px !important;
    background: #fff;
    width: 100%;
    margin: 1px auto;
    border-radius: 8px;
    gap: 0 !important;
  }

  .header-nav .nav-link {
    color: #2c6f91 !important;
    padding: 0 !important;
  }

  li.nav-item.nav-btn {
    border: 1px solid #2c6f91;
    width: 150px;
    text-align: center;
    padding: 10px !important;
    margin: 1px 0;
    display: block !important;
  }

  li.nav-item {
    padding: 8px;
    border-radius: 5px;
  }

  li.nav-item:hover {
    background: #dddddd59;
  }

  .navbar-nav .dropdown-menu {
    padding: 0;
  }

  a.dropdown-item {
    border-bottom: 1px solid #ddd;
  }

  /* Creating the three horizontal bars for the hamburger */
  .toggler-icon::before,
  .toggler-icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .toggler-icon::before {
    top: -8px;
  }

  .toggler-icon::after {
    bottom: -8px;
  }

  .ml-auto-custom {
    display: none;
  }

  .chatbot-img {
    width: 400px;
  }

  .laptop-img {
    width: 200px;
  }

  .vector-img {
    display: none;
  }

  .custom-card {
    padding: 20px 10px;
  }

  .contact-section {
    flex-direction: column;
  }

  .contact-form-card {
    margin-left: 0;
    margin-top: 30px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-group.me-3 {
    margin-right: 0;
  }

  .description {
    margin-left: 90px;
  }

  .footer-box {
    top: -84px;
  }
}

@media screen and (max-width: 1024px) {
  section#banner-2 h1 {
    font-size: 120.09px;
  }

  .card-title {
    font-size: 24px !important;
  }

  .services-box {
    gap: 7px;
  }

  .services-box img {
    width: 50px;
  }

  .services-section p {
    font-size: 17px;
  }

  section#banner-2 h1 {
    height: auto;
  }

  .arrow-down {
    width: 120px;
    height: 120px;
  }

  .arrow-down-text {
    height: 110px;
    width: 110px;
  }

  .user-count {
    width: 60%;
  }
}

@media screen and (max-width: 912px) {
  .feature-box {
    width: 49%;
  }

  .description {
    margin-left: 40px;
  }

  .title-box {
    max-width: 220px !important;
  }
}

@media screen and (max-width: 820px) {
  .custom-card {
    width: 330px;
    height: 310px;
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .chatbot-img {
    width: 300px;
    margin: 0 auto;
  }

  .laptop-img {
    width: 200px;
  }

  .custom-card {
    padding: 20px 15px;
  }

  .image-box,
  .text-and-features {
    display: block;
    width: 100%;
  }

  .feature-box {
    width: 49%;
    margin-bottom: 1rem;
    height: 200px;
  }

  .carousel-item {
    padding: 0px 0px;
  }

  .differnce {
    margin-top: 0 !important;
  }

  .differnce-sec {
    height: auto;
  }

  .company {
    width: 500px;
    margin: 0 auto;
  }

  div#testimonialCarousel {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
  }

  .testimonial-1 {
    padding: 20px 20px;
  }

  .testimonial-1 p {
    margin: 0 !important;
    text-align: CENTER;
  }

  .carousel-item {
    border-radius: 50px;
  }
}

@media (max-width: 767.98px) {
  section#banner-2 h1 {
    font-size: 90.09px;
  }

  .description-2 {
    margin-left: 0px !important;
    text-align: center;
  }

  .banner-text {
    text-align: center !important;
  }

  .contact-image img {
    display: none;
  }

  .contact-form-card {
    margin-left: auto;
    margin-top: 0px;
  }

  .user-count p {
    margin-top: 0px !important;
  }

  .footer-box {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .footer-info {
    flex-direction: column;
  }

  .footer-info .col-md-4,
  .footer-info .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-info .border-box {
    border: none;
  }

  .social-line {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  i.location {
    width: auto;
    font-size: 20px;
  }

  .footer-box:before,
  .footer-box:after {
    display: none;
  }

  .footer-bottom {
    padding: 10px;
    font-size: 13px;
  }

  p,
  ul.benefits-list li {
    font-size: 16px !important;
  }

  .description {
    margin-left: 0px;
    text-align: center;
  }

  .cta p {
    line-height: 2rem;
  }

  .services-section p {
    text-align: center;
  }

  .services-box p {
    text-align: left;
  }

  .cta button {
    font-size: 14px;
    min-width: 165px;
  }

  .agent-wrapper .nav-pills .nav-link {
    font-size: 16px !important;
    min-width: 120px !important;
    font-size: 16px !important;
  }

  .whatsapp-png,
  .mailing-png {
    width: 400px;
    margin-bottom: 1rem;
  }

  .country-sec {
    gap: 20px 0;
  }

  .tooltip-container {
    justify-content: center;
  }

  .footer-center {
    justify-content: center;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 14px 0 !important;
    width: 275px;
    margin: 0 auto;
  }
}

@media (max-width: 624.98px) {
  .sub-main {
    margin-left: 0px;
  }

  section#banner-2 h1 {
    font-size: 65px;
  }

  ul#agentTabs {
    padding-block: 0px;
    gap: 10px;
    position: relative;
    z-index: 99;

    li.nav-item {
      border-radius: 5px;
      margin: 0 !important;
      padding: 0 !important;
      width: 130px !important;
    }
  }
}

@media (max-width: 550px) {
  .carousel-control-prev.custom-control {
    left: 40% !important;
  }

  .carousel-control-next.custom-control {
    right: 40% !important;
  }

  #contact-us-section .form-row > div {
    flex: 1 1 49% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 510px) {
  button.slick-prev.slick-arrow {
    left: 40% !important;
    transform: translateX(-50%);
  }

  button.slick-next.slick-arrow {
    right: 40% !important;
    transform: translateX(50%);
  }

  .hero-section video {
    max-height: 390px;
  }

  section#banner-2 h1 {
    font-size: 50px;
  }

  .main-agents {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-section {
    height: 370px;
  }

  .shape-sec {
    background-color: white;
    border-radius: 70px 0px 70px 0px;
  }

  .mid-img {
    width: 250px !important;
    height: 170px !important;
  }

  .user-count {
    width: 100%;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .feature-box {
    width: 100%;
  }

  .agent-wrapper .tab-content-area {
    padding: 30px 0;
  }

  .title-box::before {
    height: 96px;
    top: -30px;
  }

  .title-box {
    max-width: 211px !important;
  }

  .vertical-menu {
    width: auto;

    margin: 0;
  }

  .who-we-are-content:after {
    left: 0px;
    top: 65px !important;
  }

  .navbar-brand-box {
    width: 30%;
  }

  .company {
    width: 250px;
  }
}

@media (max-width: 350px) {
  .custom-card {
    width: 246px !important;
  }

  .logo {
    width: 80px;
    height: 80px;
  }

  .logo img {
    width: 45px;
    height: 45px;
  }
}

.case-btn {
  background-color: #276891 !important;
  color: #ffffff !important;
}

/*-- ai-tools-section --*/
.ai-tools-section {
  padding: 80px 0;
  background-color: #f7f7f7;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header p {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 700px;
  margin: 0 auto;
}

.ai-tools-list {
  gap: 20px 0;
}

.tool-card {
  background: white;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  border: none;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.country-img img {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  border-radius: 4px;
}

.tool-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tool-card-header {
  background-color: #1976a5;
  color: white;
  padding: 12px;
  border-bottom: none;
}

.tool-card-header h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.tool-list {
  padding: 12px;
  margin: 0;
}

.tool-list li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #00000099;
  font-size: 16px;
}

.feature-box {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.tool-list a {
  list-style: none;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #00000099;
  font-size: 16px;
}

.tool-list li:hover {
  color: #000;
}

.tool-list li svg,
.tool-list li img {
  width: 24px;
  height: 24px;
}

.extra.hidden {
  display: none;
}

.show-more-btn {
  color: #1b5371;
  border: 0;
  border-radius: 20px;
  padding: 6px 16px;
  margin: 0 10px 10px;
  font-weight: 500;
  transition: all 0.2s ease;
  font-size: 14px;
}

.show-more-btn:hover {
  background-color: #fff;
  color: #1b5371;
}

@media (max-width: 770px) {
  .banner-text {
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 768px) {
  .ai-tools-section {
    padding: 50px 0;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .section-header p {
    font-size: 1rem;
  }

  .tool-card-header h3 {
    font-size: 1.1rem;
  }

  .height-m {
    margin-top: 0px !important;
  }
}

@media (max-width: 950px) {
  .col-100 {
    width: 100% !important;
  }
}

@media (max-width: 393px) {
  .custom-card {
    width: 300px;
    height: 280px;
  }

  .differnce-sec h2 {
    font-size: 30px !important;
    margin-bottom: 10px !important;
    text-transform: capitalize;
  }
}

a.dropdown-item:hover {
  background: #f0f0f0;
  color: #2c6f91;
}

a.dropdown-item {
  padding: 4px 5px;
  border-bottom: 1px solid #dddddd66;
}

.banner-text {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
  text-align: left;
}

.user-count p {
  font-family: var(--main-font);
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 10px;
}

.comapy-list li {
  font-family: var(--main-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
  color: #fff;
  text-align: left;
}

.mid-img {
  width: 300px;
  height: 250px;
  object-fit: contain;
  max-width: 100%;
}

@keyframes slideDownHeader {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* By default */
.header {
  animation: slideDownHeader 0.4s ease forwards;
}

/* When menu opens — animate header itself */
.header {
  animation: slideDownHeader 0.4s ease forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  background: transparent;
}

nav.header.fixed {
  background: #fff !important;
}

nav.header.fixed .nav-link {
  color: #000 !important;
}

nav.header.menu-open {
  animation: slideDownHeader 0.4s ease forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  background: #fff;
  border-bottom: 5px solid #2b7094;
}

nav.header.fixed .toggler-icon::before,
nav.header.fixed .toggler-icon::after {
  background-color: #000;
}

nav.header.fixed .toggler-icon {
  background-color: #000;
}

/* new css btn 3d effect */
.btn-ai {
  position: relative;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #02c6cc, #02aab1);
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 0 #01878d, 0 10px 18px rgba(2, 170, 177, 0.3);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
}

.btn-ai:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 0 #01878d, 0 14px 28px rgba(2, 170, 177, 0.4);
  text-decoration: none;
}

.btn-ai:active {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #01878d, 0 6px 12px rgba(2, 170, 177, 0.25);
}

.btn-ai::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.25s ease;
}

.btn-ai:hover::after {
  transform: translateX(4px);
}

/* Pulse animation using CSS keyframes */
@keyframes aiPulse {
  0% {
    box-shadow: 0 6px 0 #01878d, 0 10px 18px rgba(2, 170, 177, 0.3);
  }

  50% {
    box-shadow: 0 6px 0 #01878d, 0 10px 28px rgba(2, 170, 177, 0.5);
  }

  100% {
    box-shadow: 0 6px 0 #01878d, 0 10px 18px rgba(2, 170, 177, 0.3);
  }
}

.btn-ai.pulse {
  animation: aiPulse 2s infinite;
}

@media (max-width: 575px) {
  .video-card {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .videos {
    text-align: center;
  }

  .who-we {
    min-width: 166px;
  }

  .get {
    margin-right: 0px !important;
  }

  .mob-block {
    display: block !important;
    margin: 0 auto;
    text-align: center;
  }
}

.mobile_hidee h3 {
  color: #000;
}

/* partners-section */
.partners-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.partner-card {
  transition: all 0.3s ease;
  border-radius: 8px;
  background: white;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section-heading {
  position: relative;
  display: inline-block;
  color: #2c3e50;
}
.partner-logo:hover img {
  transform: scale(1.05);
}

.partner-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
}

.partner-description {
  color: #6c757d;
  margin-bottom: 20px;
}

.partner-btn {
  border: 2px solid #095075 !important;
  color: #095075 !important;
  font-weight: 600 !important;
  border-radius: 30px !important;
  padding: 8px 20px !important;
  transition: all 0.3s ease !important;
  margin-top: auto;
}

.partner-btn:hover {
  color: white !important;
  background: linear-gradient(to right, #095075, #095075);
  border-color: transparent;
  text-decoration: none;
}

.partners-container {
  border-radius: 10px;
}

.partner-card-inner {
  padding: 20px !important;
  text-align: center;
}

.partner-logo img {
  transition: transform 0.3s ease;
  max-height: 100px;
  width: 100%;
  margin-bottom: 20px;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  margin: 13px 0;
  padding: 20px 0;
  border-radius: 16px;
}

/* pattern-section-end */
.tooltip-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.tooltip-container i {
  color: #fff;
  width: 45px;
  font-size: 20px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  fill: #095075;
}

.tooltip-container .tooltip-text {
  visibility: hidden;
  width: 140px;
  background-color: #fff;
  color: #095075;
  text-align: center;
  padding: 5px 8px;
  border-radius: 20px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 10;
}

.tooltip-container i:hover + .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.icon-outerr a,
.icon-outerr-1 i {
  display: flex;
  justify-content: center;
  align-items: center;
}

#test .slick-next:before,
#test .slick-prev:before {
  font-size: 31px !important;
  color: #fff !important;
  background: #1976a5;
  border-radius: 20px;
  content: none !important;
}

#test .slick-prev:before {
  content: none !important;
}

.slick-next:before {
  content: none !important;
}

#test button.slick-next.slick-arrow {
  bottom: 0;
  top: 100%;
  right: 45%;
  transform: translateX(50%);
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
}

ul.sub-menuu.dropdown-items li a {
  font-size: 16px !important;
  line-height: 32px !important;
}

footer a {
  color: inherit !important;
}

.icon-outerr a,
.icon-outerr-1 i {
  width: 45px;
  font-size: 20px;
  height: 45px;
  color: #095075 !important;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

.main-agents {
  display: none;
}

.nav-link,
.navbar {
  padding: 0.5rem 1rem;
}

/* form-outer */
#contact-us-section {
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  background: #095075;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

#contact-us-section .container .flex-from {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%;
}

@media (min-width: 768px) {
  #contact-us-section .container .flex-from {
    flex-direction: row;
  }
}

#contact-us-section .form-section {
  flex: 1;
  padding: 32px;
}

#contact-us-section .form-section h2 {
  margin: 0 0 8px !important;
  font-size: 25px !important;
}

#contact-us-section .form-section p {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 16px;
}

#contact-us-section form input[type="text"],
#contact-us-section form input[type="email"],
#contact-us-section form input[type="tel"],
#contact-us-section form textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 16px;
}

#contact-us-section .form-row {
  display: flex;
  gap: 12px;
  flex-direction: row !important;
}

/* Wrapper relative */
#contact-us-section #getInTouch .input-wrapper {
  position: relative;
  margin-bottom: 18px;
  flex: 0 0 48%;
  max-width: 49%;
}

#contact-us-section #getInTouch .input-wrapper.textarea {
  flex: 0 0 100%;
  max-width: 100%;
}

#contact-us-section #getInTouch label {
  position: absolute;
  left: 10px;
  top: -9px;
  font-size: 14px;
  color: #374151;
  background: #fff;
  padding: 0 5px;
  pointer-events: none;
  transition: 0.2s ease all;
}

/* Floating label on focus or filled input */
#contact-us-section #getInTouch input:focus + label,
#contact-us-section #getInTouch textarea:focus + label,
#contact-us-section #getInTouch input:not(:placeholder-shown) + label,
#contact-us-section #getInTouch textarea:not(:placeholder-shown) + label {
  top: -12px;
  left: 10px;
  font-size: 12px;
  color: #095075;
}

#contact-us-section button:hover {
  background: #0950759e;
}

/* Right side */
#contact-us-section .contact-image-section {
  flex: 1;
  position: relative;
  display: flex;
  align-items: flex-end;
}

#contact-us-section .contact-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contact-us-section .contact-image-overlay {
  position: absolute;
  inset: 0;
  background: rgb(9 80 117 / 45%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

#contact-us-section .contact-image-overlay h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
}

#contact-us-section .form-section {
  flex: 1;
  padding: 32px;
}

#contact-us-section .form-section h2 {
  margin: 0 0 8px;
  font-size: 25px;
}

#contact-us-section .form-section p {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 16px;
}

#contact-us-section form input,
#contact-us-section form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 16px;
}

form#getInTouch {
  margin-block: 40px 0;
}

#contact-us-section .form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #contact-us-section .flex-from {
    flex-direction: row;
  }
}

.fix-width {
  max-width: 1000px !important;
  margin: 0 auto;
  width: 100% !important;
  padding: 20px;
}

#contact-us-section .contact-image-overlay ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#contact-us-section .contact-image-overlay ul li {
  padding: 3px;
  border-radius: 20px;
  font-size: 14px;
  background: #fff;
  color: #095075;
  margin-bottom: 5px;
  text-align: center;
}

@media (max-width: 992px) {
  #contact-us-section .contact-image-overlay ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #contact-us-section .contact-image-overlay ul {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1200px) {
  #contact-us-section .contact-image-overlay ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

#contact-us-section .contact-image-overlay ul li::marker {
  color: #fff;
}

.partner-card img {
  height: 70px !important;
  max-height: 60px !important;
  object-fit: contain;
  width: 100% !important;
}

.awards-column {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  border-left: 4px solid #095075;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #095075, #00d2ff);
}

.award-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.partner-card {
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.partner-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-color: #095075;
}

.reward-card img {
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .reward-card img {
    max-height: 300px;
    width: auto;
  }
}

@media (max-width: 1262px) {
  .font-size {
    font-size: clamp(1.5rem, 2vw + 5px, 2.5rem) !important;
  }
}
.arrow-down {
  display: none;
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 75% !important;
  }
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("https://staging.devexhub.com/webfonts/fa-brands-400.woff2")
      format("woff2"),
    url("https://staging.devexhub.com/webfonts/fa-brands-400.woff")
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://staging.devexhub.com/webfonts/fa-solid-900.woff2")
      format("woff2"),
    url("https://staging.devexhub.com/webfonts/fa-solid-900.woff")
      format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("https://staging.devexhub.com/webfonts/fa-brands-400.woff2")
      format("woff2"),
    url("https://staging.devexhub.com/webfonts/fa-brands-400.woff")
      format("woff");
  font-display: optional;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://staging.devexhub.com/webfonts/fa-solid-900.woff2")
      format("woff2"),
    url("https://staging.devexhub.com/webfonts/fa-solid-900.woff")
      format("woff");
  font-display: optional;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  src: url("fa-brands-400.woff2") format("woff2"),
    url("fa-brands-400.woff") format("woff");
  font-display: swap;
}
/* For @font-face */
@font-face {
  font-family: "FontAwesome";
  src: url("https://staging.devexhub.com/webfonts/fa-solid-900.woff2")
      format("woff2"),
    url("https://staging.devexhub.com/webfonts/fa-solid-900.woff")
      format("woff");
  font-display: swap;
}

/* For Google Fonts or similar */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500&display=swap");
/* Add to your font-face declarations */
@font-face {
  font-family: "YourFont";
  src: url("path/to/font.woff2") format("woff2");
  font-display: swap; /* or 'optional' */
}

.awards-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.award-card {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.award-card img {
  max-width: 80px;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

.award-card:hover img {
  transform: scale(1.1);
}

.stars i {
  font-size: 0.9rem;
  margin: 0 1px;
  transition: transform 0.3s ease;
}

.award-card:hover .stars i {
  transform: scale(1.2);
}

.business-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.business-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
/*-----------products css--------------------*/
:root {
  --mb-green: #91c591;
  --mb-dot: rgba(0, 0, 0, 0.25);
}

.mb-wrap {
  overflow: hidden;
  height: 300px;
}

.mb-track {
  display: flex;
  flex-direction: column;
  transition: 0.9s;
}

.mb-slide {
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-box {
  width: 65%;
  padding: 2rem 5rem 2rem 2rem;
  background: #1b5371;
  color: #fff;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(60px);
}

.mb-slide img {
  position: absolute;
  right: 60px;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  transform: translateY(-30px);
}

.mb-active .mb-box {
  opacity: 1;
  transform: none;
  transition: 0.7s;
}

.mb-active img {
  transform: none;
  transition: 1s;
}

.mb-dot {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: 0;
  background: var(--mb-dot);
  margin: 0 4px;
}

.mb-dot.active {
  width: 22px;
  background: #1b5371;
}
div#recaptcha {
  margin-bottom: 18px;
}
/*-----------------------------*/
/* Reset Bootstrap tab styles */
.ai-tab-container .nav-tabs {
  border-bottom: none;
  margin-bottom: 0;
}

.ai-tab-container .nav-tabs .nav-link {
  border: 1px solid #dee2e6;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #095075;
  background-color: #ffffff;
  margin-right: 0.2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

.ai-tab-container .nav-tabs .nav-link:hover {
  border-color: #dee2e6;
  background-color: #f8f9fa;
  color: #095075;
}

.ai-tab-container .nav-tabs .nav-link.active {
  background-color: #095075;
  border-color: #095075;
  color: white;
}

.ai-tab-container .nav-tabs .nav-link.active:hover {
  background-color: #095075;
  border-color: #095075;
  color: white;
}

.ai-tab-container .tab-content {
  background-color: #095075;
  padding: 2rem;
  border-radius: 10px 10px 10px 10px;
  margin-top: -1px;
}

/* Main container */
.ai-tab-container {
  margin: 5rem auto;
  max-width: 1200px;
}

.ai-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #095075;
  font-weight: 700;
}

/* Tab content styling */
.ai-tab-content {
  color: white;
}

.ai-video-container {
  margin-bottom: 1.5rem;
}

.ai-video-container video {
  border-radius: 10px;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.ai-tab-content h3 {
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 600;
}

.ai-tab-content p {
  margin-bottom: 1rem;
  color: #fff;
  line-height: 1.6;
}

.ai-tab-content h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  color: #ffffff;
  font-weight: 600;
}

.ai-tab-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.ai-tab-content ul li {
  margin-bottom: 0.6rem;
  color: #fff;
  line-height: 1.5;
}

.ai-testimonial {
  margin-top: 2rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #4caf50;
  font-style: italic;
  color: #f0f0f0;
  border-radius: 0 5px 5px 0;
}

/* Grid layout */
.ai-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  justify-items: center;
  align-items: center;
}

/* Responsive design */
@media (max-width: 768px) {
  .ai-tab-container {
    margin: 2rem auto;
    padding: 0 15px;
  }

  .ai-tab-container .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 14px;
  }

  .ai-tab-container .tab-content {
    padding: 1.5rem;
  }

  .ai-video-container video {
    max-height: 250px;
  }

  .ai-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 500px) {
  .ai-tab-container .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ai-tab-container .nav-tabs .nav-link {
    font-size: 11px;
    padding: 6px 8px;
    margin-bottom: 5px;
    flex: 1;
    min-width: 80px;
    text-align: center;
  }

  .ai-tab-content h3 {
    font-size: 1.5rem;
  }

  .ai-tab-content h5 {
    font-size: 1.2rem;
  }

  .ai-testimonial {
    font-size: 0.9rem;
    padding: 0.75rem;
  }
}

/* Make sure Bootstrap doesn't override our colors */
.ai-tab-container .tab-pane {
  color: inherit;
}

/* Override Bootstrap's default active state */
.ai-tab-container .nav-tabs .nav-item.show .nav-link,
.ai-tab-container .nav-tabs .nav-link.active {
  color: white !important;
  background-color: #095075 !important;
  border-color: #095075 !important;
}
.ai-tab-content ul ::marker {
  color: #ffffff;
}
.key-points li {
  font-size: 15px;
}
section#servicves-sec {
  margin-top: 75px;
}
i.fas.fa-quote-left.quote-1 {
  color: #113247;
  background-color: #fff;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  position: absolute;
  right: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 47px;
}
div#contact-us-section {
  scroll-margin-top: 98px;
}
