@charset "UTF-8";
.site-header .container {
  display: flex;
  justify-content: space-between;
  max-width: 192rem;
}
.site-header .header-top {
  background-color: #EEF1F4;
  height: 4rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #062348;
}
.site-header .header-top .container .contact-info,
.site-header .header-top .container .top-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-header .header-top .container .contact-info span,
.site-header .header-top .container .contact-info a,
.site-header .header-top .container .top-links span,
.site-header .header-top .container .top-links a {
  padding-right: 15px;
  color: #062348;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.site-header .header-top .container .contact-info span::after,
.site-header .header-top .container .contact-info a::after,
.site-header .header-top .container .top-links span::after,
.site-header .header-top .container .top-links a::after {
  content: "";
  background-color: #062348;
  width: 2px;
  height: calc(100% - 5px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0px, -50%);
}
.site-header .header-top .container .contact-info span:last-child,
.site-header .header-top .container .contact-info a:last-child,
.site-header .header-top .container .top-links span:last-child,
.site-header .header-top .container .top-links a:last-child {
  padding-right: 0;
}
.site-header .header-top .container .contact-info span:last-child::after,
.site-header .header-top .container .contact-info a:last-child::after,
.site-header .header-top .container .top-links span:last-child::after,
.site-header .header-top .container .top-links a:last-child::after {
  content: none;
}
.site-header .header-main {
  background-color: #ffffff;
  padding: 7px 0;
  border-bottom: 1px solid #EEF1F4;
}
.site-header .header-main .content-right {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.site-header .header-main .logo img {
  height: 55px;
  display: block;
}
.site-header .header-main .navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
.site-header .header-main .navbar-nav li a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #575757;
  transition: color 0.3s ease;
  text-decoration: none;
}
.site-header .header-main .navbar-nav li a.active {
  font-weight: 700;
  color: #062348;
}
.site-header .header-main .navbar-nav li a:hover {
  color: #062348;
}
.site-header .header-main .navbar-nav li.dropdown a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site-header .header-main .navbar-nav li.dropdown a .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}
.site-header .header-main .header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-header .header-main .header-actions .hamburger-menu {
  width: 50px;
  height: 50px;
  background-color: #e64a19;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
}
.site-header .header-main .header-actions .hamburger-menu span {
  display: block;
  width: 24px;
  height: 2.5px;
  background-color: #ffffff;
  border-radius: 3px;
}

.offcanvas-end {
  width: 1249px !important;
  max-width: 95vw !important;
}

.offcanvas-header {
  border-bottom: 1px solid #e9ecef;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 25px;
}
.offcanvas-body .menu-section-block {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.offcanvas-body .mega-menu-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.offcanvas-body .menu-section.top-section {
  flex-grow: 1;
  overflow: hidden;
}
.offcanvas-body .menu-divider {
  border: 0;
  border-top: 1px solid #7e7e7e;
  margin: 25px 0;
}
.offcanvas-body .menu-section {
  display: grid;
  gap: 30px;
}
.offcanvas-body .menu-section.top-section {
  grid-template-columns: 1.5fr 1fr;
}
.offcanvas-body h4 {
  font-size: 26px;
  font-weight: 600;
  color: #062348;
  margin: 0 0 15px 0;
}
.offcanvas-body .menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-body .menu-column li {
  margin-bottom: 12px;
}
.offcanvas-body .menu-column li a {
  color: #575757;
  text-decoration: none;
  font-size: 1.6rem;
}
.offcanvas-body .menu-column li a::before {
  content: "•";
  margin-right: 8px;
  color: #575757;
}
.offcanvas-body .menu-column li a:hover {
  color: #ED4622;
}
.offcanvas-body .service-cards-column .scroll-box {
  overflow-y: auto;
  height: calc(100vh - 10rem);
  padding: 15px 15px 0 15px;
}
.offcanvas-body .service-cards-column .scroll-box .service-card:last-child {
  margin-bottom: 0;
}
.offcanvas-body .service-cards-column .scroll-box .service-card .card-image {
  height: 246px;
}
.offcanvas-body .service-cards-column .service-card {
  height: auto;
  margin-bottom: 2rem;
}
.offcanvas-body .service-cards-column::-webkit-scrollbar {
  width: 6px;
}
.offcanvas-body .service-cards-column::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}
.offcanvas-body .service-cards-column::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 6px;
}
.offcanvas-body .service-cards-column::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.offcanvas-body .address-block p {
  color: #575757;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
.offcanvas-body .address-block .contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 500;
}
.offcanvas-body .address-block .contact-line svg {
  width: 2rem;
  height: 2rem;
  color: #032A5C;
}
.offcanvas-body .canvas-social-links {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offcanvas-body .canvas-social-links .follow-text {
  font-size: 20px;
  font-weight: 600;
  color: #062348;
  margin: 0;
}
.offcanvas-body .canvas-social-links .social-icons {
  display: flex;
  gap: 10px;
}
.offcanvas-body .canvas-social-links .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  text-decoration: none;
  background: #EEF1F4;
}

.quotationModal-block .modal-dialog {
  max-width: 1600px;
}
.quotationModal-block .modal-content {
  background-color: #ffffff;
  border-radius: 3rem;
  overflow: hidden;
  border: 1px solid #ED4622;
}
.quotationModal-block .modal-content .btn-close {
  display: none;
  font-size: 2rem;
  border: 1px solid;
  border-radius: 50%;
  padding: 1rem;
}
.quotationModal-block .modal-content .modal-body {
  padding: 0;
}

.quote-modal-content {
  display: flex;
}
.quote-modal-content .info-section {
  flex: 1 1 50%;
  padding: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.quote-modal-content .info-section .image-container {
  position: absolute;
  bottom: -5px;
  left: 3rem;
  user-select: none;
  pointer-events: none;
}
.quote-modal-content .info-section .image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}
.quote-modal-content .form-section {
  flex: 1 1 50%;
  background-color: #EEF1F4;
  padding: 4rem;
  box-sizing: border-box;
}
.quote-modal-content .form-section h2 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
  color: #0d2d52;
}
.quote-modal-content .form-section .form-actions {
  margin-top: 25px;
  text-align: right;
}
.quote-modal-content .form-section .form-actions .btn-submit {
  padding: 1.4rem 6.5rem;
  transition: background-color 0.3s, transform 0.2s;
}
.quote-modal-content .form-section .form-actions .btn-submit:hover {
  transform: translateY(-2px);
}

.reviews-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reviews-summary .review-item img {
  height: 40px;
}
.reviews-summary .review-item .review-details {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem 0;
}
.reviews-summary .review-item .review-details p {
  margin: 0 0 5px 0;
  font-size: 2.2rem;
  font-weight: 600;
  color: #062348;
}
.reviews-summary .rating {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 20px;
  color: #575757;
  font-weight: 500;
}
.reviews-summary .rating .stars {
  display: flex;
  gap: 0.5rem;
}
.reviews-summary .rating .stars img {
  width: 2.9rem;
  height: 2.7rem;
}

.hero-banner {
  background: #FFF5F5;
  position: relative;
  overflow: hidden;
}
.hero-banner .scoop-corner {
  position: absolute;
  width: 40rem;
  height: 40rem;
  background-color: transparent;
  border-radius: 50%;
}
.hero-banner .top-left {
  top: -40rem;
  left: -40rem;
  box-shadow: 60px 140px 185px 120px rgba(244, 133, 111, 0.7803921569);
}
.hero-banner .bottom-right {
  bottom: -40rem;
  right: -40rem;
  box-shadow: -60px -140px 185px 120px rgba(244, 133, 111, 0.7803921569);
}
.hero-banner::before, .hero-banner::after {
  content: "";
  background-image: url("../img/polkadots.png");
  position: absolute;
  height: 47rem;
  width: 47rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.hero-banner::before {
  top: -25rem;
  left: -25rem;
}
.hero-banner::after {
  bottom: -25rem;
  right: -25rem;
}
.hero-banner .container {
  position: relative;
  z-index: 2;
}
.hero-banner .banner-content {
  display: grid;
  grid-template-columns: 60% 1fr;
  align-items: end;
  position: relative;
  z-index: 1;
}
.hero-banner .banner-text {
  max-width: 75rem;
}
.hero-banner .banner-text .iso-badge {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #575757;
  margin-bottom: 20px;
}
.hero-banner .banner-text .iso-badge svg {
  width: 18px;
  height: 18px;
}
.hero-banner .banner-text h1 {
  margin: 0 0 15px 0;
}
.hero-banner .banner-text p {
  color: #062348;
  margin-bottom: 30px;
}
.hero-banner .banner-text .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 50rem;
  margin-bottom: 40px;
}
.hero-banner .banner-text .features-grid .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #062348;
}
.hero-banner .banner-text .features-grid .feature-item svg {
  width: 22px;
  height: 22px;
  color: #ED4622;
}
.hero-banner .banner-text .banner-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}
.hero-banner .banner-image {
  position: relative;
  text-align: right;
}
.hero-banner .banner-image::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  background: rgba(100, 163, 244, 0.3411764706);
  border-radius: 50%;
  filter: blur(60px);
  z-index: -1;
  user-select: none;
  pointer-events: none;
}
.hero-banner .banner-image img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.splide-services {
  padding: 80px 0;
  overflow: hidden;
}
.splide-services .container-fluid {
  max-width: 80%;
}
.splide-services .splide__slide {
  padding: 6rem 0;
}
.splide-services .splide__pagination .splide__pagination__page {
  width: 20px;
  height: 6px;
  border-radius: 0;
  background: #d1d5db;
  opacity: 1;
  margin: 0 4px;
}
.splide-services .splide__pagination .splide__pagination__page.is-active {
  background: #ED4622;
  transform: scale(1.1);
}
.splide-services .splide__arrows .splide__arrow {
  width: 44px;
  height: 44px;
  background: #ffffff;
  opacity: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.splide-services .splide__arrows .splide__arrow svg {
  fill: #062348;
  width: 20px;
  height: 20px;
}
.splide-services .splide__arrows .splide__arrow:hover {
  background: #062348;
}
.splide-services .splide__arrows .splide__arrow:hover svg {
  fill: #ffffff;
}
.splide-services .splide__arrows .splide__arrow:disabled {
  display: none;
}

.service-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  text-decoration: none;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.service-card:hover .arrow-link {
  background-color: #ED4622 !important;
  color: #ffffff !important;
  transform: scale(1.1) rotate(45deg);
}
.service-card .card-image {
  position: relative;
  height: 286px;
  width: 100%;
}
.service-card .card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.service-card .card-image .arrow-link {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 64px;
  height: 64px;
  background-color: rgba(238, 241, 244, 0.5333333333);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #062348;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.service-card .card-image .arrow-link svg {
  width: 22px;
  height: 22px;
}
.service-card .card-content {
  padding: 20px;
}
.service-card .card-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #062348;
  margin: 0 0 8px 0;
}
.service-card .card-content p {
  color: #575757;
  margin: 0;
}

.services-section-page .container {
  max-width: 130rem;
}

.about-us-block {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
}
.about-us-block::before, .about-us-block::after {
  content: "";
  background-image: url("../img/about-bg-only.png");
  position: absolute;
  height: 82rem;
  width: 135rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.about-us-block::before {
  top: -28rem;
  left: -18rem;
}
.about-us-block::after {
  bottom: -45rem;
  right: -65rem;
  transform: rotate(175deg);
}
.about-us-block .container {
  position: relative;
  z-index: 2;
}
.about-us-block .about-text {
  max-width: 84rem;
}
.about-us-block .about-text .section-main-title {
  margin-top: 3rem;
}
.about-us-block .about-text p {
  margin: 2rem 0 5rem;
  line-height: 3rem;
}

.stats-section {
  background-image: url("../img/bg-map.png");
  padding: 12rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  align-items: stretch;
}
.stats-section .info-card {
  background-color: #FFF4E4;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.stats-section .info-card .card-text h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #062348;
  margin: 0 0 1.6rem 0;
}
.stats-section .info-card .card-image {
  margin-top: 20px;
  text-align: center;
}
.stats-section .info-card .card-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto -10rem;
}
.stats-section .stats-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.stats-section .stat-card {
  background-color: #FFF4E4;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stats-section .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.stats-section .stat-card h3 {
  font-size: 6rem;
  font-weight: 700;
  color: #062348;
  margin: 0 0 1.6rem 0;
}
.stats-section .stat-card p {
  font-size: 3.6rem;
  font-weight: 700;
  color: #062348;
  line-height: 1.5;
  margin: 0;
}

.locations-section {
  padding: 80px 0 60px;
}
.locations-section .location-card {
  margin-top: 6rem;
}
.locations-section .location-slider .splide__pagination {
  bottom: -30px;
}
.locations-section .location-slider .splide__pagination .splide__pagination__page {
  width: 20px;
  height: 6px;
  border-radius: 0;
  background: #d1d5db;
  opacity: 1;
  margin: 0 4px;
}
.locations-section .location-slider .splide__pagination .splide__pagination__page.is-active {
  background: #ED4622;
  transform: scale(1.1);
}
.locations-section .location-slider .splide__arrows {
  display: none;
}

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 400px;
  border-radius: 10px;
  text-decoration: none;
  color: #062348;
  isolation: isolate;
}
.location-card::before, .location-card::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.3s ease;
}
.location-card::before {
  top: -13px;
  transform: scale(0.98);
  background-color: #EBC8C0;
}
.location-card::after {
  top: -36px;
  transform: scale(0.9);
  background-color: rgba(237, 71, 34, 0.1019607843);
  z-index: -2;
}
.location-card .card-background-image {
  position: relative;
  height: 320px;
}
.location-card .card-background-image .front-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  z-index: 0;
}
.location-card .card-background-image .gps-icon-only {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.location-card .card-content {
  background-color: #ffffff;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: 2;
}
.location-card .info h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.location-card .info p {
  font-size: 14px;
  color: #575757;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.location-card .arrow-link {
  width: 47px;
  padding: 15px;
  height: 47px;
  background-color: #f0f2f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #062348;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.location-card:hover .arrow-link {
  background-color: #ED4622;
  color: #ffffff;
  transform: rotate(45deg);
}
.location-card:hover::before, .location-card:hover::after {
  top: 0;
}

.available-locations-section .section-header {
  margin-bottom: 5rem;
}
.available-locations-section .locations-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.why-choose-us-section {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 247, 235) 100%);
  position: relative;
  overflow: hidden;
}
.why-choose-us-section::before, .why-choose-us-section::after {
  content: "";
  background-image: url("../img/choose-bg-img1.png");
  position: absolute;
  height: 39rem;
  width: 45rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.why-choose-us-section::before {
  top: 0;
  right: 0;
}
.why-choose-us-section::after {
  bottom: -3rem;
  left: 0;
  transform: rotate(180deg);
}
.why-choose-us-section .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
  margin-top: 4rem;
}
.why-choose-us-section .feature-card {
  padding: 4.5rem 3rem;
  border-radius: 5rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
}
.why-choose-us-section .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.why-choose-us-section .feature-card.pink {
  background-color: #fff0ed;
}
.why-choose-us-section .feature-card.blue {
  background-color: #eef6ff;
}
.why-choose-us-section .feature-card .card-icon {
  width: 12rem;
  height: 12rem;
  margin: 0 auto 25px auto;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.why-choose-us-section .feature-card h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #062348;
  margin: 0 0 10px 0;
}
.why-choose-us-section .feature-card p {
  color: #575757;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.trust-banner {
  background-color: #062348;
  color: #ffffff;
  padding: 7rem 0;
}
.trust-banner .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trust-banner .banner-text h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2rem 0;
}
.trust-banner .banner-text p {
  font-size: 2rem;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}
.trust-banner .reviews-wrapper {
  display: flex;
  gap: 10rem;
}
.trust-banner .review-item .review-source {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.trust-banner .review-item .review-source span {
  font-size: 2.6rem;
  font-weight: 600;
}
.trust-banner .review-item .stars {
  display: flex;
  gap: 1rem;
}

.team-section {
  background-color: #EEF1F4;
  overflow: hidden;
}
.team-section .team-gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 6rem;
}
.team-section .team-gallery .gallery-image {
  border-radius: 1.9rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-section .team-gallery .gallery-image:nth-child(even) {
  margin: 0 0 16rem 0;
}
.team-section .team-gallery .gallery-image:nth-child(odd) {
  margin: 16rem 0 0 0;
}
.team-section .team-gallery .gallery-image:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.team-section .team-gallery .gallery-image:first-child {
  margin-left: -4rem;
}
.team-section .team-gallery .gallery-image:last-child {
  margin-right: -4rem;
}

.location-section .location-text {
  padding-right: 5rem;
}
.location-section .location-text .section-main-para {
  margin: 2rem 0 4rem;
}
.location-section .location-map {
  padding-left: 4rem;
}
.location-section .location-map iframe {
  width: 100%;
  height: 490px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.estimate-section .quote-modal-content {
  background-color: #ffffff;
  border-radius: 3rem;
  overflow: hidden;
  border: 1px solid #ED4622;
}

.clients-section {
  background-color: #EEF1F4;
  background-image: url("../img/client-bgdots.png");
  background-repeat: repeat;
  background-position: bottom;
  padding: 7rem 0;
}
.clients-section .logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.clients-section .logo-row:not(:last-child) {
  margin-bottom: 40px;
}
.clients-section .logo-card {
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  width: 160px;
  padding: 20px;
  box-sizing: border-box;
}
.clients-section .logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.clients-section .logo-card:hover img {
  opacity: 1;
  transform: scale(1.1);
}

.cta-banner {
  background-color: #ED4622;
  padding: 135px 0;
  color: #ffffff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.07) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 2px, transparent 2px);
  background-size: 65px 65px;
  overflow: hidden;
}
.cta-banner .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-banner .banner-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 420%;
  background: #ED4622;
  border-radius: 50%;
  filter: blur(60px);
  z-index: -1;
  user-select: none;
  pointer-events: none;
}
.cta-banner .cta-title h2 {
  font-size: 4.6rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
.cta-banner .contact-info {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cta-banner .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 500;
}
.cta-banner .contact-item .icon-wrapper {
  width: 6rem;
  height: 6rem;
  background-color: #062348;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.cta-banner .contact-item .icon-wrapper svg {
  width: 28px;
  height: 28px;
}
.cta-banner .contact-item:hover .icon-wrapper {
  transform: scale(1.1);
}

.testimonials-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.testimonials-section .testimonial-slider .splide__track {
  padding: 10px;
}
.testimonials-section .testimonial-slider .splide__pagination .splide__pagination__page {
  width: 25px;
  height: 5px;
  border-radius: 3px;
  background: #d1d5db;
  opacity: 1;
  margin: 0 4px;
}
.testimonials-section .testimonial-slider .splide__pagination .splide__pagination__page.is-active {
  background: #ED4622;
}

.testimonial-card {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-card h3 {
  font-size: 26px;
  font-weight: 600;
  color: #062348;
  margin: 0 0 15px 0;
  text-transform: capitalize;
}
.testimonial-card p {
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  line-height: 1.7;
  margin: 0 0 40px 0;
  flex-grow: 1;
}
.testimonial-card .card-footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: auto;
}
.testimonial-card .card-footer .stars {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.testimonial-card .review-source img {
  display: block;
}
.testimonial-card .timestamp {
  font-size: 16px;
  font-weight: 400;
  color: #575757;
}

.site-footer .main-footer {
  background-color: #062348;
  color: #fff;
  padding: 90px 0;
  font-size: 15px;
}
.site-footer .main-footer .footer-top {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.2fr 1.5fr;
  gap: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .main-footer .footer-col h4 {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.site-footer .main-footer .footer-col p {
  line-height: 1.7;
  color: #ffffff;
  margin: 0 0 20px 0;
  font-weight: 400;
}
.site-footer .main-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .main-footer .footer-col ul li {
  margin-bottom: 15px;
}
.site-footer .main-footer .footer-col ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  font-weight: 400;
}
.site-footer .main-footer .footer-col ul li a:hover {
  color: #ED4622;
  padding-left: 5px;
}
.site-footer .main-footer .footer-col ul li a::before {
  content: "•";
  margin-right: 8px;
  color: #fff;
}
.site-footer .main-footer .footer-col .address-block {
  margin-bottom: 25px;
}
.site-footer .main-footer .footer-col .contact-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.site-footer .main-footer .footer-col .contact-line span {
  color: #ED4622;
}
.site-footer .main-footer .footer-col .contact-line span svg {
  width: 28px;
  height: 28px;
}
.site-footer .main-footer .about-col {
  padding-right: 12rem;
}
.site-footer .main-footer .about-col .footer-logo {
  display: block;
  margin-bottom: 20px;
}
.site-footer .main-footer .about-col .footer-logo img {
  height: 70px;
}
.site-footer .main-footer .about-col p {
  margin: 50px 0 20px;
  border-bottom: 1px solid #476B98;
  border-top: 1px solid #476B98;
  padding: 20px 0;
}
.site-footer .main-footer .about-col .social-icons {
  display: flex;
  gap: 10px;
}
.site-footer .main-footer .about-col .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
}
.site-footer .main-footer .about-col .social-icons a svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.site-footer .main-footer .about-col .social-icons a:hover {
  background-color: #ED4622;
  transform: translateY(-3px);
}
.site-footer .main-footer .footer-cities h4 {
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.site-footer .main-footer .footer-cities .city-links-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px 30px;
}
.site-footer .main-footer .footer-cities .city-links-grid a {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .main-footer .footer-cities .city-links-grid a:hover {
  color: #ffffff;
}
.site-footer .footer-illustration {
  background-color: #062348;
  padding: 0 0 30px 0;
  text-align: center;
  line-height: 0;
}
.site-footer .footer-illustration img {
  width: 100%;
  user-select: none;
  pointer-events: none;
}
.site-footer .copyright-bar {
  background-color: #021D40;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  position: relative;
}
.site-footer .copyright-bar::before {
  content: "";
  border-top: 6px dashed rgba(255, 255, 255, 0.3019607843);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0px, -50%);
}
.site-footer .copyright-bar p {
  margin: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #00142D;
  color: #fff;
  border-radius: 2rem;
  padding: 20px 100px;
  font-size: 2rem;
}

.journey-section {
  padding: 80px 0;
  position: relative;
  background: #FFEBEB;
  background: linear-gradient(90deg, rgb(255, 235, 235) 0%, rgb(238, 241, 244) 100%);
  margin-bottom: 30rem;
}
.journey-section .container {
  position: relative;
  z-index: 2;
  max-width: 140rem;
}
.journey-section .section-header {
  text-align: center;
  margin: 0 auto 60px auto;
}
.journey-section .section-header .section-main-title {
  margin-bottom: 2rem;
}
.journey-section .section-header .section-main-para {
  color: #062348;
}
.journey-section .journey-image-wrapper {
  margin-bottom: -38rem;
}
.journey-section .journey-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.mission-vision-section .container {
  max-width: 140rem;
}
.mission-vision-section .grid-wrapper {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 30px;
  align-items: stretch;
}
.mission-vision-section .card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mission-vision-section .mission-card {
  background: #021E42;
  background: linear-gradient(150deg, rgb(2, 30, 66) 30%, rgb(237, 70, 34) 130%);
  color: #ffffff;
  border-radius: 20px;
  padding: 26px;
  display: flex;
  align-items: center;
}
.mission-vision-section .mission-card .mission-statement {
  border-right: 1px solid rgba(254, 246, 246, 0.3215686275);
  padding-right: 8rem;
  padding-bottom: 6rem;
}
.mission-vision-section .mission-card .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.mission-vision-section .mission-card .card-icon {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
.mission-vision-section .mission-card h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.mission-vision-section .mission-card h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.mission-vision-section .mission-card .mission-details p {
  line-height: 1.7;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.mission-vision-section .vision-card {
  background-color: #EEF1F4;
  border-radius: 2.1rem;
  padding: 2.6rem;
}
.mission-vision-section .vision-card .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.mission-vision-section .vision-card h4 {
  font-size: 26px;
  font-weight: 600;
  color: #062348;
  margin: 0;
}
.mission-vision-section .vision-card .card-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #575757;
  margin: 0;
}

.journey-timeline-section {
  background-color: #EEF1F4;
  position: relative;
  padding-bottom: 0;
}
.journey-timeline-section .gradient-text {
  background-image: linear-gradient(180deg, rgb(237, 70, 34) 30%, rgb(6, 35, 72) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.journey-timeline-section .section-header {
  text-align: center;
  margin: 0 auto 50px auto;
  border: 1px solid #CECECE;
  border-radius: 4rem;
  background: #fff;
  padding: 35px 70px;
}
.journey-timeline-section .section-header h2 {
  font-size: 4.6rem;
  font-weight: 700;
  color: #062348;
  margin: 0 0 25px 0;
}
.journey-timeline-section .section-header p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.journey-timeline-section .timeline-entry {
  display: grid;
  grid-template-columns: 40rem 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 20px 0;
}
.journey-timeline-section .timeline-year {
  font-size: 80px;
  font-weight: 700;
  color: #C4C4C4;
  text-align: center;
}
.journey-timeline-section .timeline-details h4 {
  font-size: 22px;
  font-weight: 700;
  color: #062348;
  margin: 0 0 20px 0;
}
.journey-timeline-section .timeline-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.journey-timeline-section .timeline-details li {
  font-size: 20px;
  color: #575757;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.journey-timeline-section .timeline-details li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #575757;
  font-size: 20px;
}
.journey-timeline-section .timeline-image {
  text-align: right;
}
.journey-timeline-section .timeline-image img {
  max-width: 250px;
  height: auto;
}
.journey-timeline-section .timeline-separator {
  border: 0;
  height: 1px;
  background: #656565;
  margin: 40px 0;
}

.leadership-section .container {
  max-width: 120rem;
}
.leadership-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.leadership-section .section-header .section-main-title-sm {
  margin-bottom: 6rem;
}
.leadership-section .founder-block {
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: #EEF1F4;
  border-radius: 26px;
  padding: 30px 40px;
  margin-bottom: 50px;
}
.leadership-section .founder-image {
  position: relative;
  flex-shrink: 0;
}
.leadership-section .founder-image .portrait {
  width: 270px;
  height: 270px;
  object-fit: cover;
}
.leadership-section .founder-image .wreath {
  position: absolute;
  width: 200px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.leadership-section .founder-text h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 0;
}
.leadership-section .founder-text p {
  color: #575757;
  line-height: 1.7;
  margin: 0;
  max-width: 70rem;
}
.leadership-section .leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.leadership-section .team-member-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
  border: 1px solid #CECECE;
}
.leadership-section .team-member-card:hover {
  transform: translateY(-8px);
}
.leadership-section .member-image-wrapper {
  position: relative;
}
.leadership-section .member-image-wrapper::before, .leadership-section .member-image-wrapper::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 100%;
  background-color: #f0f2f5;
  border-radius: 16px;
  z-index: -1;
}
.leadership-section .member-image-wrapper::before {
  top: 4px;
  transform: scale(0.95);
}
.leadership-section .member-image-wrapper::after {
  top: -2px;
  transform: scale(0.9);
  z-index: -2;
}
.leadership-section .member-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px 16px 0 0;
  position: relative;
  z-index: 1;
}
.leadership-section .member-info {
  padding: 20px 15px;
}
.leadership-section .member-info h4 {
  font-size: 20px;
  font-weight: 500;
  color: #032A5C;
  margin: 0 0 5px 0;
}
.leadership-section .member-info p {
  font-size: 14px;
  color: #575757;
  margin: 0;
  font-weight: 600;
}

.relocation-cta {
  position: relative;
  overflow: hidden;
  background: #FFEBEB;
  background: linear-gradient(90deg, rgb(255, 235, 235) 0%, rgb(238, 241, 244) 100%);
}
.relocation-cta .container {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.relocation-cta .cta-grid {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 60px;
}
.relocation-cta .cta-text {
  padding-right: 10rem;
}
.relocation-cta .cta-text .section-main-para {
  margin: 0 0 30px;
}
.relocation-cta .cta-image {
  text-align: right;
}
.relocation-cta .cta-image img {
  max-width: 483px;
  height: auto;
  border-radius: 16px;
  width: 100%;
}

.rates-section {
  background-color: #EEF1F4;
}
.rates-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.rates-section .section-header {
  text-align: center;
  margin: 0 auto 50px auto;
}
.rates-section .pricing-group {
  margin-bottom: 50px;
}
.rates-section .pricing-group h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}
.rates-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.rates-section .pricing-card {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #CECECE;
}
.rates-section .pricing-card .card-header {
  padding: 40px 20px 25px;
  text-align: center;
  background-color: #fff;
}
.rates-section .pricing-card .card-header h4 {
  font-size: 22px;
  font-weight: 700;
  color: #062348;
  margin: 0 0 15px 0;
}
.rates-section .pricing-card .card-header .total-price {
  display: inline-block;
  background-color: #EEF1F4;
  color: #062348;
  padding: 6px 54px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
}
.rates-section .pricing-card .card-body {
  padding: 20px 25px 40px;
  background: #E0E8FF;
  background: linear-gradient(180deg, rgb(224, 232, 255) 0%, rgb(255, 255, 255) 100%);
}
.rates-section .pricing-card .card-body h5 {
  font-size: 14px;
  font-weight: 600;
  color: #062348;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}
.rates-section .pricing-card .charges-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rates-section .pricing-card .charges-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #062348;
}
.rates-section .pricing-card .charges-list li:not(:last-child) {
  border-bottom: 1px solid #f1f3f5;
}
.rates-section .pricing-card .charges-list .item-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rates-section .pricing-card .charges-list .item-name span {
  color: #ED4622;
  font-size: 18px;
}
.rates-section .pricing-card .charges-list .item-price {
  font-weight: 600;
}

.service-details-choose-section {
  background: #fff;
}
.service-details-choose-section::before, .service-details-choose-section::after {
  content: none;
}
.service-details-choose-section .feature-card {
  background: #fff !important;
}
.service-details-choose-section .feature-card .card-icon {
  box-shadow: 0 0px 11px rgba(0, 0, 0, 0.25);
}

.booking-process-section {
  background: #FFF9F9;
  background: linear-gradient(90deg, rgb(255, 249, 249) 0%, rgb(249, 254, 250) 47%, rgb(219, 185, 185) 86%, rgb(253, 236, 236) 100%);
}
.booking-process-section .process-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 60px;
}
.booking-process-section .process-steps h2 {
  margin: 0 0 50px 0;
}
.booking-process-section .stepper-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.booking-process-section .stepper-list::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: calc(100% - 63rem);
  left: 14px;
  width: 2px;
  background-color: #032A5C;
}
.booking-process-section .step-item {
  display: flex;
  gap: 25px;
  position: relative;
}
.booking-process-section .step-item:not(:last-child) {
  padding-bottom: 40px;
}
.booking-process-section .step-marker {
  width: 30px;
  height: 30px;
  border: 6px solid #ED4622;
  border-radius: 50%;
  background-color: #ffffff;
  flex-shrink: 0;
  z-index: 1;
}
.booking-process-section .step-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #062348;
  margin: 0 0 5px 0;
}
.booking-process-section .step-content p {
  font-size: 16px;
  color: #575757;
  line-height: 1.6;
  margin: 0;
}
.booking-process-section .process-graphic {
  padding-left: 6rem;
}
.booking-process-section .process-graphic .cta-box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(151, 51, 51, 0.3019607843);
  border: 1px solid #EEF1F4;
}
.booking-process-section .process-graphic .cta-box .btn-box {
  text-align: right;
  margin-top: 8rem;
}
.booking-process-section .process-graphic img {
  width: 100%;
  height: auto;
  margin-top: 4rem;
  display: block;
}

.faq-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.faq-section .faq-wrapper {
  background-color: #EEF1F4;
  padding: 40px;
  border-radius: 20px;
}
.faq-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}
.faq-section .accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-top: 1px solid #CECECE;
}
.faq-section .accordion .accordion-item:first-of-type {
  border-top: 0;
}
.faq-section .accordion .accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding: 25px 0;
  color: #062348;
  font-size: 26px;
  font-weight: 600;
}
.faq-section .accordion .accordion-header .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 24px;
  font-weight: 400;
  color: #062348;
  transform: none;
  margin-left: auto;
}
.faq-section .accordion .accordion-button:not(.collapsed) {
  color: #062348;
  font-weight: 700;
}
.faq-section .accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  color: #ED4622;
}
.faq-section .accordion .accordion-body {
  padding: 0 0 25px 0;
  font-weight: 400;
  font-size: 20px;
  color: #575757;
  line-height: 1.7;
}

.blog-section {
  background-color: #ffffff;
  position: relative;
}

.social-sidebar {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.social-sidebar a {
  color: #575757;
}
.social-sidebar a:hover {
  color: #062348;
}
.social-sidebar a svg {
  width: 24px;
  height: 24px;
}

.breadcrumb {
  margin-bottom: 10px;
  font-size: 14px;
  color: #575757;
  font-weight: 600;
}
.breadcrumb a {
  color: #C4C4C4;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #062348;
}

.page-layout {
  display: grid;
  grid-template-columns: 1fr 314px;
  gap: 40px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.blog-card {
  background-color: #ffffff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card .card-image-link img {
  width: 100%;
  height: auto;
  display: block;
}
.blog-card .card-content {
  padding: 15px 0;
}
.blog-card .card-content h3 a {
  font-size: 18px;
  font-weight: 600;
  color: #062348;
  margin: 0 0 10px 0;
  text-decoration: none;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .card-content h3 a:hover {
  color: #ED4622;
}
.blog-card .card-content .card-meta {
  font-size: 14px;
  color: #575757;
  margin-bottom: 15px;
}
.blog-card .card-content p {
  font-size: 14px;
  color: #575757;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .card-content .read-more-link {
  font-size: 15px;
  font-weight: 600;
  color: #ED4622;
  text-decoration: none;
}
.blog-card .card-content .read-more-link:hover {
  text-decoration: underline;
}

.pagination {
  justify-content: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #EEF1F4;
  border-radius: 10px;
  color: #062348;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.6rem;
}
.pagination .page-item.active, .pagination .page-item:hover {
  color: #ED4622;
  border-color: #ED4622;
}
.pagination .page-item.active {
  cursor: default;
}

.blog-sidebar .sidebar-cta {
  background: linear-gradient(135deg, #4a90e2, #062348);
  padding: 30px;
  text-align: center;
}
.blog-sidebar .sidebar-cta h3 {
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
.blog-sidebar .sidebar-cta p {
  font-size: 23px;
  color: #ffffff;
  opacity: 0.9;
  margin: 5px 0 0;
}
.blog-sidebar .sidebar-cta img {
  max-width: 100%;
  margin: 0px 0 50px;
}
.blog-sidebar .sidebar-cta .btn-primary {
  font-size: 14px;
}

.blog-detail-section {
  background-color: #ffffff;
  position: relative;
}

.blog-post .post-header {
  margin-bottom: 25px;
}
.blog-post .post-header h1 {
  font-size: 36px;
  font-weight: 600;
  color: #062348;
  line-height: 1.3;
  margin: 0 0 15px 0;
}
.blog-post .post-header .post-meta {
  font-size: 16px;
  color: #575757;
}
.blog-post .featured-image {
  margin: 0 0 30px 0;
  height: 53rem;
}
.blog-post .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-post .post-body p {
  color: #575757;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}

.more-blogs-section {
  background: #EEF1F4;
}
.more-blogs-section .blog-card {
  background-color: transparent;
}
.more-blogs-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.more-blogs-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.quote-form-section {
  padding: 50px 70px;
  background-color: #062348;
  position: relative;
  color: #ffffff;
  border-radius: 34px;
}
.quote-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 34px;
  width: 100%;
  height: 100%;
  background-image: url("../img/banner-img-2.png");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  user-select: none;
  pointer-events: none;
}
.quote-form-section .section-title {
  font-size: 44px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 50px;
}
.quote-form-section .form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.quote-form-section .form-group.full-span {
  grid-column: 3/5;
}
.quote-form-section .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.quote-form-section .form-group label span {
  color: #ED4622;
}
.quote-form-section .form-group .input-wrapper {
  position: relative;
}
.quote-form-section .form-group .input-wrapper span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}
.quote-form-section .form-group .input-wrapper .form-control {
  min-height: initial;
  height: 56px;
}
.quote-form-section .form-actions {
  text-align: right;
  margin-top: 10px;
}

.city-listings-section .listings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.city-listings-section .listings-header .search-bar {
  position: relative;
}
.city-listings-section .listings-header .search-bar span {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}
.city-listings-section .listings-header .search-bar input {
  padding: 10px 15px 10px 50px;
  border: 1px solid #CECECE;
  width: 460px;
  border-radius: 1rem;
  font-size: 16px;
  height: 56px;
}
.city-listings-section .listings-header .search-bar input::placeholder {
  color: #C4C4C4;
}
.city-listings-section .listings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.city-listings-section .listing-card {
  background-color: #ffffff;
  border: 1px solid #CECECE;
  border-radius: 18px;
  padding: 25px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.city-listings-section .listing-card .card-top {
  display: flex;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEF1F4;
  position: relative;
}
.city-listings-section .listing-card .card-top img {
  width: 200px;
  height: 200px;
  border-radius: 1rem;
  object-fit: cover;
}
.city-listings-section .listing-card .card-top .info-main {
  flex-grow: 1;
}
.city-listings-section .listing-card .card-top .info-main .city-tag {
  background-color: #EEF1F4;
  color: #062348;
  padding: 10px 47px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1rem;
  display: inline-block;
}
.city-listings-section .listing-card .card-top .info-main h4 {
  font-size: 30px;
  font-weight: 600;
  color: #062348;
  margin: 8px 0 20px;
}
.city-listings-section .listing-card .card-top .info-main .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 500;
  color: #575757;
}
.city-listings-section .listing-card .card-top .info-main .stars img {
  width: 2.4rem;
  height: 2.4rem;
}
.city-listings-section .listing-card .card-top .arrow-link {
  width: 64px;
  height: 64px;
  padding: 18px;
  border: 1px solid #e9ecef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #062348;
}
.city-listings-section .listing-card .card-top .arrow-link:hover {
  background-color: #f8f9fa;
  color: #d84315;
}
.city-listings-section .listing-card .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.city-listings-section .listing-card .card-bottom .address {
  color: #575757;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.branch-card-section .branch-card {
  background: #FFEBEB;
  background: linear-gradient(90deg, rgb(255, 235, 235) 0%, rgb(238, 241, 244) 100%);
  padding: 52px 35px;
  border-radius: 30px;
}
.branch-card-section .card-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}
.branch-card-section .branch-info {
  max-width: 75rem;
}
.branch-card-section .branch-info .btn {
  margin-bottom: 30px;
}
.branch-card-section .branch-info .city-tag {
  display: inline-block;
  background-color: #fff;
  color: #575757;
  padding: 7px 42px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.branch-card-section .branch-info h2 {
  font-size: 30px;
  font-weight: 600;
  color: #062348;
  margin: 0 0 20px 0;
}
.branch-card-section .branch-info .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 30px;
  max-width: 50rem;
}
.branch-card-section .branch-info .features-grid .feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #062348;
}
.branch-card-section .branch-image {
  text-align: right;
}
.branch-card-section .branch-image img {
  width: 377px;
  height: 386px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.video-highlights-section .video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 4rem;
}
.video-highlights-section .video-thumbnail {
  position: relative;
  display: block;
  border-radius: 16px;
  height: 415px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.video-highlights-section .video-thumbnail img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  object-fit: cover;
}
.video-highlights-section .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99px;
  height: 99px;
  background-color: rgba(6, 34, 71, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px;
}
.video-highlights-section .video-thumbnail:hover img {
  transform: scale(1.05);
}
.video-highlights-section .video-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: rgba(237, 70, 34, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

#videoModal .modal-dialog {
  max-width: 900px;
}
#videoModal .modal-content {
  background: transparent;
  border: 0;
}
#videoModal .modal-body {
  padding: 0;
  position: relative;
}
#videoModal .btn-close {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.8;
  height: 30px;
  width: 30px;
}
#videoModal .btn-close:hover {
  opacity: 1;
}
#videoModal .video-iframe {
  border-radius: 10px;
}

.team-gallery-section .image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 5rem;
}
.team-gallery-section .grid-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 271px;
}
.team-gallery-section .grid-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.team-gallery-section .grid-item:hover img {
  transform: scale(1.05);
}

/****** Common Css Start ******/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-weight: normal;
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

img {
  max-width: 100%;
}

a,
button,
input[type=reset],
input[type=submit],
input[type=button] {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

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

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

button:hover,
button:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #062348;
}

button,
select {
  border: none;
  background-color: transparent;
}

p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}

.btn {
  padding: 1rem 2.4rem;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: 1.6rem;
  border-radius: 1rem;
  background-color: #ED4622;
  color: #fff;
  font-weight: 700;
  min-width: 18.6rem;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:focus, .btn:hover, .btn:active {
  background-color: #d84315 !important;
  border-color: #aa3318 !important;
  color: #fff !important;
}

.form-group {
  margin-bottom: 2rem;
}
.form-group label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #062348;
  margin-bottom: 1rem;
}
.form-group label .required {
  color: #ED4622;
  margin-left: 2px;
}
.form-group .input-wrapper {
  position: relative;
  display: flex;
}
.form-group .input-wrapper input,
.form-group .input-wrapper select,
.form-group .input-wrapper textarea {
  width: 100%;
  padding: 12px 40px 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #062348;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.form-group .input-wrapper input:focus,
.form-group .input-wrapper select:focus,
.form-group .input-wrapper textarea:focus {
  outline: none;
  border-color: #0d2d52;
  background-color: #EAF5FF;
  box-shadow: 0 0 0 3px rgba(13, 45, 82, 0.1);
}
.form-group .input-wrapper input::placeholder,
.form-group .input-wrapper select::placeholder,
.form-group .input-wrapper textarea::placeholder {
  color: #C4C4C4;
}
.form-group .input-wrapper select {
  appearance: none;
  cursor: pointer;
}
.form-group .input-wrapper textarea {
  resize: vertical;
  min-height: 80px;
}
.form-group .input-wrapper .icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  color: #032A5C;
  pointer-events: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container {
  max-width: 160rem;
}

.section-main-title {
  color: #062348;
  font-size: 4.6rem;
  font-weight: 700;
}

.section-main-title-sm {
  color: #062348;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.section-main-para {
  color: #575757;
  font-size: 2rem;
  font-weight: 500;
}

.highlight {
  color: #ED4622;
}

.btn-blue-primary {
  background-color: #062348;
  border: 2px solid #062348;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-blue-primary:active {
  background-color: #ED4622 !important;
  color: #fff !important;
}

.btn-outline {
  background-color: #fff;
  color: #ED4622;
  border: 2px solid #ED4622;
}
.btn-outline:hover {
  background-color: #ED4622;
  color: #fff;
}

.btn-directions {
  display: inline-flex;
  align-items: center;
  background-color: #EEF1F4;
  border: 1px solid #062348;
  text-decoration: none;
  color: #062348;
  font-weight: 500;
  font-size: 1.8rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  min-width: auto;
}
.btn-directions:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  background-color: #EEF1F3 !important;
  border-color: #ced4da !important;
  color: #062348 !important;
}
.btn-directions .icon-wrapper {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-directions .icon-wrapper img {
  width: 20px;
  height: 20px;
}

.section-spacing {
  padding: 6rem 0;
}

.section-title-block {
  display: flex;
  justify-content: space-between;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

/****** Common Css Ends ******/
/*------------------------------------------
    Responsive Grid Media Queries - 1280, 1024, 768, 480
     1280-1024   - desktop (default grid)
     1024-768    - tablet landscape
     768-480     - tablet 
     480-less    - phone landscape & smaller
  --------------------------------------------*/
@media all and (max-width: 768px) {
  .site-header .header-top .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .btn-blue-primary {
    font-size: 13px;
  }
  .btn {
    min-width: auto;
    padding: 1rem;
  }
  .offcanvas-end {
    max-width: 100vw !important;
  }
  .offcanvas-end .btn-close {
    height: 2rem;
    width: 2rem;
    border: 1px solid;
    border-radius: 50%;
  }
  .offcanvas-body {
    padding: 15px;
  }
  .offcanvas-body .menu-divider {
    margin: 10px 0;
  }
  .offcanvas-body .service-cards-column .scroll-box {
    height: calc(100vh - 4.3rem - 46.6rem - 8rem);
  }
  .offcanvas-body h4 {
    font-size: 20px;
  }
  .offcanvas-body .menu-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .offcanvas-body .canvas-social-links {
    position: relative;
    margin-top: 2rem;
  }
  .offcanvas-body .menu-column {
    flex: 1;
  }
  .offcanvas-body .menu-column li a {
    font-size: 1.4rem;
  }
  .offcanvas-body .address-block p {
    font-size: 1.4rem;
  }
  .site-header .header-main .header-actions .hamburger-menu {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .site-header .header-main .logo img {
    width: 175px;
  }
  .site-header .header-top {
    display: none;
  }
  .location-section .location-text {
    padding-right: 0;
  }
  .location-section .location-text .section-main-para {
    margin: 2rem 0;
  }
  .location-section .location-map {
    padding-left: 0;
    margin-top: 4rem;
  }
  .quote-modal-content {
    flex-wrap: wrap;
  }
  .quote-modal-content .form-section {
    flex: 1 1 100%;
    padding: 5rem 2rem 2rem;
  }
  .quote-modal-content .form-section h2 {
    text-align: center;
  }
  .quote-modal-content .form-section .form-actions {
    text-align: center;
  }
  .quote-modal-content .info-section {
    flex: 1 1 100%;
    overflow: hidden;
    padding: 2rem;
  }
  .quote-modal-content .info-section .image-container {
    position: relative;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  body .section-main-para {
    font-size: 1.6rem !important;
  }
  body .section-main-para br {
    display: none;
  }
  body .section-main-title {
    font-size: 3.4rem !important;
  }
  body .section-main-title br {
    display: none;
  }
  body .section-main-title-sm {
    font-size: 3rem !important;
  }
  body .section-main-title-sm br {
    display: none;
  }
  .section-title-block {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .section-title-block .btn {
    min-width: 15rem;
  }
  .stats-section {
    padding: 6rem 0;
  }
  .stats-section .info-card {
    padding: 40px 15px;
  }
  .stats-section .info-card .card-image img {
    margin: 0 auto 0rem;
  }
  .stats-section .info-card .card-text h2 {
    font-size: 3.4rem;
  }
  .stats-section .stats-grid,
  .stats-section .stats-cards-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .stats-section .stats-grid .stat-card,
  .stats-section .stats-cards-grid .stat-card {
    flex: 0 0 100%;
  }
  .stats-section .stats-grid .stat-card h3,
  .stats-section .stats-cards-grid .stat-card h3 {
    font-size: 4.6rem;
  }
  .stats-section .stats-grid .stat-card p,
  .stats-section .stats-cards-grid .stat-card p {
    font-size: 2.6rem;
  }
  .locations-section {
    padding: 30px 0 80px;
  }
  .trust-banner {
    padding: 5rem 3rem;
  }
  .trust-banner .review-item .review-source span {
    font-size: 2rem;
  }
  .trust-banner .banner-text h2 {
    font-size: 3rem;
  }
  .trust-banner .banner-text p {
    font-size: 1.6rem;
  }
  .trust-banner .banner-content {
    flex-wrap: wrap;
  }
  .trust-banner .reviews-wrapper {
    gap: 4rem;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  .clients-section {
    background-repeat: no-repeat;
    background-position: top;
    padding: 5rem 0;
  }
  .cta-banner {
    padding: 65px 0;
  }
  .cta-banner .cta-title h2 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
  .cta-banner .contact-item {
    font-size: 2rem;
  }
  .cta-banner .banner-content,
  .cta-banner .contact-info {
    flex-wrap: wrap;
  }
  .cta-banner .banner-content a,
  .cta-banner .contact-info a {
    flex: 0 0 100%;
  }
  .cta-banner .banner-content::before,
  .cta-banner .contact-info::before {
    width: 70%;
    height: 70%;
  }
  .site-footer .copyright-bar p {
    padding: 15px;
    font-size: 1.2rem;
  }
  .site-footer .main-footer {
    padding: 40px 0;
    font-size: 14px;
  }
  .site-footer .main-footer .footer-col {
    flex: 0 0 100%;
  }
  .site-footer .main-footer .footer-col h4 {
    font-size: 2.2rem;
    margin: 0 0 15px 0;
  }
  .site-footer .main-footer .footer-col ul li a {
    font-size: 1.4rem;
  }
  .site-footer .main-footer .footer-cities .city-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .site-footer .main-footer .footer-top {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .site-footer .main-footer .about-col {
    padding-right: 0;
  }
  .site-footer .main-footer .about-col p {
    margin: 20px 0;
  }
  .reviews-summary {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .hero-banner .banner-image {
    text-align: center;
    margin-top: 5rem;
  }
  .hero-banner .banner-content {
    display: flex;
    flex-wrap: wrap;
  }
  .hero-banner .banner-content .banner-text .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .hero-banner .banner-content .banner-text .banner-actions {
    gap: 10px;
  }
  .hero-banner .banner-content .banner-text .banner-actions .btn {
    flex: 0 0 calc(50% - 0.5rem);
  }
  .section-spacing,
  .testimonials-section {
    padding: 3rem 0;
  }
  .team-section .team-gallery {
    flex-wrap: wrap;
  }
  .team-section .team-gallery .gallery-image {
    width: 100%;
    margin: 0 !important;
  }
  .why-choose-us-section .container {
    position: relative;
    z-index: 2;
  }
  .why-choose-us-section .feature-card h3 {
    font-size: 2.2rem;
  }
  .why-choose-us-section .feature-card p {
    font-size: 1.6rem;
  }
  .why-choose-us-section .features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .quotationModal-block .info-section {
    padding: 5rem 2rem 2rem;
  }
  .quotationModal-block .modal-content .btn-close {
    display: block;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
  }
  .journey-section {
    margin-bottom: 0;
  }
  .journey-section .journey-image-wrapper {
    margin-bottom: 0;
  }
  .mission-vision-section .mission-card .mission-statement {
    border-right: 0;
    border-bottom: 1px solid rgba(254, 246, 246, 0.3215686275);
    padding-right: 0;
    padding-bottom: 3rem;
  }
  .mission-vision-section .mission-card .card-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .mission-vision-section .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .journey-timeline-section .timeline-entry {
    display: flex;
    flex-wrap: wrap;
  }
  .journey-timeline-section .section-header {
    padding: 25px 15px;
  }
  .leadership-section .leadership-grid {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .leadership-section .founder-block {
    flex-wrap: wrap;
  }
  .available-locations-section .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-layout {
    display: flex;
    flex-direction: column-reverse;
  }
  .blog-post .featured-image {
    height: 28rem;
  }
  .more-blogs-section .blog-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .branch-card-section .branch-card {
    padding: 40px 25px;
  }
  .branch-card-section .card-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .rates-section .pricing-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .video-highlights-section .video-grid {
    grid-template-columns: 100%;
  }
  .faq-section .faq-wrapper {
    padding: 40px 20px;
  }
  .faq-section .accordion .accordion-header .accordion-button::after {
    margin-top: -40px;
  }
  .team-gallery-section .image-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .relocation-cta .cta-grid {
    display: flex;
    flex-direction: column;
  }
  .booking-process-section .process-graphic {
    padding-left: 0;
  }
  .booking-process-section .process-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  .quote-form-section {
    padding: 20px;
  }
  .quote-form-section .section-title {
    font-size: 28px;
  }
  .quote-form-section .form-actions {
    text-align: center;
  }
  .quote-form-section .form-actions .btn {
    min-width: 18rem;
  }
  .quote-form-section .form-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .quote-form-section .form-grid .form-group {
    flex: 0 0 100%;
  }
  .city-listings-section .listings-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .city-listings-section .listing-card .card-bottom {
    flex-wrap: wrap;
  }
  .city-listings-section .listing-card .card-bottom .btn {
    flex: 0 0 100%;
  }
  .city-listings-section .listing-card .card-top {
    flex-wrap: wrap;
  }
  .city-listings-section .listing-card .card-top img {
    flex: 0 0 100%;
  }
  .city-listings-section .listing-card .card-top .arrow-link {
    display: none;
  }
  .city-listings-section .listings-header {
    flex-wrap: wrap;
  }
  .city-listings-section .listings-header .section-main-title-sm {
    text-align: center;
    flex: 0 0 100%;
  }
  .city-listings-section .listings-header .search-bar {
    flex: 0 0 100%;
  }
  .city-listings-section .listings-header .search-bar input {
    width: 100%;
  }
}
/* Portrait */
/* Landscape */
/* CSS for iPhone, iPad, and Retina Displays */
/* Non-Retina */
/* Retina */
/* iPhone Portrait */
/* iPhone Landscape */
/* iPad Portrait */
/* iPad Landscape */

/*# sourceMappingURL=style.css.map */
