@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
  font-size: 16px;
  /* 1rem = 16px */
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif !important;
}

body {
  font-size: 1rem;
  padding-top: 60px;
  background: #ffffff !important;
  /* 16px */
}

img {
  max-width: 100%;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  background: #ffffff !important;
}

.pd-y-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

._tem_grid_col_2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.25rem;
}

.border-b-r-8 {
  border-radius: 0.5rem;
  border: 0.0625rem solid #e2e2e2;
}

.bgcolor-2 {
  background-color: rgba(93, 215, 255, 0.2);
}

.heading-blk {
  max-width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 3.125rem;
}

.heading-blk h2 {
  font-size: 1.8rem;
  color: #000;
}

.heading-blk p {
  font-size: 0.875rem;
  color: #444;
  font-weight: 300;
}

.heading-blk .first-paragraph {
  margin-top: 1.5rem;
}

.navbar-brand {
  max-width: 120px;
}

.custom-menubar>li {
  margin: 0 0.5rem;
  padding: 0.625rem 0;
}

.custom-menubar>li a img {
  width: 2rem;
}

.custom-menubar>li .dropdown-menu {
  top: 100%;
  border-radius: 0px;
  min-width: 180px;
}

.custom-menubar>li .dropdown-menu li a:hover {
  padding-left: 1.125rem;
  transition: all linear 0.2s;
}

.custom-menubar>li:hover>ul {
  display: block;
}

.banner-carousel .slider-content {
  position: absolute;
  top: 50%;
  max-width: 620px;
  left: 126px;
  transform: translateY(-50%);
}

.banner-carousel .slider-content h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.banner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0px;
  display: flex;
  justify-content: space-between;
}

.banner-carousel .owl-nav button.owl-prev {
  font-size: 10rem;
  color: #fff;
}

.banner-carousel .owl-nav button.owl-prev:hover {
  background: none;
}

.banner-carousel .owl-nav button.owl-next {
  font-size: 10rem;
  color: #fff;
}

.banner-carousel .owl-nav button.owl-next:hover {
  background: none;
}

.banner-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  left: 0;
  right: 0px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .card-grid {
    gap: 3rem;
  }
}

.first-section .common-blk {
  box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.7);
  border-radius: 4px;
  position: relative;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.first-section .common-blk .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
}

.first-section .common-blk h4 {
  min-height: 40px;
}

.first-section .common-blk p {
  margin-bottom: 0;
}

.second-section {
  padding-top: 3.125rem;
}

.second-section .border-b-r-8 {
  border-color: rgba(93, 215, 255, 0.3);
}

.common-blk .icon {
  max-width: 2.5rem;
  margin: 0 auto 0.7rem;
}

.common-blk h4 {
  font-size: 1.125rem;
}

.common-blk p {
  font-size: 0.875rem;
  font-weight: 300;
}

.clientssay .item {
  box-shadow: 0 0 5px 2px rgba(204, 204, 204, 0.7);
  border-radius: 4px;
  padding: 8px;
  margin: 3px 5px;
}

.clientssay h2 {
  font-size: 1.125rem;
}

.clientssay p {
  font-size: 0.875rem;
  font-weight: 300;
  min-height: 60px;
}

.clientssay h3 {
  font-size: 0.825rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: italic;
  text-align: right;
}

/* ==========================================================================
   New Hero Banner Section (overlapping, rounded layout)
   ========================================================================== */
.banner-container {
  position: relative;
  margin: 20px 4% 0;
  height: calc(100vh - 40px);
  min-height: 600px;
  background: url('../images/Banner2.jpg') center/cover no-repeat;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: none;
}

/* Heading style */
.banner-heading-wrapper {
  text-align: center;
  z-index: 2;
  width: 90%;
  margin-top: -150px;
  /* Visual offset to shift text 30% higher */
}

.banner-heading {
  color: #ffffff;
  font-size: 2.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  margin: 0;
}

/* Tagline container positioned at z-index 3 */
.banner-container .banner-tagline {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

.banner-container .banner-tagline .tagline-line {
  font-size: 2.7rem;
  font-weight: 700;
  background: linear-gradient(90deg, #97D0FF 64.9%, #00579D 98.08%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUpTagline 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Stagger animation delay for individual lines */
.banner-container .banner-tagline .tagline-line:nth-child(1) {
  animation-delay: 0.3s;
}

.banner-container .banner-tagline .tagline-line:nth-child(2) {
  animation-delay: 0.6s;
}

@keyframes fadeInUpTagline {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Glassmorphic Info Card (Bottom-Left) */
/* Bottom Row Flex Container */
.banner-container .banner-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 40px;
  /* Lifted up by 40px so all elements float above the banner bottom edge */
  left: 0;
  right: 0;
  padding: 0 40px;
  z-index: 2;
}

.banner-container .banner-bottom-row .banner-bottom-col {
  flex: 1;
  display: flex;
  align-items: center;
}

.banner-container .banner-bottom-row .banner-bottom-col.text-center {
  justify-content: center;
}

.banner-container .banner-bottom-row .banner-bottom-col.text-end {
  justify-content: flex-end;
}

/* CSS Fade In Left Keyframes for Hero Section elements */
@keyframes fadeLeftBanner {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* CSS Fade In Right Keyframes (Left to Right) */
@keyframes fadeRightBanner {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Glassmorphic Info Card (Bottom-Left) */
.banner-container .banner-info-card {
  position: relative;
  bottom: 0;
  /* Reset bottom offset since parent row is pushed up */
  width: 420px;
  max-width: 100%;
  background: transparent;
  border: 1px solid white;
  border-radius: 20px;
  padding: 24px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);

  /* Entrance Animation (Left to Right) */
  opacity: 0;
  transform: translateX(-50px);
  animation: fadeRightBanner 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.6s;

  /* Hover transition */
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.banner-container .banner-info-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px) translateX(0);
}

.banner-container .banner-info-card p {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.5px;
}

/* Bottom Center - Floating Wrapper styled as white rounded notch */
.banner-container .banner-tab-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 8px 10px 14px 10px;
  /* Tight, even spacing around the button */
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  height: 62px;
}

/* Inward concave curves for bottom-center tab using radial-gradient */
.banner-container .banner-tab-center::before,
.banner-container .banner-tab-center::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 38px;
  height: 38px;
  pointer-events: none;
  z-index: 2;
}

.banner-container .banner-tab-center::before {
  left: -35px;
  background: radial-gradient(circle at 0 0, transparent 34.5px, #ffffff 35.5px);
}

.banner-container .banner-tab-center::after {
  right: -35px;
  background: radial-gradient(circle at 100% 0, transparent 34.5px, #ffffff 35.5px);
}

/* Premium Button styling for Know More (Dark Blue Pill) */
.banner-container .btn-know-more {
  background-color: #002f56;
  color: #ffffff;
  border: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 32px;
  border-radius: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  height: 40px;
}

.banner-container .btn-know-more:hover {
  background-color: #004b89;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 47, 86, 0.2);
}

/* Bottom Right - Floating Wrapper */
.banner-container .banner-tab-right {
  position: relative;
  background-color: transparent;
  /* Removed white tab background */
  padding: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;

  /* Entrance Animation */
  opacity: 0;
  transform: translateX(50px);
  animation: fadeLeftBanner 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.6s;
}

/* Solid white pill button for Hire Experts */
.banner-container .btn-hire-experts {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #ffffff;
  color: #002f56;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 11px 24px;
  /* Aligned height with ghost button */
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.banner-container .btn-hire-experts .arrow-circle {
  width: 24px;
  height: 24px;
  background-color: #002f56;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.banner-container .btn-hire-experts:hover {
  background-color: #f4f7fa;
  color: #002f56;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.banner-container .btn-hire-experts:hover .arrow-circle {
  background-color: #004b89;
  transform: translateX(2px);
}

.banner-container .btn-hire-experts.disabled {
  /* Keep default styling, only change cursor to not-allowed on hover, or optionally also style it on hover */
}

.banner-container .btn-hire-experts.disabled:hover {
  cursor: not-allowed !important;
  opacity: 0.6;
  background-color: #e0e0e0;
  color: #777777;
  border-color: #d0d0d0;
  box-shadow: none;
  transform: none;
}

.banner-container .btn-hire-experts.disabled:hover .arrow-circle {
  background-color: #777777;
  transform: none;
}

.banner-container .mobile-action-container {
  display: none;
}

/* Responsive Styles for Banner */
@media (max-width: 991.98px) {
  .banner-container {
    margin: 15px 2.5% 0;
    width: 95%;
    height: 70vh;
    min-height: 500px;
    border-radius: 30px;
  }

  .banner-heading-wrapper {
    margin-top: 0 !important;
    /* Reset visual offset to prevent cutting off text */
  }

  .banner-heading {
    font-size: 2.2rem;
    /* Reduced to fit better on tablets */
  }

  .banner-container .banner-tagline {
    gap: 2px;
  }

  .banner-container .banner-tagline .tagline-line {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .banner-container .banner-bottom-row {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    bottom: auto;
  }

  .banner-container .banner-bottom-row .banner-bottom-col {
    width: 100%;
    justify-content: center;
  }

  .banner-container .banner-bottom-row .banner-bottom-col.text-center,
  .banner-container .banner-bottom-row .banner-bottom-col.text-end {
    display: none;
  }

  .banner-container .banner-info-card {
    position: static;
    margin: 20px auto;
    width: 90%;
    max-width: 100%;
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0.08);
  }

  .banner-container .banner-tab-center {
    display: none;
  }

  .banner-container .banner-tab-right {
    display: none;
  }

  .banner-container .mobile-action-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    z-index: 2;
    width: 100%;
  }

  .banner-container .mobile-action-container .btn-know-more,
  .banner-container .mobile-action-container .btn-hire-experts {
    width: 200px;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .banner-container {
    height: auto;
    padding: 120px 20px 40px;
    justify-content: flex-start;
  }

  .banner-heading {
    font-size: 1.5rem;
    /* Reduced to fit perfectly on small screens */
  }

  .banner-container .banner-tagline {
    gap: 0px;
  }

  .banner-container .banner-tagline .tagline-line {
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .banner-container .banner-info-card {
    padding: 16px;
  }

  .banner-container .banner-info-card p {
    font-size: 0.85rem;
  }

  .banner-container .mobile-action-container {
    flex-direction: column;
    width: 100%;
  }

  .banner-container .mobile-action-container .btn-know-more,
  .banner-container .mobile-action-container .btn-hire-experts {
    width: 100%;
  }
}

/* Necessary Grid Layout Keepers */
._tem_grid_col_2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* Prevent grid overflow */
.card-grid,
._tem_grid_col_2 {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

/* ==========================================================================
   Middle Rectangle & About/Services Section Styles
   ========================================================================== */
.middle-rectangle-box {
  border: 1.5px solid black;
  border-radius: 20px;
  height: 80px;
  margin: 30px 4% !important;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.partners-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.partners-marquee-track {
  display: flex;
  align-items: center;
  gap: 100px;
  width: max-content;
  animation: scroll-partners 20s linear infinite;
}

.partners-marquee-track img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.partners-marquee-track img.logo-livewell {
  transform: scale(1.85);
}

@keyframes scroll-partners {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-25%);
  }
}

@media (min-width: 992px) {
  .partners-marquee-track {
    display: flex !important;
    align-items: center !important;
    gap: 100px !important;
    width: max-content !important;
    animation: scroll-partners 25s linear infinite !important;
    /* Keep scrolling continuously */
  }

  .partners-marquee-track img {
    height: 52px !important;
    /* Larger height */
    width: calc((92vw - 300px) / 4) !important;
    /* Sized so exactly 4 logos fit in the viewport width */
    max-width: 220px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
    display: block !important;
  }

  .partners-marquee-track img.logo-livewell {
    transform: scale(1.85) !important;
  }
}

.about-services-section {
  background: linear-gradient(100.18deg, #002F56 1.76%, #004B89 62.9%, #0068BC 95.26%);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 60px 0 40px;
  color: #ffffff;
  margin: 20px 0 0 !important;
  width: 100% !important;
}

.text-lightblue {
  color: #97D0FF;
}

.about-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffffff;
}

.about-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  text-align: justify;
}

.side-white-container {
  background: #ffffff;
  width: 40px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.side-white-container.left-side {
  position: absolute;
  left: 0;
  top: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.side-white-container.right-side {
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.btn-learn-more {
  display: inline-block;
  padding: 10px 36px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  background: transparent;
}

.btn-learn-more:hover {
  background-color: #ffffff;
  color: #002F56;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.services-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
}

.service-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 24px 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  transition: all 0.3s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(151, 208, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.service-text {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding-left: 24px;
}

.bullet-dot {
  color: #97D0FF;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .about-services-section {
    padding: 50px 0 0;
    margin: 15px 0 0 !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .about-title,
  .services-title {
    font-size: 2.2rem;
  }
}

/* Footer Gradient Integration */
.about-services-section #footer-container .footer_blk {
  background-color: transparent !important;
}

.about-services-section #footer-container .copyright {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Why Choose Section Styles */
.why-choose-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
}

.why-choose-list {
  padding-left: 0;
}

.why-choose-item {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  padding-left: 25px;
  text-indent: -25px;
}

.why-choose-item strong {
  color: #97D0FF;
  font-weight: 600;
}

.service-text strong {
  color: #97D0FF;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .why-choose-title {
    font-size: 2.2rem;
  }
}

/* Industries We Serve Section Styles */
.industries-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
}

.industries-badges-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.industries-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: 100%;
}

.industry-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px 24px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.industry-badge:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #00A3FF;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 163, 255, 0.3);
}

.industry-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.industry-badge:hover .industry-icon {
  transform: scale(1.15);
}

@media (max-width: 991.98px) {
  .industries-title {
    font-size: 2.2rem;
  }

  .industries-badges-container {
    gap: 1rem;
  }

  .industries-row {
    gap: 1rem;
  }

  .industry-badge {
    padding: 8px 18px;
    font-size: 0.95rem;
  }

  .industry-icon {
    width: 20px;
    height: 20px;
  }
}

/* Partners & Success Story Sections */
.section-title-left {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: left;
}

.reserved-space-box {
  width: 100%;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.reserved-space-box:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #00A3FF;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 25px rgba(0, 163, 255, 0.15);
  transform: translateY(-2px);
}



.height-success {
  height: 380px;
}

@media (max-width: 991.98px) {
  .section-title-left {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }

  .reserved-space-box {
    border-radius: 16px;
    font-size: 0.95rem;
  }



  .height-success {
    height: 260px;
  }
}

/* Connect & Contact Form Section Styles */
.connect-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}

.connect-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 3.5rem;
}

.connect-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 2rem;
}

.connect-info-item {
  display: flex;
  flex-direction: column;
}

.email-info-item,
.social-info-item {
  grid-column: span 2;
}

.info-label {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.6rem;
}

.info-link {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.info-link:hover {
  color: #00A3FF;
}

.connect-gradient-text {
  background: linear-gradient(90deg, #97D0FF 0%, #00A3FF 25%, #00A3FF 75%, #97D0FF 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: shine-animation 3s linear infinite;
}

@keyframes shine-animation {
  to {
    background-position: 200% center;
  }
}

.info-img-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.info-link:hover .info-img-icon {
  transform: scale(1.15);
}

.connect-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 0.2rem;
  flex-wrap: wrap;
}

.social-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-img-icon {
  object-fit: contain;
  transition: all 0.3s ease;
}

.linkedin-icon {
  width: 30px;
  height: 30px;
}

.twitter-icon {
  width: 38px;
  height: 38px;
}

.facebook-icon {
  width: 38px;
  height: 38px;
}

.insta-icon {
  width: 37px;
  height: 37px;
}

.social-icon-btn:hover {
  transform: translateY(-3px);
}

/* Form Card Styles */
.contact-form-card {
  background: rgba(217, 217, 217, 0.2);
  /* #D9D9D9 at 20% opacity */
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2.2rem 2.5rem;
  box-shadow: 2px 2px 3.5px rgba(0, 0, 0, 0.25), inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  /* Drop Shadow + Inner Shadow */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.form-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.form-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.connect-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.form-group {
  position: relative;
  width: 100%;
}

.form-control-underlined {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
  color: #ffffff;
  font-size: 1.05rem;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-control-underlined::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.form-control-underlined:focus {
  border-bottom-color: #00A3FF;
}

textarea.form-control-underlined {
  resize: none;
}

.btn-send-message {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  padding: 12px 0;
  border-radius: 30px;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.btn-send-message:hover {
  background: #ffffff;
  color: #002f56;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.15);
}

@media (max-width: 991.98px) {
  .connect-title {
    font-size: 2.4rem;
  }

  .connect-desc {
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
  }

  .connect-info-grid {
    gap: 1.5rem 1.2rem;
  }

  .contact-form-card {
    padding: 1.8rem 2rem;
    margin-top: 2rem;
  }

  .form-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 575.98px) {
  .connect-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Success Story Section Styles
   ========================================================================== */
.success-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 30px 35px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  color: #333333;
  height: 100%;
  margin-top: 25px;
  /* Margin to prevent overlap with avatar badge */
}

.success-avatar {
  position: absolute;
  top: -25px;
  left: 20px;
  /* Aligned nicely overlapping the top-left */
  width: 60px;
  height: 60px;
  background-color: #3b3b3b;
  border: 3.5px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.success-avatar i {
  font-size: 32px;
  color: #cccccc;
}

.success-user-info {
  margin-left: 65px;
  /* Leave room for avatar badge */
  margin-bottom: 20px;
  min-height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-user-name {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0b2239;
  margin: 0;
  margin-bottom: 4px;
}

.success-rating {
  display: flex;
  gap: 4px;
}

.success-rating i {
  color: #ff8c00;
  font-size: 15px;
}

.success-comment {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555555;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767.98px) {
  .success-card {
    margin-top: 55px !important;
    margin-bottom: 45px !important;
  }
}

.footer-wrapper {
  background-color: #ffffff;
  padding: 0 4% 0px !important;
  margin-top: 20px !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* ==========================================================================
   Connect Section Styles matching Contact Us Page
   ========================================================================== */
.connect-section {
  background: linear-gradient(100.18deg, #002F56 1.76%, #004B89 62.9%, #0068BC 95.26%);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 80px 0 100px;
  margin: 20px 0 0 !important;
  width: 100% !important;
}

.connect-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: start;
}

.connect-info {
  display: flex;
  flex-direction: column;
}

.connect-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #ffffff;
}

.connect-title .highlight {
  background: linear-gradient(90deg, #97D0FF 0%, #00A3FF 25%, #00A3FF 75%, #97D0FF 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: shine-animation 3s linear infinite;
}

.connect-desc {
  font-size: 16px;
  color: #a0aec0;
  line-height: 1.7;
  margin-bottom: 48px;
}

.info-details {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 30px 20px;
  margin-top: 10px;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info-label {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #7fc2e9;
  letter-spacing: 0.5px;
}

.info-value {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.info-value a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.info-value a:hover {
  opacity: 0.85;
}

.info-icon {
  font-size: 15px;
  color: #ffffff;
  flex-shrink: 0;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #002F56;
  font-size: 16px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
  font-family: 'Poppins', sans-serif !important;
}

.social-icon.circle {
  border-radius: 50%;
}

.social-icon:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.touch-card {
  background-color: rgba(217, 217, 217, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 44px;
  box-shadow: 2px 2px 3.5px rgba(0, 0, 0, 0.25), inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.touch-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}

.touch-title .highlight {
  color: #1DAEEF;
}

.touch-desc {
  font-size: 14px;
  color: #a0aec0;
  margin-bottom: 36px;
  line-height: 1.5;
}

.touch-form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form-field {
  position: relative;
  width: 100%;
}

.form-field input,
.form-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: border-bottom-color 0.2s ease;
}

.form-field textarea {
  resize: none;
  height: 80px;
}

.form-field input:focus,
.form-field textarea:focus {
  border-bottom-color: #1DAEEF;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #a0aec0;
  opacity: 0.7;
}

.btn-submit {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 14px 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
  width: 100%;
  margin-top: 10px;
  outline: none;
}

.btn-submit:hover {
  background-color: #ffffff;
  color: #002F57;
  border-color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .connect-container {
    max-width: 900px;
    gap: 40px;
  }
}

@media (max-width: 868px) {
  .connect-container {
    max-width: 700px;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .info-details {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-value {
    font-size: 18px;
    word-break: break-word;
  }

  .touch-card {
    padding: 32px;
  }
}

@media (max-width: 680px) {
  .connect-title {
    font-size: 32px;
  }

  .connect-section {
    padding: 40px 0 60px;
  }
}

@media (max-width: 575.98px) {
  .info-value {
    font-size: 14px;
    word-break: break-all;
  }
}