@charset "UTF-8";
/**
 * Global variables
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* Root tokens */
.DL-MainBannerContainer .DL-MainBanner {
  width: 100%;
}
.DL-MainBannerContainer .DL-InnerPageBannerWrapper {
  background-color: #fff;
}
.DL-MainBannerContainer .DL-MainBannerImg {
  max-width: 50%;
  height: auto;
}
.DL-MainBannerContainer .DL-HomeBannerPageTitle span {
  background: linear-gradient(265deg, #ec0e75 12.59%, #f05841 78.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.DL-MainBannerContainer .DL-MainBannerBG {
  background-size: cover;
}
@media (max-width: 991px) {
  .DL-MainBannerContainer .DL-MainBannerBG {
    background-position: left center !important;
    background-size: auto !important;
  }
}
@media (max-width: 575px) {
  .DL-MainBannerContainer .DL-MainBannerBG.order-2.order-lg-1 {
    order: 1 !important;
  }
  .DL-MainBannerContainer .col-xxl-6.align-self-center.order-1.order-lg-2 {
    order: 2 !important;
  }
}
.DL-MainBannerContainer .DL-MainBannerText {
  min-height: 450px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .DL-MainBannerContainer .DL-MainBannerText {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .DL-MainBannerContainer .DL-MainBannerText {
    min-height: 600px;
  }
}
.DL-MainBannerContainer .DL-MainBannerText .DL-HomeBannerPageTitle {
  font-size: 4.2rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 4.2rem;
}
@media (max-width: 575px) {
  .DL-MainBannerContainer .DL-MainBannerText .DL-HomeBannerPageTitle {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}
.DL-MainBannerContainer .DL-HomeBannerSubText {
  font-size: 1.3rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  color: white;
}
@media (max-width: 767px) {
  .DL-MainBannerContainer .DL-HomeBannerSubText {
    font-size: 1.1rem;
  }
}
.DL-MainBannerContainer .DL-BannerItemContainer1 {
  background: #feb394 url("../images/slidebg.jpg") no-repeat center bottom;
  background-size: cover;
}
.DL-MainBannerContainer .DL-BannerItemContainer2 {
  background: #ffcab3 url("../images/slidebg2.jpg") no-repeat center bottom;
  background-size: cover;
}
.DL-MainBannerContainer .DL-BannerItemContainer3 {
  background: #e4d4c3 url("../images/slidebg3.jpg") no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 991px) {
  .DL-MainBannerContainer .DL-BannerItemContainer {
    min-height: 500px;
  }
}
.DL-MainBannerContainer .carousel-indicators {
  z-index: 10;
  align-items: center;
  margin: 0px;
}
.DL-MainBannerContainer .carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  display: inline-block !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  margin-bottom: 10px;
  border-radius: 50%;
}
.DL-MainBannerContainer .carousel-indicators button.active {
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  background-color: #ED7B34 !important;
  border: 0px solid #ED7B34 !important;
}
.DL-MainBannerContainer .carousel-item .DL-zoom-img {
  transition: transform 2s ease-in-out;
  transform: scale(1);
}
.DL-MainBannerContainer .carousel-item.active .DL-zoom-img {
  transform: scale(1.1);
  filter: brightness(1.05);
}
.DL-MainBannerContainer .DL-bannerTitle {
  font-size: 3rem;
  text-shadow: 1px 3px 0px rgba(255, 255, 255, 0.5);
  color: #ee4e3c;
  text-transform: uppercase;
  display: block;
}
.DL-MainBannerContainer .DL-bannerTitle span {
  color: #ef1472;
}
@media screen and (max-width: 575.98px) {
  .DL-MainBannerContainer .DL-bannerTitle {
    font-size: 2rem;
  }
}

.DL-welcome {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8f9fa;
}

.DL-whoWeServe {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  border-bottom: 3px solid #ED7B34;
}

.DL-products-section {
  padding: 50px 0px;
  background: url("../images/productsBG.jpg") no-repeat center center;
  background-size: cover;
}
.DL-products-section .DL-section-title {
  color: #ED7B34;
  margin-bottom: 0.25rem;
}
.DL-products-section .DL-section-sub {
  color: #6c757d;
  margin-bottom: 1rem;
}
.DL-products-section .DL-product-card {
  border: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.DL-products-section .DL-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.DL-products-section .DL-product-card .DL-product-img {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media (max-width: 575.98px) {
  .DL-products-section .DL-product-card .DL-product-img {
    height: 150px;
  }
}
.DL-products-section .DL-product-card .DL-product-title {
  margin-bottom: 0.25rem;
}
.DL-products-section .DL-product-card .DL-product-short {
  color: #6c757d;
  font-size: 0.95rem;
  min-height: 48px;
}
.DL-products-section .DL-product-card .DL-product-tags {
  display: flex;
  gap: 0.5rem;
}
.DL-products-section .DL-product-card .DL-product-tags li {
  margin-right: 0;
}
.DL-products-section .DL-btn-details {
  min-width: 110px;
}
.DL-products-section .DL-btn-enquire {
  min-width: 100px;
}

/* Quality section */
.DL-quality-section {
  padding: 50px 0px;
}
.DL-quality-section .DL-badges .DL-badge {
  width: 100%;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.DL-quality-section .DL-badge-icon {
  color: #ED7B34;
}
.DL-quality-section .DL-quality-list .fs-4 {
  margin-left: 0.15rem;
}

/* Research */
.DL-research-section {
  padding: 50px 0px;
  background: url("../images/research-bg.jpg") no-repeat right center;
  background-size: cover;
  background-attachment: fixed;
}
.DL-research-section .DL-research-visual img {
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}
.DL-research-section .DL-research-list {
  margin-top: 0.75rem;
}
.DL-research-section .DL-research-list li {
  margin-bottom: 0.5rem;
  color: #6c757d;
}

/* Testimonials & Partners */
.DL-testimonials-section {
  border-bottom: 3px solid #ED7B34;
  padding: 50px 0px;
}
.DL-testimonials-section .DL-carousel-inner {
  min-height: 140px;
}
.DL-testimonials-section .DL-partners {
  background: #fff;
}
.DL-testimonials-section .carousel-inner.DL-carousel-inner {
  height: 100%;
}
.DL-testimonials-section div#DL-testimonial-carousel {
  height: 100%;
  display: flex;
}
.DL-testimonials-section .carousel-item.active,
.DL-testimonials-section .carousel-item-next,
.DL-testimonials-section .carousel-item-prev {
  display: flex;
  flex: 1;
}
.DL-testimonials-section .carousel-item {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.DL-testimonials-section .carousel-inner.DL-carousel-inner {
  display: flex;
}
.DL-testimonials-section .d-flex.align-items-start.gap-3 {
  flex: 1;
  width: 100%;
}
.DL-testimonials-section .card.p-4 {
  flex: 1;
  width: 100%;
}

/* Contact */
.DL-contact-section {
  padding: 50px 0px;
}
.DL-contact-section .DL-contact-form {
  max-width: 100%;
}
.DL-contact-section .DL-map {
  height: 320px;
}
.DL-contact-section .DL-map iframe {
  min-height: 320px;
}

/* Buttons and headers */
.DL-section-header .DL-section-title {
  margin: 0;
}

.DL-btn-view-all {
  white-space: nowrap;
  border-color: #ED7B34;
  color: #ED7B34;
}

/* Small responsive tweaks */
@media (max-width: 767.98px) {
  .DL-product-img {
    height: 160px;
  }
  .DL-map {
    height: 220px;
  }
}
.DL-InnerPageBanner {
  color: #fff;
  position: relative;
  overflow: hidden;
  background: url("../images/inner-bg.jpg") right bottom no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 400px;
}
@media (max-width: 768px) {
  .DL-InnerPageBanner {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .DL-InnerPageBanner .container {
    position: relative;
    z-index: 1;
  }
}
.DL-InnerPageBanner.DL-SolutionsBanner {
  background: url("../images/innerpage-banners/bg_blue.png") right bottom no-repeat;
  background-size: cover;
}
.DL-InnerPageBanner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px);
  background-size: 20px 20px;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .DL-InnerPageBanner::before:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    z-index: 0;
  }
}
.DL-InnerPageBanner .DL-subtitle {
  font-size: 0.9rem;
  background: linear-gradient(90deg, #ff0057, #ff7e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: 1px;
}
.DL-InnerPageBanner .DL-title {
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
}
.DL-InnerPageBanner .DL-desc {
  font-size: 1.2rem;
  color: #ccc;
}
.DL-InnerPageBanner .DL-btn-gradient {
  background: linear-gradient(90deg, #ff5b2e, #ff00a0);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.DL-InnerPageBanner .DL-btn-gradient:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.DL-InnerPageBanner .DL-imageWrapper {
  display: inline-block;
  padding: 8px;
}
.DL-InnerPageBanner .DL-imageWrapper .img-fluid {
  max-height: 400px;
}
@media (max-width: 768px) {
  .DL-InnerPageBanner .DL-title {
    font-size: 1.6rem;
  }
  .DL-InnerPageBanner .DL-btn-gradient {
    padding: 0.6rem 1.2rem;
  }
}

.DL-WhoWeAreSection {
  padding: 50px 0px;
}

.DL-sectionSubHeading {
  font-size: 1.125rem;
  font-weight: 500;
  color: #555;
}

.DL-desc {
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
}

.DL-card,
.DL-valueCard {
  background: #f8f9fa;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.DL-card:hover,
.DL-valueCard:hover {
  transform: translateY(-5px);
}

.DL-founderImg,
.DL-facilityImg {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.DL-founderName {
  font-weight: 600;
  color: #003366;
}

.DL-founderRole {
  color: #777;
  font-size: 0.9rem;
}

.DL-aboutVisionMission {
  padding: 50px 0;
}

.DL-aboutFacilities {
  padding: 50px 0px;
}

.DL-aboutCoreValues {
  padding: 50px 0px;
  background: url("../images/ourvaluesbg.jpg") no-repeat center right;
  background-size: cover;
  position: relative;
}
.DL-aboutCoreValues:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.DL-aboutCoreValues .container {
  position: relative;
  z-index: 2;
}

.DL-aboutFounder {
  padding: 50px 0px;
}

/* =========================
Contact Us Page – Simplified Layout
========================= */
.DL-contactMain .DL-contactCard,
.DL-contactMain .DL-formCard {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.DL-contactMain .DL-contactCard:hover,
.DL-contactMain .DL-formCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.DL-contactMain .DL-contactTitle {
  font-weight: 600;
}
.DL-contactMain .DL-form .DL-input {
  border-radius: 8px;
  padding: 0.75rem 1rem;
}
.DL-contactMain .DL-form .DL-btn-primary {
  background: #dc3545;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
}
.DL-contactMain .DL-form .DL-btn-primary:hover {
  background: rgb(210.9493670886, 36.5506329114, 53.2594936709);
}

.DL-contactMap iframe {
  border: 0;
  border-radius: 0;
}

.DL-productFAQ .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #fff0eb;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.sectionPrivacyTerms {
  padding: 50px 0px;
}

.DL-products {
  padding: 50px 0px;
}
.DL-products .DL-sectionTitle {
  font-size: 2rem;
  font-weight: 700;
}
.DL-products .DL-sectionSubHeading {
  font-size: 1.1rem;
  color: #555;
}
.DL-products .DL-product-card {
  border-radius: 0.75rem;
  background: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.DL-products .DL-product-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.DL-products .DL-product-card .DL-product-img {
  border-radius: 0.5rem;
  height: 200px;
  object-fit: cover;
}
.DL-products .DL-product-card .DL-product-title {
  font-weight: 600;
}
.DL-products .DL-product-card .DL-product-short {
  font-size: 0.95rem;
  color: #555;
}
.DL-products .DL-product-card .DL-product-tags li {
  margin-right: 5px;
}
.DL-products .DL-product-card .DL-product-tags li small {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
.DL-products .DL-product-card .DL-btn-primary {
  background: #f59e0b;
  border-color: #f59e0b;
  color: #fff;
}
.DL-products .DL-product-card .DL-btn-primary:hover {
  background: #d97706;
  border-color: #d97706;
}
.DL-products .DL-product-card .DL-btn-enquire {
  border-color: #6c757d;
  color: #6c757d;
}
.DL-products .DL-product-card .DL-btn-enquire:hover {
  background: #6c757d;
  color: #fff;
}

/*Product detail*/ /* =========================
   Product Detail Page SCSS
========================= */
.DL-productOverview, .DL-productDescription,
.DL-productSummary, .DL-productDetailsCards, .DL-productFAQ {
  padding-top: 30px;
  padding-bottom: 20px;
}

.DL-productDetailPage {
  padding: 50px 0;
  /* 1️⃣ Carousel + Basic Info */
  /* 2️⃣ Description */
  /* 5️⃣ FAQ Accordion */
  /* Responsive Adjustments */
}
.DL-productDetailPage .DL-productTop {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.DL-productDetailPage .DL-productTop .DL-productImages {
  flex: 1 1 45%;
}
.DL-productDetailPage .DL-productTop .DL-productImages .carousel-item img {
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.DL-productDetailPage .DL-productTop .DL-productImages .carousel-item.active img {
  transform: scale(1.05);
}
.DL-productDetailPage .DL-productTop .DL-productInfo {
  flex: 1 1 50%;
}
.DL-productDetailPage .DL-productTop .DL-productInfo .DL-sectionTitle {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff4d4d;
  margin-bottom: 0.5rem;
}
.DL-productDetailPage .DL-productTop .DL-productInfo .DL-productName {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.DL-productDetailPage .DL-productTop .DL-productInfo .DL-productMeta {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.DL-productDetailPage .DL-productTop .DL-productInfo .DL-productMeta span {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 500;
}
.DL-productDetailPage .DL-productTop .DL-productInfo .DL-productTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.DL-productDetailPage .DL-productTop .DL-productInfo .DL-productTags .badge {
  background-color: #f0f0f0;
  color: #333;
  font-size: 0.8rem;
  font-weight: 500;
}
.DL-productDetailPage .DL-productTop .DL-productInfo .DL-productButtons {
  display: flex;
  gap: 1rem;
}
.DL-productDetailPage .DL-productTop .DL-productInfo .DL-productButtons .btn {
  padding: 0.5rem 1.5rem;
  font-weight: 600;
}
.DL-productDetailPage .DL-productDescription {
  margin-top: 3rem;
}
.DL-productDetailPage .DL-productDescription .DL-sectionTitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
}
.DL-productDetailPage .DL-productDescription .DL-desc {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
}
.DL-productDetailPage .DL-productFAQ {
  margin-top: 3rem;
}
.DL-productDetailPage .DL-productFAQ .accordion-button {
  font-weight: 600;
  color: #222;
}
.DL-productDetailPage .DL-productFAQ .accordion-button:not(.collapsed) {
  color: #ff4d4d;
  background-color: #fff;
}
.DL-productDetailPage .DL-productFAQ .accordion-body {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .DL-productDetailPage .DL-productTop {
    flex-direction: column;
  }
  .DL-productDetailPage .DL-productTop .DL-productImages,
  .DL-productDetailPage .DL-productTop .DL-productInfo {
    flex: 1 1 100%;
  }
}

.DL-productSummary .DL-DescriptionTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.DL-productSummary .DL-DescriptionTable tr {
  border-bottom: 1px solid #eee;
}
.DL-productSummary .DL-DescriptionTable tr:hover {
  background: #f9f9f9;
}
.DL-productSummary .DL-DescriptionTable tr td {
  padding: 0.75rem 1rem;
  vertical-align: top;
}
.DL-productSummary .DL-DescriptionTable tr td.DL-field {
  font-weight: 600;
  width: 200px;
  background-color: #f7f7f7;
  color: #222;
}
@media (max-width: 575px) {
  .DL-productSummary .DL-DescriptionTable tr td.DL-field {
    width: 120px;
  }
}
.DL-productSummary .DL-DescriptionTable tr td.DL-value {
  color: #555;
}
.DL-productSummary .DL-DescriptionTable tr td.DL-value a.DL-moleculeLink {
  color: #ff4d4d;
  text-decoration: none;
}
.DL-productSummary .DL-DescriptionTable tr td.DL-value a.DL-moleculeLink:hover {
  text-decoration: underline;
}
.DL-productSummary .DL-DescriptionTable tr td.DL-value a.DL-clickable {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}
.DL-productSummary .DL-DescriptionTable tr td.DL-value a.DL-clickable:hover {
  text-decoration: underline;
}

/* 4️⃣ Detail Cards Vertical */
.DL-productDetailsCards .DL-detailCard {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.DL-productDetailsCards .DL-detailCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.DL-productDetailsCards .DL-detailCard .DL-cardTitle {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #222;
}
.DL-productDetailsCards .DL-detailCard .DL-desc {
  color: #555;
  line-height: 1.6;
}
.DL-productDetailsCards .DL-detailCard .DL-desc ul {
  padding-left: 1.2rem;
}
.DL-productDetailsCards .DL-detailCard .DL-desc ul li {
  margin-bottom: 0.25rem;
}

/* =========================
   Research & Quality Page
========================= */
.DL-researchIntro .DL-sectionTitle {
  border: 0px !important;
  font-size: 1.5rem;
}

.DL-RQCapabilities .DL-RQCard {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.3s ease;
}
.DL-RQCapabilities .DL-RQCard:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.DL-RQCapabilities .DL-RQCard .DL-cardTitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.DL-RQCapabilities .DL-RQCard .DL-desc {
  font-size: 0.95rem;
  color: #555;
}

.DL-RQQuality .DL-sectionTitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.DL-RQQuality .DL-qualityList li {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: start;
  color: #333;
}
.DL-RQQuality .DL-qualityList li i {
  font-size: 1rem;
  margin-top: 2px;
}

/* Top bar */
.DL-topbar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}
.DL-topbar .DL-pill {
  background: #3b82f6;
  color: #ffffff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: 600;
  line-height: 1;
}
.DL-topbar .DL-topbar-text {
  color: #6b7280;
  font-size: 0.9rem;
}
.DL-topbar .DL-utility a {
  color: #6b7280;
  font-size: 0.9rem;
}
.DL-topbar .DL-utility .DL-dot {
  color: #e5e7eb;
}

/* Header / navbar */
.DL-header {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid transparent;
  background-color: white;
  box-shadow: 3px 11px 8.569px 0 rgba(0, 0, 0, 0.15);
  z-index: 1000;
  position: sticky;
  top: 0px;
  /* Toggler visibility remains default Bootstrap behavior */
  /* Nav links */
}
@media (min-width: 992px) {
  .DL-header {
    position: sticky;
    top: 0px;
  }
}
.DL-header .DL-brand {
  text-decoration: none;
}
.DL-header .DL-brand .DL-logo {
  max-width: 150px;
  height: auto;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  /* Pill-shaped monogram matching the image */
}
.DL-header .DL-brand .DL-brand-text {
  line-height: 1;
}
.DL-header .DL-brand .DL-brand-text .DL-brand-name {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222222;
  font-size: 1.5rem;
}
.DL-header .DL-brand .DL-brand-text .DL-brand-sub {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6b7280;
  font-size: 0.9rem;
}
.DL-header .DL-toggler {
  border: 0;
}
.DL-header .DL-nav .DL-link {
  color: #222222;
  padding: 0.75rem 0.9rem;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 1.1rem;
}
.DL-header .DL-nav .DL-link.active {
  color: #ED7B34;
  font-weight: 600;
}
.DL-header .DL-nav .DL-link:hover {
  color: #f58a3a;
}
.DL-header .DL-nav .dropdown-toggle::after {
  margin-left: 0.35rem;
}
.DL-header .DL-nav .DL-dropdown {
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}
.DL-header .DL-nav .DL-dropdown .DL-dd-item {
  padding: 0.5rem 0.9rem;
  font-family: "Oswald";
  text-transform: uppercase;
}
.DL-header .DL-nav .DL-dropdown .DL-dd-item:hover {
  background: #fff7ed;
  color: #222222;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .DL-dot {
    display: none !important;
  }
  .DL-topbar .licNumbContainer {
    display: none !important;
  }
  .DL-header .DL-nav .DL-link {
    padding-left: 0;
  }
}
.DL-breadcrumb-area {
  background-color: #F5F5F5;
}
.DL-breadcrumb-area .custom-breadcrumb {
  padding: 10px 0 10px 0;
}
.DL-breadcrumb-area .custom-breadcrumb .breadcrumb {
  margin-bottom: 0px;
  font-size: 0.75rem;
}
.DL-breadcrumb-area .custom-breadcrumb .breadcrumb a {
  color: #005C7B;
  font-weight: 500;
}
.DL-breadcrumb-area .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #005C7B; /* You can change this to any color you prefer */
  font-family: "Roboto";
}

/* Tokens */
footer {
  background-color: rgb(74, 85, 95) !important;
}
footer .DL-logo {
  max-width: 150px;
  height: auto;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  /* Pill-shaped monogram matching the image */
}
footer .DL-brand-stack {
  line-height: 1;
}
footer .DL-brand-stack .DL-brand-name {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #222222;
  font-size: 1.6rem;
}
footer .DL-brand-stack .DL-brand-sub {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #6b7280;
  font-size: 0.9rem;
}

/* Footer base */
.DL-footer {
  border-top: 1px solid #e5e7eb;
}
.DL-footer .DL-label {
  color: white;
  font-size: 0.95rem;
}
.DL-footer .DL-phone {
  color: #f58a3a;
  font-weight: 700;
  font-size: 1.25rem;
}
.DL-footer .DL-address,
.DL-footer .DL-email {
  color: white;
  font-size: 0.98rem;
}
.DL-footer a {
  color: #cfcfcf;
}
.DL-footer a:hover {
  color: #f58a3a;
}

.DL-social {
  display: none !important;
}

/* Social icons (using Bootstrap Icons) */
.DL-social-link {
  font-size: 1.1rem;
  color: white;
  line-height: 1;
}
.DL-social-link:hover {
  color: #f58a3a;
}

/* Column titles and links */
.DL-col-title {
  color: #222222;
  font-weight: 600;
  font-size: 1.05rem;
}

.DL-linklist li + li {
  margin-top: 0.6rem;
}

.DL-f-link {
  color: #6b7280;
  text-decoration: none;
}
.DL-f-link:hover {
  color: #f58a3a;
}

/* Newsletter */
.DL-news-copy {
  color: #6b7280;
}

.DL-input-group .DL-news-input {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-right: 0;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  padding: 0.9rem 1.2rem;
  color: #374151;
}
.DL-input-group .DL-news-input::placeholder {
  color: #9ca3af;
}
.DL-input-group .DL-news-btn {
  background: #4f8cff;
  color: #ffffff;
  border: 0;
  padding: 0.9rem 1.25rem;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  white-space: nowrap;
  font-weight: 600;
}
.DL-input-group .DL-news-btn:hover {
  background: #3776ff;
}

/* Responsive alignment tweaks */
@media (max-width: 991.98px) {
  .DL-footer .DL-brand-stack .DL-brand-name {
    font-size: 1.4rem;
  }
  .DL-footer .DL-news-copy {
    font-size: 0.95rem;
  }
}
.DL-backtotop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  cursor: pointer;
}
.DL-backtotop svg {
  width: 26px;
  height: 26px;
  fill: #ff3b6b;
}
.DL-backtotop:hover, .DL-backtotop:focus {
  background: linear-gradient(265deg, #EC0E75 12.59%, #F05841 78.47%);
}
.DL-backtotop:hover svg, .DL-backtotop:focus svg {
  fill: #ffffff;
}

html,
body {
  font-family: "Roboto", "Segoe UI", "sans-serif";
  font-size: 16px;
  color: #30302f;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1800px) {
  html,
  body {
    font-size: 18px;
  }
}
@media (min-width: 2000px) {
  html,
  body {
    font-size: 20px;
  }
}

a {
  color: #ff7b00;
  text-decoration: none;
}
a:hover {
  color: #d56a00;
}

.DL-mainContentContainer {
  min-height: 60dvh;
  overflow: hidden;
}

.DL-BlueTitle {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
  background: linear-gradient(90deg, #08597e 0%, #3995c0 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.DL-WhiteTitle {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
  color: white;
}

.DL-BlackTitle {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.22px;
  color: black;
}

.DL-sectionHeadingText {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.33;
}

.DL-sectionContent {
  font-size: 1.15rem;
  letter-spacing: 0.22px;
  line-height: 1.5;
}

.fw-semibold {
  font-weight: 500;
}

@media (min-width: 992px) {
  .container {
    max-width: 90vw;
  }
}
@media (max-width: 767px) {
  .DL-MainContainer .owl-carousel.owl-loaded {
    display: block !important;
  }
}
.DL-MainContainer {
  overflow: hidden;
}

* {
  outline: 0px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-bold {
  font-weight: bold;
}

.text-orange {
  color: #ff7b00;
}

ul.bullet-list {
  margin-bottom: 20px;
}

.DL-btn-Gradient {
  background: linear-gradient(265deg, #ec0e75 12.59%, #f05841 78.47%);
  color: white;
  font-family: "Oswald";
  font-size: 1.4rem;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 3;
}

.DL-btn-GradientBorder {
  color: white;
  font-family: "Oswald";
  font-size: 1.4rem;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 3;
}
.DL-btn-GradientBorder:hover {
  color: white;
}

.DL-sectionTitle {
  background: linear-gradient(265deg, #ec0e75 12.59%, #f05841 78.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Oswald";
  border-left: 3px solid #ff6e3d !important;
  padding-left: 15px !important;
}
.DL-sectionTitle.text-white {
  -webkit-text-fill-color: white;
}

.DL-sectionSubHeading,
h2.DL-sectionSubHeading {
  font-size: 2rem;
  line-height: 1.4;
  color: #000;
  max-width: 850px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .DL-sectionSubHeading,
  h2.DL-sectionSubHeading {
    font-size: 1.5rem;
  }
}

.DL-GradientText {
  background: linear-gradient(265deg, #ec0e75 12.59%, #f05841 78.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Free proposal CTA*/
.DL-free-proposal {
  background: linear-gradient(265deg, #EC0E75 12.59%, #F05841 78.47%);
  padding: 2.5rem 1rem;
}
.DL-free-proposal .DL-proposal-title {
  font-size: clamp(1.4rem, 1rem + 1.5vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
}
.DL-free-proposal .DL-highlight {
  font-weight: 700;
  color: white;
}
.DL-free-proposal .DL-proposal-btn {
  background: white;
  color: #f15a29;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.85rem 2rem;
  border-radius: 0px;
  display: inline-block;
  transition: all 0.25s ease;
  font-family: "Oswald";
}
.DL-free-proposal .DL-proposal-btn:hover, .DL-free-proposal .DL-proposal-btn:focus {
  background: rgb(244.8, 244.8, 244.8);
  color: rgb(216.8157894737, 63.8289473684, 14.1842105263);
  text-decoration: none;
}

.color-primary {
  color: #ED7B34;
}

.DL-btn-primary {
  color: white;
  background-color: #ED7B34;
  border-color: #ED7B34;
}
.DL-btn-primary:hover {
  background-color: #ED7B34;
  border-color: #ED7B34;
}

.DL-gradientBG {
  background: linear-gradient(265deg, #feb394 12.59%, #ed7b34 78.47%);
}

.licNumbContainer {
  opacity: 0;
}