/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.gallery-caption {
  position: relative;
}

.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}

.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: "";
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}

.post-password-form label {
  width: 100%;
}

input[type="password"] {
  width: 100%;
}

.wp-block-button {
  margin-bottom: 15px;
}

.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}

.sec_comments .col-lg-12 {
  padding: 0px;
}

/* customcss */

/* Basic Styles */
.aa {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  flex-wrap: wrap;
}

.values {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-basis: 45%;
  min-width: 300px;
}

.value-box {
  padding: 20px;
  width: 100%;
  background-color: #e0e0e0;
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blue {
  background-color: #2a579a;
  color: white;
}

.dotted-line {
  border: 2px dashed #2a579a;
}

.offerings {
  flex-basis: 45%;
  min-width: 300px;
}

.offerings h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #2a579a;
}

.offerings ul {
  list-style-type: disc;
  padding-left: 20px;
}

.offerings ul li {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.offerings ul li:hover {
  color: #2a579a;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .container {
    flex-direction: column-reverse;
    /* Reverses the order */
    padding: 20px;
  }

  .values,
  .offerings {
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .offerings h2 {
    font-size: 24px;
  }

  .offerings ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .value-box {
    padding: 15px;
    font-size: 16px;
  }

  .offerings h2 {
    font-size: 22px;
  }

  .offerings ul li {
    font-size: 14px;
  }
}

/* .containero {
  max-width: 1200px;
  margin: 0 auto;
}

.contento {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.left-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right-section {
  flex: 1;
  padding-left: 40px;
}

h1 {
  color: #173962;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.circle-container {
  position: relative;
  width: 250px;
  height: 250px;
  margin-bottom: 40px;
}

.circle-background {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e0e0e0;
  position: relative;
}

.circle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle-label {
  font-weight: bold;
  color: #808080;
}

.circle-arcs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arc {
  position: absolute;
  border-radius: 50%;
}

.arc.success-fees {
  width: 70%;
  height: 70%;
  border: 10px solid #808080;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(135deg);
  top: 15%;
  left: 15%;
}

.arc.referral-fees {
  width: 90%;
  height: 90%;
  border: 10px solid #173962;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(135deg);
  top: 5%;
  left: 5%;
}

.right-section h3 {
  color: #606060;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.right-section p {
  color: #606060;
  font-size: 1rem;
}

hr {
  border: none;
  border-top: 1px solid #dcdcdc;
  margin: 20px 0;
} */

/* Responsive Design for Mobile
@media (max-width: 768px) {
  .contento {
    flex-direction: column-reverse;
  }

  .right-section {
    padding-left: 0;
    text-align: center;
  }

  .circle-container {
    margin-bottom: 20px;
  }
} */

.info-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2a3b72;
  color: white;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 16px;
}

.service_box.style_three .service_contentt {
  position: relative;
  padding: 25px;
  background: #fff;
  border-radius: 0px 0px 30px 0px;
  box-shadow: var(--box-shadow);
  height: 275px;
}

.colorr {
  color: #ffffff;
}

.page_header_default .page_header_content .banner_title_inner .title_page {
  color: #fff;
  font-size: 30px;
  line-height: 70px;
  font-weight: 700;
  font-family: var(--creote-family-one);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 30px;
    line-height: 60px;
  }
}

@media (max-width: 992px) {
  .page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 25px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 20px;
    line-height: 40px;
  }
}

@media (max-width: 576px) {
  .page_header_default .page_header_content .banner_title_inner .title_page {
    font-size: 18px;
    line-height: 36px;
  }
}

.header,
.default_sickty_heaad {
  padding: 11px 0px 11px !important;
}

.simple-footer {
  background: #000000;
  padding: 55px 60px;
  border-top: 1px solid #ddd;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.footer-col strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
}

.footer-col span {
  color: #ffffff;
}

.footer-col a {
  text-decoration: none;
  color: #ffffff;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-col strong {
    margin-bottom: 4px;
  }
}

/* Section background with overlay */
.aluminium-section {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}

.aluminium-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgb(0 0 0 / 70%), rgb(255 255 255 / 17%));
  /* Dark overlay */
  z-index: -1;
}

.aluminium-section .container {
  max-width: 1255px;
  position: relative;
  z-index: 2;
}

/* Titles */
.aluminium-title {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  padding-bottom: 12px;
  /* white for visibility */
}

.aluminium-subtext {
  color: #ddd;
  /* light gray for contrast */
  font-size: 16px;
  margin-bottom: 25px;
}

/* Info cards */
.aluminium-info-card {
  background: #fff;
  border-radius: 6px;
  padding: 14px 15px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.aluminium-info-card h6 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #555;
}

.aluminium-info-card p {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  color: #28354b;
}

/* Estimator card */
.aluminium-estimator {
  background: #000000;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid white;
}

.estimator-top {
  background: #45546a;
  padding: 52px 20px;
  text-align: center;
  width: 93%;
  margin: 19px auto;
}

.estimator-bottom {
  background: #45546a;
  padding: 32px 28px 55px 28px;
  text-align: center;
  width: 93%;
  margin: 19px auto;
  border-radius: 9px;
}

.aluminium-estimator h6 {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  color: white;
  font-size: 12px;
  line-height: 11px;
}

.aluminium-estimator input {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
  background: #45546a;
  color: #fff !important;
  /* border: none !important; */
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  padding: 7px 10px !important;
  height: 37px !important;
  margin-bottom: 0px !important;
}

.aluminium-estimator label {
  font-weight: 600 !important;
  margin-bottom: 7px !important;
  text-align: left !important;
  color: white !important;
  font-size: 12px !important;
  line-height: 11px !important;
  float: left !important;
}

button.btn.btn-light.btn-sm.eds {
  padding: 7px 26px;
  float: left;
}

.aluminium-estimator input:focus {
  background: #4e5e7f;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.aluminium-weight {
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  color: white;
  font-size: 12px;
  line-height: 11px;
}

.aluminium-weight span {
  font-weight: 700;
}

/* Circle graphic */
.circle-graphic {
  width: 80px;
  height: 80px;
  border: 2px solid #aaa;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.circle-graphic::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #aaa;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.btn.btn-dark.me-2 {
  background: black !important;
  padding: 12px 19px;
}

button.btn.btn-outline-light {
  padding: 12px 19px;
}

@media (max-width: 600px) {
  .ded {
    display: flex;
  }

  button.btn.btn-dark.me-2 {
    padding: 7px 12px !important;
    font-size: 12px !important;
  }

  button.btn.btn-outline-light {
    padding: 7px 12px !important;
    font-size: 12px !important;
  }

  .aluminium-section .col-6,
  .col-lg-6 {
    padding: 0px !important;
  }

  .estimator-bottom .col-4 {
    padding: 0px !important;
  }

  .aluminium-estimator label {
    font-size: 10px !important;
  }

  .aluminium-info-card p {
    font-size: 11px !important;
  }

  .aluminium-info-card {
    margin: 0px 2px;
  }
}

/* Cards hover */
.aluminium-info-card {
  transition: all 0.3s ease;
  /* smooth effect */
}

.aluminium-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Estimator hover */
.aluminium-estimator {
  transition: all 0.3s ease;
}

.aluminium-estimator:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Buttons hover */
.ded .btn {
  transition: all 0.3s ease;
}

.ded .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* -------------------- */
/* Page Load Animation */
/* -------------------- */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Default hidden state */
.aluminium-section .aluminium-title,
.aluminium-section .aluminium-subtext,
.aluminium-section .ded,
.aluminium-section .aluminium-info-card,
.aluminium-section .aluminium-estimator {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

/* Staggered timings */
.aluminium-section .aluminium-title {
  animation-delay: 0.2s;
}

.aluminium-section .aluminium-subtext {
  animation-delay: 0.4s;
}

.aluminium-section .ded {
  animation-delay: 0.6s;
}

.aluminium-section .aluminium-info-card:nth-child(1) {
  animation-delay: 0.7s;
}

.aluminium-section .aluminium-info-card:nth-child(2) {
  animation-delay: 0.8s;
}

.aluminium-section .aluminium-info-card:nth-child(3) {
  animation-delay: 0.9s;
}

.aluminium-section .aluminium-info-card:nth-child(4) {
  animation-delay: 1s;
}

.aluminium-section .aluminium-estimator {
  animation-delay: 0.8s;
}

/* faster than before */

.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,
.default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li
  a.nav-link {
  font-size: 14px !important;
}

/* Section with background image option */
.alloy-section {
  background: #f9fafc url("your-bg-image.jpg") no-repeat center center/cover;
  padding: 60px 0;
}

.alloy-card {
  border-radius: 10px;
  border: 1px solid #3c3c3c;
  background: #fff;
  box-shadow: 0 2px 4px rgb(0 0 0);
  transition: all 0.3s ease;
  height: 100%;
}

.alloy-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}

.alloy-card .card-img {
  background: #f2f6fb;
  border-radius: 10px 10px 0 0;
  padding: 4px;
  text-align: center;
}

img.ddsd {
  height: 250px;
  width: 100%;
  border-radius: 10px;
}

.alloy-card .card-body {
  padding: 20px;
}

.alloy-card h6 {
  color: #6c757d;
  font-weight: 500;
  font-size: 14px;
}

.alloy-card h5 {
  font-size: 16px !important;
  font-weight: 700;
}

.alloy-card p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
}

.alloy-card p strong {
  font-weight: 600;
}

.alloy-card .btn {
  border-radius: 6px;
  font-size: 14px;
  padding: 8px 14px;
}

.btn-quote {
  background-color: #0b132b;
  color: #fff;
}

.btn-quote:hover {
  background-color: #1c2541;
  color: #fff;
}

.calculator-section {
  padding: 60px 0;
}

.calculator-box {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 5px rgb(0 0 0);
  padding: 35px;
  animation: fadeInUp 0.8s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.calculator-box:hover {
  transform: translateY(-5px);
}

.calculator-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b132b;
}

.calculator-box p {
  margin-bottom: 25px;
  color: #6c757d;
  font-size: 15px;
}

.calculator-box label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  transition: color 0.3s ease;
}

.calculator-box input {
  border-radius: 10px;
  height: 48px;
  border: 1px solid #d1d5db;
  transition: all 0.3s ease;
}

.calculator-box input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
}

.btn-calc {
  background-color: #0b132b;
  color: #fff;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(11, 19, 43, 0.3);
}

.btn-calc:hover {
  background-color: #1c2541;
  box-shadow: 0 6px 18px rgba(28, 37, 65, 0.45);
  transform: translateY(-2px);
}

.note-text {
  font-size: 14px;
  color: #6c757d;
  margin-left: 15px;
  transition: color 0.3s ease;
}

.note-text:hover {
  color: #111827;
}

.density-text {
  font-size: 14px;
  color: #6c757d;
  text-align: right;
  font-style: italic;
}

/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.quote-section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

/* Decorative background shapes */
.quote-section::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #2563eb20, transparent);
  border-radius: 50%;
  z-index: 0;
}

.quote-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #0b132b15, transparent);
  border-radius: 50%;
  z-index: 0;
}

.quote-box {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 40px;
  box-shadow: 0 1px 5px rgb(0 0 0);
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.4s ease;
}

.quote-box:hover {
  transform: translateY(-8px) scale(1.01);
}

.quote-box h4 {
  font-weight: 800;
  margin-bottom: 14px;
  color: #0b132b;
  letter-spacing: -0.5px;
}

.quote-box p {
  color: #6b7280;
  margin-bottom: 24px;
  font-size: 15px;
}

.quote-form input {
  border-radius: 10px;
  height: 50px;
  border: 1px solid #d1d5db;
  transition: all 0.3s ease;
  background: #f9fafb;
}

.quote-form input:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.35);
  transform: scale(1.02);
}

.btn-quote {
  background: linear-gradient(135deg, #0b132b, #1c2541);
  color: #fff;
  padding: 14px 36px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  box-shadow: 0 6px 18px rgba(11, 19, 43, 0.35);
  border: none;
  position: relative;
  overflow: hidden;
}

.btn-quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-30deg);
  transition: left 0.4s ease;
}

.btn-quote:hover::after {
  left: 120%;
}

.btn-quote:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 26px rgba(28, 37, 65, 0.55);
}

.quote-note {
  margin-left: 15px;
  font-size: 14px;
  color: #6c757d;
  font-style: italic;
}

.quote-right {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 35px;
  box-shadow: 0 1px 8px rgb(0 0 0);
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.quote-right:hover {
  transform: translateY(-6px);
}

.quote-right h6 {
  font-weight: 700;
  margin-bottom: 14px;
  color: #0b132b;
}

.quote-right p {
  margin: 8px 0;
  color: #374151;
  font-size: 15px;
}

.quote-list {
  margin-top: 28px;
}

.quote-list h6 {
  font-weight: 600;
  margin-bottom: 10px;
  border-left: 4px solid #2563eb;
  padding-left: 8px;
}

.quote-list ul {
  padding-left: 20px;
  margin: 0;
}

.quote-list ul li {
  font-size: 14px;
  margin-bottom: 8px;
  color: #374151;
  position: relative;
}

.quote-list ul li::before {
  content: "✔";
  color: #2563eb;
  font-size: 13px;
  position: absolute;
  left: -20px;
  top: 0;
}

.dont {
  max-width: 1255px !important;
  position: relative;
  z-index: 2;
}

.process_box.style_one .process_box_outer .content_box h2 a {
  font-size: 17px !important;
}

.bolgg {
  background: white;

  height: 186px !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.eeefd {
  background: #000000;
}

.ddds {
  font-family: system-ui;
  font-size: 21px;
  font-weight: 700;
  margin: 21px 21px;
  color: #000000;
}

@media (max-width: 600px) {
  .ddds {
    display: none !important;
  }
}

.aluminium-subtext {
  color: #fffffff2 !important;
  font-weight: 500 !important;
}

.cen {
  text-align: center !important;
}

.p-80 {
  padding: 80px 0px !important;
}

@media (max-width: 756px) {
  .ddds {
    display: none !important;
  }
  .jus {
    text-align: justify !important;
  }
}

/* Quote Section */
.quote-section .quote-box {
  background: #ffffff;
  border-radius: 15px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s, box-shadow 0.3s;
}
.quote-section .quote-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.quote-section .btn-quote {
  border-radius: 8px;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.3s;
}
.quote-section .btn-quote:hover {
  background: #000;
  color: #fff;
}
.quote-section .quote-list ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.quote-section .quote-right {
  transition: transform 0.3s, box-shadow 0.3s;
}
.quote-section .quote-right:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.quote-section .feature-item p {
  margin: 0;
  font-size: 0.95rem;
}
.quote-section .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .quote-section .quote-right {
    margin-top: 20px;
  }
}

/* General About Section */
.about-section .title_sections .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-section .title_sections p {
  font-size: 16px;
  color: #555;
}

.list_item_box .list_items {
  margin-bottom: 10px;
}

.list_item_box .icon_bx {
  color: #007bff;
  margin-right: 10px;
}

.feature-box h5 {
  font-size: 18px;
  font-weight: 600;
}

.table th,
.table td {
  vertical-align: middle;
}

.table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.aluminium-sectionn {
  background: linear-gradient(135deg, #fff, #fff);
  padding: 70px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.title_all_box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.title_all_box p {
  font-size: 1rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.special-box {
  background: #111;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #222;
  text-align: center;
}

.special-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.special-box p {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
}

.special-box:hover {
  transform: translateY(-5px);
  border-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .aluminium-section {
    padding: 40px 20px;
  }

  .title_all_box h2 {
    font-size: 1.6rem;
  }

  .special-box {
    padding: 20px;
    text-align: center;
  }
}

.aluminium-section {
  background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
  padding: 70px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.title_all_box h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.title_all_box p {
  font-size: 1rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.special-box {
  background: #111;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #222;
  text-align: center;
}

.special-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.special-box p {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
}

.special-box:hover {
  transform: translateY(-5px);
  border-color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .aluminium-section {
    padding: 40px 20px;
  }

  @media (min-width: 992px) {
    .plg {
      padding: 28px 0px !important;
    }
  }

  .contact_form_box_all.type_two .contact_form_shortcode {
    padding: 25px !important;
  }

  .contact_form_box_all.type_two .contact_form_shortcode .heading h2 {
    font-size: 23px !important;
  }

  .title_all_box h2 {
    font-size: 1.6rem;
  }

  .dd {
    font-size: 13px !important;
  }

  .special-box {
    padding: 20px;
    text-align: center;
  }
  .link_box_contents.style_one .link_content_bx .con_box h2 {
    font-size: 14px !important;
  }
  .link_box_contents.style_two .link_content_bx .con_box h2 {
    font-size: 15px !important;
  }
}

.vvv {
  font-size: 15px !important;
}

.zin {
  z-index: 999999999999999999999999999 !important;
}

.mm {
  height: 42px !important;
}

.aluminium-sections {
  /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)),
      url('img/ggg.png') center/cover no-repeat; */
  padding: 90px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  background-attachment: fixed;
}

#why-choose-delco h6 {
  transition: color 0.3s ease;
}

#why-choose-delco .border-top:hover h6 {
  color: #007bff;
}

#why-choose-delco p {
  line-height: 1.7;
}

.bg {
  background-color: white !important;
  color: black !important;
}

.bgc {
  border-color: #24262b57 !important;
}

.pd_top_50 {
  padding-top: 50px;
}

.pd_top_30 {
  padding-top: 30px !important;
}

.fs {
  font-size: 20px !important;
}

.service_box .content_inner h2 {
  font-size: 18px;
  /* uniform font size */
  line-height: 1.3em;
  /* balanced spacing between lines */
  height: 50px;
  /* fixed height for all text areas */
  display: flex;
  align-items: center;
  /* vertical centering */
  justify-content: center;
  /* horizontal centering */
  text-align: center;
  /* center text */
  overflow: hidden;
  /* prevent overflow if text is too long */
  margin: 0 auto;
  /* center alignment */
}

/* Custom Modal Styling */
.contact-modal {
  border-radius: 15px;
  overflow: hidden;
  max-width: 750px;
  margin: auto;
}

.modal-dialog {
  max-width: 750px;
}

.modal-img img {
  object-fit: cover;
  height: 100%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .modal-dialog {
    max-width: 95%;
    margin: auto;
  }

  .modal-img {
    display: none;
  }

  .col-lg-7 {
    padding: 1.5rem !important;
  }
}

.ho:hover{
  color:#fff !important;
}