@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 80px;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.container {
  max-width: 98% !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* --- Custom Navbar Styles --- */
/* Navbar scroll behavior */
.navbar.fixed-top {
  transition: transform 0.3s ease-in-out;
}

.navbar.navbar-hidden {
  transform: translateY(-100%);
}

.navbar.navbar-visible {
  transform: translateY(0);
}

.navbar-nav.ms-auto {
  margin-left: auto !important;
}

.navbar-nav .nav-item {
  margin-left: 24px;
  font-weight: 550;
  display: flex;
  align-items: center;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.navbar-nav .nav-link {
  font-size: 1.2rem;
  color: #0047ab !important;
  border-radius: 25px;
  padding-left: 48px;
  padding-right: 48px;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
  transition: background 0.2s, color 0.2s, border 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 48px;
  text-align: center;
  text-decoration: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #fff !important;
  background-color: #0047ab !important;
  border-radius: 25px;
}

/* Dropdown menu */
.navbar-nav .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  margin-top: 8px;
  min-width: 200px;
  padding: 0;
}

/* Dropdown items pill effect */
.navbar-nav .dropdown-item,
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:hover {
  color: #001f3f !important;
  background-color: transparent;
  border-radius: 25px;
  padding-left: 48px;
  padding-right: 48px;
  min-width: 120px;
  text-align: center;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:hover {
  background-color: #04346e !important;
  color: #fff !important;
  border-radius: 25px;
}

/* Custom color for Bootstrap 5 hamburger icon */
.navbar-light .navbar-toggler-icon {
  background-image: none !important;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.navbar-light .navbar-toggler-icon span {
  display: block;
  width: 1.5em;
  height: 3px;
  background-color: #0047ab;
  margin: 3px 0;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(.4, 2, .6, 1);
  position: relative;
}

/* Hamburger to X animation */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Content Container */
.content-container {
  display: flex;
  width: 100%;
  height: 80vh;
}

.blue-div {
  width: 50%;
  background-color: #2898e9;
  padding: 40px;
  color: #333;
  position: relative;
}

.top-semi-circle {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #0047ab;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  z-index: 0;
}

.bottom-rectangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #0047ab;
  z-index: 0;
}

.blue-div h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Russo One", sans-serif;
  position: absolute;
  left: 100px;
  top: 30%;
  bottom: 30%;
  display: flex;
  align-items: center;
  z-index: 2;
  letter-spacing: 5px;
  max-height: 40%;
}

.bottom-rect-btn {
  position: absolute;
  bottom: 8%;
  left: 40%;
  transform: translateX(-50%);
  background-color: white;
  color: #0047ab;
  border: none;
  border-radius: 999px;
  padding: 15px 50px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  z-index: 3;
  min-width: 500px;
}

.bottom-rect-btn:hover {
  background-color: #0047ab;
  color: white;
  border: 2px solid white;
}

.image-div {
  width: 50%;
  background-color: #2898e9;
  position: relative;
}

.image-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 400px;
  position: relative;
  z-index: 1;
}

.image-div-rectangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25%;
  background-color: #0047ab;
  z-index: 0;
}

/* Second Content Container - Left Dark, Right White */
.content-container-second {
  display: flex;
  width: 100%;
  height: 70vh;
}

.left-div-second {
  width: 50%;
  background-color: #d2601a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  padding-left: 100px;
}

.left-div-second h2 {
  color: white;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  letter-spacing: 5px;
  text-align: left;
  line-height: 1.2;
}

.right-div-second {
  width: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
}

.right-div-second p {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  line-height: 1.8;
  color: #444e5e;
  font-family: "Manrope", sans-serif;
  text-align: left;
}

.mobile-services-title {
  display: none;
}

/* Black Rect Stack - Service Cards */
.black-rects-stack {
  display: flex;
  flex-direction: column;
  gap: 38px;
  width: 100%;
  padding: 80px 0px 80px 0px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.right-black-rect {
  width: 100%;
  min-height: 250px;
  height: auto;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 250px 40px 80px;
  position: relative;
  border-radius: 0 125px 125px 0;
  /* Animation initial state */
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

/* When animate-in class is added, trigger animation */
.right-black-rect.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.right-black-rect::before {
  display: none;
}

.right-black-rect-text-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  margin: 0 0 10px 0;
  line-height: 1.1;
  font-family: "Manrope", sans-serif;
  z-index: 2;
  position: relative;
}

.right-black-rect-text-subtitle {
  font-size: 1rem;
  color: #444e5e;
  line-height: 1.5;
  margin: 0;
  font-family: "Manrope", sans-serif;
  z-index: 2;
  position: relative;
}

/* Third Content Container */
.content-container-third {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.left-div-third {
  width: 50%;
  background-color: #d2601a;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 0px 80px 0px;
  min-height: 100vh;
}

.right-wrapper-third {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.right-div-third {
  width: 100%;
  height: 100vh;
  background-color: #d2601a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
  position: relative;
}

.right-div-third-bottom {
  width: 100%;
  flex: 1;
  background-color: #d2601a;
  position: relative;
}

.right-div-third-bottom::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background-color: #ffe5b4;
  border-radius: 100% 0 0 0;
  z-index: 1;
}

.quarter-circle-third-slice {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-bottom-left-radius: 100% 100%;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

.services-title {
  top: 10%;
  left: 30%;
  font-size: 6rem;
  font-weight: 700;
  color: #003366;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
  text-align: left;
  z-index: 2;
  position: relative;
}

/* Fourth Content Container */
.content-container-fourth {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.left-wrapper-fourth {
  width: 50%;
  display: flex;
  flex-direction: column;
  background-color: #d2601a;
}

.left-div-fourth {
  width: 100%;
  min-height: 100vh;
  background-color: #ffe5b4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
  position: relative;
}

.left-div-fourth-bottom {
  width: 100%;
  flex: 1;
  background-color: #ffe5b4;
}

.left-div-fourth h1 {
  color: white;
  font-size: 6rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
  text-align: left;
  z-index: 2;
  position: relative;
  margin: 0;
  padding: 0;
}

.right-div-fourth {
  width: 50%;
  background-color: #ffe5b4;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 80px 0px 80px 200px;
  min-height: 100vh;
  overflow: visible;
  position: relative;
}

.right-div-fourth::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-top-left-radius: 100% 100%;
  z-index: 2;
}

.quarter-circle-fourth-slice {
  display: none;
}

/* Left-aligned Black Rect - Service Cards for Fourth Section */
.left-black-rect {
  width: 100%;
  min-height: 250px;
  height: auto;
  background: rgba(210, 96, 26, 0.2);
  border: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 80px 40px 40px;
  position: relative;
  border-radius: 0;
  /* Animation initial state */
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

/* When animate-in class is added, trigger animation */
.left-black-rect.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.left-black-rect::before {
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  width: 200px;
  height: 100%;
  background: rgba(210, 96, 26, 0.2);
  border: none;
  border-radius: 151px 0 0 151px / 151px 0 0 151px;
  z-index: 1;
  box-sizing: border-box;
  pointer-events: none;
}

.left-black-rect-text-title {
  font-size: 2rem;
  font-weight: 700;
  color: #d2601a;
  margin-left: -100px;
  line-height: 1.1;
  font-family: "Manrope", sans-serif;
  z-index: 2;
  position: relative;
}

.left-black-rect-text-subtitle {
  font-size: 1rem;
  color: #222c3a;
  line-height: 1.5;
  margin-left: -100px;
  font-family: "Manrope", sans-serif;
  z-index: 2;
  position: relative;
}

/* Fifth Content Container */
.content-container-fifth {
  display: flex;
  width: 100%;
  height: 80vh;
  min-height: 80vh;
}

.left-div-fifth {
  width: 50%;
  background-color: #0047ab;
  height: 80vh;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 80px;
  overflow: hidden;
  box-sizing: border-box;
}

.left-div-fifth h1 {
  color: white;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 30px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.left-div-fifth p {
  color: white;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Manrope", sans-serif;
  text-align: left;
  margin: 0;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.right-div-fifth {
  width: 50%;
  background-color: #0047ab;
  height: 80vh;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.right-div-fifth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 400px;
  display: block;
}

/* MINT GREEN ARCH - Simple connector from lower right of third to upper left of fourth */
.mint-arch-connector {
  width: 100vw;
  height: 50vw;
  background: #ffe5b4;
  position: absolute;
  left: 0;
  top: 100vh;
  border-top-left-radius: 100%;
  z-index: -1;
  pointer-events: none;
}

/* Responsive Design - Tablet */
@media (max-width: 1024px) {
  /* Hide mint arch on tablet */
  .mint-arch-connector {
    display: none;
  }
}

/* Third Content Container */
.content-container-third {
  display: flex;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

/* Responsive Design - Medium Screens (to fix overlapping) */
@media (min-width: 1025px) and (max-width: 1440px) {
  .blue-div h1 {
    font-size: 4rem;
    left: 80px;
  }

  .bottom-rect-btn {
    min-width: 400px;
    font-size: 1rem;
  }

  .left-div-second h2 {
    font-size: 4rem;
  }

  .right-div-second p {
    font-size: .8rem;
  }

  .services-title {
    font-size: 5rem;
  }

  .left-div-fourth h1 {
    font-size: 5rem;
  }

  .left-div-fifth h1 {
    font-size: 2.5rem;
  }

  .left-div-fifth p {
    font-size: .8rem;
  }

  .left-black-rect {
    min-height: 230px;
    height: auto;
    padding: 38px 70px 38px 40px;
  }

  .left-black-rect::before {
    content: "";
    display: block;
    position: absolute;
    left: -180px;
    top: 0;
    width: 180px;
    height: 100%;
    background: rgba(210, 96, 26, 0.2);
    border: none;
    border-radius: 130px 0 0 130px / 130px 0 0 130px;
    z-index: 1;
  }

  .left-black-rect-text-title {
    font-size: 1.8rem;
  }

  .left-black-rect-text-subtitle {
    font-size: 0.95rem;
  }
}

/* Responsive Design - Mobile */
@media (max-width: 768px) {
  body {
    padding-top: 70px;
  }

  .imageButton {
    height: 50px !important;
  }

  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .navbar-nav .nav-item {
    margin-left: 0;
    display: block;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
    padding-left: 24px;
    padding-right: 24px;
    min-width: auto;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  /* Hide mint arch on mobile */
  .mint-arch-connector {
    display: none;
  }

  .content-container {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  .blue-div {
    width: 100%;
    height: auto;
    min-height: 60vh;
    padding: 60px 20px 30px 20px;
  }

  .top-semi-circle {
    top: -30px;
    height: 150px;
  }

  .bottom-rectangle {
    height: 150px;
  }

  .blue-div h1 {
    font-size: 2.5rem;
    left: 10%;
    top: 30%;
    letter-spacing: 3px;
  }

  .bottom-rect-btn {
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    min-width: auto;
    width: calc(100% - 120px);
    max-width: 400px;
    font-size: 1rem;
    padding: 10px 30px;
  }
  .image-div {
    width: 100%;
    height: 40vh;
    background-color: #0047ab;
  }

  .image-div-rectangle {
    height: 300px;
  }

  .image-div img {
    border-top-left-radius: 130px;
  }

  /* Second Container Mobile */
  .content-container-second {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  .left-div-second {
    width: 100%;
    height: 50vh;
    padding: 20px;
    padding-left: 20px;
    justify-content: center;
    background-color: white;
  }

  .left-div-second h2 {
    font-family: "Manrope", sans-serif;
    font-size: 2.5rem;
    letter-spacing: 3px;
    text-align: left;
    color: #444e5e;
  }

  .right-div-second {
    width: 100%;
    height: auto;
    min-height: 50vh;
    background-color: #d2601a;
    padding: 30px 40px;
  }

  .right-div-second p {
    font-size: .8rem;
    color: white;
    text-align: left;
  }

  .mobile-services-title {
    display: block;
    color: #fff !important;
    font-size: 2.2rem;
    text-align: left !important;
    margin-left: 10%;
    padding-top: 30px;
    line-height: 1.1;
    font-weight: 700;
  }

  /* Third Container Mobile */
  .content-container-third {
    flex-direction: column;
    min-height: auto;
  }

  .left-div-third {
    background-color: #d2601a;
    width: 100%;
    min-height: 50vh;
    padding: 40px 0px;
    order: 2;
    position: relative;
  }

  .left-div-third::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffe5b4;
    clip-path: polygon(0 300px, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
  }

  .black-rects-stack {
    padding: 20px 0px;
    gap: 25px;
    position: relative;
    z-index: 2;
  }

  .right-black-rect {
    min-height: 180px;
    height: auto;
    padding: 50px 60px;
    border-radius: 100px 100px 0 100px;
    border: none;
    background: #fff;
    width: 95%;
    margin-left: 5%;
    margin-right: 0;
    box-shadow: none;
  }

  .right-black-rect::before {
    display: none;
  }

  .right-black-rect-text-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .right-black-rect-text-subtitle {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .right-wrapper-third {
    width: 100%;
  }

  .right-div-third {
    display: none;
  }

  .right-div-third-bottom {
    width: 100%;
    min-height: 200px;
  }

  .right-div-third-bottom::before {
    display: none;
  }

  .quarter-circle-third-slice {
    display: none;
  }

  /* Fourth Container Mobile */
  .content-container-fourth {
    flex-direction: column;
    min-height: auto;
  }

  .left-wrapper-fourth {
    width: 100%;
    order: 1;
    background-color: #d2601a;
  }

  .left-div-fourth {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 30vh;
    padding: 40px 60px;
  }

  .left-div-fourth h1 {
    font-size: 3rem;
    color: white;
    text-align: left;
  }

  .left-div-fourth-bottom {
    display: none;
  }

  .right-div-fourth {
    width: 100%;
    min-height: 50vh;
    padding: 40px 0px;
    order: 2;
    background-color: #ffe5b4;
    overflow: hidden;
  }

  .right-div-fourth::before {
    display: none;
  }

  .quarter-circle-fourth-slice {
    display: none;
  }

  .left-black-rect {
    min-height: 180px;
    height: auto;
    padding: 50px 60px;
    border-radius: 100px 100px 100px 0;
    background: rgba(210, 96, 26, 0.2);
    border: none;
    position: relative;
    width: 95%;
    margin-right: 5%;
    margin-left: 0;
    box-shadow: none;
  }

  .left-black-rect::before {
    display: none;
  }

  .left-black-rect-text-title {
    font-size: 1.3rem;
    margin-left: 0;
    margin-bottom: 10px;
    color: #d2601a;
  }

  .left-black-rect-text-subtitle {
    font-size: 0.9rem;
    margin-left: 0;
    line-height: 1.5;
    color: #222c3a;
  }

  /* Fifth Container Mobile */
  .content-container-fifth {
    flex-direction: column;
    min-height: auto;
    height: auto;
    margin-bottom: 0;
  }

  .left-div-fifth {
    width: 100%;
    height: auto;
    min-height: 50vh;
    background-color: #0047ab;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    order: 1;
  }

  .left-div-fifth h1 {
    font-size: 2.5rem;
    color: white;
    text-align: left;
    margin: 0 0 30px 0;
    line-height: 1.2;
  }

  .left-div-fifth p {
    font-size: .8rem;
    color: white;
    text-align: left;
    margin: 0;
    max-width: 100%;
  }

  .right-div-fifth {
    width: 100%;
    height: auto;
    min-height: auto;
    background-color: #0047ab;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    overflow: hidden;
  }

  .right-div-fifth img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-right-radius: 130px;
    border-bottom-left-radius: 0;
    display: block;
  }

  .services-title {
    font-size: 3rem;
    position: static;
    left: auto;
    color: #003366;
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin-left: 0;
    display: block;
  }

  .navbar-nav .nav-link {
    font-size: 1rem;
    padding-left: 24px;
    padding-right: 24px;
    min-width: auto;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}



/* Responsive Design - Tablet/Medium Screens */
@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .blue-div {
    padding: 60px 30px;
  }

  .blue-div h1 {
    font-size: 3rem;
    left: 60px;
    letter-spacing: 4px;
  }

  .top-semi-circle {
    height: 180px;
  }

  .bottom-rectangle {
    height: 180px;
  }

  .image-div-rectangle {
    height: 300px;
  }

  .bottom-rect-btn {
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 400px;
    font-size: 1rem;
  }

  .image-div img {
    border-top-left-radius: 300px;
  }

  /* Second Container Tablet */
  .left-div-second h2 {
    font-size: 3rem;
    letter-spacing: 4px;
  }

  .right-div-second {
    padding: 40px;
  }

  .right-div-second p {
    font-size: .8rem;
  }

  /* Third Container Tablet */
  .left-div-third {
    padding: 40px 0px;
  }

  .black-rects-stack {
    padding: 30px 0px;
    gap: 30px;
  }

  .right-black-rect {
    min-height: 220px;
    height: auto;
    padding: 35px 25px;
    padding-right: 150px;
    border-radius: 0 110px 110px 0;
  }

  .right-black-rect::before {
    display: none;
  }

  .right-black-rect-text-title {
    font-size: 1.6rem;
  }

  .right-black-rect-text-subtitle {
    font-size: 0.95rem;
  }

  .right-wrapper-third {
    width: 50%;
  }

  .right-div-third {
    padding: 40px;
    height: auto;
    min-height: 50vh;
    background-color: #d2601a;
  }

  .right-div-third-bottom {
    min-height: 100px;
  }

  /* Fourth Container Tablet */
  .left-wrapper-fourth {
    width: 50%;
    background-color: #ffe5b4;
  }

  .left-div-fourth {
    padding: 40px;
    height: auto;
    min-height: 50vh;
    background-color: #ffe5b4;
  }

  .left-div-fourth h1 {
    font-size: 4.5rem;
    color: white;
    margin: 0;
    padding: 0;
  }

  .left-div-fourth-bottom {
    min-height: 100px;
    background-color: #ffe5b4;
  }

  .right-div-fourth {
    padding: 40px 0px 40px 160px;
    background-color: #ffe5b4;
    overflow: hidden;
  }

  .left-black-rect {
    min-height: 220px;
    height: auto;
    padding: 35px 25px;
    padding-left: 40px;
    border-radius: 0;
    background: rgba(210, 96, 26, 0.2);
    border: none;
  }

  .left-black-rect::before {
    content: "";
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    width: 150px;
    height: 100%;
    background: rgba(210, 96, 26, 0.2);
    border: none;
    border-radius: 100px 0 0 100px / 100px 0 0 100px;
    z-index: 1;
  }

  .left-black-rect-text-title {
    font-size: 1.6rem;
    margin-left: 0;
    color: #d2601a;
  }

  .left-black-rect-text-subtitle {
    font-size: 0.95rem;
    margin-left: 0;
    color: #d2601a;
  }

  /* Fifth Container Tablet */
  .content-container-fifth {
    flex-direction: row;
    min-height: 80vh;
    height: 80vh;
  }

  .left-div-fifth {
    width: 50%;
    height: 80vh;
    min-height: 80vh;
    background-color: #0047ab;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    box-sizing: border-box;
  }

  .left-div-fifth h1 {
    font-size: 2.5rem;
    color: white;
    text-align: left;
    margin: 0 0 30px 0;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .left-div-fifth p {
    font-size: .8rem;
    color: white;
    text-align: left;
    margin: 0;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .right-div-fifth {
    width: 50%;
    height: 80vh;
    min-height: 80vh;
    background-color: #0047ab;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
  }

  .right-div-fifth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* border-bottom-left-radius: 300px;
    border-top-right-radius: 0; */
  }

  .services-title {
    font-size: 4rem;
    position: relative;
    left: 30%;
    color: #003366;
    text-align: left;
  }

  .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding-left: 36px;
    padding-right: 36px;
  }

  /* Contact Section Tablet */
  .contact-row {
    flex-direction: column !important;
    gap: 0 !important;
    width: 80vw !important;
    margin: 0 auto 0 auto !important;
    padding: 0 !important;
    align-items: stretch !important;
  }

  .contact-left {
    min-width: 0 !important;
    align-items: flex-start !important;
    padding: 0 !important;
  }

  .contact-header {
    font-size: 4rem !important;
    line-height: 1.1 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
  }

  .contact-subheader {
    font-size: 1rem !important;
    color: #444e5e !important;
    text-align: left !important;
  }

  .contact-us-form {
    padding: 0 0 0 0 !important;
    font-size: 1rem !important;
    max-width: 100vw !important;
    width: 100% !important;
  }

  .contact-us-form .row.g-2 {
    flex-direction: column !important;
    gap: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .contact-us-form .col-md-6,
  .contact-us-form .col-md-12 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .contact-btn {
    width: 60% !important;
    padding: 12px 0 !important;
    font-size: 1.1rem !important;
  }
}
/* Responsive Design - Small Mobile (425px and below) */
@media (max-width: 425px) {
  .right-div-fifth img {
    border-top-right-radius: 130px;
    border-bottom-left-radius: 0;
  }
}

/* Contact Form Section */
.white-block-under-streamline {
    width: 100%;
    min-height: 37vw;
    background: #f4f6fb;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
    padding: 40px 0;
    margin-top: 0;
    clear: both;
}

.contact-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 1500px;
    margin: 0 auto 40px auto;
    gap: 120px;
    width: 100%;
}

.contact-left {
    flex: 0 0 320px;
    min-width: 30vw;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-header {
    font-family: 'Russo One', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 0;
    text-align: left;
}

.contact-subheader {
    font-size: 1.5rem;
    color: #444e5e;
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.contact-us-form {
    max-width: 80vw;
    flex: 1 1 480px;
    padding: 48px 32px;
    background: transparent;
    font-size: 1.25rem;
}

.contact-btn {
    background-color: #0047ab;
    color: #fff;
    border-radius: 999px;
    border: 2px solid #0047ab;
    transition: all 0.2s;
    font-weight: 500;
    font-size: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    max-width: 250px !important;
}

.contact-btn:hover,
.contact-btn:focus {
    background-color: transparent;
    color: #0047ab;
    border: 2px solid #0047ab;
}

/* Footer Section */
.dark-block-under-white {
    width: 100%;
    height: auto;
    background: #2C3E50;
    position: relative;
    z-index: 1;
    border-radius: 0 !important;
}

.footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #222c3a;
    color: #fff !important;
    font-size: 1.3rem;
    transition: background 0.2s, color 0.2s;
    margin-right: 4px;
    margin-bottom: 2px;
    text-decoration: none;
}

.footer-social:hover {
    background: #14B8A6;
    color: #fff !important;
    text-decoration: none;
}

/* Contact & Footer Responsive Styles */
@media (max-width: 1440px) {
    .contact-row {
        flex-direction: column !important;
        gap: 0 !important;
        width: 80vw !important;
        margin: 0 auto 0 auto !important;
        padding: 0 !important;
        align-items: stretch !important;
    }

    .contact-left {
        min-width: 0 !important;
        align-items: flex-start !important;
        padding: 0 !important;
    }

    .contact-header {
        font-size: 4rem !important;
        line-height: 1.1 !important;
        margin-top: 0 !important;
        margin-bottom: 8px !important;
        text-align: left !important;
    }

    .contact-subheader {
        font-size: 1rem !important;
        color: #444e5e !important;
        text-align: left !important;
    }

    .contact-us-form {
        padding: 0 0 0 0 !important;
        font-size: 1rem !important;
        max-width: 100vw !important;
        width: 100% !important;
    }

    .contact-us-form .row.g-2 {
        flex-direction: column !important;
        gap: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .contact-us-form .col-md-6,
    .contact-us-form .col-md-12 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }

    .contact-btn {
        width: 60% !important;
        padding: 12px 0 !important;
        font-size: 1.1rem !important;
    }

    .footer-social {
        width: 32px;
        height: 32px;
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .white-block-under-streamline {
        min-height: auto;
        padding: 30px 20px;
        margin-top: 0;
    }

    .contact-row {
        gap: 10px !important;
        padding: 0 15px;
    }

    .contact-left {
        margin-top: 20px;
    }

    .contact-header {
        font-size: 3rem !important;
        line-height: 1.2;
    }

    .contact-subheader {
        font-size: 1rem !important;
        margin-top: 1rem;
    }

    .contact-us-form {
        padding: 20px 10px;
        font-size: 1rem;
    }

    .contact-btn {
        font-size: 1.1rem;
        padding: 0.6rem 2rem;
        width: 80%;
    }

    .dark-block-under-white {
        padding: 30px 20px;
    }

    .footer-social {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
}

@media (max-width: 425px) {
    .contact-header {
        font-size: 2.8rem !important;
    }

    .contact-subheader {
        font-size: 0.9rem !important;
    }

    .contact-us-form {
        padding: 15px 5px;
    }

    .contact-btn {
        font-size: 1rem;
        width: 90%;
    }
}