:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ff661c;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 97, 33;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff661c;
  --bs-btn-border-color: #ff661c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #cf4314;
  --bs-btn-hover-border-color: #cf4314;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cf4314;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  font-family: "EB Garamond", sans-serif;
  background-color: rgb(246, 251, 255);
}
.nav-link {
  min-width: 80px;
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  height: 90dvh;
  background-color: #000;
  overflow: hidden;
  border-radius: 20px;
  object-fit: cover;
}

.video-container video {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .video-container {
    height: 40dvh;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .video-container {
    height: 40dvh;
    width: 100%;
  }
}

.section-title {
  background: rgb(0, 0, 0);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.7987570028011204) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.image-container {
  position: relative;
  width: 100%;
  height: 60dvh;
  background-color: #000;
  overflow: hidden;
  border-radius: 20px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .image-container {
    height: 40dvh;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .image-container {
    height: 40dvh;
    width: 100%;
  }
}

.nav-link {
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 20px;
  /* background: hsla(20, 100%, 55%, 1);

  background: linear-gradient(45deg, hsla(20, 100%, 55%, 1) 0%, hsla(46, 92%, 64%, 1) 100%);

  background: -moz-linear-gradient(45deg, hsla(20, 100%, 55%, 1) 0%, hsla(46, 92%, 64%, 1) 100%); */

  /* background: -webkit-linear-gradient(45deg, hsla(20, 100%, 55%, 1) 0%, hsla(46, 92%, 64%, 1) 100%); */
}
.enquiry {
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  padding: 10px 20px;
  min-width: 80px;
  text-align: center;
  background: hsla(175, 81%, 46%, 1);
  text-decoration: none;
  background: linear-gradient(
    45deg,
    hsla(175, 81%, 46%, 1) 0%,
    hsla(196, 97%, 48%, 1) 100%
  );

  background: -moz-linear-gradient(
    45deg,
    hsla(175, 81%, 46%, 1) 0%,
    hsla(196, 97%, 48%, 1) 100%
  );

  background: -webkit-linear-gradient(
    45deg,
    hsla(175, 81%, 46%, 1) 0%,
    hsla(196, 97%, 48%, 1) 100%
  );
}
.enquiry:hover {
  background: hsla(175, 81%, 46%, 1);
}
.nav-link:hover {
  /* background: white; */
  color: #000;
  background: -webkit-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 1) 0%,
    hsla(46, 92%, 64%, 1) 100%
  );
}

.orangebg {
  background: hsla(20, 100%, 55%, 1);

  background: linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 1) 0%,
    hsla(46, 92%, 64%, 1) 100%
  );

  background: -moz-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 1) 0%,
    hsla(46, 92%, 64%, 1) 100%
  );

  background: -webkit-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 1) 0%,
    hsla(46, 92%, 64%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ff661c", endColorstr="#f8d04e", GradientType=1 );
}

.orangebgop50 {
  background: hsla(20, 100%, 55%, 0.75);

  background: linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.75) 0%,
    hsla(46, 92%, 64%, 0.75) 100%
  );

  background: -moz-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.5) 0%,
    hsla(46, 92%, 64%, 0.5) 100%
  );

  background: -webkit-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.75) 0%,
    hsla(46, 92%, 64%, 0.75) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ff661c", endColorstr="#f8d04e", GradientType=1 );
}

.bluebg {
  background: hsla(175, 81%, 46%, 1);

  background: linear-gradient(45deg, hsla(175, 81%, 46%, 1) 0%, hsla(196, 97%, 48%, 1) 100%);
  
  background: -moz-linear-gradient(45deg, hsla(175, 81%, 46%, 1) 0%, hsla(196, 97%, 48%, 1) 100%);
  
  background: -webkit-linear-gradient(45deg, hsla(175, 81%, 46%, 1) 0%, hsla(196, 97%, 48%, 1) 100%);
  
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#16d5c5", endColorstr="#04b0ef", GradientType=1 );
}

.feature-card {
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  background: white;
  background: hsla(20, 100%, 55%, 0.75);

  background: linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.75) 0%,
    hsla(46, 92%, 64%, 0.75) 100%
  );

  background: -moz-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.5) 0%,
    hsla(46, 92%, 64%, 0.5) 100%
  );

  background: -webkit-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.75) 0%,
    hsla(46, 92%, 64%, 0.75) 100%
  );
  .feature-icon {
    /* background: hsla(175, 81%, 46%, 1);

    background: linear-gradient(
      45deg,
      hsla(175, 81%, 46%, 1) 27%,
      hsla(196, 97%, 48%, 1) 78%
    );

    background: -moz-linear-gradient(
      45deg,
      hsla(175, 81%, 46%, 1) 27%,
      hsla(196, 97%, 48%, 1) 78%
    );

    background: -webkit-linear-gradient(
      45deg,
      hsla(175, 81%, 46%, 1) 27%,
      hsla(196, 97%, 48%, 1) 78%
    ); */
  }
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #000000;
  background: hsla(20, 100%, 55%, 0.75);

  background: linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.75) 0%,
    hsla(46, 92%, 64%, 0.75) 100%
  );

  background: -moz-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.5) 0%,
    hsla(46, 92%, 64%, 0.5) 100%
  );

  background: -webkit-linear-gradient(
    45deg,
    hsla(20, 100%, 55%, 0.75) 0%,
    hsla(46, 92%, 64%, 0.75) 100%
  );
  /* .feature-icon {
    background: white;
  } */
}

.feature-icon {
  /* width: 60px; */
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: white; */
  border-radius: 50%;
}

.feature-icon i {
  font-size: 28px;
  color: black;
  background-color: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.feature-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Responsive Breakpoints */
@media (max-width: 1199px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .card-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* Updated Feature Banner Card for better text visibility */
.feature-banner-card {
  margin: 30px 0;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: -10px 10px 6px #00c4f42b; */
  background: #ffffff;
  transition: all 0.3s ease;
}

.feature-banner-card:hover {
  transform: translateY(-5px);
  box-shadow: -10px 10px 6px #00c3f44f;
}

.feature-banner-content {
  display: flex;
  position: relative;
  min-height: 200px;
}

.feature-banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%; /* Reduced from 55% to give more space for text */
  height: 100%;
  overflow: hidden;
}

.feature-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.feature-banner-card:hover .feature-banner-image img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  z-index: 1;
}

.image-overlay-about {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  z-index: 1;
}

.feature-banner-text {
  width: 40%;
  margin-left: auto;
  padding: 40px;
  position: relative;
  z-index: 2;
  text-align: justify;
}
.feature-banner-text p {
  color: #272727;
  font-size: 18px;
  line-height: 1.7;
  padding: 10px;
}

@media (max-width: 991px) {
  .feature-banner-content {
    flex-direction: column;
    min-height: auto;
  }

  .feature-banner-image {
    position: relative;
    width: 100%;
    height: 250px;
  }

  .image-overlay {
    width: 100%;
    height: 30%;
    top: auto;
    bottom: 0;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
  }

  .feature-banner-text {
    width: 100%;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .feature-banner-text h2 {
    font-size: 24px;
  }

  .feature-banner-text p {
    font-size: 14px;
  }
}
.social.social9 ul {
  padding: 0px;
}
.social.social9 ul li {
  display: inline-block;
  margin-right: 3px;
}
.social.social9 ul li a {
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #e7eaf0;
  text-align: center;
  line-height: 32px;
  color: #19191b;
  transition: all.4s;
}

.social.social9 ul li a:hover {
  background-color: #ff5921;
  color: #fff;
}
.contact-icon-h a {
  color: var(--main-text-color, #181a1c);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  display: inline-block;
}

/* Modern Blog Cards */
.modern-blog-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #eee;
}

.modern-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-image {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

.blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.modern-blog-card:hover .blog-image img {
  transform: scale(1.1);
}

.blog-content {
  padding: 1.5rem;
}

.blog-date {
  font-size: 0.85rem;
  color: var(--bs-primary);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.blog-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #333;
  transition: color 0.3s ease;
}

.modern-blog-card:hover .blog-title {
  color: var(--bs-primary);
}

.blog-excerpt {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.blog-link {
  color: var(--bs-primary);
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s ease;
}

.blog-link:hover {
  gap: 0.8rem;
}

/* Modern Breadcrumb Styles */
.breadcrumb-container {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  padding: 12px 25px;
  border-radius: 50px;
  margin-top: 20px;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-item {
  font-weight: 500;
  font-size: 14px;
}

.breadcrumb-item a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #ff661c;
}

.breadcrumb-item.active {
  color: #ff661c;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  color: rgba(0, 0, 0, 0.7);
  padding: 0 10px;
}

/* Modern Sidebar Styles - CSS-only sticky implementation */
.modern-sidebar {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: sticky;
  top: 100px; /* Distance from the top of the viewport */
  height: fit-content; /* Only take up as much space as needed */
  align-self: flex-start; /* Prevents stretching in flex containers */
  transition: all 0.3s ease;
  z-index: 10; /* Ensure it appears above other content when sticky */
}

.sidebar-widget {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  color: #333;
}

.service-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-menu li {
  margin-bottom: 10px;
}

.service-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.service-menu a:hover {
  background-color: #f0f0f0;
  color: #ff661c;
  transform: translateX(5px);
}

.service-menu a.active {
  background-color: rgba(255, 102, 28, 0.1);
  color: #ff661c;
  border-left: 3px solid #ff661c;
}

.service-icon {
  opacity: 0.5;
  transition: all 0.3s ease;
}

.service-menu a:hover .service-icon,
.service-menu a.active .service-icon {
  opacity: 1;
}

/* Make sure the parent container allows for sticky positioning */
.service-details-all .row {
  display: flex;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .modern-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}

/* Modern Quote Styles */
.modern-quote {
  background: linear-gradient(135deg, #ffffff, #f8f8f8);
  border-radius: 16px;
  padding: 1rem;
  margin: 0;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border-left: 4px solid #ff661c;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-quote:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.quote-icon {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 24px;
  color: rgba(255, 102, 28, 0.15);
  z-index: 1;
}

.quote-content {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.quote-text {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
}

.quote-author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.author-name {
  font-weight: 600;
  color: #006cb5;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.author-line {
  height: 2px;
  width: 40px;
  background: linear-gradient(to right, #ff661c, #006cb5);
  margin-left: 15px;
  border-radius: 2px;
}

/* Background element for visual interest */
.modern-quote::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(255, 102, 28, 0.05),
    rgba(0, 108, 181, 0.05)
  );
  z-index: 0;
}

@media (max-width: 767px) {
  .modern-quote {
    padding: 30px 25px;
  }

  .quote-text {
    font-size: 18px;
  }

  .quote-icon {
    top: 20px;
    left: 20px;
    font-size: 20px;
  }
}

.contact-from-input input {
  border: 1px solid #d1d5db;
  padding: 15px;
  border-radius: 5px;
  width: 48%;
  margin-left: 8px;
  margin-top: 20px;
}

.contact-from-input.contact-from-input2 input {
  width: 99%;
}

.contact-from-input textarea {
  border: 1px solid #d1d5db;
  padding: 15px;
  border-radius: 5px;
  width: 100%;
  margin-left: 4px;
  margin-top: 20px;
}

.contact-from-input .nice-select.wide {
  width: 100%;
  padding: 10px;
  height: 60px;
  color: #757575;
  margin-left: 4px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 34px;
}

.team6-image {
  text-align: end;
}

.contact1-form-all {
  padding: 45px;
  border-radius: 5px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
  z-index: 2;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 9px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 9px;
}

.contact-icon-h a {
  color: var(--main-text-color, #181a1c);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  display: inline-block;
  margin-left: 16px;
}

.contact-icon-box {
  display: flex;
  align-items: start;
  margin-top: 30px;
}

.contact1-hadding {
  padding-left: 70px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}
