.whatsappColor {
    color: #25d366
}

.whatsappColor {
    transition: all .2s ease
}

.whatsappColor:hover {
    transform: translateY(-5px)
}

a {
    text-decoration: none !important
}

ul {
    list-style: none
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 20;
    src: local(""), url("../fonts/poppins-v20-latin-regular.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/cormorant-v18-latin-700.woff") format("woff");
    font-display: swap
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-family: "Cormorant";
    font-weight: 900 !important
}

:root {
    --bs-mahindra: #2596be;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #1b8bd5;
    --bs-secondary: #161616;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f7f7f7;
    --bs-dark: #212529;
    --bs-primary-rgb: 213, 27, 94;
    --bs-secondary-rgb: 22, 22, 22;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 247, 247, 247;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Poppins;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0f84af;
    --bs-link-hover-color: #117fa7;
    --bs-code-color: #1b89b1;
    --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h6,
.h6,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.container,
.container-fluid,
.container-xl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {
    .container-xl,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {
    .container-xl,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.gx-0 {
    --bs-gutter-x: 0
}

@media(min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dacece;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #0f86b1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(59, 196, 250, 0.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px)
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced9da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #8dcdea;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(27, 176, 213, 0.288)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #efe9e9
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #212529
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #efe9e9;
    border: 1px solid #ced9da;
    border-radius: .375rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn:active:focus,
.btn.active:focus,
.btn.show:focus {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2596be;
    --bs-btn-border-color: #1986ad;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1c6e8b;
    --bs-btn-hover-border-color: #1e80a3;
    --bs-btn-focus-shadow-rgb: 219, 61, 118;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #177496;
    --bs-btn-active-border-color: #177394;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2596be;
    --bs-btn-disabled-border-color: #d51b5e
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-outline-primary {
    --bs-btn-color: #2596be;
    --bs-btn-border-color: #2596be;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2596be;
    --bs-btn-hover-border-color: #2596be;
    --bs-btn-focus-shadow-rgb: 213, 27, 94;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2596be;
    --bs-btn-active-border-color: #2596be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #2596be;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2596be;
    --bs-gradient: none
}

.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem
}

.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #2596be;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.svg-white {
  filter: brightness(0) invert(1);
}

.dropdown-menu.show {
    display: block
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #e6dede;
    --bs-nav-tabs-border-radius: 0.375rem;
    --bs-nav-tabs-link-hover-border-color: #efe9e9 #efe9e9 #e6dede;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #e6dede #e6dede #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width)*-1);
    background: none;
    border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width)*-1);
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.55);
    --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0.375rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}


.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .show>.nav-link,
.navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-dark {
    --bs-navbar-color: rgb(255, 255, 255);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(27, 207, 213, 0.25);
    opacity: 1
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(var(--bs-modal-header-padding-y)*-0.5) calc(var(--bs-modal-header-padding-x)*-0.5) calc(var(--bs-modal-header-padding-y)*-0.5) auto
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

@media(min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.d-grid {
    display: grid !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.w-100 {
    width: 100% !important
}

.justify-content-center {
    justify-content: center !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ms-auto {
    margin-left: auto !important
}

.text-center {
    text-align: center !important
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-mahindra-rgb), var(--bs-bg-opacity)) !important
}

.visible {
    visibility: visible !important
}

@media(min-width: 576px) {
    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .justify-content-lg-center {
        justify-content: center !important
    }
}

.navbar-dark {
    --bs-navbar-padding-y: 0.2rem
}

.navbar-dark.bg-primary {
    background-color: #2596be !important
}

.navbar-dark .navbar-toggler {
    border: none;
    padding: 0
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none
}

.navbar-dark .nav-link {
    padding-top: .8rem;
    padding-bottom: 1rem
}

.navbar-dark .nav-link.active {
    color: #2596be;
    position: relative
}

.navbar-dark .nav-link.active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #2596be;
    content: "";
    border-radius: .5rem .5rem 0 0
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 900
}

@media(max-width: 575px) {
    .navbar-brand {
        margin-right: 0
    }
}

@media(min-width: 992px) {
    .navbar>.container-xl {
        justify-content: center
    }
}

.nav {
    flex-wrap: nowrap
}

@media(max-width: 575px) {
    .nav {
        margin-top: .7rem
    }
}

.nav .nav-link {
    font-weight: 700;
    font-size: 1.1rem
}

@media(max-width: 575px) {
    .nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem;
        font-size: 4vw
    }
}

p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem
}

@media(max-width: 767px) {
    p {
        font-size: 1rem
    }
}

.banner {
    position: relative
}

.banner__inr {
    position: relative
}

.banner__inr picture {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0
}

@media(min-width: 992px) {
    .banner__inr picture {
        height: 810px
    }
}

.banner__inr picture img {
    object-fit: cover;
    object-position: center;
    height: 100%
}

.banner .tcontent {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
    
    
}


.banner .tcontent__inner {
    color: #f3f3f3
    
}

.banner .tcontent__inner h1,
.banner .tcontent__inner .h1 {
    font-size: 6vw;
    text-transform: uppercase
}

.banner .tcontent__inner h1 span,
.banner .tcontent__inner .h1 span {
    display: block;
    font-size: 4vw
}

@media(max-width: 575px) {
    .banner .tcontent__inner h1,
    .banner .tcontent__inner .h1 {
        font-size: 12vw;
        color: #ffffff00;
        
    }
}

.banner .tcontent__inner .h2 {
    margin-bottom: 3rem;
    font-size: 3vw
}

@media(max-width: 575px) {
    .banner .tcontent__inner .h2 {
        font-size: 8vw;
        color: #ffffff00;
    }
}

.banner .tcontent__inner .custom-btn {
    background-color: #fff;
    border-radius: 2rem;
    color: #000;
    text-transform: uppercase;
    padding: .7rem 4.5rem .7rem 1.3rem;
    font-size: 1.5rem
}

.banner .tcontent__inner .custom-btn .circle-arrow {
    position: absolute;
    right: .45rem;
    top: .3rem;
    width: 3rem;
    height: calc(100% - .6rem);
    border-radius: 2rem;
    background-color: #000;
    padding: .5rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner .tcontent__inner .custom-btn .circle-arrow svg {
    font-size: 2rem
}

@media(max-width: 991px) {
    .banner .tcontent__inner .custom-btn {
        display: none !important
    }
}

.top-info {
    position: relative;
    margin-top: -5rem;
    z-index: 2
}

.top-info__inner {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 1px
}

@media(max-width: 767px) {
    .top-info__inner {
        flex-wrap: wrap
    }
}

.top-info__inner figure {
    padding: 1.5rem;
    flex: 0 0 20%;
    text-align: center
}

@media(max-width: 991px) {
    .top-info__inner figure {
        padding: 1rem
    }
}

@media(max-width: 767px) {
    .top-info__inner figure {
        flex-basis: 100%
    }
}

.top-info__inner .lists {
    flex: 1;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 1rem
}

@media(max-width: 575px) {
    .top-info__inner .lists {
        flex-wrap: wrap
    }
}

.top-info__inner .lists__items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    min-width: 33.3%
}

.top-info__inner .lists__items:not(:last-child) {
    border-right: 1px solid rgba(41, 33, 33, 0.4)
}

@media(max-width: 575px) {
    .top-info__inner .lists__items:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(41, 33, 33, 0.4)
    }
}

@media(max-width: 575px) {
    .top-info__inner .lists__items {
        flex-wrap: wrap;
        width: 100%
    }
}

.top-info__inner .lists__items span {
    display: block;
    font-size: 1rem;
    font-weight: normal
}

@media(max-width: 991px) {
    .top-info__inner .lists__items {
        font-size: 1.2rem
    }
}

.overview {
    padding: 3rem 0 0
}

@media(min-width: 992px) {
    .overview {
        padding: 7rem 0 2rem
    }
}

.overview .heading {
    font-family: "Cormorant";
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500
}

@media(max-width: 767px) {
    .overview .heading {
        font-size: 1.1rem
    }
}

.overview .sp_itms {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.5rem 0;
    margin-bottom: 3rem
}

.overview .sp_itms .sp_list {
    flex: 1 1 calc(50% - 1rem);
    font-size: 5.5vw;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    padding: 1.5rem;
    border: 1px solid rgba(73, 80, 87, .3)
}

@media(min-width: 768px) {
    .overview .sp_itms .sp_list {
        border: none;
        flex: 1 1 calc(25% - 1rem);
        padding: .5rem
    }
}

.overview .sp_itms .sp_list span {
    font-size: .9rem;
    display: block;
    font-weight: 400;
    padding-left: .5rem;
    padding-right: .5rem
}

@media(min-width: 768px) {
    .overview .sp_itms .sp_list:not(:last-child)::after {
        position: absolute;
        width: 1px;
        height: 5rem;
        content: "";
        background-color: #495057;
        right: 0;
        top: 0;
        transform: rotate(20deg)
    }
}

@media(min-width: 768px)and (max-width: 767px) {
    .overview .sp_itms .sp_list:not(:last-child)::after {
        content: none
    }
}

.overview__bg {
    position: relative
}

.overview__bg .bgimg {
    border-radius: 1.5rem;
    max-height: 600px;
    object-fit: cover;
    object-position: center
}

.overview__bg .logo-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: flex;
    justify-content: center
}

.overview__bg .logo-circle__img {
    position: relative;
    animation: spin 8s linear infinite
}

.overview__bg .videos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center
}

.overview__bg .videos a {
    background-color: #2596be;
    padding: 1rem;
    border-radius: 100%;
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center
}

.overview__bg .videos a::before {
    border-radius: 100%;
    position: absolute;
    content: "";
    background-color: #219dbcab;
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    top: -1rem;
    left: -1rem;
    z-index: -1
}

.overview__bg .videos a svg {
    color: #fff;
    font-size: 2rem
}

.overview-second {
    position: relative;
    z-index: 3;
    margin-top: -10rem;
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px
}

@media(max-width: 991px) {
    .overview-second {
        margin-top: 0;
        padding: 1rem 0 0
    }
}

.overview-second h2,
.overview-second .h2 {
    font-size: 3.5rem
}

@media(max-width: 767px) {
    .overview-second h2,
    .overview-second .h2 {
        font-size: 1.8rem
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

.awards {
    padding: 2rem 0 0
}

@media(min-width: 992px) {
    .awards {
        padding: 5rem 0
    }
}

.awards .container-xl {
    position: relative;
    z-index: 2
}

.awards__inner {
    background-color: #383234;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    color: #fff
}

@media(min-width: 768px) {
    .awards__inner {
        border-radius: 1rem 0 0 1rem
    }
}

@media(max-width: 767px) {
    .awards__inner {
        padding: 1rem
    }
}

.awards__inner ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.awards__inner ul li {
    padding: .4rem .5rem .4rem 2rem;
    background-color: rgba(255, 255, 255, .2);
    margin-bottom: .5rem;
    min-width: 43.5%;
    border-radius: .5rem
}

.awards__inner ul li svg {
    margin-left: -1.5rem;
    float: left;
    margin-top: .3rem
}

.awards figure {
    display: flex;
    min-height: 100%
}

.awards figure img {
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    border-bottom-right-radius: 1rem
}

@media(min-width: 768px) {
    .awards figure img {
        border-top-right-radius: 1rem
    }
}

.awards .moreimg {
    position: relative;
    padding: .5rem 1rem;
    z-index: 2;
    text-align: right;
    margin-top: -3.7rem
}

.price_sec {
    position: relative;
    background-color: #eff1f3;
    margin-top: 15rem;
    padding-bottom: 3rem
}

@media(min-width: 992px) {
    .price_sec {
        margin-top: 12rem
    }
}

.price_sec .h1 {
    text-align: center;
    font-size: 4.5vw;
    margin-bottom: 2rem
}

@media(max-width: 767px) {
    .price_sec .h1 {
        font-size: 10vw
    }
}

.price_sec .h1 small,
.price_sec .h1 .small {
    display: block;
    font-size: 1.3rem
}

.price_sec .price_inner {
    border: 1px solid rgba(22, 22, 22, .3);
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 2rem;
    margin-bottom: 2rem;
    font-size: .85rem;
    border-radius: .5rem
}

.price_sec .price_inner::after {
    content: "";
    border-bottom: 45px solid #e9e9e9;
    border-top: 45px solid rgba(0, 0, 0, 0);
    border-left: 45px solid rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .5s ease 0
}

.price_sec .price_inner .rc_one {
    border-bottom: 1px solid rgba(213, 27, 27, 0.15);
    line-height: 170%;
    padding-top: .9rem;
    padding-bottom: .9rem;
    text-transform: uppercase;
    font-size: .8rem;
    color: rgba(33, 37, 41, .7)
}

.price_sec .price_inner .rc_one span {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.price_sec .price_inner .rc_one i {
    font-size: 1rem
}

.price_sec .price_inner .rc_one img {
    height: 20px
}

.price_sec .price_inner .rc_one.price {
    color: #161616
}

.price_sec .price_inner .rc_one.price span {
    font-size: 1.3rem;
    font-weight: 600
}

.price_sec .price_inner .knowmore {
    margin-top: 1rem
}

.price_sec .custom-svg {
    position: absolute;
    top: -295px
}

.ameni-section {
    padding: 3rem 0
}

@media(min-width: 992px) {
    .ameni-section {
        padding: 6rem 0
    }
}

.ameni-section .ameni-right {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%
}

@media(min-width: 992px) {
    .ameni-section .ameni-right__inner {
        padding: 1.5rem 0 1.5rem 1.5rem
    }
}

.ameni-section .ameni-right__inner .h2 {
    font-size: 3rem
}

.ameni-section .ameni-right__inner .h4 {
    font-size: 2rem
}

@media(max-width: 767px) {
    .ameni-section .ameni-right__inner {
        padding: 1rem 0 0
    }
}

.ameni-section .ameni-right__slider {
    padding-top: 3rem;
    position: relative;
    margin-right: 0;
    margin-left: 0
}

@media(min-width: 992px) {
    .ameni-section .ameni-right__slider {
        margin-left: -60%
    }
}

.ameni-section .ameni-right__slider .swiper-slide {
    background-color: #fff;
    max-width: 230px;
    padding: 2rem 1rem;
    text-align: center;
    border-radius: .3rem;
    border: 1px solid #2595be34;
    font-size: .9rem
}

.ameni-section .ameni-right__slider .swiper-slide svg {
    font-size: 2.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #2596be
}

.ameni-section .ameni-right__slider .swiper-button-next {
    right: 0
}

.ameni-section .ameni-right__slider .swiper-button-prev {
    left: auto;
    right: 2.5rem
}

.ameni-section .ameni-right__slider .swiper-button-next,
.ameni-section .ameni-right__slider .swiper-button-prev {
    top: 18px
}

.ameni-section .ameni-right__slider .swiper-button-next::after,
.ameni-section .ameni-right__slider .swiper-button-prev::after {
    font-size: 1.8rem;
    font-weight: 800
}

.gsec {
    position: relative;
    padding-bottom: 1rem
}

@media(min-width: 992px) {
    .gsec {
        padding-bottom: 7rem
    }
}

.gsec .h2 {
    font-size: 4vw
}

@media(max-width: 767px) {
    .gsec .h2 {
        font-size: 9vw
    }
}

.gsec .h2 small,
.gsec .h2 .small {
    display: block;
    font-size: 1.5rem
}

.gsec .h2,
.gsec p {
    text-align: center
}

.gsec__slider {
    position: relative;
    padding: 0 1.5rem 2.5rem
}

.gsec__slider .swiper-slide a {
    display: block;
    position: relative
}

.gsec__slider .swiper-slide a figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: #000;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 1rem
}

.gsec__slider .swiper-slide a figcaption .gname {
    font-size: 1rem;
    font-weight: 700
}

.gsec__slider .swiper-slide a figcaption p {
    text-align: left;
    color: #e6dede;
    margin-bottom: 0;
    font-size: .8rem
}

.gsec__slider .swiper-slide a img {
    border-radius: 1rem
}

.gsec__slider .swiper-button-next,
.gsec__slider .swiper-button-prev {
    background-color: #fff;
    padding: 1.3rem;
    border-radius: 100%
}

.gsec__slider .swiper-button-next::after,
.gsec__slider .swiper-button-prev::after {
    font-size: 1.3rem
}

.gsec__slider .swiper-button-prev {
    left: 0px
}

.gsec__slider .swiper-button-next {
    right: 0px
}

.location_ad {
    padding: 2rem 0 1rem;
}

@media(min-width: 992px) {
    .location_ad {
        padding: 2rem 4rem;
    }
}

/* Nav Tabs Styling */
.location_ad .nav-tabs {
    background-color: rgba(222, 226, 230, 0.9);
    border-bottom: none;
}

.location_ad .nav-tabs .nav-item {
    width: 25%;
    text-align: center;
}

.location_ad .nav-tabs .nav-item .nav-link {
    padding: 1rem;
    font-size: 1.3rem;
    border-top: 4px solid #fff;
    color: #6c757d;
    display: flex;
    flex-direction: column; /* stack icon and text */
    align-items: center;
    gap: 6px;
}

.location_ad .nav-tabs .nav-item .nav-link span {
    display: inline-block;
}

@media(max-width: 991px) {
    .location_ad .nav-tabs .nav-item .nav-link span {
        display: none; /* hide text on small screens */
    }
}

.location_ad .nav-tabs .nav-item .nav-link.active {
    border-top: 4px solid #2596be;
    color: #2596be;
}

/* Tab Content */
.location_ad .tab-content {
    padding: 1rem;
}

/* Location List Styling */
.location_ad ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.location_ad ol li {
    flex: 1 1 calc(50% - 0.5rem);
    border: 1px solid rgba(22, 22, 22, 0.6);
    border-radius: 0.4rem;
    padding: 1rem 1rem 0.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.location_ad .nav-tabs .nav-link svg,
.location_ad ol li svg {
    width: 1.5rem;      /* smaller, uniform size for nav icons */
    height: 1.5rem;     /* scale proportionally */
    max-width: 40px;    /* prevent oversized SVGs on large screens */
    height: auto;
    flex-shrink: 0;     /* keep icons from shrinking in flex layout */
}

@media(max-width: 991px) {
    .location_ad ol li {
        flex: 1 1 100%;
    }
}


.abt_con {
    background-color: #343a40;
    padding: 4rem 0;
    color: #ced4da;
    position: relative;
    padding: 20px 10px;
    
}

.abt_con .h1 {
    font-size: 2rem;
    font-weight: 700
}

.callb {
    padding: 3rem 1rem 5rem;
    text-align: center;
    position: relative
}

@media(max-width: 767px) {
    .callb {
        padding: 3rem 1rem 1rem
    }
}

.callb__inner {
    position: relative;
    z-index: 10
}

.callb__left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center
}

.callb__left__one {
    padding: 1rem 1rem 0;
    border-right: 1px solid rgba(33, 37, 41, .5)
}

.callb__left__two {
    padding: 1rem 1rem 0
}

@media(max-width: 375px) {
    .callb .btn {
        font-size: .9rem;
        padding-left: .4rem;
        padding-right: .4rem
    }
}

.rent_ads {
    padding: 5rem 0
}

.rent_ads .mainad {
    position: relative;
    background-color: #fff;
    padding: 4rem 1rem;
    display: flex;
    border: #d51b1b solid 1px;
    justify-content: center
}

@media(max-width: 767px) {
    .rent_ads .mainad {
        flex-wrap: wrap
    }
}

.rent_ads .mainad .second {
    margin: auto
}

.rent_ads .mainad .second .ads_heading {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3
}

.rent_ads .mainad .bt-class {
    margin: auto
}

@media(max-width: 767px) {
    .rent_ads .mainad .bt-class {
        margin-top: 1rem
    }
}

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: var(--bs-mahindra)
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev {
    left: 10px;
    right: auto
}

.swiper-button-prev:after {
    content: "prev"
}

.swiper-button-next {
    right: 10px;
    left: auto
}

.swiper-button-next:after {
    content: "next"
}

.form-select,
.form-control {
    background-color: rgba(233, 236, 239, .5);
    border: none
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
    border: 1px solid rgba(27, 160, 213, 0.2)
}

.btn-close {
    border-radius: 100%
}

.btn-close:hover {
    background-color: #ced9da
}

.modal {
    backdrop-filter: blur(7px)
}

.modal .modal-header {
    border-bottom: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.modal .modal-header__heading {
    font-size: 1.6rem
}

.modal .modal-header .btn-close {
    margin-left: 0
}

.modal .modal-body {
    padding: 0
}

.modal .modal-body .poupForm {
    padding: 0 2rem 2.5rem
}

.modal .modal-body .poupForm p {
    margin-bottom: 3rem
}

.modal .modal-body .poupForm ul li {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.modal .modal-body .poupForm ul li:not(:last-child) {
    border-bottom: 1px solid rgba(125, 108, 108, 0.2)
}

.modal .modal-body .poupForm ul li svg {
    font-size: 2rem;
    margin-right: 2rem;
    width: 2rem
}

.invalid_name,
.invalid_email,
.invalid_phone {
    display: none;
    color: #dc3545
}

.modal {
    z-index: 10000000000 !important
}

figure {
    margin-bottom: 0
}

@media(max-width: 1199px) {
    .container-xl,
    .container-fluid {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media(max-width: 767px) {
    .container-xl,
    .container-fluid {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
}

.container-xl {
    max-width: 1170px
}

.btn {
    position: relative;
    transition: all .2s;
    white-space: nowrap
}

.btn:hover {
    transform: translateY(-4px)
}

.btn:focus {
    transform: translateY(-1px)
}

.btn:hover,
.btn:active,
.btn:focus {
    background-color: var(--bs-mahindra);
    border-color: var(--bs-mahindra)
}

.btn-primary {
    --bs-btn-bg: var(--bs-mahindra);
    --bs-btn-border-color: var(--bs-mahindra);
    --bs-btn-color: var(--bs-white)
}

footer {
    position: relative;
    background-color: #212529
}

footer .copyright {
    font-size: .9rem;
    padding: 1.5rem 1rem;
    text-align: center;
    color: #495057
}

footer .copyright a {
    color: #dee2e6
}

@media(max-width: 991px) {
    footer .copyright {
        padding-bottom: 6rem
    }
}

#footerModal .btn {
    box-shadow: 0 .4rem .1rem .1rem rgba(var(--bs-mahindra-rgb), 0.7)
}

.aside_btn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    background-color: #ffffff00;
    border-top: 1px solid #dcdcdc00;
    padding: .9rem;
    padding-left: 15px
}
   



@media(min-width: 992px) {
    .aside_btn {
        display: none
    }
}

/* General Reset */
.layouts-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Helvetica Neue', sans-serif;
}

.layouts-section .container {
  max-width: 100%;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
}

.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.layouts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.layout-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 20px;
  width: 100%;
  max-width: 340px;
  transition: transform 0.3s ease;
}

.layout-card:hover {
  transform: translateY(-5px);
}

.layout-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.layout-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.layout-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}


/* Responsive Breakpoints */
@media (max-width: 992px) {
  .layouts-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .layouts-grid {
    flex-direction: column;
    align-items: center;
  }

  .section-title {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .layout-card {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }

  .btn-primary {
    padding: 8px 14px;
    font-size: 13px;
    
  }
}

/* General Section Padding */
.section-padding {
  padding: 60px 10px;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

/* WHY CHOOSE SECTION */
.why-choose ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.why-choose ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.why-choose ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #0a85ff;
  font-size: 18px;
}

.why-choose p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

/* Section Setup */
.faqs-modern {
  background: #fff;
  padding: 80px 20px;
  margin-top: -80PX;
}

.faqs-modern .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #222;
}

.faqs-modern .section-subtitle {
  font-size: 1.125rem;
  color: #555;
  text-align: center;
  margin-bottom: 2rem;
}

/* FAQ Container */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 0;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 1.5rem;
  color: #2596be;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  padding: 0 0;
}

/* Open state */
.faq-item.active .faq-answer {
  max-height: 300px; /* enough to show text */
  padding: 15px 0 25px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* CTA */
.faq-cta {
  text-align: center;
  margin-top: 2rem;
  font-size: 1rem;
  color: #222;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .faq-question {
    font-size: 1rem;
  }
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .why-choose ul li {
    font-size: 15px;
  }

  .accordion-body {
    font-size: 14px;
  }
}

/* Testimonials Section */
.testimonials-section {
  padding: 70px 20px;
  background: #f4f7fb;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section Headings */
.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f1f1f;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

/* Swiper Slide Wrapper */
.testimonial-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

/* Swiper Slide */
.testimonial-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
}

/* Testimonial Card */
.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 350px;
  width: 100%;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-card:hover {
  transform: translateY(-8px);
}

/* Avatar Image */
.testimonial-avatar img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

/* Testimonial Text */
.testimonial-text {
  font-style: italic;
  color: #444;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  min-height: 80px;
}

/* Name & Location */
.testimonial-name {
  font-weight: 600;
  color: #1f1f1f;
  margin-bottom: 5px;
}

.testimonial-location {
  font-size: 14px;
  color: #888;
}

/* Swiper Pagination */
.swiper-pagination2 {
  margin-top: 30px;
  position: relative;
}

.swiper-pagination-bullet {
  background-color: #666;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #1f1f1f;
  opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .testimonial-card {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    max-width: 90vw;
    padding: 25px 20px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .testimonial-text {
    font-size: 15px;
  }
}