/* @import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://db.onlinewebfonts.com/c/23c0fcab84d99da0de762de7e220a6e1?family=Europa+Regular'); */
@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --primary: #FFCC00;
    --icon-font: "Bootstrap-icons";
    --heading-font: "Quattrocento Sans", sans-serif;
    --body-font: "Quattrocento Sans", sans-serif;
}

/* @font-face {
    font-family: "Europa Regular";
    src: url("https://db.onlinewebfonts.com/t/23c0fcab84d99da0de762de7e220a6e1.eot");
    src: url("https://db.onlinewebfonts.com/t/23c0fcab84d99da0de762de7e220a6e1.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/23c0fcab84d99da0de762de7e220a6e1.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/23c0fcab84d99da0de762de7e220a6e1.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/23c0fcab84d99da0de762de7e220a6e1.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/23c0fcab84d99da0de762de7e220a6e1.svg#Europa Regular")format("svg");
} */

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
label,
button {
    font-family: var(--heading-font);
}

.mbl_nav ul button {
    font-family: var(--body-font) !important;
    font-size: 14px;
}

body {
    font-family: var(--body-font);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

.object-fit-cover {
    object-fit: cover !important;
}

img {
    -webkit-user-drag: none;
}

.header-carousel input:-webkit-autofill,
.header-carousel textarea:-webkit-autofill,
.header-carousel select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #ffffff;
    background-clip: padding-box;
}

.header-carousel input:-moz-autofill,
.header-carousel textarea:-moz-autofill,
.header-carousel select:-moz-autofill {
    box-shadow: 0 0 0px 1000px transparent inset;
    -moz-text-fill-color: #ffffff;
}

#curtainForm input:-webkit-autofill,
#curtainForm textarea:-webkit-autofill,
#curtainForm select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: #000000;
    background-clip: padding-box;
}

#curtainForm input:-moz-autofill,
#curtainForm textarea:-moz-autofill,
#curtainForm select:-moz-autofill {
    box-shadow: 0 0 0px 1000px transparent inset;
    -moz-text-fill-color: #000000;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
}

::selection {
    background-color: var(--primary);
    color: #000;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

/* Navbar */
.flex {
    display: flex;
}

header {
    position: fixed;
}

.top-3 {
    top: .75rem;
}


.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.text-base {
    font-size: 1rem;
    line-height: 1.3rem;
}

.inner_mobile_nav .text-base {
    text-transform: uppercase;
    font-size: 22px !important;
    margin-bottom: 5px;
}

.mbl_nav a {
    color: #000000;
}

.mbl_nav ul button {
    background-color: transparent;
    border: none;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.p-3 {
    padding: .75rem;
}

.bg-transparent {
    background-color: transparent;
}

.border-purple-darker {
    border-color: #210d2a !important;
}

.btn-lg {
    border-radius: .125rem;
    border-width: 1px;
    border-color: #210d2a26;
    --tw-bg-opacity: 1;
    background-color: #FFCC00;
    padding: 1rem 1.375rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
    line-height: 1 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .1s;
}

.border {
    border-width: 1px;
}

.rounded {
    border-radius: .25rem;
}

.search_butt {
    background-color: #ffffff1f;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}

.py-5\.5 {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.mt-2\.5 {
    margin-top: .625rem;
}

.mx-2\.5 {
    margin-left: .625rem;
    margin-right: .625rem;
}

.fill-current {
    fill: currentColor;
}

.h-6 {
    height: 1.5rem;
}

.btn-menu-sm {
    height: -moz-fit-content;
    height: fit-content;
    border-radius: .125rem;
    border-width: 1px;
    border-color: transparent;
    background-color: transparent;
    padding: .625rem 1rem;
    text-align: center;
    font-size: .75rem;
    line-height: 1.05rem;
    line-height: 1 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .1s;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.inline-flex {
    display: inline-flex;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.inner_mobile_nav {
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;
}

/* section */
.video_sec {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.btn-sm {
    text-decoration: none;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: .125rem;
    border-width: 1px;
    border-color: #210d2a26;
    color: #000;
    opacity: 1;
    background-color: #FFCC00;
    padding: .625rem 1rem;
    text-align: center;
    font-size: .75rem;
    line-height: 1.05rem;
    line-height: 1 !important;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .1s;
}

.base-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-8 {
    grid-column: span 8 / span 8;
}

.col-span-9 {
    grid-column: span 9 / span 9;
}

.col-span-10 {
    grid-column: span 10 / span 10;
}

.p-8 {
    padding: 2rem;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.225rem;
}

.py-6\.5 {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.bg-purple\/20 {
    background-color: #c7b2ea33;
}

.overflow-y-scroll {
    overflow-y: auto !important;
}

.bg-purple {
    background-color: #c7b2ea;
}

.content-section {
    max-height: 447px;
}

.text-1xs {
    font-size: .625rem;
    line-height: .625rem;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.border-b-purple-darker\/15 button {
    border: none;
    border-bottom: 1px solid #210d2a26;
    /* border-bottom-color: #210d2a26; */
    /* background-color: #c7b2ea; */
}

.btn-menu-sm:hover {
    border-width: 1px;
    border-color: #210d2a1a;
    background-color: #e3dfeb;
}

.border-b {
    border-bottom-width: 1px;
}

/* .w-full {
    width: 100%;
} */
.block {
    display: block;
}

.hidden {
    display: none;
}

.fill-current {
    fill: currentColor;
}

.h-4 {
    height: 1rem;
}

.grid-cols-subgrid {
    grid-template-columns: subgrid;
}

.grid {
    display: grid;
}

.btn-menu-sm.bg-purple svg {
    transform: translate(0, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(-1);
}

.scale-y-\[-1\] {
    --tw-scale-y: -1;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.zoom-in {
    animation: zoomIn 0.3s ease-out;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.bg-purple button {
    background-color: transparent;
}

.border-b-purple-darker\/15:hover button {
    background-color: #e3dfeb;
}

@media (min-width: 1024px) {
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
}

@media screen and (min-width: 991px) {

    .md\:hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    .tooltip {
        white-space: nowrap;
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:w-\[calc\(100\%-theme\(spacing\.24\)\)\] {
        width: calc(100% - 6rem);
    }

    .md\:mt-11 {
        margin-top: 2.75rem;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md\:flex {
        display: flex;
    }

    .btn-menu-sm {
        padding: .8125rem 1.125rem;
        font-size: .875rem;
        line-height: 1.225rem;
    }

    .md\:h-5 {
        height: 1.25rem;
    }

    .btn-sm {
        padding: .8125rem 1.125rem;
        font-size: .875rem;
        line-height: 1.225rem;
    }

    .md\:w-\[calc\(100\%-theme\(spacing\.24\)\)\] {
        width: calc(100% - 6rem);
    }

    .md\:block {
        display: block;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 490px) {
    .video_sec {
        height: 900px;
    }
}

/* Navbar - end */

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 99;
    display: none;
}

/*** Button Start ***/
button.loading {
    position: relative;
    pointer-events: none;
    background-color: var(--primary) !important;
    color: #ffffff6b !important;
}

button.loading::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: #181818;
}

.btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }

    25% {
        border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
    }

    50% {
        border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
    }

    75% {
        border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
    }

    100% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }
}

/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.sticky-top {
    transition: 1s;
}

.nav-fixed {
    position: fixed;
    top: 0;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 20px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 68px;
}

.topbar a {
    color: #eeeeee;
    font-size: 14px;
}

.topbar a.btn {
    background-color: #ffffff30;
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    color: #000000;
    background-color: none !important;
    text-decoration: underline;
}

.dropdown .dropdown-menu a {
    position: relative;
}

.dropdown .dropdown-menu a::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" viewBox="0 0 16 12" fill="none"><path d="M9.84625 11.6537L8.79225 10.5692L12.6115 6.74994H0.5V5.24994H12.6115L8.79225 1.43069L9.84625 0.346191L15.5 5.99994L9.84625 11.6537Z" fill="%23210D2A"/></svg>') no-repeat center;
    background-size: contain;
}

.navbar .nav-item .dropdown-menu div {
    border-right: 1px solid #eeeeee;
}

.navbar .nav-item .dropdown-menu div:last-child {
    border-right: none;
}

.navbar .nav-item:hover .dropdown-menu {
    /* transform: rotateX(0deg); */
    max-height: 60vh;
    visibility: visible;
    margin-top: 0 !important;
    width: 100vw;
    background: #ffffff;
    transition: .5s;
    opacity: 1;
}

.categories-item img {
    height: 305px;
    width: 100% !important;
    object-fit: cover;
}

.dropdown-menu::-webkit-scrollbar {
    width: 8px;
    /* scrollbar width */
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #fff;
    /* track color (white background) */
    border-radius: 4px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #2b2b2d;
    /* your custom yellow */
    border-radius: 4px;
    border: 2px solid #fff;
    /* optional: padding around thumb */
}

/* Firefox */
.dropdown-menu {
    scrollbar-width: thin;
    scrollbar-color: #2b2b2d #fff;
    /* thumb color | track color */
}

.mobile-menu-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.menu-left,
.menu-right {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 1rem;
    transition: transform 0.3s ease;
    overflow-y: auto;
}

/* Left panel initial */
.menu-left {
    left: 0;
    transform: translateX(0);
    z-index: 2;
}

/* Right panel initial */
.menu-right {
    left: 0;
    transform: translateX(100%);
    z-index: 1;
}

/* When submenu active */
.menu-left.active {
    transform: translateX(-100%);
}

.menu-right.active {
    transform: translateX(0);
}

/* Back button */
.menu-right .back {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        overflow-y: auto;
        top: 100%;
        /* transform: rotateX(-75deg); */
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 0;
        transition: .5s;
        opacity: 0;
        max-height: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}

/*** Navbar End ***/

/*** Carousel Header Start ***/

.section_container {
    max-width: 1900px;
    margin: auto;
    padding: 50px 10px;
}

.header_carousel {
    background: url(../img/carousel-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header_carousel .carousel .carousel-indicators {
    left: 80%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
    z-index: 1;
}

.header_carousel .carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.header_carousel .carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .header_carousel .carousel-indicators [data-bs-target] {
        display: none;
    }
}

.header-carousel .carousel .carousel-item img {
    object-fit: cover;
}

.header-carousel .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.header-carousel .carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.header-carousel .carousel-item {
    background: url(../img/carousel-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-carousel .carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.header-carousel .carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .header-carousel .carousel-indicators [data-bs-target] {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-carousel .section_container {
        max-width: 80%;
        margin: auto;
    }
}

/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/bg-scree-inside.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item h5 span {
    font-size: 12px;
}

.feature .feature-item .feature-icon span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transform: scale(1);
    transition: all .5s ease-out;
}

.feature .feature-item .feature-icon span:before {
    transform: scale(1);
    transition: all .5s ease-out;
}

.feature .feature-item:hover .feature-icon span {
    background: #000000;
    color: var(--primary);
    transition: all .5s ease-out;
}

.feature .feature-item:hover .feature-icon span::before {
    transform: scale(1.1);
    transition: all .5s ease-out;
}

.featured-carousel .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*** Features End ***/

/* Impact Start */

.image-overlay-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.image-overlay-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.overlay_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-dark backdrop */
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    transition: opacity 0.4s ease, backdrop-filter 0.4s ease;
    backdrop-filter: blur(0px);
}

.donate_impact_sec:hover .image-overlay-wrapper img {
    transform: scale(1.05);
}

.donate_impact_sec:hover .image-overlay-wrapper .overlay_div {
    opacity: 1;
    backdrop-filter: blur(4px);
}

.overlay_div h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.overlay_div p {
    font-size: 1rem;
    margin: 0;
}

.impact-forms {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.impact-form-box {
    flex: 1 1 300px;
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.impact-form-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px #00000014;
}

.impact-form-box h5 {
    margin-bottom: 20px;
    font-weight: 600;
    color: #333;
}

.impact-form-box .form-group textarea {
    height: 90px;
}

.impact-form-box input,
.impact-form-box textarea,
.impact-form-box select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
}

.impact-form-box button {
    background-color: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.impact-form-box button:hover {
    background-color: #d3a900;
}

/* Impact End */
/* form start */
.modal#successDonationModal .modal-dialog,
.modal#successJoinHandsModal .modal-dialog {
    width: fit-content;
}

.modal#successDonationModal .btn-close,
.modal#successJoinHandsModal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal#successDonationModal .modal-content,
.modal#successJoinHandsModal .modal-content {
    border-radius: 30px;
}

.modal#successDonationModal .modal-content svg,
.modal#successJoinHandsModal .modal-content svg {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.modal#successDonationModal .modal-content .path,
.modal#successJoinHandsModal .modal-content .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.modal#successDonationModal .modal-content .path.circle,
.modal#successJoinHandsModal .modal-content .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.modal#successDonationModal .modal-content .path.line,
.modal#successJoinHandsModal .modal-content .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
    animation: dash 0.95s 0.35s ease-in-out forwards;
}

.modal#successDonationModal .modal-content .path.check,
.modal#successJoinHandsModal .modal-content .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
    animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

/* form end */

/* Why Matters Start */

.why-matters-section {
    background-color: #fdfdfd;
    padding: 60px 0;
}

.why-matters-item {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.why-matters-item:hover {
    background-color: #FFCC00;
    color: #ffffff;
    transform: translateY(-5px);
}

.why-matters-item:hover .why-icon {
    background-color: #ffffff;
    color: #FFCC00;
}

.why-icon {
    font-size: 36px;
    background-color: #FFCC00;
    color: #ffffff;
    padding: 20px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    justify-content: center;
    align-items: center;
}

.why-matters-item h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.why-matters-item p {
    margin: 0;
    font-size: 0.95rem;
}

/* Why Matters End */

/* Participated College Start */


.owl-carousel {
    position: relative;
}

.owl-carousel .owl-stage-outer {
    padding-top: 1em;
    padding-bottom: 2em;
    position: relative;
}

.owl-carousel .owl-item {
    opacity: 1;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0px;
    color: rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev p span,
.owl-carousel .owl-nav .owl-prev p small,
.owl-carousel .owl-nav .owl-next p span,
.owl-carousel .owl-nav .owl-next p small {
    display: block;
    color: #000;
    line-height: .8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel .owl-nav .owl-prev p span,
    .owl-carousel .owl-nav .owl-prev p small,
    .owl-carousel .owl-nav .owl-next p span,
    .owl-carousel .owl-nav .owl-next p small {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev small,
.owl-carousel .owl-nav .owl-next small {
    text-transform: uppercase;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    line-height: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {

    .owl-carousel .owl-nav .owl-prev span:before,
    .owl-carousel .owl-nav .owl-next span:before {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.owl-carousel .owl-nav .owl-prev:hover small,
.owl-carousel .owl-nav .owl-next:hover small {
    color: var(--primary);
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: transparent;
    position: relative;
    border: 1px solid #000;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--primary);
    border: 1px solid var(--primary);
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.testimony-wrap {
    -webkit-box-shadow: 0px 10px 40px -30px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 10px 40px -30px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 10px 40px -30px rgba(0, 0, 0, 0.42);
}

.testimony-wrap p.h3 {
    text-align: left;
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    flex-shrink: 0;
    position: relative;
}

@media (max-width: 1000px) {

    #impactCarousel .carousel-control-prev,
    #impactCarousel .carousel-control-next {
        align-items: flex-start;
        padding-top: 50px;
    }

    #impactCarousel .carousel-control-prev {
        left: auto;
        right: 42px;
    }

    .impact-forms {
        flex-direction: column;
    }

    .testimony-wrap .text,
    .testimony-wrap .img {
        width: 100%;
    }

    .testimony-wrap .desc {
        margin-top: 20px;
    }
}

.testimony-wrap .img {
    height: 600px;
}

@media (max-width: 767.98px) {
    .testimony-wrap .img {
        height: 340px;
    }
}

.testimony-wrap .text {
    background: white;
    height: 100%;
}

.testimony-wrap .text p.h3 {
    /* font-family: "Playfair Display", serif; */
    font-size: 39px;
    font-weight: 700;
}

.testimony-wrap .text .name {
    color: #dbcc8f;
    font-size: 20px;
    font-weight: 500;
}

.owl-prev p,
.owl-next p {
    background-color: var(--primary);
    padding: 0 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Participated College End */

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;

}

.about .about-img .img-1 {
    margin-right: 50px;
    height: 100%;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}

/*** About End ***/

/* tabs section Start */
.tabSec {
    background: linear-gradient(#161618e6, #2c2e31e6), url(../img/bg-scree-inside.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabSec .tabs-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabSec .tabs {
    display: flex;
    gap: 15px;
}

.tabSec .tabs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%;
}

.tabSec .tabs>ul li {
    display: block;
    margin: 15px 0;
}

.tabSec .tabs>ul li:first-child {
    margin: 0 0 15px;
}

.tabSec .tabs>ul li:last-child {
    margin: 15px 0 0;
}

.tabSec .tabs>ul li:not(:last-child) {
    border-bottom: 1px solid #262626;
}

.tabSec .tabs>ul li a,
.tabSec .tabs>ul li a:visited {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    background-color: #ffffff38;
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 16px 24px;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
}

.tabSec .tabs>ul li a:hover,
.tabSec .tabs>ul li a:focus,
.tabSec .tabs>ul li a:active {
    border-bottom: none;
    outline: 0;
}

.tabSec .tabs>ul li a.active {
    background-color: var(--primary);
    color: #ffffff;
}

.tabSec .tabs>ul li a:hover:not(.active) {
    color: var(--primary);
}

.tabSec .tabs>ul li a>span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tabSec .tabs>ul li a>span.tab-label,
.tabSec .tabs>ul li a>span.tab-count {
    display: none;
}

.tabSec .tabs section {
    width: 85%;
    background-color: #fff;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
    border-bottom: 6px solid var(--primary);
}

.tabSec .tabs section>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.tabSec .tabs section>*:nth-child(1) {
    transition-delay: 0.2s;
}

.tabSec .tabs section>*:nth-child(2) {
    transition-delay: 0.3s;
}

.tabSec .tabs section>*:nth-child(3) {
    transition-delay: 0.4s;
}

.tabSec .tabs section>*:nth-child(4) {
    transition-delay: 0.5s;
}

.tabSec .tabs section>*:nth-child(5) {
    transition-delay: 0.6s;
}

.tabSec .tabs section>*:nth-child(6) {
    transition-delay: 0.7s;
}

.tabSec .tabs section>*:nth-child(7) {
    transition-delay: 0.8s;
}

.tabSec .tabs section>*:nth-child(8) {
    transition-delay: 0.9s;
}

.tabSec .tabs section>*:nth-child(9) {
    transition-delay: 1s;
}

.tabSec .tabs section>*:nth-child(10) {
    transition-delay: 1.1s;
}

.tabSec .tabs section>*:nth-child(11) {
    transition-delay: 1.2s;
}

.tabSec .tabs section>*:nth-child(12) {
    transition-delay: 1.3s;
}

.tabSec .tabs section>*:nth-child(13) {
    transition-delay: 1.4s;
}

.tabSec .tabs section>*:nth-child(14) {
    transition-delay: 1.5s;
}

.tabSec .tabs section>*:nth-child(15) {
    transition-delay: 1.6s;
}

.tabSec .tabs section>*:nth-child(16) {
    transition-delay: 1.7s;
}

.tabSec .tabs section>*:nth-child(17) {
    transition-delay: 1.8s;
}

.tabSec .tabs section>*:nth-child(18) {
    transition-delay: 1.9s;
}

.tabSec .tabs section>*:nth-child(19) {
    transition-delay: 2s;
}

.tabSec .tabs section>*:nth-child(20) {
    transition-delay: 2.1s;
}

.tabSec .tabs section.active {
    display: block;
}

.tabSec .tabs section.active-content>* {
    opacity: 1;
    transform: translateY(0);
}

.tabSec .tab-body img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.intro_navbar p {
    font-size: 14px;
}

@media (min-width: 576px) {
    .tabSec .tabs>ul {
        width: 300px;
    }

    .tabSec .tabs>ul li a {
        flex-wrap: wrap;
    }

    .tabSec .tabs>ul li a>span {
        width: 100%;
    }

    .tabSec .tabs>ul li a>span.tab-label {
        width: 100%;
        display: block;
        margin-top: 0.2rem;
    }

    .tabSec .tabs section {
        width: calc(100% - 150px);
        padding: 2rem 2rem;
    }
}

@media screen and (max-width: 1100px) {

    .tabSec .tabs>ul li a>span.tab-label {
        display: none;
    }

    .tabSec .tabs>ul li a>span.tab-count {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .serve_div .serve_parent:before {
        bottom: 99%;
    }

    .serve_div .profile {
        background: #000000b5;
        backdrop-filter: none;
    }

    .tabSec .tabs {
        flex-direction: column;
    }

    .tabSec .tabs>ul {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        gap: 10px;
    }

    .tabSec .tabs>ul li {
        margin: 0 !important;
    }

    .tabSec .tabs section {
        width: 100%;
    }

    .tabSec .tabs>ul li a,
    .tabSec .tabs>ul li a:visited {
        padding: 10px 15px;
    }

    .tabSec .tab-body img {
        max-height: 300px;
    }

    .header-carousel .carousel-item {
        height: 90vh;
    }

    .header-carousel .carousel-caption {
        position: absolute;
        right: auto;
        bottom: 1.25rem;
        left: 3%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #000000;
        text-align: center;
        width: 95%;
    }

    .owl-carousel .owl-nav {
        position: absolute;
        top: -12px;
    }

    .categories .owl-carousel .owl-nav {
        position: absolute;
        top: 30px;
    }

    .owl-carousel .owl-nav .owl-prev {
        right: 90px;
        left: auto !important;
    }

    #carouselId,
    #carouselId .carousel-item {
        height: 1250px !important;
    }
}

@media screen and (max-width: 400px) {

    .header-carousel .carousel_image_anim {
        width: 70%;
    }
}

/* tabs section End */

/* about - start */

#impactCarousel .bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#impactCarousel .carousel-caption {
    background: #00000066;
    padding: 20px 30px;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: 0;
}

#impactCarousel .carousel-item {
    position: relative;
}

#impactCarousel .carousel-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000075;
}

/* about - end */


/*** Fact Counter Start ***/
.wall_abt_img {
    bottom: 0;
    right: 0;
}

.counter {
    background: linear-gradient(#161618e6, #2c2e31e6), url(../img/bg-scree-inside.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter_inner_new {
    background: linear-gradient(#000000c5, #000000c5), url(../img/salem-counter-bg.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wallpaper_counter {
    background: linear-gradient(#000000cf, #000000cf), url(../img/wallpaper/counter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blinds_counter {
    background: linear-gradient(#000000cf, #000000cf), url(../img/blinds/roller-blinds.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Fact Counter End ***/

.serve_div {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-align: left;
    line-height: 1.4em;
    background-color: #141414;
}

.serve_div .industry_img {
    height: 232px;
    width: 100%;
    object-fit: cover;
}

.serve_div img {
    max-width: 100%;
    vertical-align: top;
}

.serve_div .serve_parent {
    width: 100%;
    background-color: #141414;
    padding: 25px;
    position: relative;
}

.page_3_choice .serve_div,
.page_3_choice .serve_div .serve_parent {
    background-color: var(--primary);
    color: #000000;
}

.page_3_choice .serve_div h2 {
    color: #000000;
}

.page_3_choice .serve_div .serve_parent:before {
    border-color: transparent transparent transparent var(--primary);
}

.serve_div .serve_parent:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 555px;
    border-color: transparent transparent transparent #141414;
}

.serve_div .serve_parent a {
    padding: 5px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    opacity: 0.65;
    width: 47%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.serve_div .serve_parent a:hover {
    opacity: 1;
}

.serve_div .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 25px;
    z-index: 1;
    width: 90px;
    opacity: 1;
    background: #0000007d;
    backdrop-filter: blur(2px);
    padding: 15px;
    box-shadow: 0 0 15px #0000004d;
}

.serve_div .follow {
    margin-right: 4%;
    border-color: #2980b9;
    color: #2980b9;
}

.serve_div h2 {
    margin: 0 0 5px;
    color: #ffffff;
}

.serve_div h2 span {
    display: block;
    font-size: 0.5em;
    color: #2980b9;
}

.serve_div p {
    margin: 0 0 10px;
    font-size: 0.8em;
    letter-spacing: 1px;
    opacity: 0.8;
}

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
    min-height: 758px;
    height: 100%;
}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 1px 1px 10px 3px #00000017;
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.innerPage_categ_parent.categories .innerPage_categ .categories-item-inner .categories-content {
    background: #000000;
}

.innerPage_categ h4 {
    color: #ffffff;
}

.innerPage_categ p {
    color: #eeeeee;
}

.innerPage_categ i.fa-star {
    color: var(--primary);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
    min-height: 402px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 10px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white) !important;
}

/*** Cars Categories End ***/
/* banner form start*/

.banner_form_parent {
    background: #000000d9;
    backdrop-filter: blur(5px);
}

.banner_form_parent input,
.banner_form_parent select {
    border-radius: 0;
}

.banner_form_parent .form-item {
    position: relative;
    margin-bottom: 15px;
}

.banner_form_parent .form-item input,
.banner_form_parent .form-item select {
    height: 40px;
}

.banner_form_parent .form-item input,
.banner_form_parent .form-item textarea,
.banner_form_parent .form-item select {
    height: 40px;
    padding: 0 15px;
}

.banner_form_parent .form-item select {
    background-color: transparent;
}

.banner_form_parent .form-item input,
.banner_form_parent .form-item select,
.banner_form_parent .form-item textarea {
    display: block;
    width: 100%;
    color: #eeeeee;
    background: transparent;
    border: solid 1px #ccc;
    transition: all .3s ease;
}

select option {
    color: #000000;
    /* color of the options in the dropdown list */
}

.banner_form_parent .form-item textarea {
    height: 54px;
    resize: none;
    padding: 10px 15px;
}

.form-item input:focus+label,
.form-item input:not(:placeholder-shown)+label,
.form-item select:focus+label,
.form-item select:not(:placeholder-shown)+label,
.form-item textarea:focus+label,
.form-item textarea:not(:placeholder-shown)+label {
    font-size: 11px;
    top: -8px;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 1;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #000000;
    padding: 0 3px;
    color: #999;
    transition: all .3s ease;
}

/* banner form end*/

/*** Process Start ***/
.steps {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-scree-inside.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps.wallpaperSteps,
.wallpaperTest {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/wallpaper/banner-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.steps.blind_steps {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/blinds/blinds-banner-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.steps .steps-item {
    position: relative;
    background: var(--bs-secondary);
    border-radius: 10px;
    height: 100%;
}

.inner_page_new.steps .steps-item {
    position: relative;
    background: #ffffff4f;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    height: 100%;
}

.steps .steps-item {
    padding: 25px;
}

.steps_parent {
    margin-top: 45px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.inner_page_new.steps .steps-item h4 {
    color: var(--primary);
    font-weight: bold;
}

.inner_page_new.steps .steps-item p {
    color: #ebebeb;
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white);
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1300px) {
    .steps .steps-item .setps-number {
        position: absolute;
        width: 50px;
        height: 50px;
    }

    .steps .steps-item {
        padding: 30px;
    }
}

/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
    height: 100%;
    background: var(--bs-light);
}

.blog .blog-item:hover {
    box-shadow: 1px 1px 14px 0px #0000003b;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #0000004d;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
    height: 445px;
    object-fit: cover;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    position: relative;
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}

/*** Blog End ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
    background: url(../img/frame-2.jpg);
    background-size: cover;
}

.banner.wallpaper_banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
    background: url(../img/wallpaper/banner-bg.webp);
    background-size: cover;
    background-attachment: fixed;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    /* top: 0;
    right: 0; */
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h4 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .banner .banner-item .banner-content h2 {
        font-size: 55px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #ffffff4d;
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.home_test.testimonial .testimonial-item {
    min-height: 415px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    min-height: 319px;
    background-color: #38383894;
    backdrop-filter: blur(7px);
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item p {
    color: #eeeeee;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

.faq-section details {
    overflow: hidden;
    transition: height 0.4s ease;
}

.faq-section details h4 {
    margin-right: 30px;
    line-height: 30px;
    font-size: 20px;
}

.faq-section details .material-symbols-outlined:before {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #000;
    margin: auto;
}

.faq-section details[open] .material-symbols-outlined:before {
    content: "-";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #000;
    margin: auto;
}

/*** Testimonial End ***/
/*** Gallery Start ***/


.gallery-item {
    display: block;
    height: 100%;
    width: 100%;
}

.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
    background-color: #000000bf;
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: #ffffff !important;
}

.lightbox-modal .carousel-inner {
    width: 75%;
    height: 70vh;
}

.lightbox-modal .carousel-item {
    height: 100%;
    width: 100%;
}

.lightbox-modal .carousel-inner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: #000000bf;
    color: #ffffff !important;
}

.lightbox-modal .carousel-item .carousel-caption h4 {
    color: #ffffff !important;
    font-size: 16px;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

@media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 60%;
    }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
}

.bi {
    fill: currentcolor;
}


/*** Gallery End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #1a1c1e;
}

.footer .social_footer_icons a {
    background-color: #000000c5;
    color: #ffffff;
}

.footer .social_footer_icons i {
    color: var(--primary);
    transition: all .3s ease-out;
}

.footer .social_footer_icons a:hover i {
    color: #ffffff;
    transition: all .3s ease-out;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item.footer-links p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

.footer .pages_link a {
    color: #bbbbbb;
    font-size: 13px;
    transition: all .3s ease-out;
}

.footer .pages_link a:hover {
    color: #ffffff;
    transition: all .3s ease-out;
}

.mobilefoot {
    position: fixed;
    bottom: 0;
    left: 0;
    /* width: 100%; */
    z-index: 10;
}

.fixed_footer_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    margin: 0;
    padding: 0;
    left: -105px;
    z-index: 999;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixed_footer_link.fixedwhatapp {
    border: 2px solid #23b73c;
}

.fixed_footer_link.fixedCall {
    border: 2px solid #d3a900;
}

.fixed_footer_link.fixedEnquiry {
    border: 2px solid var(--primary);
}

.fixed_footer_link.fixedwhatapp,
.fixed_footer_link.fixedCall,
.fixed_footer_link.fixedEnquiry {
    bottom: 0;
}

.fixed_footer_link a {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixed_footer_link a span {
    width: 45px;
    float: right;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
    border-radius: 0 20px 20px 0;
    color: #fff;
}

.fixed_footer_link.fixedwhatapp a span {
    background: #23b73c;
    color: #fff;
}

.fixed_footer_link.fixedCall a span {
    background: #d3a900;
    color: #fff;
}

.fixed_footer_link.fixedEnquiry a span {
    background: var(--primary);
    color: #fff;
}

.fixed_footer_link a p {
    margin: 0;
    padding: 7px;
}

.fixed_footer_link.fixedwhatapp a p {
    color: #23b73c;
}

.fixed_footer_link.fixedCall a p {
    color: #d3a900;
}

.fixed_footer_link.fixedEnquiry a p {
    color: var(--primary);
}

.inner_breadcrumbs {
    background: linear-gradient(#000000de, #000000de), url(../img/bg-scree-inside.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_breadcrumbs .h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 100px 0;
    color: #ffffff;
    font-weight: bold;
}

.blog_card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    height: 100%;
}

.blog_card:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.blog_card .blog_img {
    overflow: hidden;
}

.blog_card .blog_img img {
    width: 100%;
    transition: transform 0.5s ease;
}

.blog_card:hover .blog_img img {
    transform: scale(1.1);
}

.blog_card .blog_content {
    padding: 20px;
    text-align: center;
    transition: background 0.3s ease;
}

.blog_card .blog_content h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.blog_card .blog_content p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_card .read_more {
    text-decoration: none;
    color: #fff;
    background: #ff6600;
    padding: 8px 20px;
    border-radius: 50px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.blog_card .read_more:hover {
    background: #e65c00;
    transform: translateY(-3px);
}

@media screen and (min-width: 991px) {

    .nav-item {
        padding: 0px 15px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0;
    }

    .fixed_footer_link:hover {
        left: 0;
    }

    .fixed_footer_link {
        position: fixed;
    }

    .fixed_footer_link.fixedwhatapp {
        bottom: 15px;
    }

    .fixed_footer_link.fixedCall {
        bottom: 65px;
    }

    .fixed_footer_link.fixedEnquiry {
        bottom: 115px;
    }
}

@media screen and (max-width: 500px) {
    .mobilefoot {
        width: 100%;
        display: flex;
        gap: 5px;
    }

    .fixed_footer_link {
        border-radius: 0;
        text-align: center;
    }

    .fixed_footer_link a span {
        border-radius: 0;
    }

    .fixed_footer_link a p {
        text-align: center;
        width: 100%;
    }

    .copyright {
        padding-bottom: 65px !important;
    }

    .back-to-top {
        bottom: 55px;
    }
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

/*** copyright end ***/

/* salem page */

.sub-title {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: var(--primary);
    /* font-family: var(--body-font); */
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: -0.34em;
    padding-left: 40px;
}

.sub-title .double-line {
    position: relative;
}

.sub-title .double-line:before,
.sub-title:before {
    width: 30px;
    top: auto;
    bottom: 10px;
}

.sub-title .double-line:before,
.sub-title:before,
.sub-title .double-line:after,
.sub-title:after {
    position: absolute;
    content: '';
    background-color: var(--primary);
    left: 0px;
    height: 2px;
}

.sub-title:before {
    top: 4px;
    width: 30px;
}

.sub-title::after,
.double-line::after {
    top: 9px !important;
    left: 10px !important;
    width: 20px !important;
}

.sub-title .double-line {
    margin-left: 0;
}

.sub-title .double-line:before,
.sub-title .double-line:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    right: -10px;
}

.sub-title .double-line:before {
    left: -20px !important;
    top: 6px !important;
}

.sub-title .double-line:after {
    left: -10px !important;
    top: 10px !important;
}

.sub-title .double-line:before,
.sub-title:before {
    width: 30px;
    top: auto;
    bottom: 10px;
}

.sub-title .double-line:before,
.sub-title:before,
.sub-title .double-line:after,
.sub-title:after {
    position: absolute;
    content: '';
    background-color: var(--primary);
    left: 0px;
    top: 5px;
    height: 2px;
    width: 30px;
}

.abt_sec {
    padding-top: 50px;
}

.abt_sec li {
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}

.abt_sec li:before {
    list-style: none;
    content: "\F26A";
    font-family: var(--icon-font);
    font-weight: 900;
    color: var(--primary);
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.img-box-2 {
    position: relative;
}

.img-box-2 .img1 {
    margin-left: auto;
    max-width: 387px;
}

.img-box-2 .img1 img,
.img-box-2 .img2 img,
.img-box-2 .img3 img {
    object-fit: cover;
}

.img-box-2 .img1 img {
    width: 387px;
    height: 400px;
}

.img-box-2 .img2 img {
    width: 313px;
    height: 269px;
}

.img-box-2 .img3 img {
    width: 126px;
    height: 139px;
}

.img-box-2 .img2 {
    margin-top: -100px;
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

.img-box-2 .img2,
.img-box-2 .img3 {
    display: inline-block;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.img-box-2 .img3 {
    position: absolute;
    bottom: 0;
    right: 127px;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.th-experience.style2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.img-box-2 .th-experience {
    position: absolute;
    left: 75px;
    top: 14%;
}

.th-experience {
    background-color: var(--primary);
    max-width: 257px;
    padding: 40px;
}

.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.th-experience.style2 .experience-year {
    font-size: 40px;
    min-width: 45px;
    margin-bottom: -0.2em;
}

.th-experience .experience-year {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 10px;
}

.counter-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 0;
}

.th-experience.style2 .experience-text {
    font-size: 22px;
    margin-bottom: -0.3em;
    text-transform: uppercase;
    color: #ffffff;
}

@media screen and (max-width: 490px) {
    .innerHotspot .tooltip {
        max-width: 130px;
        text-align: center;
    }

    .img-box-2 .img1 img,
    .img-box-2 .img2 img,
    .img-box-2 .img3 img {
        width: 100%;
    }

    .img-box-2 .th-experience {
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* salem page end */


/* faq */
.faq-section {
    max-width: 860px;
    margin: 0 auto;
}

header {
    margin-bottom: 70px;
}

header>p {
    font-size: 22px;
    color: #AEB9C6;
}

details {
    cursor: pointer;
}

summary:focus-visible {
    outline: 2px solid orange;
    outline-offset: 8px;
    border-radius: 4px;
}

summary {
    font-size: 20px;
    color: #f4f4f6;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

summary::marker {
    display: none;
    content: "";
}

details>p {
    max-width: 95%;
    color: #242424;
    font-size: 16px;
    line-height: 155%;
    letter-spacing: .1px;
    padding-left: 10px;
}

hr {
    border: 1px solid #404E5C;
    margin-block-end: 30px;
}

#tabs-section .tab-head li:before {
    display: none;
}

.carousel-caption .error-msg {
    height: auto;
}

.carousel-caption .input-group {
    flex-direction: column;
}

.error-msg {
    color: red;
    font-size: 12px;
    margin-bottom: 0;
    height: 25px;
}

/* CSR Page Start */

.breadcrumbs {
    background: url(../img/carousel-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.csr_page span.fst-italic {
    font-size: 13px;
}

ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

ul li:before {
    content: "\F26A";
    position: absolute;
    left: 0;
    color: #FFCC00;
    font-family: "Bootstrap-icons";
}

.csr_page ul {
    padding-left: 5px;
}

.csr_page ul li {
    padding: 5px 0 5px 20px;
}

.csr_page ol li {
    padding: 5px 0 5px 5px;
}

.csr_page p,
.csr_page li,
.csr_page a {
    color: #1a1a1a;
    transition: all .3s ease-out;
}

.csr_page .contact_infrm a:hover {
    color: #FFCC00;
    transition: all .3s ease-out;
}

/* CSR Page End */
ul {
    padding-left: 0;
}

#carouselId {
    height: 700px;
}

.home_carousel_banner #carouselId {
    height: 450px;
}

.home_carousel_banner #carouselId .carousel-item {
    height: 450px;
}

.carousel-item,
.carousel-inner {
    height: 100% !important;
}

#carouselId .carousel-item {
    background: linear-gradient(#00000098, #00000098), url(../img/frame-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.v-upholstery-fabric-tiruppur #carouselId .carousel-item,
.v-upholstery-fabric-ooty #carouselId .carousel-item {
    background: linear-gradient(#00000098, #00000098), url(../img/upholstery/tiruppur-banner.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.v-upholstery-fabric-chennai #carouselId .carousel-item,
.v-upholstery-fabric-salem #carouselId .carousel-item {
    background: linear-gradient(#00000098, #00000098), url(../img/upholstery/chennai-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

#carouselId.carousel_inner_new .carousel-item {
    background: linear-gradient(#00000098, #00000098), url(../img/salem-banner-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

#carouselId.carousel_inner_ooty .carousel-item {
    background: linear-gradient(#00000098, #00000098), url(../img/ooty-curtain-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

#carouselId.wallpaper_pages .carousel-item {
    background: linear-gradient(#00000098, #00000098), url(../img/wallpaper/bg-wallpaper-gif.webp);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

#carouselId.slider .carousel-item.one {
    background: linear-gradient(#00000098, #00000098), url(../img/wallpaper/customised-wallpaper.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-attachment: fixed !important;
}

#carouselId.slider .carousel-item.two {
    background: linear-gradient(#00000098, #00000098), url(../img/wallpaper/natural-wallpaper.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-attachment: fixed !important;
}

#carouselId.slider .carousel-item.three {
    background: linear-gradient(#00000098, #00000098), url(../img/wallpaper/floral-wallpaper.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-attachment: fixed !important;
}

#v-blinds-erode #carouselId.blinds_slider .carousel-item.one,
#v-blinds-salem #carouselId.blinds_slider .carousel-item.one,
#v-blinds-tiruppur #carouselId.blinds_slider .carousel-item.one,
#v-blinds-ooty #carouselId.blinds_slider .carousel-item.one,
#v-blinds-chennai #carouselId.blinds_slider .carousel-item.one,
#v-blinds-trichy #carouselId.blinds_slider .carousel-item.one {
    background: linear-gradient(#000000bb, #000000bb), url(../img/blinds/blinds-banner-1.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-attachment: fixed !important;
}

#v-blinds-erode #carouselId.blinds_slider .carousel-item.two,
#v-blinds-salem #carouselId.blinds_slider .carousel-item.two,
#v-blinds-tiruppur #carouselId.blinds_slider .carousel-item.two,
#v-blinds-ooty #carouselId.blinds_slider .carousel-item.two,
#v-blinds-chennai #carouselId.blinds_slider .carousel-item.two,
#v-blinds-trichy #carouselId.blinds_slider .carousel-item.two {
    background: linear-gradient(#000000bb, #000000bb), url(../img/blinds/blinds-banner-2.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-attachment: fixed !important;
}

#v-blinds-erode #carouselId.blinds_slider .carousel-item.three,
#v-blinds-salem #carouselId.blinds_slider .carousel-item.three,
#v-blinds-tiruppur #carouselId.blinds_slider .carousel-item.three,
#v-blinds-ooty #carouselId.blinds_slider .carousel-item.three,
#v-blinds-chennai #carouselId.blinds_slider .carousel-item.three,
#v-blinds-trichy #carouselId.blinds_slider .carousel-item.three {
    background: linear-gradient(#000000bb, #000000bb), url(../img/blinds/blinds-banner-3.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-attachment: fixed !important;
}

#carouselId.slider .carousel-caption {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}

.carousel-item.no-bg {
    background: none !important;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bd;
    z-index: 2;
}

.carousel-caption {
    position: relative;
    z-index: 3;
}

.bg-section-new {
    background: linear-gradient(#00000098, #00000098), url(../img/frame-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#carouselId .carousel-item {
    height: 645px;
}

/* erode */
.marquee-wrapper {
    overflow: hidden;
    margin: 0 auto !important;
    text-align: center;
    height: 100%;
    width: 100%;
}

.marquee-wrapper .marquee-block {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    box-shadow: 1px 1px 9px 1px #00000033;
}

.marquee-inner {
    display: block;
    position: absolute;
}

.marquee-item img {
    width: 100%;
    box-shadow: none;
    transition: all .3s ease-out;
}

.marquee-item img:hover {
    box-shadow: 1px 1px 10px 0px #00000061;
    transition: all .3s ease-out;
}

.marquee-item p {
    font-weight: 800;
    font-size: 30px;
    padding: 100px;
    font-family: cursive;
}

.marquee-inner.to-left {
    animation: marqueeTop 10s linear infinite;
}

.marquee-inner.to-right {
    animation: marqueeBottom 10s linear infinite;
}

.marquee-item {
    display: block;
    margin: 10px;
    transition: all .2s ease-out;
}

@keyframes marqueeTop {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

@keyframes marqueeBottom {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .marquee-wrapper {
        height: 400px;
    }
}

/* wallpaper - erode */
.abt_slider_parent {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 290px;
    display: flex;
    align-items: center;
}

.abt_slider_parent .carousel-inner {
    box-shadow: -30px 30px 60px 0 #00000080;
    backdrop-filter: blur(5px);
    padding: 10px;
    height: 80%;
    width: 100%;
}

.abt_slider_parent .carousel-item {
    height: 80%;
    width: 100%;
    overflow: hidden;
}

.abt_slider_parent .carousel-item img {
    height: 270px !important;
    width: 270px !important;
    object-fit: cover;
}

.about_wall_erod .left_img_wall:before {
    position: absolute;
    content: '';
    top: 170px;
    z-index: -1;
    background-image: url(../img/dot.svg);
    background-repeat: repeat;
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    -ms-background-size: 16px;
    background-size: 16px;
    width: 80%;
    height: 100%;
    right: 0;
}

/* megamenu */
nav li::before {
    display: none;
}

.megamenu {
    position: static;
}

.megamenu .dropdown-menu .row {
    margin: 0 25px;
}

.megamenu .dropdown-menu {
    width: 100%;
    right: 0;
    top: 100%;
    border: none;
    border-radius: 0;
}

.megamenu .dropdown-item h6 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .5px;
}

.megamenu .dropdown-item {
    padding: 5px 0;
    color: #6e7684;
    font-size: 14px;
}

.megamenu .dropdown-item:hover {
    color: var(--bs-primary);
    background: transparent;
}

/* upholstery */
.v-upholstery-fabric .counter {
    background: linear-gradient(#000000cf, #000000cf), url(../img/upholstery/banner-counter.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.v-upholstery-fabric .steps {
    background: linear-gradient(#000000cf, #000000cf), url(../img/upholstery/steps-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* blog */

.blog-post-content ul li,
.blog-post-content ol li,
.blog-post-content p {
    color: #192A44;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 14px;
}

.blog-post-content ul li {
    padding-left: 27px;
}

@media (max-width:1199px) {
    .blogs-main-content-wrap {
        margin-top: 60px;
    }
}

@media (max-width:991px) {
    .blogs-main-content-wrap {
        margin-top: 50px;
    }
}

.blog-post-content .h2,
.blog-post-content h2 {
    color: #192A44;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 20px;
}

.blog-post-content h3,
.blog-post-content .h3 {
    color: #192A44;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 10px;
}

.blog-post-content h4,
.blog-post-content .h4 {
    color: #192A44;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.sub-titles {
    color: #192A44;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

/* Table of contents start */
.table-of-content-section ul li {
    display: flex;
    align-items: center;
}

.table-of-content-section {
    position: sticky;
    top: 100px;
}

.recent-blogs-head .h2 {
    color: #192A44;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.custom-scroll {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding-right: 6px;
}

.custom-scroll {
    &::-webkit-scrollbar {
        width: 5px;
    }
}

.custom-scroll {
    &::-webkit-scrollbar-thumb {
        background-color: var(--primary);
        border-radius: 20px;
    }
}

.sidebar-blogs-single .h4 {
    margin-bottom: 0;
}

.sidebar-blogs-single .h4 a {
    display: block;
    color: #192A44;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
}

.toc-scroll .menu-link.active {
    background: #ffcc001c;
    color: #ffcc00;
    font-weight: 600;
}

.toc-scroll {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.table-responsive.ai-table td,
.table-responsive.ai-table th {
    padding: 14px;
    text-align: start;
    border: 1px solid #E5E7EB;
}

.ai-table .table th {
    font-size: 16px;
    font-weight: 600;
    background: rgba(255, 108, 26, 0.10);
    color: #FF6C1A;
}

.ai-table .table td ul li,
.ai-table .table td {
    font-size: 18px;
    font-weight: 400;
}

.ai-table .table {
    font-size: 20px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
}

@media (max-width:991px) {

    .blog-post-content .h2,
    .blog-post-content h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .blog-video iframe {
        height: 270px !important;
    }

    .table-of-content-section {
        top: 20px;
    }

    .table-of-content-section button {
        background-color: var(--primary);
        color: #000000;
        border-radius: 0;
        box-shadow: none;
    }

    .table-of-content-section button:hover {
        color: #000000;
    }

    .table-of-content-section button:focus {
        box-shadow: none;
    }

    .table-of-content-section li a {
        color: #000000;
        padding-left: 5px;
    }

    .table-of-content-section li a:after {
        display: none;
    }

    .btn-toc.toc-tab-menu.dropdown-menu.show {
        position: absolute !important;
        top: 10px !important;
        width: 100%;
        left: -1px !important;
        padding: 10px 15px;
        max-height: 300px !important;
        overflow-y: auto !important;
        background-color: #f1f1f1;
    }
}

@media (max-width: 700px) {
    .blog-author-detail img {
        width: 40px !important;
        height: 40px !important;
    }

    .blog-author-detail p a {
        font-size: 18px;
        line-height: 130%;
    }

    .blogs-main-content-wrap {
        margin-top: 35px;
    }

    .blog-post-content .h2,
    .blog-post-content h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .blog-post-content ul li,
    .blog-post-content ol li,
    .blog-post-content p {
        font-size: 17px;
        line-height: 150%;
    }

    .blog-post-content h4,
    .blog-post-content .h4 {
        font-size: 18px;
    }

    .blog-post-content .h2 {
        text-align: center !important;
    }


}

@media (max-width: 575px) {
    .blog-video iframe {
        height: 250px !important;
    }
}

@media (max-width: 480px) {

    .blog-post-content .h2,
    .blog-post-content h2 {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .blog-post-content ul li,
    .blog-post-content ol li,
    .blog-post-content p {
        font-size: 16px;
    }

    .sub-titles {
        font-size: 16px;
    }

    .blog-post-content h4,
    .blog-post-content .h4 {
        font-size: 17px;
    }

    .blog-post-content .h2,
    .blog-post-content h2 {
        font-size: 18px;
    }
}

/* product page */
#product-page .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c2c2cb3;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#product-page .carousel-caption h5 {
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

#product-page .carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
    #product-page .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    #product-page .carousel-caption h1 {
        font-size: 28px;
        font-weight: 600 !important;
        line-height: 1.2;
    }
}

#product-page .carousel-control-prev,
#product-page .carousel-control-next {
    width: 10%;
}

#product-page .carousel-control-prev-icon,
#product-page .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.product_service .service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all .3s ease-out;
}

.product_service .service-item p {
    transition: .3s;
}

.product_service .service-item div {
    transform: scale(1);
    transition: all .3s ease-out;
}

.product_service .service-item:hover {
    box-shadow: 1px 1px 15px 4px #bbbbbb;
    transition: all .3s ease-out;
}

.product_service .service-item:hover div {
    transform: scale(1.1);
    transition: all .3s ease-out;
}

.service-item {
    height: 100%;
    padding: 20px 30px !important;
}

.team-item img {
    transform: scale(1.15);
    margin-left: -30px;
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}


/* new */
.image-map-container {
    position: relative;
    display: inline-block;
}

.image-map-container .inner_map_parent {
    position: relative;
}

.image-map-container .inner_map_parent::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000034;
    z-index: 1;
}

.image-map-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Hotspot points */
.hotspot {
    position: absolute;
    padding: 5px;
    border: 2px dashed #ffffff;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-out;
    z-index: 2;
}

.hotspot .innerHotspot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .5s ease-out;

}

.hotspot:hover .innerHotspot {
    background-color: #ffffff;
    transform: scale(1.2);
    transition: all .5s ease-out;
}

/* Tooltip box */
.tooltip {
    position: absolute;
    background-color: #fff;
    color: #333;
    z-index: 1;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -120%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.hotspot:hover .tooltip {
    opacity: 1;
}

.video_sec {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.video_sec video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video_sec::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000070;
    z-index: 1;
}

.lh-0 {
    line-height: 0 !important;
}

#curtainForm button:hover {
    background-color: var(--primary);
}

@media screen and (max-width: 991px) {
    .video_sec {
        min-height: 100%;
    }

    .image-map-container,
    .image-map-container img,
    .image-map-container .inner_map_parent {
        min-height: 300px;
        object-fit: cover;
    }
}

/* product page end */


/* Blog Scroll Section style start here */
.blog-section .blog-card {
    padding-bottom: 0
}

.blog-section .blog-card figure {
    margin-bottom: 0
}

.blog-section .desc {
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #ededed
}

.blog-section .bolg-category-title .h4,
.blog-section .bolg-category-title h4 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #192a44;
    padding-right: 10px;
    margin: 0
}

.blog-section .blog-card .bolg-category-title img {
    visibility: hidden
}

.blog-section .blog-card:hover .bolg-category-title img {
    transition: 1s ease-in-out;
    visibility: visible
}

.blog-section .blog-card h3,
.blog-section .blog-card .h3 {
    color: var(--secondrycolor);
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    transition: .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
    margin: 0 !important;
    padding: 0
}

.blog-section .blog-card:hover h3 {
    color: var(--primarycolor)
}

@media screen and (max-width:1199px) {

    .blog-section .blog-card h3,
    .blog-section .blog-card .h3 {
        font-size: 18px;
        min-height: 54px;
    }
}

@media screen and (max-width:767px) {

    .blog-section .blog-card h3,
    .blog-section .blog-card .h3 {
        font-size: 17px;
        min-height: 50px;
    }
}

@media screen and (max-width:480px) {
    .blog-section .desc {
        padding: 10px;
    }

    .blog-section .bolg-category-title .h4,
    .blog-section .bolg-category-title h4 {
        font-size: 13px;
    }

    .blog-section .blog-card h3,
    .blog-section .blog-card .h3 {
        font-size: 15px;
        min-height: 45px;
    }
}

/* mail response page */
.response-container {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.response-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    animation: fadeIn 1s ease-in-out;
}

.response-card h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.response-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.response-card .user-name {
    font-weight: 600;
    color: #000;
}

.response-card .btn-home {
    background-color: var(--primary);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .5s ease-out;
}

.response-card .btn-home:hover {
    background-color: #684c00;
    transition: all .5s ease-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
