@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* common css starts */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
:root {
    --red:        #b8090e;
    --red-dark:   #8c0007;
    --red-deeper: #5c0004;
    --red-soft:   rgba(184,9,14,0.08);
    --gold:       #e1cc8e;
    --gold-deep:  #c4a85a;
    --gold-light: #f3ecd4;
    --cream:      #faf8f4;
    --warm-white: #fff;
    --charcoal:   #1a1a1a;
    --text-mid:   #4a4a4a;
    --text-light: #888;
    --border:     rgba(184,9,14,0.12);
  }

body {
    background-color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #555;
    letter-spacing: -0.2px;
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Albert Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #282828;
    font-weight: 700;
    margin: 0px;
}

h1 {
    font-size: 85px;
    line-height: 100px;
}

h2 {
    font-size: 48px;
    line-height: 65px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 20px;
    line-height: 1;
}

h6 {
    font-size: 18px;
    line-height: 1;
}

img {
    border: none;
    outline: none;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 15px;
}

a {
    display: inline-block;
    color: inherit;
    transition: all 0.4s ease-in-out;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888 !important;
}

button {
    border: none;
    background: none;
}

span {
    display: inline-block;
    color: inherit;
}

.section-title .italic {
    font-style: italic;
    color: var(--red);
}
.image img {
    width: 100%;
}

.container-fluid1 {
    padding-left: 45px;
    padding-right: 45px;
}

.p70 {
    padding: 70px 0px;
}

.insuba-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 10.5px 77px 10.5px 35px;
    background-color: #b8090e;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    border-radius: 100px;
    z-index: 1;
    transition: all 500ms ease;
}

.insuba-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    background-color: #e1cc8e;
    z-index: -1;
    transition: all 500ms ease;
}

.insuba-btn:hover::after {
    width: 100%;
    left: 0;
}

.insuba-btn__icon-box {
    width: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #b8090e;
    border-radius: 0 100px 100px 0;
    overflow: hidden;
    transition: all 500ms ease;
}

.insuba-btn__icon-box::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.insuba-btn:hover .insuba-btn__icon-box {
    background-color: #c5b37c;
    color: #000;
}

.insuba-btn__icon {
    display: inline-flex;
    font-size: 13px;
    color: #fff;
    transition: all 400ms ease;
}

.insuba-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    background-color: #c5b37c;
    z-index: -1;
    transition: all 500ms ease;
}

.subtitle {
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.subtitle::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
}

.sub-title-1 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529;
    margin-bottom: 17px;
    background: #e1cc8ef2;
    border-radius: 17px;
    padding: 5px 20px 5px 30px;
    position: relative;
}

.sub-title-1:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #212529;
    border-radius: 50%;
    top: 48%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.golden-txt {
    color: #e1cc8e !important;
}

.golden-txt-1 {
    color: #9d8e60 !important;
}

.brown-txt {
    color: #b8090e !important;
}

.title {
    color: #212529;
    margin-bottom: 20px;
    line-height: 60px;
    font-weight: 800;
    font-size: 50px;
}


.title-1 {
    color: #212529;
    margin-bottom: 20px;
    line-height: 50px;
    font-weight: 700;
    font-size: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.npm {
    padding: 0px;
    margin: 0px;
}

/* common css ends */

/* banner style */
.banner-main-section {
    background: url(../images/banner-1.jpg) no-repeat top;
    height: 700px;
    position: relative;
    background-size: cover;
    overflow: hidden;
}

.banner-main-section::after {
    content: "";
    background: rgb(0, 0, 0, .80);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.banner-txt-section h1 {
    font-size: 60px;
    line-height: 75px;
}

.banner-txt-section span,
.banner-txt-section h1,
.banner-txt-section p {
    color: #fff;
}

.banner-btns a {
    transition: .4s ease-in-out;
}

.banner-btns.generic-btn a:last-child {
    margin-left: 10px;
    padding: 21px 43px;
    color: var(--secondary-color);
    background: #fff;
}

.banner-btns.generic-btn a:first-child:hover {
    color: #fff;
    background: var(--button-color);
}

.banner-btns.generic-btn a:last-child:hover {
    color: #fff;
    background: var(--accent);
}

.banner-inner-con {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 50% 46%;
    gap: 20px;
    align-items: center;
}

.banner-images-con {
    position: relative;
}

.banner-images-con figure {
    border-radius: 38px;
    overflow: hidden;
    width: fit-content;
    position: absolute;
}

.banner-images-con figure:first-child img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.banner-images-con figure:nth-child(2) img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.banner-images-con figure:first-child {
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
}

.banner-images-con figure:nth-child(2) {
    right: -40px;
    top: -325px;
}

.banner-images-con figure:last-child img {
    width: 330px;
    height: 330px;
}

.banner-images-con figure:last-child {
    top: -5px;
    right: -75px;
    overflow: visible;
}

.banner-images-con::before {
    content: "";
    width: 78px;
    height: 74px;
    border-radius: 15px;
    background: #e1cc8e;
    position: absolute;
    left: 220px;
    bottom: 165px;
}

.banner-images-con::after {
    content: "";
    width: 78px;
    height: 74px;
    border-radius: 15px;
    background: #b8090e;
    position: absolute;
    right: 500px;
    bottom: -240px;
}

/* .banner-txt-section span::before {
    content: "";
    width: 53px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */

/* .banner-txt-section span {
    padding-left: 65px;
    display: block;
    margin-bottom: 12px;
} */

.banner-txt-section p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 33px;
}

.banner-txt-section h1 {
    margin-bottom: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.img-box {
    position: relative;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
    height: auto;
}

.img-box img.active {
    opacity: 1;
    position: relative;
}

/* banner style */
/* about us css starts here */
.abt-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.counter-info {
    background-color: #b8090e;
    padding: 20px;
    text-align: center;
    box-shadow: inset -5px 0 0 #e1cc8e;
}

.counter-info h3 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.counter-info .counter-text {
    font-size: 80px;
    line-height: 1;
    color: #fff;
    transition: 0.7s;
    font-weight: 600;
}

.counter-info h3 span:last-child {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    top: -4px;
    color: #fff;
    transition: 0.7s;
}

.counter-info .counter-text span {
    font-size: 10px;
    font-weight: 600;
}

.counter-info p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.dash-line {
    border: 1px dashed #fff;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* about us css ends here */
/* product css starts here */
.product-bg {
    /* background-image: url(../images/product-bg.webp); */
    background-color: #faf8f4;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.white-box {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.white-box-icon {
    position: absolute;
    background: #dac78e;
    padding: 15px;
    top: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    left: 5%;
    transition: all 0.3s ease;
}

.white-box-icon img {
    transition: all 0.3s ease;
}

.white-box:hover .white-box-icon img {
    transform: rotateY(180deg)
}


.white-box-content {
    padding: 50px 20px 20px 20px;
}

.white-box-content h5 {
    font-size: 25px;
    margin-bottom: 15px;
}


.icon-btn-with-text {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #b8090e;
    color: #fff;
    display: inline-block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    padding-left: 13px;
    position: absolute;
    left: 7%;
    bottom: -5%;
}

.icon-btn-with-text span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: 15px
}

.icon-btn-with-text i {
    font-size: 14px;
}

.icon-btn-with-text:hover {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 140px;
    color: #fff;
}

.icon-btn-with-text:hover span {
    opacity: 1;
    visibility: visible
}

#products.owl-theme .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #e1cc8e98;
    display: block;
    transition: opacity .2s ease;
    border-radius: 50%;
}

#products.owl-theme .owl-dot.active span {
    background: #c9b270;
}


/* product css ends here */

.goal {
    background-image: url(../images/red-wave.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    position: relative;
    color: #fff;
}

.goal-content {
    padding: 25px 20px 15px 35px;
}

.goal-content h5 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}

.why-us-box {
    display: flex;
    gap: 25px;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}


.why-box {
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.why-box img {
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.why-box:hover {
    transform: translateY(-6px);
}

.why-box:hover img {
    transform: rotateY(180deg)
}


.why-box:nth-child(3) {
    margin-right: -120px;
    z-index: 3;
}

.why-img {
    position: relative;
    z-index: 1;
}


.why-box h5 {
    margin-bottom: 15px;
    font-size: 25px;
}

.wht-bg {
    background-color: #fff;
}

.brw-bg {
    background-color: #b8090e;
}

.white-text {
    color: #fff;
}

/* Footer Starts Here */
.footer-bg {
    /* background-color: #00173c; */
    background-image: url(../images/footer-bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget-column {
    padding: 50px 50px 1px 50px;
    background-color: #b8090e;
    margin-top: -15px;
    position: relative;
}

.widget-column:before {
    content: "";
    position: absolute;
    left: -26px;
    top: 0;
    border-bottom: 8px solid #b8090e;
    border-top: 8px solid transparent;
    border-right: 13px solid #b8090e;
    border-left: 13px solid transparent;
    z-index: 1;
    display: inline-block;
}

.list-heading {
    color: #fff;
    margin-bottom: 42px;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    position: relative;
}

.list-heading::before {
    position: absolute;
    top: 44px;
    left: 0px;
    width: 35px;
    content: '';
    height: 5px;
    z-index: 99;
    background: #fff;
    border-radius: 2.5px;
}

.list-heading::after {
    position: absolute;
    top: 46px;
    left: 35px;
    width: 100px;
    content: '';
    height: 1px;
    z-index: 99;
    background: #fff;
}

.list-heading-1 {
    color: #fff;
    margin-bottom: 40px;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    position: relative;
}

.list-heading-1::before {
    position: absolute;
    top: 44px;
    left: 15px;
    width: 35px;
    content: '';
    height: 5px;
    z-index: 99;
    background: #fff;
    border-radius: 2.5px;
}

.list-heading-1::after {
    position: absolute;
    top: 46px;
    left: 35px;
    width: 100px;
    content: '';
    height: 1px;
    z-index: 99;
    background: #fff;
}

.links {
    padding: 35px 50px 10px 0px;
}

ul.flinks {
    list-style: none;
    padding: 0;
}

ul.flinks>li {
    width: 100%;
    position: relative;
}

ul.flinks>li>a {
    display: block;
    line-height: normal;
    padding: 10px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 500;
}

ul.flinks>li:hover>a {
    color: #e1cc8e;
    padding-left: 10px;
}

ul.flinks>li:before {
    content: "-";
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    color: #e1cc8e;
    transition: all 0.3s ease;
}

ul.flinks li:hover:before {
    opacity: 1;
}

.footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer-contact .media-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-right: 20px;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-contact .media-text {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.copyright-wrap {
    background-color: #e1cc8e;
    border-radius: 104px;
    padding: 15px 15px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.txt-right {
    text-align: right;
}

.copyright-wrap p {
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 17px;
}

.copyright-wrap a {
    color: #b8090e;
}

.copyright-wrap a:hover {
    color: #000;
}

/* Footer Ends Here */

/* back to top starts here */
#back-to-top .top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #b8090e;
    background: #fff;
    z-index: 999;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    transition: 0.3s;
    position: fixed;
    overflow: hidden;
    border-radius: 104px 104px 0px 0px;
    border: 1px solid #c9b67e;
}


#back-to-top .top i {
    position: relative;
    z-index: 2;
}

#back-to-top .top:hover {
    background-color: #b8090e;
    color: #fff;
}

#back-to-top .top:hover::before {
    border-color: #fff;
}

/* back to top ends here */

.page-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.divider-line {
    display: flex; align-items: center; gap: 1rem; margin: 1.4rem 0;
  }
  .divider-line::before, .divider-line::after {
    content: ''; flex: 1; height: 1px;
    background: linear-gradient(to right, transparent, var(--gold-deep), transparent);
  }
  .divider-line i { color: var(--red); font-size: 0.85rem; }



@media (max-width: 767px) { .page-banner { height: 230px; } }

/* Background image */
.page-banner-bg {
  position: absolute; inset: 0;
}


/* Dark overlay — matches reference image tone */
.page-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    rgba(30,27,24,.82) 0%,
    rgba(30,27,24,.58) 55%,
    rgba(30,27,24,.35) 100%
  );
}

/* Content wrapper */
.page-banner-body {
  position: relative;
  z-index: 5;
  width: 100%;
  top: 30px;
}
.page-banner-crumb {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e1cc8e;
    padding: .85rem 1.6rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-radius: 0;
    z-index: 10;
}

.crumb-sep,.logo-cell.featured::before,.story-para:first-of-type::before {
    background: var(--gold)
}

.crumb-link {
    font-weight: 700;
    color: var(--text);
    text-decoration: none;
    transition: color .2s
}

.crumb-sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #b8090e;
    clip-path: polygon(0 0,70% 0,100% 50%,70% 100%,0 100%,30% 50%);
    flex-shrink: 0
}

.crumb-current {
    font-weight: 500;
    color: var(--taupe)
}
/* ── STORY ── */
.story-section { background: var(--cream);
    padding: 70px 0px; }
.story-card {
  background: #fff; border-radius: 24px; overflow: hidden;
  box-shadow: 0 8px 50px rgba(184,9,14,0.07); border: 1px solid var(--border);
}
.story-text-wrap { padding: 3.5rem; }
.story-text { font-size: 0.97rem; color: var(--text-mid); line-height: 1.95; font-weight: 300; }
.story-text strong { color: var(--red-dark); font-weight: 700; }
.story-img-side {
  background: linear-gradient(160deg, var(--red-dark) 0%, var(--red-deeper) 100%);
  min-height: 420px; display: flex; flex-direction: column;
  justify-content: flex-end; padding: 2.5rem; position: relative; overflow: hidden;
}
.story-img-side::before {
  content: ''; position: absolute; top: -3rem; right: -3rem;
  width: 260px; height: 260px; border-radius: 50%; border: 50px solid rgba(225,204,142,0.10);
}
.story-img-side::after {
  content: ''; position: absolute; bottom: -2rem; left: -2rem;
  width: 160px; height: 160px; border-radius: 50%; border: 30px solid rgba(225,204,142,0.07);
}
.story-year-badge {
  font-family: "Albert Sans", sans-serif;
  font-size: 5.5rem; font-weight: 900; color: rgba(255,255,255,0.10); line-height: 1; margin-bottom: 0.3rem;
}
.story-founded { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); margin-bottom: 0.6rem; }
.story-tagline { font-family: "Albert Sans", sans-serif; font-size: 1.55rem; font-weight: 700; font-style: italic; color: #fff; line-height: 1.45; }


.h-100{
height: 100%!important;
}

.vision-section { background: #fff; padding: 70px 0px;}
    .vision-card {
      border-radius: 20px; background: var(--red-deeper); color: #fff;
      padding: 2.8rem 2.4rem; height: 100%; position: relative; overflow: hidden;
      border: 1px solid rgba(225,204,142,0.08);
    }
    .vision-card::after {
      content: ''; position: absolute; bottom: -40px; right: -40px;
      width: 200px; height: 200px; border-radius: 50%; background: rgba(184,9,14,0.35);
    }
    .vision-icon {
      width: 54px; height: 54px; background: rgba(225,204,142,0.15);
      border: 1px solid rgba(225,204,142,0.3); border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.25rem; color: var(--gold); margin-bottom: 1.4rem; position: relative; z-index: 1;
    }
    .vision-card h4 { font-size: 1.3rem; font-weight: 800; color: #fff; margin-bottom: 0.9rem; position: relative; z-index: 1; }
    .vision-card p { font-size: 0.9rem; color: rgba(255,255,255,0.68); line-height: 1.85; position: relative; z-index: 1; }
    .vision-list { list-style: none; padding: 0; margin-top: 1.2rem; position: relative; z-index: 1; }
    .vision-list li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.86rem; color: rgba(255,255,255,0.70); margin-bottom: 0.7rem; }
    .vision-list li i { color: var(--gold); margin-top: 10px; flex-shrink: 0; }

    .team-section {
        background: var(--cream);
        padding: 70px 0px;
    }
    .team-text-block {
        background: linear-gradient(145deg, #ffffff 0%, #ffffff 100%);
        border-radius: 0px;
        padding: 2.5rem;
        color: #000000;
        position: relative;
        overflow: hidden;
    }
    .team-text-block::before {
      content: ''; position: absolute; top: -4rem; right: -4rem;
      width: 280px; height: 280px; border-radius: 50%; border: 55px solid rgba(225,204,142,0.08);
    }
    .team-text-block h3 { font-size: 2rem; font-weight: 900; color: #b8090e; margin-bottom: 1.2rem; position: relative; }
    .team-text-block p { font-size: 0.94rem; color: #000; line-height: 1.9; font-weight: 300; position: relative; }
    .team-quote {
      border-left: 3px solid #b8090e; padding-left: 1.2rem; margin-top: 1.8rem;
      font-style: italic; color: #b8090e; font-size: 1.05rem; line-height: 1.65; position: relative;
    }
    .values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; height: 100%; }
    .value-tile {
      background: var(--cream); border-radius: 16px; padding: 1.8rem 1.5rem;
      display: flex; flex-direction: column; align-items: flex-start; gap: 0.65rem;
      transition: background 0.3s, transform 0.3s; border: 1px solid transparent;
    }
    .value-tile:hover { background: var(--red); transform: scale(1.03); border-color: rgba(225,204,142,0.2); }
    .value-tile:hover .value-title, .value-tile:hover .value-desc { color: #fff; }
    .value-tile:hover .value-icon { background: rgba(255,255,255,0.15); color: var(--gold); border-color: rgba(225,204,142,0.3); }
    .value-icon {
      width: 42px; height: 42px; background: #fff; border: 1px solid var(--border);
      border-radius: 12px; display: flex; align-items: center; justify-content: center;
      color: var(--red); font-size: 1rem; transition: all 0.3s;
    }
    .value-title { font-family: "Albert Sans", sans-serif; font-size: 0.92rem; font-weight: 800; color: var(--red-dark); transition: color 0.3s; }
    .value-desc { font-size: 0.8rem; color: var(--text-light); line-height: 1.65; transition: color 0.3s; }


    /* SIDEBAR CARDS */
    .sidebar-card {
        background: #fff;
        border-radius: 20px;
        padding: 2rem;
        border: 1px solid var(--border);
        box-shadow: 0 4px 24px rgba(0,0,0,0.04);
        margin-bottom: 1.2rem;
      }
      .sidebar-card-title {
        font-family: "Albert Sans", sans-serif;
        font-size: 1.6rem; font-weight: 800;
        color: var(--charcoal); margin-bottom: 1.2rem;
        padding-bottom: 0.8rem;
        border-bottom: 2px solid var(--gold-light);
        display: flex; align-items: center; gap: 0.6rem;
      }
      .sidebar-card-title i { color: var(--red); font-size: 0.9rem; }
  
      .contact-detail {
        display: flex; align-items: flex-start; gap: 1rem;
        margin-bottom: 1.2rem;
      }
      .contact-detail:last-child { margin-bottom: 0; }
      .cd-icon {
        width: 38px; height: 38px; flex-shrink: 0;
        background: var(--red-soft);
        border: 1px solid var(--border);
        border-radius: 10px;
        display: flex; align-items: center; justify-content: center;
        color: var(--red); font-size: 0.85rem;
      }
      .cd-label { font-family: "Albert Sans", sans-serif;     font-size: 18px; font-weight: 700; color: var(--text-light); margin-bottom: 0.2rem; }
      .cd-val { font-size: 0.9rem; color: var(--charcoal); font-weight: 500; line-height: 1.5; }
      .cd-val a { color: var(--charcoal); text-decoration: none; transition: color 0.2s; }
      .cd-val a:hover { color: var(--red); }
  
      /* HOURS */
      .hours-row { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid rgba(0,0,0,0.05); font-size: 0.87rem; }
      .hours-row:last-child { border-bottom: none; }
      .hours-day { font-weight: 600; color: var(--text-mid); }
      .hours-time { color: var(--text-light); }
      .hours-badge {
        font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
        text-transform: uppercase; padding: 0.18rem 0.6rem;
        border-radius: 20px;
      }
      .badge-open { background: rgba(34,197,94,0.1); color: #16a34a; }
      .badge-closed { background: rgba(184,9,14,0.08); color: var(--red); }
  
      /* SOCIAL */
      .social-row { display: flex; gap: 0.7rem; margin-top: 0.5rem; }
      .social-btn {
        width: 38px; height: 38px;
        border-radius: 10px;
        display: flex; align-items: center; justify-content: center;
        font-size: 0.9rem; text-decoration: none;
        transition: transform 0.2s, box-shadow 0.2s;
      }
      .social-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,0.12); }
      .s-fb  { background: #1877f2; color: #fff; }
      .s-tw  { background: #000; color: #fff; }
      .s-li  { background: #0a66c2; color: #fff; }
      .s-wa  { background: #25d366; color: #fff; }
      .s-yt  { background: #ff0000; color: #fff; }
  
      /* CTA DARK CARD */
      .cta-sidebar {
        background: linear-gradient(145deg, var(--red-deeper), var(--red-dark));
        border-radius: 20px; padding: 2rem;
        position: relative; overflow: hidden;
      }
      .cta-sidebar::before {
        content: ''; position: absolute; top: -3rem; right: -3rem;
        width: 180px; height: 180px; border-radius: 50%;
        border: 35px solid rgba(225,204,142,0.1);
      }
      .cta-sidebar h4 { font-family: "Albert Sans", sans-serif; font-size: 1.1rem; font-weight: 900; color: #fff; margin-bottom: 0.6rem; position: relative; }
      .cta-sidebar p { font-size: 0.84rem; color: rgba(255,255,255,0.65); margin-bottom: 1.2rem; line-height: 1.6; position: relative; }
      .cta-btn {
        display: inline-flex; align-items: center; gap: 0.5rem;
        background: var(--gold); color: var(--red-deeper);
        font-family: "Albert Sans", sans-serif;
        font-size: 0.83rem; font-weight: 800;
        padding: 0.6rem 1.3rem; border-radius: 8px;
        text-decoration: none; transition: background 0.2s, transform 0.15s;
        position: relative;
      }
      .cta-btn:hover { background: var(--gold-deep); color: var(--red-deeper); transform: translateY(-2px); }
  
      /* MAP SECTION */
      .map-section {
        background: #fff;
        padding: 70px 0px;
    }
      .map-section .section-eyebrow {
        font-family: "Albert Sans", sans-serif;
        font-size: 0.72rem; font-weight: 800; letter-spacing: 0.2em;
        text-transform: uppercase; color: var(--red); margin-bottom: 0.6rem;
      }
      .map-section .section-title {
        font-family: "Albert Sans", sans-serif;
        font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 900;
        color: var(--charcoal); margin-bottom: 0.5rem;
      }
      .map-section .section-title span { font-style: italic; color: var(--red); }
      .map-wrap {
        margin-top: 3rem;
        border-radius: 24px 24px 0 0;
        overflow: hidden;
        box-shadow: 0 -8px 40px rgba(0,0,0,0.06);
        border: 1px solid var(--border);
        border-bottom: none;
        height: 420px;
      }
      .map-wrap iframe { width: 100%; height: 100%; border: none; display: block; filter: grayscale(0.15) contrast(1.02); }

      .contact-section {
        padding: 70px 0px;
        background: var(--cream);
    }

      /* FORM CARD */
      .form-card {
        background: #fff;
        border-radius: 24px;
        padding: 2rem 2rem;
        box-shadow: 0 8px 50px rgba(184,9,14,0.07);
        border: 1px solid var(--border);
      }
      .form-card-title {
        font-family: "Albert Sans", sans-serif;
        font-size: 1.6rem; font-weight: 900;
        color: var(--charcoal); margin-bottom: 0.4rem;
      }
      .form-card-sub { font-size: 0.88rem; color: var(--text-light); margin-bottom: 2rem; line-height: 1.6; }
  
      .floating-group { position: relative; margin-bottom: 1.4rem; }
      .floating-group label {
        position: absolute; top: 50%; left: 1rem;
        transform: translateY(-50%);
        font-family: "Albert Sans", sans-serif;
        font-size: 0.84rem; font-weight: 600;
        color: var(--text-light);
        pointer-events: none;
        transition: all 0.22s ease;
        background: #fff; padding: 0 4px;
        line-height: 1;
      }
      .floating-group.textarea-group label { top: 1.1rem; transform: none; }
      .floating-group input,
      .floating-group select,
      .floating-group textarea {
        width: 100%;     padding: 10px 10px;
        border: 1.5px solid #e0e0e0;
        border-radius: 10px;
        font-family: 'DM Sans', sans-serif;
        font-size: 0.93rem; color: var(--charcoal);
        background: #fff;
        outline: none;
        transition: border-color 0.22s, box-shadow 0.22s;
        appearance: none;
      }
      .floating-group textarea { resize: vertical; min-height: 80px; }
      .floating-group input:focus,
      .floating-group select:focus,
      .floating-group textarea:focus {
        border-color: var(--red);
        box-shadow: 0 0 0 3px rgba(184,9,14,0.08);
      }
      .floating-group input:focus ~ label,
      .floating-group input:not(:placeholder-shown) ~ label,
      .floating-group select:focus ~ label,
      .floating-group select:valid ~ label,
      .floating-group textarea:focus ~ label,
      .floating-group textarea:not(:placeholder-shown) ~ label {
        top: 0; transform: translateY(-50%);
        font-size: 0.72rem; color: var(--red);
      }
      .floating-group.textarea-group input:focus ~ label,
      .floating-group.textarea-group textarea:focus ~ label,
      .floating-group.textarea-group textarea:not(:placeholder-shown) ~ label {
        top: 0; transform: translateY(-50%);
        font-size: 0.72rem; color: var(--red);
      }
      .select-wrap { position: relative; }
      .select-wrap::after {
        content: '\f078';
        font-family: 'Font Awesome 6 Free'; font-weight: 900;
        position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);
        color: var(--text-light); font-size: 0.75rem; pointer-events: none;
      }
      .input-icon-wrap { position: relative; }
      .input-icon-wrap i {
        position: absolute; left: 1rem; top: 50%; transform: translateY(-50%);
        color: var(--text-light); font-size: 0.85rem; pointer-events: none;
        transition: color 0.2s;
      }
      .input-icon-wrap input,
      .input-icon-wrap select { padding-left: 2.6rem; }
      .input-icon-wrap input:focus ~ i,
      .input-icon-wrap select:focus ~ i { color: var(--red); }
  
      .submit-btn {
        width: 100%; padding: 10px;
        background: var(--red); color: #fff;
        border: none; border-radius: 12px;
        font-family: "Albert Sans", sans-serif;
        font-size: 0.95rem; font-weight: 800;
        letter-spacing: 0.04em;
        cursor: pointer;
        transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
        display: flex; align-items: center; justify-content: center; gap: 0.7rem;
      }
      .submit-btn:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(184,9,14,0.3); }
      .submit-btn:active { transform: translateY(0); }
  
      .form-note { font-size: 0.78rem; color: var(--text-light); text-align: center; margin-top: 1rem; }
  
      /* SUCCESS STATE */
      .success-msg {
        display: none;
        flex-direction: column; align-items: center; justify-content: center;
        text-align: center; padding: 2rem; gap: 1rem;
      }
      .success-icon {
        width: 70px; height: 70px;
        background: linear-gradient(135deg, var(--red), var(--red-dark));
        border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        font-size: 1.8rem; color: #fff;
        box-shadow: 0 8px 30px rgba(184,9,14,0.3);
      }
      .success-msg h4 { font-family: "Albert Sans", sans-serif; font-size: 1.4rem; font-weight: 900; color: var(--charcoal); }
      .success-msg p { font-size: 0.9rem; color: var(--text-light); }

      .form-column {
        background: #fff;
        border-radius: 24px;
        padding: 30px;
        box-shadow: 0 8px 50px rgba(184, 9, 14, 0.07);
        border: 1px solid var(--border);
    }

.mrg20 {
    margin-top: 20px;
}

    /* Submit btn */
    .submit-btn {
        width: 100%; padding: 1rem;
        background: var(--red); color: #fff;
        border: none; border-radius: 12px;
        font-family: "Albert Sans", sans-serif;
        font-size: 0.95rem; font-weight: 800; letter-spacing: 0.04em;
        cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
        display: flex; align-items: center; justify-content: center; gap: 0.7rem;
      }
      .submit-btn:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(184,9,14,0.3); }
      .submit-btn:active { transform: translateY(0); }

.br-24{
    border-radius: 24px;
}
.products-section { background: var(--cream);     padding: 70px 0px; }

.product-card {
  background: #fff; border-radius: 20px; border: 1px solid transparent;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05); overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  height: 100%; display: flex; flex-direction: column; cursor: pointer;
}
.product-card:hover {
  transform: translateY(-7px); box-shadow: 0 22px 60px rgba(184,9,14,0.13); border-color: var(--border);
}

/* Image top */
.card-img-top {
  position: relative; height: 200px; overflow: hidden; flex-shrink: 0;
}
.card-img-top img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform 0.5s ease;
  display: block;
}
.product-card:hover .card-img-top img { transform: scale(1.06); }
.card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(92,0,4,0.08) 0%, rgba(92,0,4,0.72) 100%);
  transition: opacity 0.3s;
}
.card-img-top-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 1rem 1.2rem; z-index: 2;
}
.brand-name {
  font-family: "Albert Sans", sans-serif; font-size: 1.2rem; font-weight: 900;
  color: #fff; line-height: 1.2; letter-spacing: 0.01em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.category-badge {
  display: inline-block; margin-top: 0.35rem;
  font-family: "Albert Sans", sans-serif; font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 0.18rem 0.65rem;
  border-radius: 20px;
}
/* Fallback card top (no image) */
.card-top-fallback {
  position: relative; height: 200px; flex-shrink: 0; overflow: hidden;
  background: linear-gradient(145deg, var(--red-deeper), var(--red-dark));
  display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem 1.2rem;
}
.card-top-fallback::after {
  content: ''; position: absolute; bottom: -2rem; right: -2rem;
  width: 100px; height: 100px; border-radius: 50%; border: 20px solid rgba(225,204,142,0.1);
}
.card-top-fallback .pc-icon {
  width: 44px; height: 44px; background: rgba(225,204,142,0.15);
  border: 1px solid rgba(225,204,142,0.3); border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.1rem; margin-bottom: 0.7rem; position: relative; z-index: 1;
}

.card-body-custom {
  padding: 1.3rem 1.5rem; flex: 1; display: flex; flex-direction: column; gap: 0.7rem;
}
.comp-label {
  font-family: "Albert Sans", sans-serif; font-size: 0.67rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); margin-bottom: 0.25rem;
}
.comp-item {
  display: flex; align-items: baseline; gap: 0.5rem;
  font-size: 0.84rem; color: var(--text-mid); line-height: 1.5;
  padding: 0.28rem 0; border-bottom: 1px solid rgba(0,0,0,0.05);
}
.comp-item:last-of-type { border-bottom: none; }
.comp-dot { width: 5px; height: 5px; background: var(--gold-deep); border-radius: 50%; flex-shrink: 0; margin-top: 0.45rem; }
.comp-name { color: var(--charcoal); font-weight: 500; }
.comp-strength { color: var(--text-light); font-size: 0.8rem; margin-left: auto; white-space: nowrap; }

.pack-row{
    font-size: 15px;
}

.form-section { background: #fff; padding: 70px 0px; }
.form-card { background: #fff; border-radius: 24px; padding: 2rem; box-shadow: 0 8px 50px rgba(184,9,14,0.07); border: 1px solid var(--border); }
.form-card-title { font-family: "Albert Sans", sans-serif; font-size: 1.6rem; font-weight: 900; color: var(--charcoal); margin-bottom: 0.35rem; }
.form-card-sub   { font-size: 0.88rem; color: var(--text-light); margin-bottom: 2rem; line-height: 1.6; }

.floating-group { position: relative; margin-bottom: 1.4rem; }
.floating-group label {
  position: absolute; top: 50%; left: 1rem; transform: translateY(-50%);
  font-family: "Albert Sans", sans-serif; font-size: 0.84rem; font-weight: 600; color: var(--text-light);
  pointer-events: none; transition: all 0.22s ease; background: #fff; padding: 0 4px; line-height: 1;
}
.floating-group.textarea-group label { top: 1.1rem; transform: none; }
.floating-group input,
.floating-group select,
.floating-group textarea {
  width: 100%; padding: 0.9rem 1rem;
  border: 1.5px solid #e0e0e0; border-radius: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 0.93rem; color: var(--charcoal);
  background: #fff; outline: none; appearance: none;
  transition: border-color 0.22s, box-shadow 0.22s;
}
.floating-group textarea { resize: vertical; min-height: 110px; }
.floating-group input:focus,
.floating-group select:focus,
.floating-group textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(184,9,14,0.08); }
.floating-group input:focus ~ label,
.floating-group input:not(:placeholder-shown) ~ label,
.floating-group select:focus ~ label,
.floating-group select.has-val ~ label,
.floating-group textarea:focus ~ label,
.floating-group textarea:not(:placeholder-shown) ~ label { top: 0; transform: translateY(-50%); font-size: 0.72rem; color: var(--red); }
.floating-group.textarea-group textarea:focus ~ label,
.floating-group.textarea-group textarea:not(:placeholder-shown) ~ label { top: 0; transform: translateY(-50%); font-size: 0.72rem; color: var(--red); }
.select-wrap { position: relative; }
.select-wrap::after { content: '\f078'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: var(--text-light); font-size: 0.75rem; pointer-events: none; }
.input-icon-wrap { position: relative; }
.input-icon-wrap .fi { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--text-light); font-size: 0.85rem; pointer-events: none; }
.input-icon-wrap input,
.input-icon-wrap select { padding-left: 2.6rem; }

.submit-btn {
  width: 100%; padding: 1rem; background: var(--red); color: #fff;
  border: none; border-radius: 12px; font-family: "Albert Sans", sans-serif;
  font-size: 0.95rem; font-weight: 800; letter-spacing: 0.04em; cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  display: flex; align-items: center; justify-content: center; gap: 0.7rem;
}
.submit-btn:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(184,9,14,0.3); }
.form-note { font-size: 0.78rem; color: var(--text-light); text-align: center; margin-top: 1rem; }

/* Success state */
.success-msg { display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 3rem 2rem; gap: 1rem; }
.success-icon { width: 72px; height: 72px; background: linear-gradient(135deg, var(--red), var(--red-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.9rem; color: #fff; box-shadow: 0 8px 30px rgba(184,9,14,0.3); }
.success-msg h4 { font-family: "Albert Sans", sans-serif; font-size: 1.5rem; font-weight: 900; color: var(--charcoal); }
.success-msg p  { font-size: 0.9rem; color: var(--text-light); max-width: 360px; line-height: 1.7; }

/* Form sidebar */
.sidebar-info { background: var(--cream); border-radius: 20px; padding: 2rem; border: 1px solid var(--border); margin-bottom: 1.2rem; }
.sidebar-info-title { font-family: "Albert Sans", sans-serif; font-size: 0.95rem; font-weight: 800; color: var(--charcoal); margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--gold-light); display: flex; align-items: center; gap: 0.55rem; }
.sidebar-info-title i { color: var(--red); font-size: 0.85rem; }
.contact-row { display: flex; align-items: flex-start; gap: 0.9rem; margin-bottom: 1.1rem; }
.contact-row:last-child { margin-bottom: 0; }
.cr-icon { width: 36px; height: 36px; flex-shrink: 0; background: var(--red-soft); border: 1px solid var(--border); border-radius: 9px; display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 0.82rem; }
.cr-label { font-family: "Albert Sans", sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 0.15rem; }
.cr-val   { font-size: 0.9rem; color: var(--charcoal); font-weight: 500; }
.cr-val a { color: var(--charcoal); text-decoration: none; transition: color 0.2s; }
.cr-val a:hover { color: var(--red); }

/* ── CTA STRIP ── */
.cta-strip { background: var(--red); padding: 3.5rem 0; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; right: -4rem; top: -4rem; width: 300px; height: 300px; border-radius: 50%; border: 50px solid rgba(255,255,255,0.06); }
.cta-strip h3 { font-family: "Albert Sans", sans-serif; font-size: 1.6rem; font-weight: 900; color: #fff; }
.cta-strip p  { color: rgba(255,255,255,0.68); font-size: 0.92rem; margin-top: 0.4rem; }
.cta-gold-btn { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--gold); color: var(--red-deeper); font-family: "Albert Sans", sans-serif; font-size: 0.9rem; font-weight: 800; padding: 0.8rem 1.8rem; border-radius: 10px; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.cta-gold-btn:hover { background: var(--gold-deep); color: var(--red-deeper); transform: translateY(-2px); }

.dark-cta-card {
    background: linear-gradient(145deg, var(--red-deeper), var(--red-dark));
    border-radius: 20px;     padding: 30px;
    position: relative; overflow: hidden; height: 100%;
  }
  .dark-cta-card::before { content: ''; position: absolute; top: -3rem; right: -3rem; width: 200px; height: 200px; border-radius: 50%; border: 40px solid rgba(225,204,142,0.08); }
  .dark-cta-card::after  { content: ''; position: absolute; bottom: -2rem; left: -2rem; width: 130px; height: 130px; border-radius: 50%; border: 25px solid rgba(225,204,142,0.06); }
  .dcc-eyebrow { font-family: "Albert Sans", sans-serif; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); position: relative; z-index: 1; margin-bottom: 0.7rem; }
  .dcc-title { font-family: "Albert Sans", sans-serif; font-size: 1.5rem; font-weight: 900; color: #fff; line-height: 1.2; position: relative; z-index: 1; margin-bottom: 0.8rem; }
  .dcc-desc  { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.8; font-weight: 300; position: relative; z-index: 1; margin-bottom: 1.5rem; }
  .dcc-list  { list-style: none; padding: 0; position: relative; z-index: 1; margin-bottom: 1.5rem; }
  .dcc-list li { display: flex; align-items: center; gap: 0.7rem; font-size: 0.86rem; color: rgba(255,255,255,0.75); margin-bottom: 0.7rem; }
  .dcc-list li i { color: var(--gold); font-size: 0.72rem; }

.text-black{
    color: #000!important;
}

.page-banner-title{
    font-size: 70px;
}





@media (max-width: 768px) {

    .container-fluid1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .txt-right {
        text-align: left;
    }

    .title {
        margin-bottom: 10px;
        line-height: 40px;
        font-size: 30px;
    }

    .title-1 {
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .mb-30 {
        margin-bottom: 0px;
    }

    .p70 {
        padding: 40px 0px;
    }


    .banner-main-section {
        padding: 10px 0;
    }

    .banner-inner-con {
        position: relative;
        z-index: 3;
        display: grid;
        grid-template-columns: 100%;
        gap: 20px;
        align-items: center;
        padding: 0 10px;
    }

    .banner-txt-section h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .banner-txt-section p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .banner-images-con figure img {
        width: 220px !important;
        height: 220px !important;
    }

    .subtitle {
        font-size: 15px;
        font-weight: 600;
    }

    .insuba-btn {
        padding: 10px 65px 10px 25px;
        font-size: 16px;
    }

    .banner-images-con::before {
        width: 54px;
        height: 50px;
        left: 215px;
        bottom: 195px;
    }

    .banner-images-con::after {
        width: 54px;
        height: 50px;
        left: 140px;
        bottom: -20px;
    }

    .abt-content {
        gap: 15px;
        margin-bottom: 30px;
    }

    .counter-info {
        padding: 20px;
    }

    .counter-info .counter-text {
        font-size: 60px;
    }

    .counter-info h3 span:last-child {
        font-size: 35px;
        top: 0px;
    }

    .counter-info p {
        font-size: 15px;
    }

    .product-bg {
        padding: 40px 0px;
    }

    .white-box-icon {
        top: 60%;
    }

    .icon-btn-with-text {
        bottom: -4%;
    }

    .goal-content {
        padding: 25px 10px 25px 10px;
    }

    .why-us-box {
        display: inline-block;
        margin-top: 10px;
    }

    .why-box {
        margin-bottom: 20px;
        padding: 25px;
    }

    .why-box:nth-child(3) {
        margin-right: 0px;
        z-index: 3;
    }


    .widget-column {
        padding: 30px 25px 25px 25px;
    }

    .links {
        padding: 35px 20px 20px 20px;
    }

    ul.flinks>li>a {
        padding: 5px 0;
    }

    .copyright-wrap {
        padding: 10px 10px;
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .prl-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-banner-title {
        font-size: 55px;
        line-height: 55px;
    }
.contact-section {
    padding: 40px 0px;
    background: var(--cream);
}
.map-section {
    background: #fff;
    padding: 40px 0px;
}
.map-wrap {
    margin-top: 1rem;}

    .products-section {
        background: var(--cream);
        padding: 50px 0px;
    }
    .divider-line {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin: 0.4rem 0;
    }

    .section-title {
        margin-bottom: 0px;
        font-size: 37px;
    }
    .story-section {
        background: var(--cream);
        padding: 50px 0px;
    }

    .crumb-link {
        font-weight: 700;
        color: var(--text);
        text-decoration: none;
        transition: color .2s;
        font-size: 13px;
    }
    .crumb-current {
        font-weight: 500;
        color: var(--taupe);
        font-size: 13px;
    }
    .crumb-sep {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 10px;
        height: 10px;
        background: #b8090e;
        clip-path: polygon(0 0,70% 0,100% 50%,70% 100%,0 100%,30% 50%);
        flex-shrink: 0;
    }
    .page-banner-crumb {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #e1cc8e;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        gap: .5rem;
        border-radius: 0;
        z-index: 10;
    }
    
    h2 {
        font-size: 37px;
        line-height: 45px;
    }
    .story-text-wrap {
        padding: 20px;
    }
    .vision-section {
        background: #fff;
        padding: 50px 0px;
    }

    .vision-card {
        border-radius: 20px;
        background: var(--red-deeper);
        color: #fff;
        padding: 20px 20px;}

        .team-section {
            background: var(--cream);
            padding: 50px 0px;
        }
        .team-text-block h3 {
            font-size: 2rem;
            font-weight: 600;
        }
        .team-text-block {
            background: linear-gradient(145deg, #ffffff 0%, #ffffff 100%);
            border-radius: 0px;
            padding: 20px;
            color: #000000;
            position: relative;
            overflow: hidden;
        }


}


@media only screen and (min-width: 1440px) {
    .banner-main-section {
        height: 800px;
    }

    .banner-images-con figure:first-child img {
        width: 350px;
        height: 350px;
        object-fit: cover;
    }

    .banner-images-con figure:nth-child(2) img {
        width: 330px;
        height: 330px;
        object-fit: cover;
    }

    .banner-images-con figure:first-child {
        top: 50%;
        left: -5%;
        transform: translateY(-50%);
    }

    .banner-images-con figure:nth-child(2) {
        right: -65px;
        top: -315px;
    }

    .banner-images-con figure:last-child {
        top: 56px;
        right: -90px;
        overflow: visible;
    }

    .banner-images-con figure:last-child img {
        width: 350px;
        height: 368px;
    }

    .banner-images-con::before {
        width: 78px;
        height: 74px;
        left: 240px;
        bottom: 200px;
    }

    .banner-images-con::after {
        width: 78px;
        height: 74px;
        left: -20px;
        bottom: -280px;
    }

    .white-box-icon {
        top: 53%;
    }

    .icon-btn-with-text {
        bottom: -3%;
    }

    .goal-content {
        padding: 35px 30px 15px 30px;
    }

    .col {
        padding-left: 20px;
    }

    .abt-content {
        display: flex;
        gap: 60px;
        align-items: center;
    }

    .head-top-links-eight {
        justify-content: end;
    }

    .menu-style8>ul>li {
        margin: 0 15px;
    }

    .menu-style8>ul>li>a {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .banner-txt-section {
        padding-right: 50px;
    }

    .banner-txt-section h1 {
        font-size: 55px;
        line-height: 75px;
    }
}