/* Resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

a,
button {
    cursor: pointer;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Resets */

/* Defaults */
html,
body {
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
    background-color: #ffffff;
}

.root-layout {
    width: 90%;
    margin: 0 auto;
    max-width: 1920px;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

body {
    position: relative;
    cursor: url('../media/icons/ftv-wings-black.png'), default;
}

p {
    font-family: "Poppins", sans-serif;
}

::selection {
    background-color: #c5c5c5;
}

/* Defaults */

/* font imports & font families */
@font-face {
    font-family: 'bl--font-typ-1';
    src: url('../fonts/Ogg-Regular.ttf') format('truetype');
}

.bl--font-typ-1 {
    font-family: 'bl--font-typ-1', sans-serif !important;
}

.poppins-font {
    font-family: 'Poppins', sans-serif;
}

/* font imports & font families */

/* variables */
:root {
    --df-white: #ffffff;
    --df-black: #000000;
    --absolute-black: #131313;
    /* cursor: url('../media/icons/wing-bg.png'), pointer; */
}

/* variables */

/* colors */
/* element color */
.absolute-black--element-clr {
    color: var(--absolute-black);
}

/* element color */

/* element bg color */
.absolute-black--element-bg-clr {
    background-color: var(--absolute-black);
}

/* element bg color */
/* colors */

/* Utility Class */
.split-parent {
    overflow: hidden;
}

.split-child {
    display: inline-block;
}

.container-fluid {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.justify-items-center {
    display: flex;
    justify-content: center;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-ra-center {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-btn {
    transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
}

.cta-btn:hover {
    border: none;
    color: #fff;
    background-color: #131313;
}

/* whatsapp common icon */
.btn-whatsapp-pulse {
    background: #25d366;
    color: var(--df-white);
    position: fixed;
    bottom: 25px;
    right: 10px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 24px;
    z-index: 99;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    transition: transform 0.3s ease;
}

.btn-whatsapp-pulse:hover {
    transform: scale(1.2);
    color: var(--df-white);
}

/* whatsapp common icon */

/* social links */
.social-links-group {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 2rem;
    height: 2rem;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid var(--df-white);
}

.facebook {
    font-size: 1rem;
    color: var(--df-white);
}

.instagram {
    font-size: 1rem;
    color: var(--df-white);
}

.linkedin {
    font-size: 1rem;
    color: var(--df-white);
}

.youtube {
    font-size: 1rem;
    color: var(--df-white);
}

.whatsapp {
    font-size: 1rem;
    color: var(--df-white);
}

.twitter {
    font-size: 1rem;
    color: var(--df-white);
}

.social-link:hover {
    border: 1px solid var(--df-white);
}

.social-link:hover .social-icon {
    color: var(--df-white);
}

/* social links */

/* loader */
/* Fallback if the new loader code does not works */
/* #loader-wrapper {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }
    
    #backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(8px); 
        z-index: 9999;
    }

    .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 8px solid #d4d4d400;
        border-radius: 50%;
        border-top: 8px solid #ffffff;
        width: 75px;
        height: 75px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        display: none;
    } */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

#backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 9999
}

.loader {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: inset -2px 0 0 2px #fff;
    box-shadow: inset -2px 0 0 2px #fff;
    animation: spin 1.5s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
    z-index: 99999
}

/* loader */

.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
}

/* default margin for section */
section {
    margin: 8rem 0;
}

/* default margin for section */

#staticBackdrop,
#staticBackdrop2,
#staticBackdrop4,
#staticBackdrop3 {
    backdrop-filter: blur(5px) !important;
    z-index: 99999999 !important;
    background: rgba(0, 0, 0, 0.6) !important;
}

#staticBackdrop .modal-content,
#staticBackdrop2 .modal-content,
#staticBackdrop4 .modal-content,
#staticBackdrop3 .modal-content {
    background-color: #ffffff;
}

#staticBackdrop .modal-header,
#staticBackdrop2 .modal-header,
#staticBackdrop4 .modal-header,
#staticBackdrop3 .modal-header {
    border: 0;
}

#staticBackdrop .modal-header button.btn-close,
#staticBackdrop2 .modal-header button.btn-close,
#staticBackdrop4 .modal-header button.btn-close,
#staticBackdrop3 .modal-header button.btn-close {
    opacity: 1 !important;
}

#staticBackdrop .modal-body img,
#staticBackdrop4 .modal-body img,
#staticBackdrop2 .modal-body img,
#staticBackdrop3 .modal-body img {
    width: 80px;
    filter: invert(1);
    margin-top: -2rem;
}

#staticBackdrop .modal-body h2,
#staticBackdrop2 .modal-body h2,
#staticBackdrop4 .modal-body h2,
#staticBackdrop3 .modal-body h2 {
    color: #131313;
    line-height: 2.75rem;
    text-align: center;
}

#staticBackdrop .modal-body p,
#staticBackdrop2 .modal-body p,
#staticBackdrop4 .modal-body p,
#staticBackdrop3 .modal-body p {
    color: #131313;
    text-align: center;
}

#staticBackdrop .modal-footer,
#staticBackdrop2 .modal-footer,
#staticBackdrop4 .modal-footer,
#staticBackdrop3 .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#staticBackdrop .modal-footer a,
#staticBackdrop2 .modal-footer a,
#staticBackdrop4 .modal-footer a,
#staticBackdrop3 .modal-footer a {
    color: #131313;
    border-radius: 1.25rem;
    padding: 0.75rem 3rem !important;
    border: 1px solid #131313;
}

/* Utility Class */

/* common navbar */
header {
    margin: 0 auto;
    max-width: 1920px;
}

.offcanvas {
    background-color: var(--df-black);
}

.offcanvas-start {
    width: 100%;
}

.offcanvas-title {
    line-height: 0;
}

.navbar-brand img {
    width: 140px;
    transition: transform 0.3s ease;
}

.navbar-brand img:hover {
    transform: scale(1.1);
}

.navbar .hm-menu i {
    transition: transform 0.3s ease;
}

.navbar .hm-menu i:hover {
    transform: scale(1.4);
}

.navbar .hm-menu svg {
    margin-inline-end: 0.75rem;
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
}

.navbar .hm-menu {
    display: flex;
    font-weight: 300;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
    line-height: 2.25rem;
    color: var(--df-white);
    font-family: "Poppins", sans-serif;
}

button .bi.bi-list {
    font-size: 1.75rem;
    color: var(--df-white);
}

.offcanvas-title img {
    width: 140px;
}

.offcanvas .btn-close {
    opacity: 1;
    display: flex;
    background: none;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.offcanvas .btn-close:hover {
    transform: scale(1.2);
}

.offcanvas .btn-close .bi.bi-x-lg {
    font-size: 1.5rem;
    color: var(--df-white);
}

.offcanvas .offcanvas-header img {
    transition: transform 0.3s ease;
}

.offcanvas .offcanvas-header img:hover {
    transform: scale(1.1);
}

.offcanvas .swiper {
    width: 100%;
}

.offcanvas .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.offcanvas .swiper-slide img {
    width: 100%;
    display: block;
}

.offcanvas .swiper-slide h3 {
    width: 100%;
    font-size: 1.75rem;
    font-weight: 300;
    color: #ffffff;
    margin-top: 1.5rem;
    text-align: left;
    line-height: 3rem;
    font-family: 'Poppins', sans-serif;
}

.offcanvas-body .column-1 {
    background-image: url('../media/icons/f-common.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

.offcanvas-body .column-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.nav-link.clickables {
    color: var(--df-white);
    padding: 0;
}

.nav-item a.navigation {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
}

.nav-item a.clickables {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.navbarSwiper {
    display: none;
}

.show-swiper {
    display: block;
    animation: fadeIn 1.5s ease forwards;
}

.active-link {
    border-bottom: 1px solid #ffffff;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

header {
    cursor: default;
}

.nav-link.navigation {
    display: inline-block;
}

.nav-link.active {
    border-bottom: 1px solid #ffffff;
}

nav #pos-here {
    position: relative;
}

nav #pos-here .swiper-button-next,
nav #pos-here .swiper-rtl .swiper-button-prev {
    right: 0%;
    left: auto;
}

nav #pos-here .swiper-button-next {
    position: absolute;
    background-color: transparent;
    background-image: url('../media/icons/navbarSwiper-next.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
}

nav #pos-here .swiper-button-prev,
nav #pos-here .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
}

nav #pos-here .swiper-button-prev {
    position: absolute;
    background-image: url('../media/icons/navbarSwiper-prev.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    height: 60px;
    width: 60px;
}

nav #pos-here .swiper-button-prev::after,
nav #pos-here .swiper-button-next::after {
    content: none;
}

.navbar .dropdown-toggle {
    border: 0;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
}

.navbar .dropdown-item {
    font-size: 24px !important;
    font-weight: 300 !important;
    color: #131313 !important;
    font-family: 'Poppins', sans-serif !important;
}

.dropdown {
    position: relative !important;
}

.dropdown-menu {
    position: absolute !important;
    left: 40% !important;
    top: 0% !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(-90deg);
}

.dropdown-item.active,
.dropdown-item:active {
    text-decoration: underline;
    background-color: transparent !important;
}

/* common navbar */

/* common footer */
footer {
    background-color: var(--absolute-black);
    margin: 0 auto;
    max-width: 1920px;
    cursor: default !important;
}

footer .wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

footer .row-1 {
    width: 10%;
}

footer .row-1 img {
    width: 90%;
}

footer .row-2 {
    width: 85%;
}

footer .footer-logo-hidden--for-mobile {
    display: none;
}

footer h5 {
    display: inline-block;
    color: var(--df-white);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 2rem;
    border-bottom: 1px solid var(--df-white);

}

footer .footer-links {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #FFFFFFB2;
    transition: color 1s ease;
}

footer .footer-links:hover {
    color: #dadada80;
    border-bottom: 1px solid #FFFFFF80;
}

footer .copyright {
    color: #FFFFFF80;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
}

footer #newsletter1 {
    border-radius: 0.625rem;
    padding: 0.75rem 1.75rem;
    border: 1px solid #FFFFFF80;
    background-color: transparent;
    width: 100%;
    height: 100%;
    color: #999;
    font-family: "Poppins", sans-serif;
    caret-color: #FFFFFF80;
}

footer #newsletter1::placeholder {
    color: #999;
    font-family: "Poppins", sans-serif;
    font-size: 1.125;
    font-weight: 300;
    line-height: 1.6875px;
}

footer .inp-sbmt-btn svg {
    width: 90%;
}

footer .inp-sbmt-btn {
    transition: transform 0.3s ease;
}

footer .inp-sbmt-btn:active,
footer .inp-sbmt-btn:hover {
    transform: scale(1.125);
}

footer .f-additionals a,
footer .copyright {
    font-size: 14px;
    line-height: 1.5rem;
    color: #FFFFFF80;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

footer .f-additionals a:hover {
    color: #999;
    border-bottom: 1px solid #FFFFFF80;
}

/* common footer */

/* common cta */

/* common cta */

/* Common Banner Video */
.common-banner-video {
    margin: 0;
    margin: 0 auto;
    max-width: 1920px;
    cursor: url('../media/icons/f-cursor.png'), default;
}

.common-banner-video-for-mobile {
    display: none;
}

/* Common Banner Video */

/* Common Introduction 0 */
.common-introduction-0 {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position-x: start;
    background-image: url('../media/icons/f-intro.png'); */
}

.common-introduction-0 svg {
    top: -20%;
    width: 340px;
    position: absolute;
}

.common-introduction-0 .column-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.common-introduction-0 .column-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-introduction-0 .introduction-content-0 {
    padding: 0 9%;
}

.common-introduction-0 .introduction-content-0 p:nth-of-type(1) {
    margin-bottom: 1.125rem;
}

.common-introduction-0 .introduction-content-0 h2 {
    margin-bottom: 1.5rem;
}

/* Common Introduction 0 */

/* Common Introduction 1 */

/* Common Introduction 1 */

/* Common Deliverables */
.common-deliverables .common-deliverables-row {
    gap: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.common-deliverables .columns {
    width: calc(12.5% - 1rem);
}

.common-deliverables .columns .icon-wrapper {
    height: 64px;
}

.common-deliverables h2 {
    margin-bottom: 5rem;
}

.common-deliverables .columns img {
    width: 100%;
}
/* Common Deliverables */

/* Common: Our Licensing */
.tri-pg-cmn-swpr h2 {
    line-height: 1.125;
}

/* Common: Our Licensing */

/* Common Philosophy */
.common-philosophy {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../media/icons/f-wings-common.png');
}

.common-philosophy .c-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
}

.common-philosophy .c-row:nth-of-type(2) {
    border-top: 1px solid #b4b4b4b0;
    border-bottom: 1px solid #b4b4b4b0;
}

.common-philosophy h2 {
    margin-bottom: 4rem;
}

.common-philosophy p {
    width: 108ch;
}

/* Common Philosophy */

/* COMMON: CTA 1 */
.common-cta-1 {
    margin: 0 auto;
    max-width: 1920px;
}

.common-cta-1 .column-1 {
    background-size: contain;
    background-position: 70% center;
    background-repeat: no-repeat;
    background-image: url('../media/icons/f-common.png');
}

.common-cta-1 .column-1,
.common-cta-1 .column-2 {
    padding-left: 0rem;
    padding-right: 0rem;
}

.common-cta-1 {
    position: relative;
    margin-bottom: 0rem;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url('../media/images/cta-bg.png');
}

.common-cta-1 svg {
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    position: absolute;
}

.common-cta-1 .cta-content {
    transform: translateY(80px);
}

.common-cta-1 img {
    z-index: 1;
    width: 100%;
    position: relative;
    transform: translateY(40px);
}

.common-cta-1 h2 {
    margin-bottom: 3.5rem;
}

.common-cta-1 h3 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 275;
    line-height: 3.45625rem;
    letter-spacing: 0.1em;
}

.common-cta-1 a {
    color: #131313;
    font-weight: 300;
    font-size: 1.5rem;
    border-radius: 1.25rem;
    line-height: 3.95625rem;
    padding: 1.5rem 4.6875rem;
    border: 1px solid #000000c0;
    font-family: "Poppins", sans-serif;
}

/* COMMON: CTA 1 */

/* Common Product Showcase */
.common-product-showcase .swiper-wrapper {
    display: flex;
    transition-timing-function: linear;
}

.common-product-showcase .swiper-slide.c-width {
    width: 100%;
}

/* Common Product Showcase */

/*? pages */
/* home */
.home-section-breaker--for-desktop {
    display: block;
    cursor: url('../media/icons/f-cursor.png'), default;
}

.home-section-breaker--for-mobile {
    display: none;
}

.common-blogs .blog-card {
    border: 1px solid var(--df-black);
}

.common-blogs .blog-card .wrapper {
    padding: 2rem;
}

.common-blogs .blog-card .wrapper p {
    color: #6E3035;
    font-weight: 300;
    margin-bottom: 1rem;
}

.common-blogs .blog-card .wrapper h3 {
    color: #353535;
    font-weight: 500;
    font-size: 1.100rem;
    margin-bottom: 1.5rem;
}

.common-blogs .blog-card .wrapper a {
    display: flex;
    color: #6E3035;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: underline;
}

.common-blogs .blog-card .wrapper a span {
    width: 300px;
}

.common-blogs .blog-card .wrapper a span svg {
    width: 100%;
}

/* home */

/* brand license */
/* .our-benefits-swiper .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    position: absolute;
    background-color: transparent;
    background-image: url('../media/icons/navbarSwiper-next.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
}

.our-benefits-swiper .swiper-button-prev {
    position: absolute;
    background-image: url('../media/icons/navbarSwiper-prev.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    height: 30px;
    width: 30px;
} */

.our-benefits .swiper-button-next {
    right: 4%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    background-size: contain;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../media/icons/navbarSwiper-next.png');
}

.our-benefits .swiper-button-prev {
    top: 50%;
    left: 4%;
    height: 50px;
    width: 50px;
    position: absolute;
    background-size: contain;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../media/icons/navbarSwiper-prev.png');
}

.brand-support {
    position: relative;
}

.brand-support::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center 70%;
    background-size: 55%;
    background-repeat: no-repeat;
    background-image: url('../media/icons/f-wings-common.png');
}

.brand-support .brand-support-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brand-support h2 {
    margin-bottom: 2.5rem;
}

.brand-support p {
    width: 90ch;
    text-align: center;
}

.brand-support p:nth-of-type(1) {
    margin-bottom: 1.5rem;
}

.downloadables .columns {
    position: relative;
    padding-left: 0rem;
    padding-right: 0rem;
}

.downloadables .columns .wrapper {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.downloadables h3 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--df-white);
    text-align: center;
}

.downloadables .download-icon {
    margin-bottom: 2.125rem;
}

/* brand license */

/* our-story */
.our-story-introduction--for-desktop {
    display: block;
    background-color: #F0F0F0;
}

.our-story-introduction--for-mobile {
    display: none;
}

.our-story-introduction--for-desktop .row.primary-row .column-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-story-introduction--for-desktop .row.primary-row .column-2.bg-me {
    background-size: 23%;
    background-position: left 60%;
    background-repeat: no-repeat;
    background-image: url('../media/icons/f-common.png');
}

.our-story-introduction--for-desktop .row-1 h2 {
    margin-bottom: 2rem;
}

.our-story-introduction--for-desktop .row-2 p {
    width: 65ch;
    margin-bottom: 3rem;
}

.our-story-introduction--for-desktop .row-3 img {
    margin-bottom: 3rem;
}

.our-story-introduction--for-desktop .row-3 a {
    font-size: 1.25rem;
}

.our-story .banner-video {
    width: 100%;
    height: 100vh;
}

.our-story .banner-video video {
    width: 100%;
    height: 100%;
}

.our-story .banner-video-for-mobile {
    display: none;
}

.philosophy .row {
    border-bottom: 1px solid #dee2e6;
}

.our-story .bg-color {
    background-color: #F0F0F0;
}

.statistics {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../media/icons/f-wings-common.png');
}

.statistics h2,
.statistics h3 {
    color: #6E3035;
}

.statistics .stats-container {
    display: grid;
    padding: 4rem 0;
    justify-content: center;
    text-align: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr
}

.statistics .stats-container .stats-card {
    padding: 40px 0;
    position: relative
}

.statistics .stats-container .stats-card::after {
    position: absolute;
    top: 35%;
    right: 0;
    background-color: #6E3035;
    height: 10vh;
    width: 2px;
    content: ""
}

.statistics .stats-container .stats-card:last-child:after,
.statistics .stats-container .stats-card:nth-child(3):after {
    display: none
}

.statistics .stats-container h3 {
    font-weight: 400;
    font-size: 5rem;
    line-height: 7.003125rem;
}

.statistics .stats-container .stats-card p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8675rem;
    font-family: "Poppins", sans-serif;
}

.our-boards .row-1 .column-2,
.our-boards .row-2 .column-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-position: 90% 135%;
    background-size: 35%;
    background-repeat: no-repeat;
    background-image: url('../media/icons/f-common.png');
}

.our-boards .row-1 .column-2 img.michel-adam,
.our-boards .row-2 .column-1 img.kashiff-khan {
    aspect-ratio: 1;
}

.our-boards h2.heading {
    color: #6E3035;
    margin-bottom: 6rem;
}

.our-boards h2.sub-heading {
    font-weight: 400;
    font-size: 4.375rem;
    line-height: 7.5rem;
}

.our-boards .boards-content {
    width: 675px;
}

.our-boards .boards-content img {
    width: 100%;
}

.our-boards .boards-content h2 {
    color: #6E3035;
    text-transform: capitalize;
}

.our-boards .designation {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 30px;
    color: #202020;
    text-align: justify;
    margin-top: -1rem;
    margin-bottom: 4rem;
}

.our-boards img {
    margin-bottom: 4rem;
}

.our-story-cta {
    position: relative;
    margin-bottom: 0;
}

.our-story-cta .column-1,
.our-story-cta .column-2 {
    padding-left: 0;
    padding-right: 0;
}

.our-story-cta svg {
    position: absolute;
    bottom: 0%;
}

.our-story-cta .column-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../media/icons/f-brand-icon-cta-our-story.png');
    background-position-x: 75%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.our-story-cta .column-2 .cta-content {
    transform: translateY(-62%);
}

.our-story-cta h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 275;
    line-height: 3.95625rem;
    letter-spacing: 0.1em;
}

.our-story-cta h2 {
    margin-bottom: 4rem;
}

.our-story-cta a {
    font-weight: 300;
    font-size: 1.5rem;
    border-radius: 1.25rem;
    line-height: 3.95625rem;
    padding: 1rem 4.6875rem;
    border: 1px solid #000000c0;
    font-family: "Poppins", sans-serif;
}

/* our-story */

/* brand-license */
/* .our-benefits-desktop .parent-container {
    position: relative;
}

.our-benefits-desktop .parent-container .swiperBack {
    height: 100%;
    width: 100%;
}

.our-benefits-desktop .parent-container .swiperBack .swiper-slide {
    height: auto;
}

.our-benefits-desktop .child-container {
    left: 0%;
    width: 35%;
    bottom: 0%;
    position: absolute;
}

.our-benefits-desktop .child-container h3 {
    margin-bottom: 2rem;
    line-height: 3.5rem !important;
}

.our-benefits-desktop .child-container .swiperFront-1 {
    background-color: #ffffff;
    border: 1px solid #131313;
}

.our-benefits-desktop .child-container .swiperFront-1 .swiper-slide {
    padding: 60px;
}

.our-benefits-desktop .child-container .wrapper-1 {
    width: 80%;
}

.our-benefits-desktop .child-container .wrapper-2 {
    width: 20%; 
}

.our-benefits-desktop .child-container .wrapper-2 .column-1,
.our-benefits-desktop .child-container .wrapper-2 .column-2 {
    height: 50%;
    position: relative;
}

.our-benefits-desktop .swiper-button-next {
    top: 75%;
    right: 5%;
    position: absolute;
    background-color: transparent;
    background-image: url('../media/icons/navbarSwiper-next.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
}

.our-benefits-desktop .swiper-button-prev {
    top: 13%;
    left: 5%;
    position: absolute;
    background-image: url('../media/icons/navbarSwiper-prev.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    height: 30px;
    width: 30px;
}

.our-benefits-desktop .child-container .wrapper-2 .column-1 .swiper,
.our-benefits-desktop .child-container .wrapper-2 .column-2 .swiper {
    color: #fff;
    background-color: #363636;
    height: 100%;
}

.our-benefits-desktop .child-container .wrapper-2 .column-1,
.our-benefits-desktop .child-container .wrapper-2 .column-2 {
    font-size: 2rem;
} */

/* .our-benefits-desktop .child-container .wrapper-2 {
    position: relative;
}

.our-benefits-desktop .child-container .wrapper-2::before {
    position: absolute;
    content: '';
    width: 100%;
    z-index: 999;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../media/icons/f-common.png');
} */

.our-benefits-swiper-desktop .swiper {
    width: 100%;
    height: 100%;
}

.our-benefits-swiper-desktop {
    position: relative;
}

.our-benefits-swiper-desktop .swiper-container-2 {
    left: 0%;
    bottom: 0%;
    width: 30%;
    z-index: 9999;
    position: absolute;
}

.our-benefits-swiper-desktop .swiperFront-1 {
    border: 0;
    border-radius: 0px 10px 0px 0px;
    border-bottom: 1px solid black;
}

.our-benefits-swiper-desktop .swiperFront-1 .swiper-slide {
    padding: 60px;
    height: auto;
}

.our-benefits-swiper-desktop .swiperFront-1,
.our-benefits-swiper-desktop .swiperFront-2 {
    width: 100%;
    height: 100%;
}

.our-benefits-swiper-desktop .swiperFront-2 {
    border-radius: 0px 10px 0px 0px;
}

.our-benefits-swiper-desktop .swiperFront-1 .swiper-slide {
    background-color: #fff;
}

.our-benefits-swiper-desktop .swiperFront-2 .swiper-slide,
.our-benefits-swiper-desktop .swiperFront-3 .swiper-slide {
    color: #fff;
    background-color: #363636;
}

.our-benefits-swiper-desktop .swiper-container-2 .column-1,
.our-benefits-swiper-desktop .swiper-container-2 .column-2 {
    height: 180px;
}

.our-benefits-swiper-desktop .swiper-container-2 h3 {
    font-size: 2rem !important;
    line-height: 2.75rem !important;
    margin-bottom: 1.75rem;
}

.our-benefits-swiper-desktop .swiper-button-prev {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.our-benefits-swiper-desktop .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    position: absolute;
    background-color: transparent;
    background-image: url('../media/icons/navbarSwiper-next.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
}

.our-benefits-swiper-desktop .swiper-button-prev {
    position: absolute;
    background-image: url('../media/icons/navbarSwiper-prev.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    height: 30px;
    width: 30px;
}

.our-benefits-swiper-desktop .swiper-slide {
    height: auto;
}
/* brand-license */

/* our-services */
.commonSwiper {
    display: none;
}

.show-common-swiper {
    display: block;
    animation: fadeIn 1.5s ease forwards;
}

.cmn-active-link {
    border-bottom: 1px solid var(--absolute-black);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tri-pg-cmn-swpr {
    position: relative;
}

.tri-pg-cmn-swpr::before {
    content: '';
    left: 10%;
    width: 100%;
    height: 100%;
    bottom: -60%;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../media/icons/f-common.png');
    animation: breathingBackground 2s ease-in-out infinite alternate;
}


.tri-pg-cmn-swpr .nav-link.navigation {
    display: inline-block;
}

.tri-pg-cmn-swpr .nav-link.active {
    border-bottom: 1px solid #ffffff;
}

.tri-pg-cmn-swpr .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;
    color: var(--absolute-black);
}

.tri-pg-cmn-swpr .show-common-swiper h3 {
    font-weight: 300;
    line-height: 1.5rem !important;
    font-family: 'Poppins', sans-serif;
}

.tri-pg-cmn-swpr .column-2 .sm-column-inner-1-hidden,
.tri-pg-cmn-swpr .column-2 .sm-column-inner-2-hidden,
.tri-pg-cmn-swpr .column-2 .sm-column-inner-3-hidden,
.tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden,
.tri-pg-cmn-swpr .column-2 .inner-row .column-inner-2-hidden {
    display: none;
}

.tri-pg-cmn-swpr .column-inner-2 .navbar-nav {
    margin-bottom: 0 !important;
}

.tri-pg-cmn-swpr .inner-row {
    margin-bottom: 3rem;
}

.tri-pg-cmn-swpr .row-1 {
    position: relative;
}

.tri-pg-cmn-swpr .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: 55%;
    right: auto;
    left: 80px;
}

.tri-pg-cmn-swpr .swiper-button-next {
    position: absolute;
    background-color: transparent;
    background-image: url('../media/icons/next.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 60px;
}

.tri-pg-cmn-swpr .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    top: 55%;
    left: 0%;
    right: auto;
}

.tri-pg-cmn-swpr .swiper-button-prev {
    position: absolute;
    background-image: url('../media/icons/prev.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    height: 60px;
    width: 60px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

/* our-services */

/* faqs */
.for-faqs .accordion-body {
    width: 154ch;
}

.ftv-box {
    border-radius: 20px;
    border: 0.75px solid #6E3035;
}

.for-faqs .cs-acc-btn.accordion-button:not(.collapsed) {
    color: #6E3035;
    font-weight: 400;
    background-color: transparent;
}

.for-faqs .cs-acc-btn.accordion-button::after {
    background-image: url('../media/icons/open-icon.png');
    background-size: cover;
}

.for-faqs .cs-acc-btn.accordion-button:not(.collapsed)::after {
    background-image: url('../media/icons/close-icon.png');
    background-size: cover;
}

.for-faqs .cover h1 {
    font-size: 5rem;
    font-weight: 400;
    line-height: 7.5rem;
}

.for-faqs .accordion-button {
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    font-weight: 300;
    line-height: 2.563125rem;
}

.for-faqs .accordion-body {
    font-size: 1.125;
    font-weight: 300;
    text-align: justify;
    line-height: 1.538125rem;
    font-family: "Poppins", sans-serif;

}

/* faqs */

/* contact us */
.contact-cover {
    display: none;
}

.contact-us {
    background-image: url('../media/images/contact-us/contact-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-us .enquiry-form-sec {
    margin: 0;
    background-size: 60%;
    background-repeat: repeat;
    background-position: center;
    background-image: url('../media/images/dimaond-bg-alt.png');
}

.contact-us .myenquire-form {
    margin: 10%;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 4%;
    padding-bottom: 15%;
    margin-bottom: 0;
    background-color: var(--df-white);
    border-radius: 20px 20px 0px 0px;
}

.contact-us h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 120px;
    margin-bottom: 2.5rem;
}

.form-control {
    font-family: 'Poppins', sans-serif;
    color: #6c757d;
    border: 0;
    border-bottom: 1px solid var(--df-black);
    padding: 30px;
}

.form-control::placeholder {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

.investment-capicity {
    color: #6c757d;
    font-size: 1.125rem;
    padding: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}


#rangeSlider {
    accent-color: var(--absolute-black);
    outline: none;
}

.range-slider,
.range-slider .slider-container,
#rangeSlider {
    width: 100%;
}

.contact-us input[type="text"]::placeholder,
.contact-us input[type="email"]::placeholder {
    font-size: 1.125rem;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

#stateSelect,
#citySelect {
    color: #6c757d !important;
    font-size: 1.125rem !important;
    font-weight: 300 !important;
}

.btn-submit {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.81px;
    background-color: var(--absolute-black);
    opacity: 1;
    padding: 20px 0;
    width: 100%;
}

.btn-submit:hover {
    color: #131313;
    border: 1px solid #131313;
    background-color: #ffffff;
}

.error {
    color: rgb(196, 70, 70);
}

.myenquire-form .range-slider .slider-container {
    position: relative;
}
  
.myenquire-form .range-slider .slider-container #sliderValue {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    background-color: #000 !important;
    color: #fff;
    border-radius: 5px;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}
/* contact us */

/* blogs */
.blogs .all-blogs .blogs-wrapper {
    border: 1px solid #131313;
}

.blogs .all-blogs .blogs-content-wrapper {
    padding: 10% 6%;
}

.all-blogs h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 19.14px;
    font-family: "Poppins", sans-serif;
}

.all-blogs h2 {
    font-size: 21px;
    font-weight: 400;
    line-height: 33.25px;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    font-family: "Poppins", sans-serif;

}

.all-blogs a {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.19625rem;
    font-family: "Poppins", sans-serif;
}

.all-blogs a:hover {
    color: inherit;
}

.all-blogs a span {
    margin-inline-start: 1rem;
}

/* blogs */

/* blogs details */

/* blogs details */

/* boards */
.boards-common-introduction {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.boards-common-introduction svg {
    top: -15%;
    width: 340px;
    position: absolute;
}

.boards-common-introduction .column-1 {
    display: flex;
    align-items: center;
}

.boards-common-introduction .column-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boards-common-introduction .boards-introduction-content p {
    width: 77ch;
}

.boards-info {
    position: relative;
    margin-bottom: 0rem;
    background-image:
        url('../media/images/cta-bg.png'),
        url('../media/icons/f-common.png');
    background-repeat: no-repeat;
    background-size: 100%, 20%;
    background-position: center bottom, 90% bottom;
    padding-bottom: 20rem;
}

.boards-info .column-1,
.boards-info .column-2,
.boards-info .column-3 {
    width: 31%;
}

/* boards */
/*? pages */

/* Responsiveness */
@media (max-width: 767px) {

    /* common navbar */
    .offcanvas-body .column-2 {
        display: none;
    }

    .offcanvas-body .column-1 {
        background-image: none;
    }

    .offcanvas-header h5,
    .offcanvas-body .navbar-nav {
        margin-left: 2rem !important;
    }

    .nav-item a.navigation {
        font-size: 20px;
    }

    .navbar .dropdown-toggle {
        border: 0;
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
    }

    #dropdownMenuButton1 {
        padding: 0.5rem 0 0 0;
    }

    .navbar .dropdown-item {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #131313 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .navbar .hm-menu svg {
        width: 25px;
        height: 25px;
    }

    .navbar .hm-menu span {
        display: none;
    }

    .dropdown {
        position: relative !important;
    }

    .dropdown-menu {
        position: static !important;
        left: 0% !important;
        top: 0% !important;
    }

    /* common navbar */

    /* common footer */
    footer .row-1 {
        display: none;
    }

    footer .row-2 {
        width: 100%;
    }

    footer .footer-logo-hidden--for-mobile {
        display: block;
    }

    footer .footer-logo-hidden--for-mobile img {
        width: 80px;
        margin-bottom: 2rem;
    }

    footer .footer-info {
        flex-direction: column;
    }

    footer .f-additionals,
    footer .social-links-group,
    footer .copyright {
        margin: 0.75rem 0;
    }

    footer .f-additionals li:nth-of-type(1) {
        margin-left: 0rem !important;
    }

    footer .select-me-inp {
        width: 75%;
    }

    footer h5 {
        font-size: 1.25rem;
    }

    footer .footer-links {
        font-size: 1.050rem;
        line-height: 1.75rem;
    }

    footer .footer-info {
        margin-bottom: 0 !important;
    }

    /* common footer */

    /* common cta */
    .common-cta-1 {
        background: none;
    }

    /* common cta */

    /* Common Deliverables */
    .common-deliverables .columns {
        width: calc(25% - 1rem);
    }

    .common-deliverables .columns .icon-wrapper {
        height: 45px;
    }

    .common-deliverables h3 {
        text-align: center;
    }

    /* Common Deliverables */

    /* common banner video */
    .common-banner-video {
        display: none;
    }

    .common-banner-video-for-mobile {
        display: block;
    }
    /* common banner video */

    /* COMMON: Introduction */
    .our-story-introduction--for-mobile .column-1 img {
        display: none;
    }
    /* COMMON: Introduction */

    /* COMMON: Philsopohy */
    .common-philosophy {
        background-size: 130%;
        background-position: center;
        background-repeat: repeat-y;
        background-image: url('../media/images/dimaond-bg-alt.png');
    }

    .common-philosophy {
        background-repeat: repeat-y;   
    }
    /* COMMON: Philsopohy */

    .brand-support::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        background-position: center 70%;
        background-size: 90%;
        background-repeat: no-repeat;
        background-image: url('../media/icons/f-wings-common.png');  
    }

    .statistics {
        background-repeat: repeat-y;
    }

    .our-boards .row-2 .column-1,
    .our-boards .row-1 .column-2 {
        background-image: none;
    }

    /* Home */
    .common-introduction-0 .introduction-content-0 h2.bl-heading {
        margin-top: -3rem;
        margin-bottom: 0.125rem;
    }

    .home-section-breaker--for-desktop {
        display: none;
    }

    .home-section-breaker--for-mobile {
        display: block;
    }

    /* Home */

    /* Brand License */

    /* Brand License */

    /* Our Story */
    .our-story-introduction--for-desktop {
        display: none;
    }

    .our-story-introduction--for-mobile {
        display: block;
    }

    .our-story-introduction--for-mobile {
        background-color: #F0F0F0;
    }

    .our-story-introduction--for-mobile .row .column-2 {
        padding-bottom: 2rem;
    }

    .statistics .stats-container {
        grid-template-columns: 1fr;
    }

    .statistics .stats-container h2 {
        font-size: 64px;
        line-height: 76.8px;
    }

    .statistics .stats-container .stats-card::after {
        content: none;
    }

    .statistics .stats-container {
        padding: 2rem 0;
    }

    .statistics .stats-container .stats-card {
        padding: 14px 0;
    }

    .statistics .stats-container .stats-card p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0 !important;
    }

    .statistics h2 {
        margin-bottom: 0 !important;
    }

    .statistics .stats-container h3 {
        font-size: 42px;
        line-height: 68px;
        text-align: center;
        margin-bottom: 0 !important;
    }

    .our-boards .boards-content {
        background-size: 130%;
        background-position: center;
        background-repeat: repeat-y;
        background-image: url('../media/images/dimaond-bg-alt.png');
    }

    .our-boards .boards-content {
        width: 100%;
    }

    .our-boards .row-2 .column-1 {
        order: 2;
    }

    /* Our Story */

    /* Our Services */

    /* faqs */

    /* faqs */

    /* contact us */
    .contact-cover {
        display: block;
        position: relative;
    }

    .contact-cover h2 {
        top: 30%;
        left: 50%;
        color: #ffff;
        position: absolute;
        transform: translateX(-50%);
        text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.9);
    }

    .contact-us {
        background-image: none;
    }

    .contact-us .myenquire-form {
        padding-top: 6%;
        margin-top: -17rem;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    }

    .contact-us .myenquire-form h2 {
        display: none;
    }

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* boards */
    .boards-common-introduction .boards-introduction-content p {
        width: auto;
    }

    .boards-common-introduction .boards-introduction-content p:nth-of-type(1) {
        margin-bottom: 1.25rem;
    }

    .boards-common-introduction .boards-introduction-content p:nth-of-type(2) {
        margin-bottom: 3rem;
    }

    .bi-column-wrapper {
        flex-direction: column;
    }

    .boards-info .column-1,
    .boards-info .column-2,
    .boards-info .column-3 {
        width: 100%;
    }

    .boards-info .content-container p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .boards-info .content-container p:nth-of-type(2) {
        margin-bottom: 2.5rem;
    }

    /* boards */
}

@media (min-width: 768px) and (max-width: 1023px) {
    /* common navbar */

    /* common navbar */

    /* common footer */
    footer .f-additionals a,
    footer .copyright {
        font-size: 14px;
        line-height: 1.5rem;
    }

    footer input#newsletter1::placeholder {
        font-size: 1rem;
    }

    footer #newsletter1 {
        padding: 0.75rem 1rem;
    }

    /* common footer */

    /* common cta */

    /* common cta */

    /* common banner video */

    /* common banner video */

    /* Common Deliverables */
    .common-deliverables .columns {
        width: calc(22% - 1rem);
    }

    .common-deliverables .columns .icon-wrapper h3 {
        height: 48px;
        margin-top: 0 !important;
    }

    .common-deliverables h3 {
        text-align: center;
    }

    /* Common Deliverables */

    /* Home */
    .common-introduction-0 .introduction-content-0 h2 {
        margin-bottom: 0.5rem;
    }

    /* Home */

    /* Brand License */

    /* Brand License */

    /* Our Story */

    /* Our Story */
    .statistics .stats-container {
        padding: 2rem 0;
    }

    .statistics .stats-container .stats-card {
        padding: 14px 0;
    }

    .statistics .stats-container .stats-card p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0 !important;
    }

    .statistics .stats-container h3 {
        font-size: 42px;
        line-height: 68px;
        text-align: center;
        margin-bottom: 0 !important;
    }

    .statistics .stats-container h3 {
        font-size: 4rem;
    }

    /* Our Services */

    /* faqs */

    /* faqs */

    /* contact us */
    .contact-cover {
        display: block;
        position: relative;
    }

    .contact-cover h2 {
        top: 30%;
        left: 50%;
        color: #ffff;
        position: absolute;
        transform: translateX(-50%);
        text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.9);
    }

    .contact-us {
        background-image: none;
    }

    .contact-us #enquiry {
        width: 100%;
    }

    .contact-us .myenquire-form {
        padding-top: 6%;
        margin-top: -20rem;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    }

    .contact-us .myenquire-form h2 {
        display: none;
    }

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */
}

@media (min-width: 1024px) {
    /* common navbar */

    /* common navbar */

    /* common footer */

    /* common footer */

    /* common cta */

    /* common cta */

    /* common banner video */

    /* common banner video */

    /* Home */

    /* Home */

    /* Brand License */

    /* Brand License */

    /* Our Story */

    /* Our Story */

    /* Our Services */

    /* faqs */

    /* faqs */

    /* contact us */

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */
}

/* Responsiveness */

/* Granular Responsiveness */
@media (min-width: 200px) and (max-width: 299px) {

    /* terms and conditions */
    .privacy-policy h1,
    .t-and-c h1 {
        line-height: 2rem;
    }

    .privacy-policy h2,
    .t-and-c h2 {
        line-height: 2rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1.25rem !important;
    }

    /* terms and conditions */

    section {
        margin: 4rem 0;
    }

    /* utility classes */
    #staticBackdrop .modal-body img,
    #staticBackdrop2 .modal-body img,
    #staticBackdrop4 .modal-body img,
    #staticBackdrop3 .modal-body img {
        width: 60px;
        margin-top: -1.5rem;
        margin-bottom: 1.75rem !important;
    }

    #staticBackdrop .modal-body h2,
    #staticBackdrop4 .modal-body h2,
    #staticBackdrop2 .modal-body h2,
    #staticBackdrop3 .modal-body h2 {
        line-height: 2rem;
    }

    #staticBackdrop .modal-body p,
    #staticBackdrop4 .modal-body p,
    #staticBackdrop2 .modal-body p,
    #staticBackdrop3 .modal-body p {}

    #staticBackdrop .modal-footer,
    #staticBackdrop4 .modal-footer,
    #staticBackdrop2 .modal-footer,
    #staticBackdrop3 .modal-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #staticBackdrop .modal-footer a,
    #staticBackdrop2 .modal-footer a,
    #staticBackdrop4 .modal-footer a,
    #staticBackdrop3 .modal-footer a {
        padding: 0.8rem 1.125rem !important;
    }

    /* utility classes */

    /* common navbar */
    .offcanvas-body {
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        background-image: url('../media/icons/f-common.png');
    }

    .navbar .hm-menu {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .navbar-brand img {
        width: 80px;
    }

    .offcanvas-header img {
        width: 50px;
    }

    .offcanvas-header button {
        margin-right: 0rem !important;
    }

    .offcanvas-header h5,
    .offcanvas-body .navbar-nav {
        margin-left: 0rem !important;
    }

    .offcanvas-body {
        margin-top: 2rem;
        justify-content: flex-start !important;
    }

    .nav-item a.navigation {
        font-size: 18px;
    }

    .navbar .dropdown-toggle {
        border: 0;
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
    }

    #dropdownMenuButton1 {
        padding: 0.5rem 0 0 0;
    }

    .navbar .dropdown-item {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #131313 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    /* common navbar */

    /* common footer */
    footer .select-me-inp {
        width: 100%;
    }

    footer #newsletter1 {
        width: 80%;
    }

    footer h5 {
        font-size: 1.25rem;
        line-height: 2.25rem;
    }

    footer .footer-links {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    footer #newsletter1 {
        padding: 0.75rem 1rem;
    }

    footer .copyright,
    footer .f-additionals,
    footer .social-links-group {
        font-size: 14px;
        line-height: 1.75;
    }

    footer input#newsletter1::placeholder {
        font-size: 0.7rem;
    }

    /* common footer */

    /* COMMON: CTA 1 */
    .common-cta-1 h3 {
        font-size: 1.25rem;
        text-align: center;
        line-height: 2rem;
        margin-bottom: 0.75rem;
    }

    .common-cta-1 h2 {
        text-align: center;
        line-height: 2.75rem;
        margin-bottom: 2.125rem;
    }

    .common-cta-1 .cta-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        transform: translateY(0px);
    }

    .common-cta-1 a {
        font-size: 1rem;
        line-height: 3rem;
        padding: 0.5rem 4.75rem;
    }

    .common-cta-1 .column-2 {
        margin-top: 2rem;
    }

    .common-cta-1 img {
        transform: translateY(0px);
    }

    /* COMMON: CTA 1 */

    .common-introduction-0 .column-2 {
        margin-top: 1.5rem;
    }

    .common-introduction-0 .introduction-content-0 {
        padding: 0 5%;
    }

    /* COMMON: Introduction 0 */
    .common-introduction-0 svg {
        top: 10% !important;
        right: 0% !important;
        width: 220px !important;
    }

    /* COMMON: Introduction 0 */

    /* COMMON: Deliverables */
    .common-deliverables .columns {
        width: calc(50% - 1rem);
    }

    .common-deliverables .columns .icon-wrapper {
        height: 52px;
    }

    .common-deliverables h2 {
        margin-bottom: 1rem;
    }

    /* COMMON: Deliverables */

    /* COMMON: Philosophy */
    .common-philosophy .row-1.c-row,
    .common-philosophy .row-2.c-row,
    .common-philosophy .row-3.c-row {
        padding-top: 0;
    }

    .common-philosophy h2 {
        margin-bottom: 0rem;
    }

    .common-philosophy p {
        width: auto;
    }

    /* COMMON: Philosophy */

    /* common cta */

    /* common cta */

    /* common banner video */

    /* common banner video */

    /* COMMON: Product Showcase */
    .common-product-showcase .swiper-wrapper img {
        width: 100%;
    }

    /* COMMON: Product Showcase */

    /* Home */
    .common-blogs .container-fluid>.row {
        gap: 1.75rem;
    }

    .common-blogs h2.blogs-heading {
        line-height: 3.25rem !important;
    }

    .common-blogs .view-more {
        font-size: 0.9rem;
    }

    .common-blogs .blog-card .wrapper {
        padding: 1.5rem 1.125rem;
    }

    .common-blogs .blog-card .wrapper p {
        font-size: 1rem;
        font-weight: 300;
        margin-bottom: 0.75rem;
    }

    .common-blogs .blog-card .wrapper h3 {
        font-weight: 500;
        line-height: 1.25;
        font-size: 1.100rem;
        margin-bottom: 1rem;
    }

    .common-blogs .blog-card .wrapper a {
        width: 100%;
        font-weight: 300;
        font-size: 0.9rem;
        display: inline-block;
        line-height: 2;
        text-decoration: underline;
    }

    .common-blogs .blog-card .wrapper a span {
        display: none;
    }

    .common-blogs .blog-card .wrapper a svg {
        display: none;
    }

    .tri-pg-cmn-swpr::before {
        background-size: 85%;
    }
        
    .tri-pg-cmn-swpr::before {
        top: 4%;
        left: 5%;
    }

    .tri-pg-cmn-swpr .nav-link {
        font-size: 1.04rem;
        line-height: 0.5;
        margin-bottom: 0.75rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next {
        height: 40px;
        width: 40px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

    .tri-pg-cmn-swpr .show-common-swiper h3 {
        font-size: 1.125rem;
        line-height: 1.125rem;
        margin-top: 1.125rem;
    }

    .tri-pg-cmn-swpr .inner-row {
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
    }

    .tri-pg-cmn-swpr .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 50%;
        left: auto;
        right: 50px;
    }

    .tri-pg-cmn-swpr .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 50%;
        right: 0%;
        left: auto;
    }

    .tri-pg-cmn-swpr .row-1 .column-inner-1 .navbar {
        gap: 3rem !important;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden {
        margin-top: 2rem;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden .navbar-nav,
    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-2-hidden .navbar-nav {
        gap: 1.125rem !important;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden .navbar-nav {
        margin-bottom: 0.75rem;
    }

    .tri-pg-cmn-swpr .row-1 .column-inner-1 {
        display: none;
    }

    .tri-pg-cmn-swpr .column-2 .sm-column-inner-1-hidden,
    .tri-pg-cmn-swpr .column-2 .sm-column-inner-2-hidden,
    .tri-pg-cmn-swpr .column-2 .sm-column-inner-3-hidden {
        display: block;
        margin-left: 0 !important;
    }

    .tri-pg-cmn-swpr .column-2 .sm-column-inner-1-hidden .navbar-nav,
    .tri-pg-cmn-swpr .column-2 .sm-column-inner-2-hidden .navbar-nav,
    .tri-pg-cmn-swpr .column-2 .sm-column-inner-3-hidden .navbar-nav {
        gap: 1.45rem !important;
    }

    .tri-pg-cmn-swpr .column-1.pos-rel {
        margin-bottom: 1.45rem;
    }

    /* Home */

    /* Brand License */
    .our-benefits .ourBenefitsSwiper h2 {
        line-height: 2rem !important;
        margin: 1rem 0;
    }

    .brand-support h2 {
        margin-bottom: 1rem;
    }

    .brand-support p {
        width: auto;
        text-align: justify;
    }

    .downloadables .wrapper img {
        width: 80px;
        margin-bottom: 2.5rem;
    }

    /* Brand License */

    /* Our Story */
    .our-story-introduction--for-mobile .row .column-2 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        background-image: url('../media/icons/f-common.png');
    }

    .our-story-introduction--for-mobile h2 {
        margin-top: 1.5rem;
        margin-bottom: 1.125rem;
        line-height: 2.75rem;
    }

    .our-story-introduction--for-mobile p {
        margin-bottom: 1.8rem;
    }

    .our-story-introduction--for-mobile .column-2 img {
        margin-bottom: 1rem;
    }

    .our-story-introduction--for-mobile a {
        font-family: 'Poppins', sans-serif;
        text-decoration: underline;
    }

    .our-story-introduction--for-mobile a svg {
        display: none;
    }

    .statistics h2 {
        margin-bottom: 2rem;
        line-height: 3.125rem;
    }

    .statistics .stats-container .stats-card p {
        font-size: 18px;
        line-height: 1.35;
    }

    .our-boards h2.heading {
        margin-bottom: 2rem;
    }

    .our-boards img {
        margin-bottom: 2rem;
    }

    .our-boards .desc-ma {
        padding-bottom: 2.75rem;
    }

    .our-boards .designation {
        font-size: 1rem;
        line-height: 1.375rem;
        margin-top: -0.95rem;
        margin-bottom: 1.5rem;
    }

    .our-boards .desc p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .our-story-cta svg {
        display: none;
    }

    .our-story-cta .cta-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        transform: translateY(0px);
    }

    .our-story-cta h3 {
        text-align: center;
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 0.125rem;
    }

    .our-story-cta h2 {
        text-align: center;
        margin-bottom: 1.5rem;
        line-height: 2.75rem !important;
    }

    .our-story-cta a {
        font-size: 1rem;
        line-height: 3rem;
        padding: 0.5rem 4.75rem;
    }

    .our-story-cta .column-2 .cta-content {
        transform: translateY(0%);
    }

    .our-story-cta .column-2 {
        padding: 4rem 0;
    }

    .our-story-cta .column-1 {
        order: 2;
    }

    /* Our Story */

    /* Our Services */

    /* faqs */
    .for-faqs section.cover {
        margin-top: 4rem !important;
        margin-bottom: 2rem !important;
    }

    .for-faqs section.accordion {
        margin-top: 2rem !important;
    }

    .for-faqs h2.bl-heading {
        font-size: 2rem !important;
        line-height: 2.75rem !important;
    }

    .for-faqs .accordion-button {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .for-faqs .accordion-body {
        width: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* faqs */

    /* contact us */
    .contact-us h2 {
        line-height: 2.5rem !important;
    }

    .contact-us .myenquire-form {
        padding-top: 8%;
        margin-top: -7rem;
        padding-left: 7%;
        padding-right: 7%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contact-cover h2 {
        top: 40%;
    }

    .form-control,
    .investment-capicity {
        padding: 12px 0;
    }

    .form-check-label {
        margin-left: 1rem !important;
    }

    .contact-cover h2 {
        width: 100%;
        text-align: center;
    }

    .form-control::placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-us input[type="text"]::placeholder,
    .contact-us input[type="email"]::placeholder {
        font-size: 16px;
    }

    .btn-submit {
        font-size: 16px;
    }

    #stateSelect,
    #citySelect {
        font-size: 16px !important;
    }

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* Boards */
    .boards-info .column-1,
    .boards-info .column-2,
    .boards-info .column-3 {
        background-size: 216%;
        background-position: center bottom;
        background-repeat: repeat-y;
        background-image: url('../media/images/dimaond-bg-alt.png');
    }

    
    .boards-common-introduction svg {
        top: 10%;
        width: 260px;
    }

    .boards-common-introduction .boards-introduction-content h2 {
        margin-top: -3rem;
    }

    .boards-info {
        background-image: none;
        padding-bottom: 3rem;
    }

    .boards-info .content-container h2 {
        line-height: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 1.75rem;
    }

    .boards-info .content-container p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .boards-info .content-container p:nth-of-type(2),
    .boards-info .column-2 .content-container p {
        margin-bottom: 2.5rem;
    }

    .boards-info .column-3 .content-container p:nth-of-type(2) {
        margin-bottom: 0;
    }
    /* Boards */
}

@media (min-width: 300px) and (max-width: 499px) {

    /* terms and conditions */
    .privacy-policy h1,
    .t-and-c h1 {
        line-height: 2.125rem;
    }

    .privacy-policy h2,
    .t-and-c h2 {
        line-height: 2.125rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1.25rem !important;
    }

    /* terms and conditions */

    section {
        margin: 4rem 0;
    }

    /* utility classes */
    #staticBackdrop .modal-body img,
    #staticBackdrop2 .modal-body img,
    #staticBackdrop4 .modal-body img,
    #staticBackdrop3 .modal-body img {
        width: 60px;
        margin-top: -1.5rem;
        margin-bottom: 1.75rem !important;
    }

    #staticBackdrop .modal-body h2,
    #staticBackdrop2 .modal-body h2,
    #staticBackdrop4 .modal-body h2,
    #staticBackdrop3 .modal-body h2 {
        line-height: 2rem;
    }

    #staticBackdrop .modal-body p,
    #staticBackdrop2 .modal-body p,
    #staticBackdrop4 .modal-body p,
    #staticBackdrop3 .modal-body p {}

    #staticBackdrop .modal-footer,
    #staticBackdrop2 .modal-footer,
    #staticBackdrop4 .modal-footer,
    #staticBackdrop3 .modal-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #staticBackdrop .modal-footer a,
    #staticBackdrop2 .modal-footer a,
    #staticBackdrop4 .modal-footer a,
    #staticBackdrop3 .modal-footer a {
        padding: 0.8rem 1.125rem;
    }

    /* utility classes */

    /* common navbar */
    .navbar .hm-menu {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .navbar-brand img {
        width: 90px;
    }

    .offcanvas-header img {
        width: 50px;
    }

    .offcanvas-header button {
        margin-right: 0rem !important;
    }

    .offcanvas-header h5,
    .offcanvas-body .navbar-nav {
        margin-left: 0rem !important;
    }

    .offcanvas-body {
        margin-top: 2rem;
        justify-content: flex-start !important;
    }

    .navbar .dropdown-toggle,
    .nav-item a.navigation {
        font-size: 18px;
    }

    .offcanvas-body {
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        background-image: url('../media/icons/f-common.png');
    }
    /* common navbar */

    /* common footer */
    footer .select-me-inp {
        width: 100%;
    }

    footer #newsletter1 {
        width: 80%;
    }

    footer input#newsletter1::placeholder {
        font-size: 0.8rem;
    }

    footer input#newsletter1 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* common footer */

    /* COMMON: CTA 1 */
    .common-cta-1 h3 {
        text-align: center;
        font-size: 1.125rem;
        line-height: 2.125rem;
        margin-bottom: 0.5rem;
    }

    .common-cta-1 h2 {
        text-align: center;
        margin-bottom: 1.75rem;
        line-height: 2.75rem !important;
    }

    .common-cta-1 .cta-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        transform: translateY(0px);
    }

    .common-cta-1 a {
        font-size: 1.25rem;
        line-height: 3rem;
        padding: 0.75rem 4.75rem;
    }

    .common-cta-1 .column-2 {
        margin-top: 2rem;
    }

    .common-cta-1 img {
        transform: translateY(0px);
    }

    /* COMMON: CTA 1 */

    /* common banner video */

    /* common banner video */

    .common-introduction-0 .column-2 {
        margin-top: 2rem;
    }

    /* COMMON: Introduction 0 */
    .common-introduction-0 svg {
        top: -5% !important;
        right: 2% !important;
        width: 220px !important;
    }
    /* COMMON: Introduction 0 */

    /* COMMON: Deliverables */
    .common-deliverables .columns {
        width: calc(50% - 1rem);
    }

    .common-deliverables .columns .icon-wrapper {
        height: 22px;
    }

    .common-deliverables h2 {
        margin-bottom: 1.5rem;
    }

    .common-deliverables .columns h3 {
        line-height: 1.100rem !important;
    }
    /* COMMON: Deliverables */

    /* COMMON: Philosophy */
    .common-philosophy .row-1.c-row,
    .common-philosophy .row-2.c-row,
    .common-philosophy .row-3.c-row {
        padding-top: 0;
    }

    .common-philosophy h2 {
        margin-bottom: 1rem;
    }

    .common-philosophy p {
        width: auto;
    }

    /* COMMON: Philosophy */

    /* COMMON: Product Showcase */
    .common-product-showcase .swiper-wrapper img {
        width: 100%;
    }

    /* COMMON: Product Showcase */

    /* Home */
    .common-blogs .container-fluid>.row {
        gap: 2rem;
    }

    .common-blogs h2.blogs-heading {
        line-height: 2.125rem !important;
    }

    .common-blogs .blog-card .wrapper {
        padding: 1.5rem 1.25rem;
    }

    .common-blogs .blog-card .wrapper p {
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .common-blogs .blog-card .wrapper h3 {
        font-weight: 500;
        margin-bottom: 1.25rem;
    }

    .common-blogs .blog-card .wrapper a {
        font-weight: 300;
        text-decoration: underline;
    }

    .common-blogs .blog-card .wrapper a span {
        display: none;
    }

    .common-blogs .blog-card .wrapper a svg {
        display: none;
    }

    .tri-pg-cmn-swpr::before {
        background-size: 41%;
    }
        
    .tri-pg-cmn-swpr::before {
        top: 10%;
        left: 20%;
    }

    .tri-pg-cmn-swpr .nav-link {
        font-size: 1.125rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next {
        height: 40px;
        width: 40px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

    .tri-pg-cmn-swpr .show-common-swiper h3 {
        font-size: 1.125rem;
        line-height: 1.125rem;
        margin-top: 1.125rem;
    }

    .tri-pg-cmn-swpr .inner-row {
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
    }

    .tri-pg-cmn-swpr .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 50%;
        left: auto;
        right: 50px;
    }

    .tri-pg-cmn-swpr .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 50%;
        right: 0%;
        left: auto;
    }

    .tri-pg-cmn-swpr .row-1 .column-inner-1 .navbar {
        gap: 3rem !important;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden {
        margin-top: 2rem;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden .navbar-nav,
    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-2-hidden .navbar-nav {
        gap: 1.125rem !important;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden .navbar-nav {
        margin-bottom: 0.75rem;
    }

    .tri-pg-cmn-swpr .row-1 .column-inner-1 {
        display: none;
    }

    .tri-pg-cmn-swpr .column-2 .sm-column-inner-1-hidden,
    .tri-pg-cmn-swpr .column-2 .sm-column-inner-2-hidden,
    .tri-pg-cmn-swpr .column-2 .sm-column-inner-3-hidden {
        display: block;
        margin-left: 0 !important;
    }

    .tri-pg-cmn-swpr .column-2 .sm-column-inner-1-hidden .navbar-nav,
    .tri-pg-cmn-swpr .column-2 .sm-column-inner-2-hidden .navbar-nav,
    .tri-pg-cmn-swpr .column-2 .sm-column-inner-3-hidden .navbar-nav {
        gap: 1.45rem !important;
    }

    .tri-pg-cmn-swpr .column-1.pos-rel {
        margin-bottom: 1.45rem;
    }
    /* Home */

    /* Brand License */
    .our-benefits .ourBenefitsSwiper h2 {
        line-height: 2rem !important;
        margin: 1rem 0;
    }

    .common-introduction-0 .introduction-content-0 {
        padding: 0 6%;
    }

    .brand-support h2 {
        margin-bottom: 1rem;
    }

    .brand-support p {
        width: auto;
        text-align: justify;
    }

    .brand-support p:nth-of-type(1) {
        margin-bottom: 1.5rem;
    }

    .downloadables .wrapper img {
        width: 80px;
        margin-bottom: 2.25rem;
    }

    /* Brand License */

    /* Our Story */
    .our-story-introduction--for-mobile .row .column-2 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        background-image: url('../media/icons/f-common.png');
    }

    .our-story-introduction--for-mobile h2 {
        margin-bottom: 0;
    }

    .our-story-introduction--for-mobile p {
        margin-bottom: 1.75rem;
    }

    .our-story-introduction--for-mobile .column-2 img {
        margin-bottom: 1rem;
    }

    .our-story-introduction--for-mobile a {
        font-family: 'Poppins', sans-serif;
        text-decoration: underline;
    }

    .our-story-introduction--for-mobile a span {
        display: none;
    }

    .our-boards h2.heading {
        margin-bottom: 2.5rem;
    }

    .our-boards img {
        margin-bottom: 2rem;
    }

    .our-boards .desc-ma {
        padding-bottom: 2.75rem;
    }

    .our-boards .designation {
        font-size: 1rem;
        margin-top: -1.25rem;
        margin-bottom: 1.5rem;
    }

    .our-boards .desc p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .our-story-cta svg {
        display: none;
    }

    .our-story-cta .cta-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        transform: translateY(0px);
    }

    .our-story-cta h3 {
        text-align: center;
        font-size: 1.125rem;
        line-height: 2.125rem;
        margin-bottom: 1.5rem;
    }

    .our-story-cta h2 {
        margin-top: -1rem;
        text-align: center;
        margin-bottom: 2.5rem;
        line-height: 2.75rem !important;
    }

    .our-story-cta a {
        font-size: 1.25rem;
        line-height: 3rem;
        padding: 0.7rem 4.75rem;
    }

    .our-story-cta .column-2 .cta-content {
        transform: translateY(0%);
    }

    .our-story-cta .column-2 {
        padding: 4rem 0;
    }

    .our-story-cta .column-1 {
        order: 2;
    }

    /* Our Story */

    /* Our Services */

    /* faqs */
    .for-faqs section.cover {
        margin-top: 4rem !important;
        margin-bottom: 2.35rem !important;
    }

    .for-faqs section.accordion {
        margin-top: 2.35rem !important;
    }

    .for-faqs h2.bl-heading {
        line-height: 2.75rem !important;
    }

    .for-faqs .accordion-button {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .for-faqs .accordion-body {
        width: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* faqs */

    /* contact us */
    .contact-us h2 {
        line-height: 2.5rem !important;
    }

    .contact-us .myenquire-form {
        padding-top: 8%;
        margin-top: -8rem;
        padding-left: 7%;
        padding-right: 7%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contact-cover h2 {
        top: 40%;
    }

    .form-control,
    .investment-capicity {
        padding: 12px 0;
    }

    .form-check-label {
        margin-left: 1rem !important;
    }

    .contact-cover h2 {
        width: 100%;
        text-align: center;
    }

    .form-control::placeholder {
        font-size: 16px;
        line-height: 20px;
    }

    .contact-us input[type="text"]::placeholder,
    .contact-us input[type="email"]::placeholder {
        font-size: 16px;
    }

    .btn-submit {
        font-size: 16px;
    }

    #stateSelect,
    #citySelect {
        font-size: 16px !important;
    }

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* Boards */
    .boards-info .column-1,
    .boards-info .column-2,
    .boards-info .column-3 {
        background-size: 210%;
        background-position: center bottom;
        background-repeat: repeat-y;
        background-image: url('../media/images/dimaond-bg-alt.png');
    }

    .boards-common-introduction svg {
        top: 10%;
        width: 260px;
    }

    .boards-common-introduction .boards-introduction-content h2 {
        margin-top: -3rem;
    }

    .boards-info {
        background-image: none;
        padding-bottom: 3.5rem;
    }

    .boards-info .content-container h2 {
        line-height: 2rem;
        margin-top: 1.5rem;
        margin-bottom: 1.100rem;
    }

    .boards-info .content-container p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .boards-info .content-container p:nth-of-type(2),
    .boards-info .column-2 .content-container p {
        margin-bottom: 2.5rem;
    }

    .boards-info .column-3 .content-container p:nth-of-type(2) {
        margin-bottom: 0;
    }
    /* Boards */
}

@media (min-width: 500px) and (max-width: 767px) {

    /* terms and conditions */
    .privacy-policy h1,
    .t-and-c h1 {
        line-height: 2.125rem;
    }

    .privacy-policy h2,
    .t-and-c h2 {
        line-height: 2.125rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1.25rem !important;
    }

    /* terms and conditions */

    section {
        margin: 5rem 0;
    }

    /* utility classes */
    #staticBackdrop .modal-body img,
    #staticBackdrop2 .modal-body img,
    #staticBackdrop4 .modal-body img,
    #staticBackdrop3 .modal-body img {
        width: 60px;
        margin-top: -1.5rem;
        margin-bottom: 1.75rem !important;
    }

    #staticBackdrop .modal-body h2,
    #staticBackdrop2 .modal-body h2,
    #staticBackdrop4 .modal-body h2,
    #staticBackdrop3 .modal-body h2 {
        line-height: 2rem;
    }

    #staticBackdrop .modal-body p,
    #staticBackdrop2 .modal-body p,
    #staticBackdrop4 .modal-body p,
    #staticBackdrop3 .modal-body p {}

    #staticBackdrop .modal-footer,
    #staticBackdrop2 .modal-footer,
    #staticBackdrop4 .modal-footer,
    #staticBackdrop3 .modal-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #staticBackdrop .modal-footer a,
    #staticBackdrop2 .modal-footer a,
    #staticBackdrop4 .modal-footer a,
    #staticBackdrop3 .modal-footer a {
        padding: 0.8rem 1.125rem;
    }

    /* utility classes */

    /* common navbar */
    .offcanvas-body {
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
        background-image: url('../media/icons/f-common.png');
    }

    .navbar-brand img {
        width: 100px;
    }

    .offcanvas-body {
        margin-top: 2rem;
        justify-content: flex-start !important;
    }

    .navbar .hm-menu {
        font-size: 1.25rem;
    }

    /* common navbar */

    /* common footer */
    footer input#newsletter1::placeholder {
        font-size: 1.100rem;
    }

    /* common footer */

    /* COMMON: CTA 1 */
    .common-cta-1 h3 {
        text-align: center;
        font-size: 1.5rem;
        line-height: 3rem;
        margin-bottom: 0rem;
    }

    .common-cta-1 h2 {
        margin-bottom: 1.75rem;
        line-height: 4.625rem !important;
    }

    .common-cta-1 .cta-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        transform: translateY(0px);
    }

    .common-cta-1 a {
        font-size: 1.125rem;
        line-height: 3rem;
        padding: 0.75rem 6.5rem;
    }

    .common-cta-1 img {
        transform: translateY(40px);
    }

    /* COMMON: CTA 1 */

    /* common banner video */

    /* common banner video */

    /* COMMON: Introduction 0 */
    .common-introduction-0 svg {
        top: -6% !important;
        right: 4% !important;
        width: 260px !important;
    }

    .common-introduction-0 .column-2 {
        margin-top: 3.5rem;
    }

    /* COMMON: Introduction 0 */

    /* COMMON: Deliverables */
    .common-deliverables h2 {
        margin-bottom: 2rem;
    }

    /* COMMON: Deliverables */

    /* COMMON: Philosophy */
    .common-philosophy h2 {
        margin-bottom: 0rem;
    }

    .common-philosophy p {
        width: auto;
    }

    /* COMMON: Philosophy */

    /* COMMON: Product Showcase */
    .common-product-showcase .swiper-wrapper img {
        width: 100%;
    }

    /* COMMON: Product Showcase */

    /* Home */
    .common-blogs .container-fluid>.row {
        gap: 2.5rem;
    }

    .common-blogs h2.blogs-heading {
        line-height: 2.75rem !important;
    }

    .common-blogs .blog-card .wrapper {
        padding: 1.75rem 1.5rem;
    }

    .common-blogs .blog-card .wrapper p {
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .common-blogs .blog-card .wrapper h3 {
        font-weight: 500;
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }

    .common-blogs .blog-card .wrapper a {
        display: flex;
        font-weight: 300;
        line-height: 1.5;
    }

    .common-blogs .blog-card .wrapper a span {
        width: 299px;
    }

    .common-blogs .blog-card .wrapper a span svg {
        width: 100%;
    }

    .tri-pg-cmn-swpr::before {
        background-size: 40%;
    }
        
    .tri-pg-cmn-swpr::before {
        top: 0%;
        left: 21%;
        bottom: 100%;
    }

    .tri-pg-cmn-swpr .nav-link {
        font-size: 1.325rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next {
        height: 50px;
        width: 50px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev {
        height: 50px;
        width: 50px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        right: 60px;
    }

    .tri-pg-cmn-swpr .show-common-swiper h3 {
        font-size: 1.125rem;
        line-height: 1.125rem;
        margin-top: 1.125rem;
    }

    .tri-pg-cmn-swpr .inner-row {
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
    }

    .tri-pg-cmn-swpr .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 50%;
        left: auto;
        right: 80px;
    }

    .tri-pg-cmn-swpr .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 50%;
        right: 0%;
        left: auto;
    }

    .tri-pg-cmn-swpr .row-1 .column-inner-1 {
        display: none;
        width: 100%;
        margin-top: 1.75rem;
    }

    .tri-pg-cmn-swpr .row-1 .column-inner-1 .navbar {
        gap: 3rem !important;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden,
    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-2-hidden {
        display: block;
        margin-left: 0rem !important;
        padding-left: 0;
        padding-right: 0;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden {
        margin-top: 2rem;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden .navbar-nav,
    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-2-hidden .navbar-nav {
        gap: 2.5rem !important;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden .navbar-nav {
        margin-bottom: 0.75rem;
    }

    /* Home */

    /* Brand License */
    .our-benefits .ourBenefitsSwiper h2 {
        line-height: 2rem !important;
        margin: 1rem 0;
    }

    .common-introduction-0 .introduction-content-0 {
        padding: 0 3%;
    }

    .brand-support h2 {
        margin-bottom: 1.100rem;
    }

    .brand-support p {
        width: 48ch;
    }

    .brand-support p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .downloadables .wrapper img {
        width: 100px;
        margin-bottom: 2.25rem;
    }

    /* Brand License */

    /* Our Story */
    .our-story-introduction--for-mobile .row .column-2 {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        background-image: url('../media/icons/f-common.png');
    }

    .our-story-introduction--for-mobile h2 {
        margin-bottom: 0;
    }

    .our-story-introduction--for-mobile p {
        margin-bottom: 2.125rem;
    }

    .our-story-introduction--for-mobile .column-2 img {
        margin-bottom: 0.75rem;
    }

    .our-story-introduction--for-mobile a {
        font-family: 'Poppins', sans-serif;
    }

    .our-story-introduction--for-mobile a svg {
        width: 299px;
    }

    .our-boards h2.heading {
        margin-bottom: 3.5rem;
    }

    .our-boards img {
        margin-bottom: 2rem;
    }

    .our-boards .desc-ma {
        padding-bottom: 2.75rem;
    }

    .our-boards .designation {
        font-size: 1.125rem;
        margin-top: -1.25rem;
        margin-bottom: 2rem;
    }

    .our-story-cta .cta-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-around;
        transform: translateY(0px);
    }

    .our-story-cta svg {
        display: none;
    }

    .our-story-cta h3 {
        text-align: center;
        font-size: 1.5rem;
        line-height: 3rem;
        margin-bottom: 0rem;
    }

    .our-story-cta h2 {
        margin-top: -1rem;
        margin-bottom: 2.75rem;
    }

    .our-story-cta a {
        font-size: 1.125rem;
        line-height: 3rem;
        padding: 0.75rem 5.5rem;
    }

    .our-story-cta .column-2 .cta-content {
        transform: translateY(0%);
    }

    .our-story-cta .column-2 {
        padding: 4rem 0;
    }

    .our-story-cta .column-1 {
        order: 2;
    }

    /* Our Story */

    /* Our Services */

    /* faqs */
    .for-faqs h2.bl-heading {
        line-height: 3.625rem !important;
    }

    .for-faqs .accordion-button {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .for-faqs .accordion-body {
        width: auto;
    }

    /* faqs */

    /* contact us */
    .contact-us .myenquire-form {
        padding-top: 6%;
        margin-top: -12rem;
        padding-left: 5%;
        padding-right: 5%;
    }

    .form-control,
    .investment-capicity {
        padding: 20px 15px;
    }

    .form-check-label {
        margin-left: 1rem !important;
    }

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* Boards */
    .boards-common-introduction svg {
        top: -8%;
        width: 250px;
    }

    .boards-common-introduction .boards-introduction-content h2 {
        margin-top: -4rem;
    }

    .boards-info {
        background-image: none;
        padding-bottom: 4rem;
    }

    .boards-info .content-container h2 {
        line-height: 2rem;
        margin-top: 2rem;
        margin-bottom: 1.100rem;
    }

    .boards-info .content-container p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .boards-info .content-container p:nth-of-type(2),
    .boards-info .column-2 .content-container p {
        margin-bottom: 2.5rem;
    }

    .boards-info .column-3 .content-container p:nth-of-type(2) {
        margin-bottom: 0;
    }
    /* Boards */
}

@media (min-width: 768px) and (max-width: 899px) {

    /* terms and conditions */
    .privacy-policy h1,
    .t-and-c h1 {
        line-height: 3rem;
    }

    .privacy-policy h2,
    .t-and-c h2 {
        line-height: 2.125rem !important;
        margin-top: 1.75rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* terms and conditions */

    section {
        margin: 6rem 0;
    }

    /* utility classes */
    #staticBackdrop .modal-body img,
    #staticBackdrop2 .modal-body img,
    #staticBackdrop4 .modal-body img,
    #staticBackdrop3 .modal-body img {
        width: 60px;
        margin-top: -1.5rem;
        margin-bottom: 1.75rem !important;
    }

    #staticBackdrop .modal-body h2,
    #staticBackdrop2 .modal-body h2,
    #staticBackdrop4 .modal-body h2,
    #staticBackdrop3 .modal-body h2 {
        line-height: 2rem;
    }

    #staticBackdrop .modal-body p,
    #staticBackdrop2 .modal-body p,
    #staticBackdrop4 .modal-body p,
    #staticBackdrop3 .modal-body p {}

    #staticBackdrop .modal-footer,
    #staticBackdrop2 .modal-footer,
    #staticBackdrop4 .modal-footer,
    #staticBackdrop3 .modal-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #staticBackdrop .modal-footer a,
    #staticBackdrop2 .modal-footer a,
    #staticBackdrop4 .modal-footer a,
    #staticBackdrop3 .modal-footer a {
        padding: 0.8rem 1.125rem;
    }

    /* utility classes */

    /* common navbar */
    .navbar-brand img {
        width: 110px;
    }

    .nav-item a.navigation {
        font-size: 19px;
    }

    .navbar .dropdown-toggle {
        border: 0;
        font-size: 19px;
        font-weight: 300;
        color: #ffffff;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
    }

    .navbar .dropdown-item {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #131313 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .nav-item a.clickables {
        font-size: 17px;
    }

    .offcanvas .swiper-slide h3 {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.5;
    }

    nav .column-inner-1,
    nav .column-inner-2 {
        width: 100%;
    }

    nav .column-inner-2>.navbar-nav {
        margin-bottom: 0 !important;
    }

    nav #pos-here .swiper-button-next {
        height: 40px;
        width: 40px;
    }

    nav #pos-here .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

    nav #pos-here .swiper-button-prev,
    nav #pos-here .swiper-rtl .swiper-button-next {
        right: 55px;
    }

    .navbar .hm-menu {
        font-size: 1.35rem;
    }

    /* common navbar */

    /* common footer */
    footer .row-1 {
        display: none;
    }

    footer .row-2 {
        width: 100%;
    }

    footer h5 {
        font-size: 1.25rem;
    }

    footer .footer-links {
        font-size: 1.2rem;
    }

    footer .footer-info {
        width: 100%;
    }

    footer .copyright {
        width: 50%;
    }

    footer .social-links-group {
        width: 50%;
    }

    footer .f-additionals {
        width: 100%;
    }

    footer input#newsletter1::placeholder {
        font-size: 0.9rem;
    }

    /* common footer */

    /* COMMON: CTA 1 */
    .common-cta-1 h2 {
        line-height: 3.75rem;
        margin-bottom: 2.5rem;
    }

    .common-cta-1 h3 {
        font-size: 1.125rem;
        line-height: 2.25rem;
    }

    .common-cta-1 a {
        font-size: 1.125rem;
        padding: 1.125rem 4.5rem;
    }

    .common-cta-1 .cta-content {    
        transform: translateY(10px);
    }

    /* COMMON: CTA 1 */

    /* common banner video */

    /* common banner video */

    /* COMMON: Introduction 0 */
    .common-introduction-0 svg {
        top: -10% !important;
        right: 4% !important;
        width: 280px !important;
    }

    .common-introduction-0 .column-1,
    .common-introduction-0 .column-2 {
        width: 100%;
    }

    .common-introduction-0 .column-2 {
        margin-top: 5rem;
    }

    /* COMMON: Introduction 0 */

    /* COMMON: Deliverables */
    .common-deliverables h2 {
        margin-bottom: 2.5rem;
    }

    /* COMMON: Deliverables */

    /* COMMON: Philosophy */
    .common-philosophy h2 {
        margin-bottom: 1rem;
    }

    .common-philosophy p {
        width: auto;
    }

    /* COMMON: Philosophy */

    /* COMMON: Product Showcase */
    .common-product-showcase .swiper-wrapper img {
        width: 100%;
    }

    /* COMMON: Product Showcase */

    /* Home */
    .common-blogs .col-bm {
        margin-bottom: 1.5rem !important;
    }

    .common-blogs .blog-card .wrapper {
        padding: 1.5rem 1.125rem;
    }

    .common-blogs .blog-card .wrapper p {
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .common-blogs .blog-card .wrapper h3 {
        font-weight: 500;
        font-size: 1.100rem;
        margin-bottom: 1.5rem;
    }

    .common-blogs .blog-card .wrapper a {
        display: flex;
        font-weight: 300;
        line-height: 1.5;
        text-decoration: underline;
    }

    .common-blogs .blog-card .wrapper a span {
        display: none;
    }

    .tri-pg-cmn-swpr::before {
        background-size: 28%;
    }
        
    .tri-pg-cmn-swpr::before {
        left: 2%;
        bottom: -70%;
    }

    .tri-pg-cmn-swpr .inner-row {
        margin-bottom: 2.5rem;
    }

    .tri-pg-cmn-swpr .nav-link {
        font-size: 1.35rem;
    }

    .tri-pg-cmn-swpr .show-common-swiper h3 {
        margin-top: 0.35rem;
        font-size: 1.125rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next {
        height: 50px;
        width: 50px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev {
        height: 50px;
        width: 50px;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1 {
        display: none;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden,
    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-2-hidden {
        display: block;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden {
        margin-bottom: 1rem;
    }

    .swiper.commonSwiper {
        margin-inline-start: 3rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 50%;
        right: auto;
        left: 80px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 50%;
        left: 0%;
        right: auto;
    }

    /* Home */

    /* Brand License */
    .our-benefits-swiper-desktop .swiper-container-2 {
        width: 60%;
    }

    .our-benefits-swiper-desktop .swiperFront-1 .swiper-slide {
        padding: 38px;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .column-1, .our-benefits-swiper-desktop .swiper-container-2 .column-2 {
        height: 160px;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h2 {
        line-height: 4rem !important;
        margin-bottom: 0.5rem !important;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h3 {
        line-height: 2.5rem !important;
        margin-bottom: 1.125rem !important;
    }

    .common-introduction-0 .introduction-content-0 {
        padding: 0 2%;
    }

    .brand-support h2 {
        margin-bottom: 1.25rem;
    }

    .brand-support p {
        width: 64ch;
    }

    .brand-support p:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .downloadables .wrapper img {
        width: 60px;
        margin-bottom: 2.125rem;
    }

    /* Brand License */

    /* Our-Story */
    .our-story-introduction--for-desktop .row.primary-row .column-2.bg-me {
        background-size: 50%;
    }

    .our-story-introduction--for-desktop .row.primary-row .column-2.bg-me {
        background-position: left 100%;
    }

    .our-story-introduction--for-desktop .row-1 .column-1 {
        width: 100%;
    }

    .our-story-introduction--for-desktop .row-1 .column-2 {
        width: 0%;
    }

    .our-story-introduction--for-desktop .row-2 .column-1 {
        width: 0%;
    }

    .our-story-introduction--for-desktop .row-2 .column-2 {
        width: 100%;
    }

    .our-story-introduction--for-desktop .row-2 .column-2 p {
        width: 44ch;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .our-story-introduction--for-desktop .row-3 img {
        margin-bottom: 1rem;
    }

    .our-story-introduction--for-desktop .row-1 h2 {
        margin-bottom: 0.125rem;
    }

    .our-story-introduction--for-desktop .row-3 .column-2 {
        margin-bottom: 1.5rem;
    }

    .our-story-introduction--for-desktop .row-3 .column-1 {
        width: 0%;
    }

    .our-story-introduction--for-desktop .row-3 .column-2 {
        width: 100%;
    }

    .our-story-introduction--for-desktop .row-3 a {
        font-size: 1.100rem;
        text-align: center;
    }

    .statistics .stats-container h3 {
        font-size: 2.75rem;
    }

    .statistics .stats-container .stats-card p {
        font-size: 18px;
        line-height: 22px;
    }

    .our-boards .boards-content {
        width: 350px;
        padding-bottom: 2rem;
    }

    .our-boards h2.heading {
        margin-bottom: 4.5rem;
    }

    .our-boards img {
        margin-bottom: 2rem;
    }

    .our-boards .designation {
        font-size: 1.125rem;
        margin-top: -1.25rem;
        margin-bottom: 2rem;
    }

    .our-story-cta {
        overflow: hidden;
    }

    .our-story-cta h3 {
        font-size: 1.125rem;
        line-height: 2.25rem;
    }

    .our-story-cta h2 {
        margin-bottom: 1.5rem;
        margin-top: -1rem;
    }

    .our-story-cta a {
        font-size: 1.125rem;
        padding: 1.125rem 4.5rem;
    }

    .our-story-cta .column-2 .cta-content {
        transform: translateY(-20%);
    }

    .our-story-cta svg {
        width: 135%;
        height: 91px;
    }

    /* Our-Story */

    /* Our Services */

    /* Our Services */

    /* faqs */
    .for-faqs .accordion-button {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .for-faqs .accordion-body {
        width: auto;
    }

    /* faqs */

    /* contact us */

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* boards */
    .boards-common-introduction svg {
        top: -18%;
        width: 300px;
    }

    .boards-common-introduction .boards-introduction-content p {
        width: auto;
        padding-right: 10%;
        margin: 0 auto;
    }

    .boards-info .content-container h2 {
        line-height: 2rem;
        margin-top: 2rem;
        margin-bottom: 1.75rem;
    }
    /* boards */
}

@media (min-width: 900px) and (max-width: 1099px) {

    /* terms and conditions */
    .privacy-policy h1,
    .t-and-c h1 {
        line-height: 3rem;
    }

    .privacy-policy h2,
    .t-and-c h2 {
        line-height: 2.125rem !important;
        margin-top: 1.75rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* terms and conditions */

    section {
        margin: 6rem 0;
    }

    /* utility classes */
    #staticBackdrop .modal-body img,
    #staticBackdrop2 .modal-body img,
    #staticBackdrop4 .modal-body img,
    #staticBackdrop3 .modal-body img {
        width: 60px;
        margin-top: -1.5rem;
        margin-bottom: 1.75rem !important;
    }

    #staticBackdrop .modal-body h2,
    #staticBackdrop2 .modal-body h2,
    #staticBackdrop4 .modal-body h2,
    #staticBackdrop3 .modal-body h2 {
        line-height: 2rem;
    }

    #staticBackdrop .modal-body p,
    #staticBackdrop2 .modal-body p,
    #staticBackdrop4 .modal-body p,
    #staticBackdrop3 .modal-body p {}

    #staticBackdrop .modal-footer,
    #staticBackdrop2 .modal-footer,
    #staticBackdrop4 .modal-footer,
    #staticBackdrop3 .modal-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #staticBackdrop .modal-footer a,
    #staticBackdrop2 .modal-footer a,
    #staticBackdrop4 .modal-footer a,
    #staticBackdrop3 .modal-footer a {
        padding: 0.8rem 1.125rem;
    }

    /* utility classes */

    /* common navbar */
    .navbar-brand img {
        width: 120px;
    }

    .nav-item a.navigation {
        font-size: 20px;
    }

    .navbar .dropdown-toggle {
        border: 0;
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
    }

    .navbar .dropdown-item {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #131313 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .nav-item a.clickables {
        font-size: 18px;
    }

    .offcanvas .swiper-slide h3 {
        margin-top: 1rem;
        font-size: 1.125rem;
        line-height: 1.5;
    }

    nav #pos-here .swiper-button-next {
        height: 40px;
        width: 40px;
    }

    nav #pos-here .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

    nav #pos-here .swiper-button-prev,
    nav #pos-here .swiper-rtl .swiper-button-next {
        right: 60px;
    }

    /* common navbar */

    /* common footer */
    footer .row-1 {
        display: none;
    }

    footer .row-2 {
        width: 100%;
    }

    footer input#newsletter1::placeholder {
        font-size: 1rem;
    }

    footer #newsletter1 {
        padding: 0.75rem 1rem;
    }

    /* common footer */

    /* COMMON: CTA 1 */
    .common-cta-1 h2 {
        line-height: 3.85rem !important;
        margin-bottom: 2.125rem;
    }

    .common-cta-1 h3 {
        font-size: 1.45rem;
        line-height: 2.70625rem;
    }

    .common-cta-1 a {
        font-size: 1.125rem;
        padding: 1.125rem 4.5rem;
    }

    .common-cta-1 .cta-content {
        transform: translateY(30px);
    }

    /* COMMON: CTA 1 */

    /* common banner video */

    /* common banner video */
    .common-introduction-0 svg {
        top: -0% !important;
        left: 0% !important;
        width: 300px !important;
    }

    .common-introduction-0 .introduction-content-0 {
        padding: 0px 7%;
    }

    .common-introduction-0 .swiper-slide {
        filter: blur(10px);
        transition: filter 0.75s ease;
    }

    .common-introduction-0 .swiper-slide-active {
        filter: blur(0px);
    }
    /* COMMON: Introduction 0 */

    /* COMMON: Deliverables */
    .common-deliverables h2 {
        margin-bottom: 2.75rem;
    }

    /* COMMON: Deliverables */

    /* COMMON: Philosophy */
    .common-philosophy h2 {
        margin-bottom: 0rem;
    }

    .common-philosophy p {
        width: auto;
    }

    /* COMMON: Philosophy */

    /* COMMON: Product Showcase */
    .common-product-showcase .swiper-wrapper img {
        width: 100%;
    }

    /* COMMON: Product Showcase */

    /* Home */
    .common-blogs .col-bm {
        padding-bottom: 1.125rem;
    }

    .common-blogs .blog-card .wrapper {
        padding: 1.5rem 1.125rem;
    }

    .common-blogs .blog-card .wrapper p {
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .common-blogs .blog-card .wrapper h3 {
        font-weight: 500;
        font-size: 1.100rem;
        margin-bottom: 1.5rem;
    }

    .common-blogs .blog-card .wrapper a {
        display: flex;
        font-weight: 300;
        line-height: 1.5;
        text-decoration: underline;
    }

    .common-blogs .blog-card .wrapper a span {
        display: none;
    }

    .common-introduction-0 .introduction-content-0 h2 {
        margin-bottom: 0.5rem;
    }

    .tri-pg-cmn-swpr::before {
        background-size: 24%;
    }
        
    .tri-pg-cmn-swpr::before {
        left: 5%;
        bottom: -70%;
    }

    .tri-pg-cmn-swpr .inner-row {
        margin-bottom: 2.5rem;
    }

    .tri-pg-cmn-swpr .nav-link {
        font-size: 1.35rem;
    }

    .tri-pg-cmn-swpr .show-common-swiper h3 {
        margin-top: 0.35rem;
        font-size: 1.125rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next {
        height: 50px;
        width: 50px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev {
        height: 50px;
        width: 50px;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1 {
        display: none;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden,
    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-2-hidden {
        display: block;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden {
        margin-bottom: 1rem;
    }

    .swiper.commonSwiper {
        margin-inline-start: 3rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 50%;
        right: auto;
        left: 80px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 50%;
        left: 0%;
        right: auto;
    }

    /* Home */

    /* Brand License */
    .our-benefits-swiper-desktop .swiper-container-2 {
        width: 60%;
    }

    .our-benefits-swiper-desktop .swiperFront-1 .swiper-slide {
        padding: 48px;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .column-1, .our-benefits-swiper-desktop .swiper-container-2 .column-2 {
        height: 160px;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h2 {
        line-height: 4rem !important;
        margin-bottom: 0.5rem !important;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h3 {
        line-height: 2.5rem !important;
        margin-bottom: 1.125rem !important;
    }

    .brand-support h2 {
        margin-bottom: 1.5rem;
    }

    .brand-support p {
        width: 74ch;
    }

    .brand-support p:nth-of-type(1) {
        margin-bottom: 1.5rem;
    }

    .downloadables .wrapper img {
        width: 70px;
        margin-bottom: 2.25rem;
    }

    /* Brand License */

    /* Our Story */
    .our-story-introduction--for-desktop .row.primary-row .column-2.bg-me {
        background-size: 49%;
    }

    .our-story-introduction--for-desktop .row-1 .column-1 {
        width: 100%;
    }

    .our-story-introduction--for-desktop .row-1 .column-2 {
        width: 0%;
    }

    .our-story-introduction--for-desktop .row-2 .column-1 {
        width: 0%;
    }

    .our-story-introduction--for-desktop .row-2 .column-2 {
        width: 100%;
    }

    .our-story-introduction--for-desktop .row-2 .column-2 p {
        width: 54ch;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .our-story-introduction--for-desktop .row-3 img {
        margin-bottom: 1rem;
    }

    .our-story-introduction--for-desktop .row-1 h2 {
        margin-bottom: 0.125rem;
    }

    .our-story-introduction--for-desktop .row-3 .column-2 {
        margin-bottom: 1.5rem;
    }

    .our-story-introduction--for-desktop .row-3 .column-1 {
        width: 0%;
    }

    .our-story-introduction--for-desktop .row-3 .column-2 {
        width: 100%;
    }

    .our-story-introduction--for-desktop .row-3 a {
        font-size: 1.100rem;
        text-align: center;
    }

    .statistics .stats-container h3 {
        font-size: 2.75rem;
        line-height: 3rem;
    }

    .statistics .stats-container .stats-card p {
        font-size: 18px;
        line-height: 24px;
    }

    .our-boards .boards-content {
        width: 420px;
        padding-bottom: 2rem;
    }

    .our-boards h2.heading {
        margin-bottom: 2.75rem;
    }

    .our-boards img {
        margin-bottom: 1.5rem;
    }

    .our-boards .designation {
        font-size: 1.125rem;
        margin-top: -1.25rem;
        margin-bottom: 2rem;
    }

    .our-story-cta h3 {
        font-size: 1.45rem;
        line-height: 2.70625rem;
    }

    .our-story-cta h2 {
        margin-top: -1rem;
        margin-bottom: 2.125rem;
    }

    .our-story-cta a {
        font-size: 1.125rem;
        padding: 1.125rem 4.5rem;
    }

    .our-story-cta .column-2 .cta-content {
        transform: translateY(-40%);
    }

    /* Our Story */

    /* Our Services */

    /* faqs */
    .for-faqs .accordion-button {
        font-size: 1.25rem;
        line-height: 1rem;
    }

    .for-faqs .accordion-body {
        width: auto;
    }

    /* faqs */

    /* contact us */
    .contact-cover {
        display: block;
        position: relative;
    }

    .contact-cover h2 {
        top: 30%;
        left: 50%;
        color: #ffff;
        position: absolute;
        transform: translateX(-50%);
        text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.9);
    }

    .contact-us {
        background-image: none;
    }

    .contact-us #enquiry {
        width: 100%;
    }

    .contact-us .myenquire-form {
        padding-top: 6%;
        margin-top: -20rem;
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    }

    .contact-us .myenquire-form h2 {
        display: none;
    }

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* boards */
    .boards-common-introduction svg {
        top: -21%;
        width: 300px;
    }

    .boards-common-introduction .boards-introduction-content p {
        width: auto;
        padding-right: 10%;
        margin: 0 auto;
    }

    .boards-info .content-container h2 {
        line-height: 2.5rem;
        margin-top: 1.75rem;
        margin-bottom: 1.5rem;
    }

    /* boards */
}

@media (min-width: 1100px) and (max-width: 1299px) {

    /* terms and conditions */
    .privacy-policy h1,
    .t-and-c h1 {
        line-height: 3rem;
    }

    .privacy-policy h2,
    .t-and-c h2 {
        line-height: 2.125rem !important;
        margin-top: 1.75rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* terms and conditions */

    section {
        margin: 7rem 0;
    }

    /* utility classes */
    #staticBackdrop .modal-body img,
    #staticBackdrop2 .modal-body img,
    #staticBackdrop4 .modal-body img,
    #staticBackdrop3 .modal-body img {
        width: 60px;
        margin-top: -1.5rem;
        margin-bottom: 2.5rem !important;
    }

    #staticBackdrop .modal-body h2,
    #staticBackdrop2 .modal-body h2,
    #staticBackdrop4 .modal-body h2,
    #staticBackdrop3 .modal-body h2 {
        line-height: 2rem;
    }

    #staticBackdrop .modal-body p,
    #staticBackdrop2 .modal-body p,
    #staticBackdrop4 .modal-body p,
    #staticBackdrop3 .modal-body p {}

    #staticBackdrop .modal-footer,
    #staticBackdrop2 .modal-footer,
    #staticBackdrop4 .modal-footer,
    #staticBackdrop3 .modal-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #staticBackdrop .modal-footer a,
    #staticBackdrop2 .modal-footer a,
    #staticBackdrop4 .modal-footer a,
    #staticBackdrop3 .modal-footer a {
        padding: 1rem 2rem;
    }

    /* utility classes */

    /* common navbar */
    .navbar-brand img {
        width: 120px;
    }

    .nav-item a.navigation {
        font-size: 21px;
    }

    .navbar .dropdown-toggle {
        border: 0;
        font-size: 21px;
        font-weight: 300;
        color: #ffffff;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
    }

    .navbar .dropdown-item {
        font-size: 17px !important;
        font-weight: 300 !important;
        color: #131313 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .nav-item a.clickables {
        font-size: 19px;
    }

    .offcanvas .swiper-slide h3 {
        margin-top: 1rem;
        font-size: 1.25rem;
        line-height: 2;
    }

    nav #pos-here .swiper-button-next {
        height: 45px;
        width: 45px;
    }

    nav #pos-here .swiper-button-prev {
        height: 45px;
        width: 45px;
    }

    nav #pos-here .swiper-button-prev,
    nav #pos-here .swiper-rtl .swiper-button-next {
        right: 70px;
    }

    /* common navbar */

    /* common footer */
    footer .row-1 img {
        width: 80%;
    }

    footer input#newsletter1::placeholder {
        font-size: 1.100rem;
    }

    footer #newsletter1 {
        padding: 1rem 1rem;
    }

    /* common footer */

    /* COMMON: CTA 1 */
    .common-cta-1 a {
        font-size: 1.25rem;
        padding: 1.125rem 4.5rem;
    }

    .common-cta-1 h3 {
        font-size: 1.5rem;
        line-height: 2.95625rem;
    }

    .common-cta-1 h2 {
        line-height: 4rem !important;
        margin-bottom: 2.25rem;
    }

    .common-cta-1 .cta-content {
        transform: translateY(25px);
    }

    .common-cta-1 img {
        transform: translateY(10px);
    }

    /* COMMON: CTA 1 */

    /* common banner video */

    /* common banner video */

    /* COMMON: Introduction 0 */
    .common-introduction-0 svg {
        top: -25% !important;
        left: 0% !important;
        width: 280px !important;
    }

    .common-introduction-0 .introduction-content-0 {
        padding: 0px 8.5%;
    }
    /* COMMON: Introduction 0 */

    /* COMMON: Deliverables */
    .common-deliverables h2 {
        margin-bottom: 3.75rem;
    }

    /* COMMON: Deliverables */

    /* COMMON: Philosophy */
    .common-philosophy h2 {
        margin-bottom: 2rem;
    }

    .common-philosophy p {
        width: auto;
    }

    /* COMMON: Philosophy */

    /* COMMON: Product Showcase */
    .common-product-showcase .swiper-wrapper img {
        width: 100%;
    }

    /* COMMON: Product Showcase */

    /* Home */
    .common-blogs .col-bm {
        padding-bottom: 1.125rem;
    }

    .common-blogs .blog-card .wrapper {
        padding: 1.5rem 1.125rem;
    }

    .common-blogs .blog-card .wrapper p {
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .common-blogs .blog-card .wrapper h3 {
        font-weight: 500;
        font-size: 1.100rem;
        margin-bottom: 1.5rem;
    }

    .common-blogs .blog-card .wrapper a {
        display: flex;
        font-weight: 300;
        line-height: 1.5;
        text-decoration: underline;
    }

    .common-blogs .blog-card .wrapper a span {
        display: none;
        width: 299px;
    }

    .common-blogs .blog-card .wrapper a span svg {
        width: 100%;
    }

    .common-introduction-0 .introduction-content-0 h2 {
        margin-bottom: 0.75rem;
    }

    .tri-pg-cmn-swpr::before {
        left: 4%;
        bottom: -60%;
    }

    .tri-pg-cmn-swpr::before {
        background-size: 24%;
    }

    .tri-pg-cmn-swpr .inner-row {
        margin-bottom: 2.5rem;
    }

    .tri-pg-cmn-swpr .nav-link {
        font-size: 1.35rem;
    }

    .tri-pg-cmn-swpr .show-common-swiper h3 {
        margin-top: 0.35rem;
        font-size: 1.125rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next {
        height: 50px;
        width: 50px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev {
        height: 50px;
        width: 50px;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1 {
        display: none;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden,
    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-2-hidden {
        display: block;
    }

    .tri-pg-cmn-swpr .column-2 .inner-row .column-inner-1-hidden {
        margin-bottom: 1rem;
    }

    .swiper.commonSwiper {
        margin-inline-start: 3rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 50%;
        right: auto;
        left: 80px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 50%;
        left: 0%;
        right: auto;
    }

    /* Home */

    /* Brand License */
    .our-benefits-swiper-desktop .swiper-container-2 {
        width: 48%;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h2 {
        line-height: 4rem !important;
        margin-bottom: 0.5rem !important;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h3 {
        line-height: 2.5rem !important;
        margin-bottom: 1.125rem !important;
    }

    .brand-support h2 {
        margin-bottom: 1.75rem;
    }

    .brand-support p {
        width: 78ch;
    }

    .brand-support p:nth-of-type(1) {
        margin-bottom: 1.5rem;
    }

    .downloadables .wrapper img {
        width: 85px;
        margin-bottom: 2rem;
    }

    /* Brand License */

    /* Our Story */
    .our-story-introduction--for-desktop .row.row-2 .column-1 {
        width: 25%;
    }

    .our-story-introduction--for-desktop .row.row-2 .column-2 {
        width: 75%;
    }

    .our-story-introduction--for-desktop .row.row-3 .column-1 {
        width: 20%;
    }

    .our-story-introduction--for-desktop .row.row-3 .column-2 {
        width: 80%;
    }

    .our-story-introduction--for-desktop .row-1 .column-1 {
        width: 80%;
    }

    .our-story-introduction--for-desktop .row-1 .column-2 {
        width: 20%;
    }

    .our-story-introduction--for-desktop .row-1 h2 {
        margin-bottom: 1rem;
    }

    .our-story-introduction--for-desktop .row-2 p {
        width: 48ch;
        margin-bottom: 2.75rem;
    }

    .our-story-introduction--for-desktop .row-3 img {
        margin-bottom: 2rem;
    }

    .our-story-introduction--for-desktop .row-3 a {
        font-size: 1.100rem;
    }

    .statistics .stats-container h3 {
        font-size: 3.125rem;
        line-height: 4rem;
    }

    .statistics .stats-container .stats-card p {
        font-size: 18px;
        line-height: 24px;
    }

    .statistics .stats-container {
        padding: 2rem 0;
    }

    .statistics .stats-container .stats-card p {
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .our-boards .boards-content {
        width: 460px;
    }

    .our-boards h2.heading {
        margin-bottom: 4rem;
    }

    .our-boards img {
        margin-bottom: 2rem;
    }

    .our-story-cta h2 {
        margin-top: -1rem;
        margin-bottom: 3rem;
    }

    .our-boards .designation {
        font-size: 1.25rem;
        margin-top: -1.25rem;
        margin-bottom: 2.5rem;
    }

    .our-story-cta h3 {
        font-size: 1.5rem;
        line-height: 2.95625rem;
    }

    .our-story-cta a {
        font-size: 1.25rem;
        padding: 1.125rem 4.5rem;
    }

    .our-story-cta .column-2 .cta-content {
        transform: translateY(-14%);
    }

    /* Our Story */

    /* Our Services */

    /* Our Services */

    /* faqs */
    .for-faqs .accordion-button {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .for-faqs .accordion-body {
        width: 90ch;
    }

    /* faqs */

    /* contact us */
    .contact-us h1 {
        font-size: 60px;
        font-weight: 400;
        line-height: 90px;
        margin-bottom: 3rem;
    }

    .contact-us {
        background-position-y: center;
        background-position-x: 85%;
    }

    .contact-us .form-control,
    .contact-us .investment-capicity {
        padding: 20px;
    }

    .contact-us .column-1 {
        width: 70%;
    }

    .contact-us .myenquire-form {
        padding-top: 6%;
        padding-left: 8%;
        padding-right: 8%;
    }

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* boards */
    .boards-common-introduction svg {
        top: -21%;
        width: 280px;
    }

    .boards-common-introduction .boards-introduction-content p {
        width: auto;
        padding-right: 10%;
        margin: 0 auto;
    }

    .boards-info .content-container h2 {
        line-height: 2.5rem;
        margin-top: 1.125rem;
        margin-bottom: 1.5rem;
    }

    /* boards */
}

@media (min-width: 1300px) and (max-width: 1499px) {

    /* utility classes */
    #staticBackdrop .modal-body img,
    #staticBackdrop2 .modal-body img,
    #staticBackdrop4 .modal-body img,
    #staticBackdrop3 .modal-body img {
        width: 60px;
        margin-top: -1.5rem;
        margin-bottom: 2.5rem !important;
    }

    #staticBackdrop .modal-body h2,
    #staticBackdrop2 .modal-body h2,
    #staticBackdrop4 .modal-body h2,
    #staticBackdrop3 .modal-body h2 {
        line-height: 2.75rem;
    }

    #staticBackdrop .modal-footer,
    #staticBackdrop2 .modal-footer,
    #staticBackdrop4 .modal-footer,
    #staticBackdrop3 .modal-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #staticBackdrop .modal-footer a,
    #staticBackdrop2 .modal-footer a,
    #staticBackdrop4 .modal-footer a,
    #staticBackdrop3 .modal-footer a {
        padding: 1rem 2rem;
    }

    /* utility classes */

    /* common navbar */
    .navbar-brand img {
        width: 120px;
    }

    .nav-item a.navigation {
        font-size: 22px;
    }

    .navbar .dropdown-toggle {
        border: 0;
        font-size: 22px;
        font-weight: 300;
        color: #ffffff;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
    }

    .navbar .dropdown-item {
        font-size: 18px !important;
        font-weight: 300 !important;
        color: #131313 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .nav-item a.clickables {
        font-size: 20px;
    }

    .offcanvas .swiper-slide h3 {
        margin-top: 1rem;
        font-size: 1.35rem;
        line-height: 2;
    }

    nav #pos-here .swiper-button-next {
        height: 50px;
        width: 50px;
    }

    nav #pos-here .swiper-button-prev {
        height: 50px;
        width: 50px;
    }

    nav #pos-here .swiper-button-prev,
    nav #pos-here .swiper-rtl .swiper-button-next {
        right: 80px;
    }

    /* common navbar */

    /* common footer */
    footer .row-1 {
        width: 10%;
    }

    footer .row-2 {
        width: 85%;
    }

    footer input#newsletter1::placeholder {
        font-size: 1.125rem;
    }

    footer #newsletter1 {
        padding: 1rem 1.5rem;
    }

    /* common footer */

    /* COMMON: CTA 1 */
    .common-cta-1 h3 {
        font-size: 1.75rem;
        line-height: 3.20625rem;
    }

    .common-cta-1 h2 {
        margin-bottom: 2.125rem;
    }

    .common-cta-1 a {
        font-size: 1.25rem;
        padding: 1.5rem 5.5rem;
    }

    .common-cta-1 .cta-content {
        transform: translateY(60px);
    }

    .common-cta-1 img {
        transform: translateY(20px);
    }

    /* COMMON: CTA 1 */

    /* common banner video */

    /* common banner video */

    /* COMMON: Introduction 0 */
    .common-introduction-0 svg {
        top: -25% !important;
        left: 0% !important;
        width: 280px !important;
    }

    /* COMMON: Introduction 0 */

    /* COMMON: Deliverables */
    .common-deliverables h2 {
        margin-bottom: 4.25rem;
    }

    /* COMMON: Deliverables */

    /* COMMON: Philosophy */
    .common-philosophy h2 {
        margin-bottom: 3rem;
    }

    .common-philosophy p {
        width: auto;
    }

    /* COMMON: Philosophy */

    /* COMMON: Product Showcase */
    .common-product-showcase .swiper-wrapper img {
        width: 100%;
    }

    /* COMMON: Product Showcase */

    /* home */
    .common-blogs .blog-card .wrapper {
        padding: 1.5rem 1.5rem;
    }

    .common-blogs .blog-card .wrapper p {
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .common-blogs .blog-card .wrapper h3 {
        font-weight: 500;
        font-size: 1.100rem;
        margin-bottom: 1.5rem;
    }

    .common-blogs .blog-card .wrapper a {
        display: flex;
        font-weight: 300;
        line-height: 1.5;
        text-decoration: underline;
    }

    .common-blogs .blog-card .wrapper a span {
        width: 200px;
    }

    .common-blogs .blog-card .wrapper a span svg {
        width: 100%;
    }

    .common-introduction-0 .introduction-content-0 h2 {
        margin-bottom: 1rem;
    }

    .tri-pg-cmn-swpr::before {
        left: 10%;
        bottom: -75%;
    }

    .tri-pg-cmn-swpr::before {
        background-size: 16%;
    }

    .tri-pg-cmn-swpr .nav-link {
        font-size: 1.46rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        top: 65%;
        right: auto;
        left: 80px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        top: 65%;
        left: 0%;
        right: auto;
    }

    .tri-pg-cmn-swpr .inner-row {
        margin-bottom: 2.75rem;
    }

    .tri-pg-cmn-swpr .show-common-swiper h3 {
        margin-top: 1.25rem;
        font-size: 1.25rem;
    }

    .tri-pg-cmn-swpr .swiper-button-next {
        height: 55px;
        width: 55px;
    }

    .tri-pg-cmn-swpr .swiper-button-prev {
        height: 55px;
        width: 55px;
    }

    /* home */

    /* brand license */
    .our-benefits-swiper-desktop .swiper-container-2 {
        width: 40%;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h2 {
        line-height: 4rem !important;
        margin-bottom: 0.5rem !important;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h3 {
        line-height: 2.5rem !important;
        margin-bottom: 1.125rem !important;
    }

    /* .our-benefits-desktop .child-container {
        width: 45%;
    } */

    .brand-support h2 {
        margin-bottom: 2rem;
    }

    .brand-support p {
        width: 90ch;
    }

    .downloadables .wrapper img {
        width: 90px;
        margin-bottom: 1rem;
    }

    /* brand license */

    /* Our Story */
    .our-story-introduction--for-desktop .row-1 h2 {
        margin-bottom: 1rem;
    }

    .our-story-introduction--for-desktop .row-2 p {
        width: 50ch;
        margin-bottom: 3.5rem;
    }

    .our-story-introduction--for-desktop .row-3 img {
        margin-bottom: 3rem;
    }

    .our-story-introduction--for-desktop .row-3 a {
        font-size: 1.100rem;
    }

    .statistics h2 {
        margin-bottom: 4rem;
    }

    .statistics .stats-container h3 {
        font-weight: 400;
        font-size: 4rem;
        line-height: 7rem;
    }

    .statistics .stats-container .stats-card p {
        font-size: 1.35rem;
        line-height: 1.8675rem;
    }

    .statistics .stats-container {
        padding: 1rem 0;
    }

    .our-boards .boards-content {
        width: 540px;
    }

    .our-boards h2.heading {
        margin-bottom: 4.5rem;
    }

    .our-boards .designation {
        font-size: 1.35rem;
        margin-bottom: 3rem;
    }

    .our-boards img {
        margin-bottom: 2rem;
    }

    .our-story-cta h2 {
        margin-bottom: 2.75rem;
    }

    .our-story-cta h3 {
        font-size: 1.75rem;
        line-height: 3.20625rem;
    }

    .our-story-cta a {
        font-size: 1.25rem;
        padding: 1.125rem 4.5rem;
    }

    .our-story-cta .column-2 .cta-content {
        transform: translateY(-18%);
    }

    /* Our Story */

    /* Our Services */

    /* Our Services */

    /* faqs */
    .for-faqs .accordion-button {
        font-size: 1.65rem;
        line-height: 2rem;
    }

    .for-faqs .accordion-body {
        width: 110ch;
    }

    /* faqs */

    /* contact us */
    .contact-us h1 {
        font-size: 65px;
        font-weight: 400;
        line-height: 90px;
        margin-bottom: 3rem;
    }

    .contact-us {
        background-position-y: center;
        background-position-x: 85%;
    }

    .form-control,
    .investment-capicity {
        padding: 20px;
    }

    /* contact us */

    /* blogs */

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* boards */
    .boards-common-introduction svg {
        top: -8%;
        width: 304px;
    }

    .boards-info {
        padding-bottom: 16rem;
    }

    .boards-common-introduction .boards-introduction-content p {
        width: auto;
        padding-right: 10%;
        margin: 0 auto;
    }

    .boards-info .content-container h2 {
        line-height: 3rem;
        margin-top: 1.45rem;
        margin-bottom: 1.5rem;
    }

    /* boards */
}

@media (min-width: 1500px) and (max-width: 1700px) {

    /* common navbar */
    .nav-item a.navigation {
        font-size: 24px;
    }

    .navbar .dropdown-toggle {
        border: 0;
        font-size: 24px;
        font-weight: 300;
        color: #ffffff;
        background-color: transparent;
        font-family: 'Poppins', sans-serif;
    }

    .navbar .dropdown-item {
        font-size: 20px !important;
        font-weight: 300 !important;
        color: #131313 !important;
        font-family: 'Poppins', sans-serif !important;
    }

    .nav-item a.clickables {
        font-size: 20px;
    }

    .offcanvas .swiper-slide h3 {
        margin-top: 1rem;
        font-size: 1.5rem;
        line-height: 2;
    }

    /* common navbar */

    /* common footer */
    footer input#newsletter1::placeholder {
        font-size: 1.25rem;
    }

    /* common footer */

    /* COMMON: CTA 1 */
    .common-cta-1 a {
        padding: 1.25rem 4.6875rem;
    }

    .common-cta-1 .cta-content {
        transform: translateY(70px);
    }

    .common-cta-1 img {
        transform: translateY(30px);
    }

    /* COMMON: CTA 1 */

    /* common banner video */

    /* common banner video */

    /* COMMON: Introduction */
    .common-introduction-0 svg {
        top: -30% !important;
        left: 0% !important;
        width: 310px !important;
    }

    /* COMMON: Introduction */

    /* COMMON: Deliverables */
    .common-deliverables h2 {
        margin-bottom: 4.5rem;
    }

    /* COMMON: Deliverables */

    /* COMMON: Philosophy */
    .common-philosophy p {
        width: auto;
    }

    /* COMMON: Philosophy */

    /* COMMON: Product Showcase */
    .common-product-showcase .swiper-wrapper img {
        width: 100%;
    }

    /* COMMON: Product Showcase */

    .tri-pg-cmn-swpr::before {
        left: 10%;
        bottom: -75%;
    }

    .tri-pg-cmn-swpr::before {
        background-size: 16%;
    }

    /* Home */
    .common-blogs .blog-card .wrapper {
        padding: 1.5rem 1.75rem;
    }

    .common-blogs .blog-card .wrapper p {
        font-weight: 300;
        margin-bottom: 1rem;
    }

    .common-blogs .blog-card .wrapper h3 {
        font-weight: 500;
        font-size: 1.100rem;
        margin-bottom: 1.5rem;
    }

    .common-blogs .blog-card .wrapper a {
        display: flex;
        font-weight: 300;
        line-height: 1.5;
        text-decoration: underline;
    }

    .common-blogs .blog-card .wrapper a span {
        width: 250px;
    }

    .common-blogs .blog-card .wrapper a span svg {
        width: 100%;
    }

    /* Home */

    /* Brand License */
    .our-benefits-swiper-desktop .swiper-container-2 {
        width: 35%;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h2 {
        line-height: 4rem !important;
        margin-bottom: 0.5rem !important;
    }

    .our-benefits-swiper-desktop .swiper-container-2 .swiperFront-1 h3 {
        line-height: 2.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .our-benefits-desktop .child-container {
        width: 40%;
    }

    .brand-support h2 {
        margin-bottom: 3.125rem;
    }

    .brand-support p {
        width: 93ch;
    }

    .downloadables .wrapper img {
        width: 90px;
        margin-bottom: 0rem;
    }
    /* Brand License */

    /* Our Story */
    .our-story-introduction--for-desktop .row-1 h2 {
        margin-bottom: 1.125rem;
    }

    .our-story-introduction--for-desktop .row-2 p {
        width: 54ch;
        margin-bottom: 3rem;
    }

    .our-story-introduction--for-desktop .row-3 img {
        margin-bottom: 2rem;
    }

    .statistics .stats-container h3 {
        font-weight: 400;
        font-size: 3.75rem;
        line-height: 5rem;
    }

    .our-boards .boards-content {
        width: 600px;
    }

    .our-boards h2.heading {
        margin-bottom: 4.5rem;
    }

    .our-boards img {
        margin-bottom: 2rem;
    }

    .our-story-cta h2 {
        margin-bottom: 3.5rem;
    }

    .our-story-cta h3 {
        font-family: "Poppins", sans-serif;
        font-size: 2rem;
        font-weight: 275;
        line-height: 3.45625rem;
        letter-spacing: 0.1em;
    }

    .our-story-cta a {
        padding: 1.25rem 4.6875rem;
    }

    .our-story-cta .column-2 .cta-content {
        transform: translateY(-20%);
    }

    /* Our Story */

    /* Our Services */

    /* Our Services */

    /* faqs */
    .for-faqs .accordion-body {
        width: 124ch;
    }

    /* faqs */

    /* contact us */

    /* contact us */

    /* blogs */
    .blogs .svg-texture svg.blogs-svg {
        margin-bottom: -0.125rem;
    }

    /* blogs */

    /* blogs details */

    /* blogs details */

    /* boards */
    .boards-common-introduction svg {
        top: -3%;
        width: 320px;
    }

    .boards-info {
        padding-bottom: 15rem;
    }

    .boards-common-introduction .boards-introduction-content p {
        width: auto;
        padding-right: 10%;
        margin: 0 auto;
    }

    .boards-info .content-container h2 {
        line-height: 3.5rem;
        margin-top: 1.45rem;
        margin-bottom: 1.5rem;
    }

    /* boards */
}

/* Granular Responsiveness */

/* resets */
/* Common Introduction 0 */
@media (min-width: 900px) and (max-width: 999px) {
    .common-introduction-0 .swiper-slide {
        filter: blur(0px);
        transition: none;
    }

    .common-introduction-0 .swiper-slide-active {
        filter: blur(0px);
    }
}

/* Common Introduction 0 */


@media (min-width: 1921px) {
    .common-introduction-0 .introduction-content-0 {
        padding-left: 0%;
    }
}

/* resets */

/* Typography */

/* Typography */

/* Responsive Typography */

/* Responsive Typography */

.upload {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: relative;
    border: 2px solid #ffffff;
    cursor: pointer;
    transform: translateZ(0);
    transition: transform 0.2s ease;
}

.upload .path {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -36px 0 0 -36px;
    width: 72px;
    height: 72px;
}

.upload .path .arrow {
    bottom: 27px;
    width: 2px;
    height: 21px;
    position: absolute;
    left: 50%;
    border-radius: 1px;
    margin: 0 0 0 -1px;
    transform-origin: 50% 100%;
}

.upload .path .arrow:before,
.upload .path .arrow:after {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    bottom: -2px;
    background: #fff;
    position: absolute;
    border-radius: 1px;
    transform-origin: 50% 100%;
}

.upload .path .arrow:before {
    right: 50%;
    transform: rotate(-44deg) translateX(2px);
}

.upload .path .arrow:after {
    left: 50%;
    transform: rotate(44deg) translateX(-2px);
}

.upload .path svg {
    width: 72px;
    height: 72px;
    display: block;
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-dashoffset: 592.73;
    stroke-dasharray: 0 592.73 20 592.73;
}

.upload .circle {
    position: absolute;
    width: 58px;
    height: 58px;
    margin: -29px 0 0 -29px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    overflow: hidden;
}

.upload .circle .water {
    transform: translateY(116%);
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.upload .circle .water svg {
    display: block;
    width: 116px;
    height: 6px;
    position: absolute;
    bottom: 100%;
}

.upload .circle .water svg:nth-child(1) {
    right: 0;
    fill: #ffffff;
    animation: forward 1.65s infinite;
}

.upload .circle .water svg:nth-child(2) {
    left: 0;
    fill: #ffffff;
    margin-bottom: -1px;
    animation: backward 0.825s infinite linear;
}

.upload.loading .path {
    animation: movePath 0.4s linear forwards;
}

.upload.loading .path .arrow {
    animation: arrow 0.5s linear forwards 3.7s;
}

.upload.loading .path .arrow:before {
    animation: arrowB 0.4s linear forwards, arrowBCheck 0.5s linear forwards 3.7s;
}

.upload.loading .path .arrow:after {
    animation: arrowA 0.4s linear forwards, arrowACheck 0.5s linear forwards 3.7s;
}

.upload.loading .path svg {
    animation: load 3s linear forwards 0.45s, reset 0.7s linear forwards 3.7s;
}

.upload.loading .circle .water {
    animation: fill 3s linear forwards 0.45s;
}

.upload:active {
    transform: scale(0.92) translateZ(0);
}

@keyframes load {
    0% {
        stroke-dashoffset: 592.73;
        stroke-dasharray: 0 592.73 20 592.73;
    }

    42% {
        stroke-dasharray: 0 592.73 80 592.73;
    }

    85% {
        stroke-dashoffset: 80;
        stroke-dasharray: 0 592.73 32 592.73;
    }

    100% {
        stroke-dashoffset: 32;
        stroke-dasharray: 0 592.73 32 592.73;
    }
}

@keyframes reset {

    0%,
    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes movePath {
    70% {
        transform: translateY(-10px);
    }
}

@keyframes arrow {
    0% {
        background: #fff;
        transform: rotate(34deg) translate(-2.5px, 2px);
    }

    40% {
        transform: rotate(-7deg) translate(0, 0);
    }

    99% {
        transform: rotate(0) translate(0, 0);
    }

    100% {
        background: #fff;
    }
}

@keyframes arrowBCheck {

    0%,
    20% {
        transform: rotate(-86deg) translateX(2px) translateY(1px) scaleY(0.714);
        opacity: 1;
    }

    100% {
        transform: rotate(-44deg) translateX(2px) scaleY(1) translateY(0);
        opacity: 1;
    }
}

@keyframes arrowACheck {
    0% {
        transform: rotate(0deg) translate(-1px, -1px);
        opacity: 1;
    }

    40% {
        transform: rotate(60deg) translate(-2px, 1px);
        opacity: 1;
    }

    100% {
        transform: rotate(44deg) translateX(-2px);
        opacity: 1;
    }
}

@keyframes arrowB {
    0% {
        transform: rotate(-44deg) translateX(2px);
    }

    60% {
        transform: rotate(-60deg) translateX(2px);
    }

    99% {
        transform: rotate(0deg) translateX(1px);
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) translateX(1px);
        opacity: 0;
    }
}

@keyframes arrowA {
    0% {
        transform: rotate(44deg) translateX(-2px);
    }

    60% {
        transform: rotate(60deg) translateX(-2px);
    }

    99% {
        transform: rotate(0deg) translateX(-1px);
        opacity: 1;
    }

    100% {
        transform: rotate(0deg) translateX(-1px);
        opacity: 0;
    }
}

@keyframes fill {
    0% {
        transform: translateY(116%);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

@keyframes backward {
    100% {
        transform: translateX(-50%);
    }
}

@keyframes forward {
    100% {
        transform: translateX(50%);
    }
}

@keyframes breathingBackground {
    0% {
        opacity: 0.25;
    }

    25% {
        opacity: 0.45;
    }

    50% {
        opacity: 0.75;
    }

    75% {
        opacity: 0.95;
    }

    100% {
        opacity: 1;
    }
}

/* Responsive layouts for some additional sections */
@media (min-width: 400px) and (max-width: 500px) {
    .common-deliverables .columns {
        width: calc(34% - 1rem);
    }

    .common-deliverables .columns .icon-wrapper {
        height: 22px;
    }
}
/* additionals */