* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  /* font-size: 1rem; */
  line-height: 1.5;
}
/* .container-fluid{
    padding: 0 3rem ;
  } */

p {
  font-size: 18px;
  margin-bottom: 0 !important;
}
h6 {
  margin-bottom: 0px !important;
}
ul {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.primary {
  color: #000;
}

.orange {
  color: #00bfff !important;
  font-weight: 600;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  background-color: white;
  position: relative;
}

.logo {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
.logo img {
  object-fit: contain;
  height: 70px;
}

.logo-top {
  font-size: 12px;
  letter-spacing: 4px;
  color: #6ea5e9;
}

.logo-bottom {
  font-size: 36px;
  letter-spacing: -2px;
  color: #333;
  position: relative;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.nav-links a:hover {
  color: #00bfff;
}
button.btn.btn-submit {
  background-color: #fcfdff00;
  background-image: linear-gradient(153deg, #00bfff, #1388c3) !important;
  color: white;
  padding: 12px 25px;
  border-radius: 6px;
  border: 0;
}
button.btn.btn-submit:hover {
  background-image: linear-gradient(153deg, #1388c3, #00bfff);
  color: white;
  text-decoration: none;
}

a.btn {
  background-color: #fcfdff00;
  background-image: linear-gradient(153deg, #00bfff, #1388c3);
  color: white;
  padding: 12px 25px;
  border-radius: 6px;
  border: 0;
}
a.btn:hover {
  background-image: linear-gradient(153deg, #1388c3, #00bfff);
  color: white;
  text-decoration: none;
}

.dropdown.active .dropdown-content {
  display: block;
}
.dropdown-content li {
  list-style: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  top: 35px;
  left: 0;
  min-width: 150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.dropdown-content li {
  padding: 10px;
}

.dropdown-content li a {
  color: #333;
  display: block;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 11;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.section-one {
  height: auto;
  width: 100%;
  background-image: linear-gradient(to bottom, #f5f4f0, #f5f4f0, #f5f4f0);
}
.section-two {
  padding: 10px 0;
  display: block;
  align-items: center;
}
.heading-style-h1 {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.text-span-2 {
  color: #00bfff;
}
.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.heading-container {
  padding-top: 8rem;
}

.text-size-regular {
  text-align: left;
  margin-bottom: 16px;
  font-size: 1.2rem;
}
.list-2 {
  padding-left: 0 !important;
}
.list-item {
  text-align: left;
  border-radius: 0;
  font-size: 1.25rem;
  list-style-type: none;
  font-weight: lighter;
}
.list-item img {
  height: 20px;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-image: linear-gradient(153deg, #1388c3, #00bfff);
  border: 0;
  border-radius: 4px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.button.w-button:hover {
  background-image: linear-gradient(153deg, #1388c3, #00bfff);
  color: white;
}
.button {
  color: #fff;
  text-align: left;
  mix-blend-mode: normal;
  background-image: linear-gradient(153deg, #1388c3, #00bfff);
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.z-index-1 {
  z-index: 1;
  position: relative;
}
.client-logo-slider-container {
  display: flex;
  flex-direction: column;
  overflow: hidden; /* Prevent x-overflow */
  position: relative;
  width: 100%;
}
.client-logo-slider {
  display: flex;
  justify-content: flex-start;
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.client-logo_wrapper {
  background-color: #fff;
  flex: none;
  display: flex;
  flex-wrap: nowrap;
}
.client-logo_container {
  display: flex;
  flex: none;
  margin-right: 140px;
}
.client-logo_img {
  object-fit: contain;
  height: 118px;
}

.generation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-container {
  border: 1px solid #000;
  border-radius: 8px;
}
.section-three h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}
.card-img img {
  height: 55px;
}
.card-body h6 {
  font-weight: 700;
}
.card-body p {
  font-size: 15px;
}
.card.index {
  border: 0 !important;
}
.card:hover {
  background-color: #fff;
  box-shadow: 9px 13px 20px #5a71843d;
}
.learn-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.learn-more-btn a {
  text-decoration: none;
  color: #000;
}
.learn-more-btn a:hover {
  color: #00bfff;
}

.section-container {
  background-image: linear-gradient(#c4c7cb, #c4c7cb);
  height: auto;
  width: 100%;
  border-radius: 20px;
}
.accounts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.accounts img {
  height: 25px;
}
.section-button {
  display: flex;
  justify-content: flex-end;
}
.section-left p {
  font-weight: 600;
  font-size: 15px;
}
.section-left h6 {
  font-weight: 600;
  font-size: 15px;
}
.section-left h2 {
  font-weight: 700;
  font-size: 2.5rem;
}
.section-five h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}

.nav-pills .nav-link.active {
  background-color: #00bfff;
  border-radius: 20px;
  padding: 10px 30px;
}
.nav-link {
  color: #000;
  border-radius: 20px;
}
.nav-link:hover {
  color: #000;
}

.logo-grid img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 20px;
  border: 1px solid #eee;
  background: #fff;
}

.logo-grid .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#industry-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 20px;
}

.section-six h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}

/* ....................swipper................... */

.swiper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0;
}

.testimonial-card {
  border: 3px solid #000;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: left;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  min-height: 350px;
}
.testimonial-card h5 {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.avatar {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
.avatar img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.testimonial-card h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.testimonial-card .title {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.testimonial-card .quote {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.blog-slider {
  position: relative;
  overflow: hidden;
}

.blog-cards-container {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.blog-card {
  min-width: 300px;
  max-width: 300px;
  background-color: #f5f4f0;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-image {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  background-color: #fff;
}

.blog-card h5 {
  font-weight: 700;
  margin-top: 10px;
}

.blog-card p {
  font-size: 0.95rem;
  color: #333;
}

.slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  z-index: 10;
}

.slider-controls button {
  background: white;
  border: none;
  font-size: 24px;
  padding: 5px 10px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*.................Footer...........................*/

.footer {
  padding: 60px 20px 0px;
  background-color: #000;
}
.copyright-section p {
  font-size: 15px;
}

.footer h6,
.footer h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #00bfff;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
}
.terms-conditions a:hover {
  color: #00bfff !important;
}
.terms-conditions a i:hover {
  color: #00bfff !important;
}

.footer-logo img {
  height: 90px;
}
.cookie-banner {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 998;
  transition: opacity 0.5s ease;
}

.cookie-banner.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cookie-text {
  font-size: 1.5rem;
  flex: 1 1 70%;
}

.action-buttons {
  display: flex;
  align-items: center;
}

.accept-btn {
  background: linear-gradient(to right, #00bfff, #0da5e1);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: capitalize;
  transition: background 0.3s ease;
}

.accept-btn:hover {
  background: linear-gradient(to right, #00bfff, #0da5e1);
}

.whatsapp-logo img {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 35px;
  right: 50px;
  z-index: 999;
}
.main {
  position: relative;
}

/* .btn-accept {
  background-color: #002f45;
  border: none;
} */

.social-icons img {
  width: 20px;
  margin: 0 8px;
}
.footer-points li {
  list-style: none;
  margin-top: 1rem;
}
.footer-points li a:hover {
  text-decoration: none;
  color: #00bfff;
}
.social-icons a:hover {
  text-decoration: none;
}
.social-icons a i {
  font-size: 35px;
}

/*......................*/

.section-one h2 {
  font-size: 4rem;
  font-weight: 700;
}
.section-one h5 {
  font-size: 2rem;
  font-weight: 500;
}
.marketing-image img {
  height: 350px;
}
.strategy-image img {
  height: 450px;
}
.crm-image img {
  height: 350px;
}
.marketing-content p {
  font-size: 23px;
  color: #716d6d;
}
.marketing-content h6 {
  font-size: 23px;
}
.scope-points li {
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}
.scope-points li i {
  font-size: 25px;
  margin-right: 10px;
}
.number-card {
  border: 2px solid #000;
  border-radius: 25px;
}
.number-card img {
  height: 70px;
}
.number-card p.numbers {
  font-size: 72px;
  font-weight: 700;
}
.number-card p.numbers span {
  color: #00bfff;
}
.number-card p {
  font-size: 24px;
  font-weight: 700;
}
.section-right {
  background: transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.section-left h1 {
  font-size: 4rem;
}

.case-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 20px;
  padding: 40px;
  margin: 0 auto;
}
.outer-box {
  border: 20px solid #000;
  border-radius: 20px;
}

.case-content {
  flex: 1;
  margin-left: 40px;
  width: 65%;
}
.case-logo {
  width: 35%;
}

.case-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.case-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.case-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 30px;
}

.stats {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-top: 50px;
  margin-bottom: 30px;
}

.stat-box {
  flex: 1;
  text-align: center;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.stat-box:not(:last-child) {
  border-right: 1px solid #ccc;
}

.stat-box h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat-box span {
  font-size: 17px;
  color: #333;
}

.btn-case {
  background-color: #004d80;
  color: white;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.btn-case:hover {
  background-color: #0076b6;
}

/* @media (max-width: 768px) {
  .case-card {
    flex-direction: column;
    text-align: center;
  }

  .case-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
  }

  .stat-box {
    border: none !important;
  }
} */

a.work-box {
  text-decoration: none;
  text-align: center;
  color: #000;
}
a.work-box:hover {
  text-decoration: none;
}
.work {
  box-shadow: 0 2px 5px #0003;
  border-radius: 8px;
}
.work img {
  height: 150px;
}
.section-team-right {
  background: transparent;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.section-team-right img {
  object-fit: cover;
}

.team-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.team-card img {
  width: 100%;
  object-fit: cover;
  height: auto;
  display: block;
}

.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 10px 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 0.3s ease;
  z-index: 1;
}

.team-card.show-info .team-info {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.team-card a {
  text-decoration: none;
}

.team-card a i {
  font-size: 40px;
  color: #000;
}

.rounded-profile {
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.rounded-profile img {
  object-fit: cover;
  border-radius: 50%;
}
p.card-para {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 2rem;
}

.card {
  border: 1px solid black !important;
  border-radius: 13px;
  margin-top: 3rem;
}

.image-slider {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
}

.image-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
  border-radius: 15px;
}

.image-slide.active {
  opacity: 1;
}
.image-content p {
  font-size: 15px;
}
.explore-section p {
  font-size: 15px;
}

.profile-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  margin-bottom: 20px;
}

.profile-top {
  background: linear-gradient(135deg, #00bfff, #00bfff);
  height: 150px;
  position: relative;
}

.profile-img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  box-shadow: 0 0 0 3px black;
}

.profile-details {
  padding: 80px 15px 15px;
  text-align: center;
}

.profile-details h6 {
  color: #52627a;
  margin-bottom: 10px;
  font-size: 20px;
}

.social a {
  margin: 0 8px;
  font-size: 20px;
  color: black;
  text-decoration: none;
}
.social a i {
  font-size: 30px;
}

.contact-info p {
  margin: 0;
}

.openings-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
}

.openings-box h6 {
  font-weight: 600;
  font-size: 25px;
}

.no-openings {
  background-color: #dddddd;
  padding: 10px 10px;
  font-size: 15px;
  border-radius: 4px;
  margin-top: 2rem;
  color: #fff;
}
.contact-info p {
  font-size: 15px;
}

.contact-image-slider {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
}

.contact-image-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
  border-radius: 15px;
}

.contact-image-slide.active {
  opacity: 1;
}
.contact-image-content p {
  font-size: 15px;
}

.form-section {
  background-color: #fff;
  padding: 30px;
  margin: 40px auto;
  border: 1px solid #eee;
  border-radius: 8px;
}
.form-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  color: #0a3d62;
}
.btn-submit {
  background-color: #03a9f4;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
}
.btn-submit:hover {
  background-color: #0288d1;
}

.case-study {
  background-image: linear-gradient(#c4c7cb, #c4c7cb);
}
.case-study h1 {
  font-size: 3rem;
}
.case-study-container {
  height: auto;
  width: 1005;
  background-color: #f5f4f0;
}
.study-heading {
  background-color: #000;
}
.study-content {
  background-color: #070707;
  padding: 1rem;
  margin: 0 1rem;
  border-radius: 20px;
}
.overview ul {
  padding-left: 30px !important;
}
.our-strategy ul {
  padding-left: 30px !important;
}
.objective ul {
  padding-left: 30px !important;
}
.result-delivered ul {
  padding-left: 30px !important;
}
.blog-cards-container a {
  text-decoration: none;
  color: #000;
}
.blog-cards-container a:hover {
  color: #000;
}
.terms-and-conditions {
  background-color: #f5f4f0;
}
.blog-section a {
  text-decoration: none;
}
.blog-section a:hover {
  color: #000;
  text-decoration: none;
}

.overview {
  padding: 1rem;
  border: 2px solid black;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.objective {
  padding: 1rem;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.our-strategy {
  padding: 1rem;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.result-delivered {
  padding: 1rem;
  background-color: #fff;
  border: 2px solid black;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.result-delivered:last-child {
  margin-bottom: 0px !important;
}
.about-section-image img {
  height: 420px;
}
.about-us h1 {
  font-size: 4.3rem;
}
.about-us p {
  font-size: 20px;
}
.about-us {
  margin-left: 5rem;
}
.service-box {
  padding: 1rem;
  border: 2px solid black;
  border-radius: 10px;
  min-height: 330px;
  max-height: 330px;
}
.service-box img {
  height: 150px;
}
.service-content p {
  font-size: 15px;
}
.challenges h1 {
  font-size: 4.3rem;
}
.challenge-content ul li {
  list-style: none;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
.challenge-content ul li img {
  margin-right: 15px;
}
.challenges {
  background-color: #f6f7f6;
}
.solver-text h1 {
  font-size: 4.3rem;
}

.approach {
  background-color: #f6f7f6;
}
.plans a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.blog-table {
  width: 100%;
}

.feature-card {
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  min-height: 230px;
  max-height: 230px;
}

.feature-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 20px;
  margin: 0 auto 20px;
  background: linear-gradient(to top left, #fff 40%, #ffa726 100%);
  padding-top: 22px;
  padding-left: 3px;
}
.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 20px;
  margin: 0 auto 20px;
  background: white;
}
.icon img {
  border-radius: 20px;
}

.icon-box img {
  max-width: 100%;
  height: auto;
}

.feature-title {
  font-weight: 700;
  font-size: 18px;
}

.feature-desc {
  font-size: 14px;
  color: #444;
}

.plan-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00bfff;
  padding: 2rem;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin: auto;
}
.plan-icon i {
  font-weight: 900;
  color: white;
  font-size: 60px;
}
.plan-benefits ul li {
  margin-left: 15px;
  margin-bottom: 0.25rem;
  font-size: 19px;
}
.plan-benefits ul li::marker {
  font-size: 30px;
}
.plan-benefits ul li i {
  font-size: 25px;
}
.plan1 {
  border: 1px solid rgb(180, 178, 178);
  border-radius: 15px;
  padding: 2rem;
  width: 30%;
}
.plan2 {
  border: 1px solid rgb(180, 178, 178);
  border-radius: 15px;
  padding: 2rem;
  width: 30%;
}
.plan3 {
  border: 1px solid rgb(180, 178, 178);
  border-radius: 15px;
  padding: 2rem;
  width: 30%;
}

.active-plan {
  border: 3px solid #00bfff;
}

table {
  width: 60%;
  border-collapse: collapse;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

th,
td {
  border: 1px solid #000;
  padding: 15px;
  text-align: left;
}
td {
  font-size: 19px;
}

th {
  font-weight: bold;
  font-size: 20px;
}
.terms-and-conditions ul {
  padding-left: 20px !important;
}
.blog-section .card-body {
  min-height: 200px;
  max-height: 200px;
}
.case-logo img {
  height: 300px;
}
.contact-details i {
  font-size: 25px;
  color: #00bfff;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-wrapper iframe {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 177.78%;
  border: none;
}
.pricing-section {
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(to bottom, #f5f4f0, #f5f4f0, #f5f4f0);
  padding: 12rem 0;
}
.pricing-section h1 {
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.about-box {
  /* height: 250px; */
  border: 2px solid black;
  border-radius: 10px;
  padding: 4rem;
  text-align: center;
  margin-top: 2rem;
}

.card img {
  border-radius: 10px 10px 0px 0px;
}
.contact-btn {
  border: 2px solid black;
  background-color: transparent;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  font-size: 22px;
}
.contact-btn i {
  color: black;
}
.contact-btn:hover {
  background-color: #000;
  color: white;
}

.contact-btn:hover i {
  color: white;
}

/* Image styling */
.contact-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Left-to-right gradient overlay */
.image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%; /* adjust as needed */
  height: 100%;
  background: linear-gradient(to right, #f5f4f0 0%, transparent 100%);
  pointer-events: none;
}
.vedio-card {
  border: 2px solid black;
}
.calendly-frame {
  height: 700px;
}

.contact-section {
  text-align: center;
  padding: 50px 20px;
  background: #fafafa;
}
.contact-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #222;
}
.cta-card {
  display: flex;
  align-items: center;
  max-width: 85%;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cta-img {
  width: 50%;
  object-fit: cover;
}
.cta-content {
  padding: 30px;
  text-align: left;
  flex: 1;
}
.cta-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ff6600;
}
.cta-content p {
  color: #555;
  margin-bottom: 20px !important;
}
.btn-primary {
  background: #ff6600;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.btn-primary:hover {
  background: #0092e0;
}
@media (max-width: 768px) {
  .cta-card {
    flex-direction: column;
  }
  .cta-img {
    width: 100%;
  }
  .cta-content {
    text-align: center;
  }
}
