@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');


:root {
    /* Colors: */
    --color-55022b: #55022b;
    --color-d9b880: #d9b880;
    --color-4b0001: #040303;
    --color-282728: #282728;
    --color-f1f1f1: #f1f1f1;
    --color-f6f6f6: #f6f6f6;
    --color-f5f5f5: #f5f5f5;
    --color-484848: #484848;
    --color-c2c4c6: #c2c4c6;
    --color-000000: #000000;
    --color-ffffff: #ffffff;
    --font-Poppins: "Poppins", sans-serif;
    --font-Yeseva-One: "Yeseva One", serif;
    --font-style-normal: normal;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-19: 19px;
    --font-size-22: 20px;
    --font-size-25: 25px;
    --font-size-26: 26px;
    --font-size-27: 27px;
    --font-size-33: 30px;
    --font-size-38: 38px;
    --font-size-41: 41px;
    --font-size-45: 45px;
    --font-size-48: 48px;
    --font-size-50: 50px;
    --font-size-56: 54px;
    --font-size-66: 66px;
    --character-spacing-0: 0px;
    --line-height-22: normal;
    --line-height-25: 25px;
    --line-height-27: 27px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 35px;
    --line-height-36: 36px;
    --line-height-43: 43px;
    --line-height-51: 51px;
    --line-height-60: normal;
    --line-height-66: 66px;
    --line-height-78: 78px;
    --line-height-inherit: inherit;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}

/* Custom  Font */


.Yeseva-One-regular {
    font-family: "Great Vibes";
    font-style: normal;
}

.Poppins {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

* {
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-Poppins);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-19);
    line-height: var(--line-height-30);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.mobile-view {
    display: none !important;
}
body {
    min-height: auto !important;
}

.img {
    width: 100%;
}

a,
.btn,
button {
    color: var(--color-ffffff);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-gredient);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.light-bg {
    background: #f9f7f7;
}

header,
footer,
section {
    width: 100%;
    float: left;
}

section {
    overflow: hidden;
}

section.section-space.video-section,
.about-section {
    overflow: visible !important;
}

hr {
    border-bottom: 1px solid var(--color-c2c4c6);
    border-top: 0 none;
    margin: 40px 0;
    padding: 0;
    opacity: 1;
}

p {
    font-size: var(--font-size-16);
    line-height: 24px;
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-Poppins);
    color: var(--color-000000);
    margin-bottom: 15px;
    opacity: 0.6;
}

.p-content {
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-gredient);
    margin-bottom: 15px;
}

.small-text {
    font-size: var(--font-size-15);
    line-height: var(--line-height-27);
    color: var(--color-000000);
    margin-bottom: 15px;
}

.main-title {
    font-size: var(--font-size-41);
    font-family: var(--font-Yeseva-One);
    margin-bottom: 15px;
}

.title {
    font-size: 100px;
    font-family: var(--font-Yeseva-One);
    font-weight: var(--font-weight-Regular);
    line-height: normal;
    color: var(--color-d9b880);
    margin-bottom: 15px;
}


.div-title {
    font-size: var(--font-size-19);
    font-family: var(--font-Poppins);
    text-transform: uppercase;
    font-weight: var(--font-weight-Regular);
    margin-bottom: 15px;
}

.div-text {
    font-size: var(--font-size-25);
    line-height: var(--line-height-35);
    font-weight: var(--font-weight-Regular);
    font-family: var(--font-Yeseva-One);
    color: var(--color-000000);
    margin-bottom: 15px;
}

.font-Poppins--font-Poppins {
    font-family: var(--font-Poppins);
}

.weight-Light {
    font-weight: var(--font-weight-Light);
}

.weight-Regular {
    font-weight: var(--font-weight-Regular);
}

.weight-Medium {
    font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
    font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
    font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
    font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
    font-weight: var(--font-weight-Black);
}

.height-100 {
    height: 100vh;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.color-55022b {
    color: var(--color-55022b) !important;
}

.color-d9b880 {
    color: var(--color-d9b880) !important;
}

.btn-style {
    padding: 12px 30px;
    background: var(--color-000000);
    color: var(--color-d2a800);
    text-transform: uppercase;
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Bold);
}

.explore_btn {
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 15px;
    font-weight: var(--font-weight-Regular);
    font-size: 16px;
    color: var(--color-55022b);
    background: var(--color-d9b880);
    border: 1px solid var(--color-d9b880);
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.explore_btn-white {
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 15px;
    font-weight: var(--font-weight-Regular);
    font-size: 13px;
    color: var(--color-55022b);
    background: var(--color-ffffff);
    text-transform: uppercase;
    border: 1px solid var(--color-ffffff);
    border-radius: 50px;
    letter-spacing: 0;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}


@keyframes borderMove {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    100% {
        background-position: 200% 50%, 200% 50%;
    }
}



.position-btn {
    position: fixed;
    bottom: 0;
    right: 5%;
    z-index: 99;
    border: 1px solid #fff;
    border-radius: 26px 26px 0 0 !important;
    padding-bottom: 6px !important;
}

.explore_btn:hover::before {
    left: 0;
}

.explore_btn span,
.explore_btn i {
    position: relative;
    z-index: 1;
}

.explore_btn i {
    color: var(--color-55022b);
    border-radius: 50%;
    font-size: 18px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    align-items: center;
    justify-content: center;
}

.explore_btn:hover i {
    margin-left: 0;
    color: var(--color-55022b);
}

.explore_btn:hover {
    color: var(--color-55022b);
    background: var(--color-ffffff);

}
a.read-more {
    display: flex;
    align-items: center;
}

.founder-card a.read-more {
    display: flex;
    align-items: center;
    justify-content: center;
}
.founder-card a.read-more span {
    align-items: center;
    gap: 10px;
    font-weight: var(--font-weight-Medium);
    font-size: var(--font-size-16);
    color: var(--color-55022b) !important;
}
p.founder-bio {
    opacity: 1;
}



a.read-more span {
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--color-55022b) !important;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    100% {
        background-position: 200% 50%, 200% 50%;
    }
}


.read-more:hover::before {
    left: 0;
}

.read-more i {
    color: var(--color-55022b);
    border-radius: 50%;
    font-size: 18px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    align-items: center;
    justify-content: center;
}

.explore_btn:hover i {
    margin-left: 0;
    color: var(--color-55022b);
}

.explore_btn:hover {
    color: var(--color-55022b);
    background: var(--color-ffffff);

}

.img-zoom {
    overflow: hidden;
}

.explore_btn-white:hover::before {
    left: 0;
}

.explore_btn-white span,
.explore_btn-white i {
    position: relative;
    z-index: 1;
}

.explore_btn-white i {
    color: var(--color-55022b);
    border-radius: 50%;
    font-size: 20px;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    align-items: center;
    justify-content: center;
}

.explore_btn-white:hover i {
    margin-left: 0;
    color: var(--color-ffffff);



}

.explore_btn-white:hover {
    color: var(--color-ffffff);
    background: var(--color-55022b);

}

.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.5s ease-out 0s;
    -moz-transition: all 2.5s ease-out 0s;
    -ms-transition: all 2.5s ease-out 0s;
    -o-transition: all 2.5s ease-out 0s;
    transition: all 2.5s ease-out 0s;
}

.img-zoom:hover .zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* @import url(../css/root.css); */




/* loader css*/


/* loader css */

.main-nav {
    background: transparent;
    padding: 30px 0px;
    width: 100%;
    float: left;
}

.main-nav .navbar {
    padding: 0;
    width: 100%;
    float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
    position: absolute;
    top: -20px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 160px;
    object-fit: contain;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-19);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-inherit);
    padding: 8px 10px;
    text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
    padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-f68e1f);
}


/* dropdown-menu */

.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
    background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    width: 200px;
    margin: 0;
    top: 100%;
    padding: 0px;
    background-color: var(--color-ffffff);
    border: none;
    box-shadow: 0px 0px 10px -4px #0000009d;
    z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    font-size: var(--font-size-16);
    color: var(--color-000000);
    background-color: var(--color-ffffff);
    padding: 10px 10px;
    text-transform: uppercase !important;
}




a.btn-link {
    width: fit-content;
    display: flex;
    border-radius: 50px;
    color: var(--color-ffffff);
    text-decoration: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: var(--font-weight-SemiBold);
}

.arrow-circul {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    transition: 0.5s;
    position: relative;
    right: -10px;
    transform: rotate(56deg);
}


.arrow-circul i {
    color: var(--color-ffffff);
    font-size: 25px;
    position: relative;
    bottom: 2px;
    right: 6px;

}

a.btn-link:hover {
    transition: 0.4s;
    color: var(--color-000000);
}



a.btn-link:hover .arrow-circul i {
    color: var(--color-000000);
}

a.btn-link:hover .arrow-circul {
    transform: rotate(0deg);
}

.section-space {
    padding: 80px 0px;
}



/* main-banner */
.banner,
.banner-content {
    position: relative;
    height: 800px;
}

.banner .swiper-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-content {
    width: 100%;
    text-align: center;
}

.banner-logo {
    width: 180px;
}

.third {
    font-size: 50px;
    font-family: var(--font-Yeseva-One);
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00000094 0%, transparent 73%);
    /* Semi-transparent black */
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* padding-bottom: 100px; */
    padding-left: 200px;
    font-weight: 200;
}


/* Pagination */
.banner .swiper-pagination {
    bottom: 10px;
    text-align: center;
}

.banner .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-d9b880);
    opacity: 1!important;
}

.banner .swiper-pagination-bullet-active {
    background: var(--color-55022b);
}
.banner-content .title,
.banner-content .explore_btn {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}
.swiper-slide-active .banner-content .title,
.swiper-slide-active .banner-content .explore_btn {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.6s ease;
}

/* services-page */
.services {
    background: var(--color-55022b);
}

.services .explore_btn {
    margin-top: 100px;
}

.services-text {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-left: 140px;
}

.services-inner img {
    width: 100%;
    border-radius: 16px;
}

.services-inner:hover {
    background: var(--color-d9b880);
    border-radius: 16px !important;

}

.services-inner:hover h3 {
    color: var(--color-55022b);
}

.services-inner:hover p {
    color: var(--color-000000);
    opacity: 1;
}

.services-inner h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    color: var(--color-d9b880);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.services-inner h3 i {
    font-size: 22px;
}

.swiper-slide.swiper-slide-active .services-inner {
    border-right: 1px solid #d9b88050;
    border-left: 1px solid #d9b88050;
    border-radius: 0px;

}

.services-inner {
    padding: 25px;
    border-right: 1px solid #d9b88000;
    border-left: 1px solid #d9b88000;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 16px;

}

.services-inner p {
    margin-bottom: 0;
    color: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
     text-overflow: ellipsis;
       display: -webkit-box;         /* Needed for line clamp */
    -webkit-box-orient: vertical; 
    overflow: hidden;             /* Hide overflowing text */
    text-overflow: ellipsis;      /* Optional: show "..." at the end */
    -webkit-line-clamp: 2;        /* Show exactly 2 lines */
}

/* services */
/* FILMS */
.big-title {
    font-size: 450px;
    color: var(--color-55022b);
    font-family: var(--font-Yeseva-One);
}

.video-player {
    margin-top: -300px;
}

.video-player iframe {
    width: 45%;
    height: 460px;
    border-radius: 26px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease;
}

.thumbnails {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.thumbnail {
    width: 16%;
    height: 160px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s, border 0.3s;
}

.thumbnail:hover {
    transform: scale(1.05);
    border: 2px solid var(--color-55022b);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
/* Smooth slide/fade for hidden cards */
.hidden-card {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  margin-top: 0;
}

.hidden-card.show {
  max-height: 500px; /* adjust based on card height */
  opacity: 1;
  margin-top: 1rem;
}

/* FILMS */
/* counter */
.counter-section {
    display: flex;
    justify-content: space-around;
    text-align: center;
    background: var(--color-d9b880);
    background-size: cover;
}



.counter,
.counter-box h3 {
    font-size: 83px;
    font-weight: var(--font-weight-Bold);
    color: var(--color-ffffff);
    line-height: 83px;
    margin: 0;
}

.counter-box h6 {
    font-weight: var(--font-weight-SemiBold);
    font-family: var(--font-Poppins);
    margin: 0;
}

.counter-box p {
    margin-top: -10px;
    font-size: 16px;
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-4b0001);
}

.counter-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 150px;
}

/* counter */
/* portfolio */
.circle {
    position: relative;
    float: right;
    width: 150px;
    height: 150px;
    border: 2px solid #d1a85c;
    /* gold border */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}

.circle h2 {
    position: absolute;
    font-size: 35px;
    font-weight: bold;
    color: #d9b880;
    margin: 0;
}

.circle svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    animation: rotate 12s linear infinite;
}

.circle text {
    font-size: 18px;
    fill: #611133;
    /* maroon text */
    font-weight: bold;
    letter-spacing: 0px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.portfolio-slider {
    margin-top: 30px;
}

.portfolio-slider img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 26px;
    object-position: top;
}

.row2 {
    margin: 30px 0;
}

/* portfolio */

/* testimonials */
.testimonial {
    overflow: hidden;
    position: relative;
    background: var(--color-55022b);
}

/* Ensure swiper takes height */
.testimonial-slider {
    width: 100%;
    height: 350px;
    /* adjust as per your design */
    overflow: hidden;
}

/* Left pagination (vertical) */
.testimonial-slider .swiper-pagination {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonial-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    opacity: 0.5;
    transition: background 0.3s;
    border: none;
}

.testimonial-slider .swiper-pagination-bullet-active {
    background: var(--color-d9b880);
    /* highlight color */
    opacity: 1;

}

/* Right navigation buttons */
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
    display: none;
    color: #333;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f8f8f8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

}

.testimonial-slider .swiper-button-prev {
    right: 50px;
}

.testimonial-slider .swiper-button-next {
    right: 10px;
}

.testimonial img.spin {
    width: 29%;
    position: absolute;
    right: -16%;
    bottom: 2%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    top: 60%;
}

.testimonial .swiper-button-prev,
.testimonial .swiper-container-rtl .swiper-button-next {
    left: 50px;
    right: auto;
}

.testimonial .swiper-button-next,
.testimonial .swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}

.testimonial-card {
    text-align: center;
    background: transparent;
    border-radius: 12px;
    padding: 0 15%;
    padding-top: 60px;
    transition: all 0.3s ease;
    opacity: 1;
    border: 2px solid transparent;
}


.testimonial-card p {
    text-align: center;
    color: var(--color-ffffff);
    font-size: var(--font-size-22);
    font-family: var(--font-Poppins);
    font-style: italic;
    line-height: normal;
    opacity: 1;
}

.testimonial-card .quota {
    text-align: center;
    color: var(--color-d9b880);
    font-size: 120px;

    font-family: var(--font-Yeseva-One);
    font-style: italic;
    line-height: inherit;
}

.author {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    text-align: center;
}

.author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.author h4 {
    color: var(--color-ffffff);
    margin-bottom: 0;
    font-weight: bold;
}

.author span {
    font-size: 14px;
    color: var(--color-d9b880);
}

.testimonial-card {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.testimonial-card.slide-up {
    opacity: 1;
    transform: translateY(0);
}

/* children staged reveal */
.testimonial-card .quota,
.testimonial-card p,
.testimonial-card .author {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

/* when active slide-up is added */
.testimonial-card.slide-up .quota {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateY(0);
}

.testimonial-card.slide-up p {
    transition-delay: 0.4s;
    opacity: 1;
    transform: translateY(0);
}

.testimonial-card.slide-up .author {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0);
}


/* testimonials */
.form-section {
    background: url(../images/form-bg.jpg) center no-repeat;
    background-size: contain;
    background-position: top;
    background-color: #e4e4e4;
}

.form-section h4 {
    font-size: var(--font-size-41);
    font-family: var(--font-Yeseva-One);
}

.form-content {
    padding-left: 50px;
}

form {
    background: url(../images/contact-bg.jpg)center no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 36px;
    margin-top: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

form .explore_btn {
    margin-top: 30px;
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 30px;
    font-weight: var(--font-weight-Regular);
    font-size: 16px;
    color: var(--color-d9b880);
    background: var(--color-55022b);
    border: 1px solid var(--color-d9b880);
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden;
}

form .explore_btn i {
    color: var(--color-d9b880);
}

form label {
    color: #5c5858;
    font-size: 15px;
}

form input,
textarea {
    background: var(--color-d9b880) !important;
    border-radius: 10px !important;
    padding: 15px !important;
}

/* gallaery */
.gallery {
    background: var(--color-d9b880);
}

.gallery-slider {
    width: 100%;
    margin: auto;
    padding: 50px 0;
    overflow: visible;
}

.gallery-slider .swiper-slide {
    transition: transform 0.5s ease;
    /* smooth animation */
}

.gallery-slider .swiper-slide:nth-child(odd) {
    transform: translateY(-30px);
    /* move odd slides up */
}

.gallery-slider .swiper-slide:nth-child(even) {
    transform: translateY(30px);
    /* move even slides down */
}

.gallery-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    filter: brightness(50%);
    opacity: 0.5;
}

.gallery-slider .swiper-slide-active,
.gallery-slider .swiper-slide.swiper-slide-prev,
.gallery-slider .swiper-slide.swiper-slide-next {
    filter: brightness(100%);
    opacity: 1;
}

.gallery-slider .slide-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff6a00;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 11px;
    line-height: normal;
    font-weight: var(--font-weight-Regular);
    text-transform: uppercase;
    z-index: 10;
}

.gallery-slider .slide-content h3 {
    display: none;
    margin-bottom: 0;
    color: var(--color-55022b);
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
}

.gallery-slider .slide-content span {
    display: none;
    font-size: 13px;
    color: #ddd;
}

/* gallaery */


/* footer */

.footer {
    width: 100%;
    background-size: cover;
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
}

.footer h2 {
    font-family: var(--font-Yeseva-One);
    font-size: var(--font-size-41);
    color: var(--color-55022b);
}

img.heart {
    width: 15%;
    position: absolute;
    top: -50%;
}
footer.footer.section-space img.heart {
    width: 15%;
    position: absolute;
    top: -30%;
    right: 0;
}

.footer img.spin {
    width: 51%;
    position: absolute;
    right: 0%;
    bottom: 0%;
    z-index: 9;
    animation: rotate 10s linear infinite;
}

/* copy-right  */

.copy-right {
 margin-top: 75px;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.copy-right p,
.copy-right p a {
    font-size: var(--font-size-16);
    color: #000;
    margin-bottom: 0;
    opacity: 1;
}

.copy-right p span {
    float: right;
}

.copy-right p a {
    color: var(--color-55022b);
}

ul.footer-contact {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    flex-direction: row;
    gap: 150px;
}

ul.footer-contact li .details p {
    opacity: 1;
    text-transform: uppercase;
    font-size: var(--font-size-16);
    color: var(--color-d9b880);
    font-weight: var(--font-weight-SemiBold);
    margin: 0;
}

ul.footer-contact li .details a {
    font-size: var(--font-size-16);
    line-height: 16px;
    color: var(--color-55022b);
    font-weight: var(--font-weight-Regular);
    margin: 0;
}

ul.footer-contact li .details a:hover {
    color: var(--color-55022b);
}

ul.footer-contact li .details a p:hover {
    color: var(--color-55022b);

}

ul.footer-contact li .details a p {
    font-size: var(--font-size-16);
    line-height: 26px;
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    text-transform: none;
    margin: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

ul.footer-social {
    display: flex;
    gap: 25px;
    margin-top: 30px;
    position: relative;
    z-index: 99;
}

ul.footer-social li i {
    font-size: 20px;

    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--color-d9b880);
}

ul.footer-social li i:hover {
    color: var(--color-55022b);
}

.footer-menu ul {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 0;
    flex-direction: column;
}

.footer-menu {
    position: relative;
    z-index: 99;
}

.footer-menu h3 {
    font-size: var(--font-size-16);
    color: var(--color-55022b);
    font-weight: var(--font-weight-SemiBold);
    margin-top: 30px;
}

.footer-menu ul li a {
    color: var(--color-000000);
    font-size: 15px;

}

.footer-menu ul li a:hover {
    color: var(--color-55022b);

}

.footer-padding {
    padding-right: 35px;
}

p.addres-p {
    font-size: 16px !important;
    line-height: 26px !important;
    color: var(--color-000000) !important;
    font-weight: var(--font-weight-Regular) !important;
}

.contact-form {
    position: relative;
    z-index: 99;
    float: right;
    width: 95%;
    background: white;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-form a span {
    font-size: 16px;
    padding: 2px 30px;
}

.contact-form h2 {
    font-size: var(--font-size-33);
    color: #282728;
}

.contact-form label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #555;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
}

.contact-form textarea {
    height: 80px;
    resize: none;
}


.nav-tabs {
    border-bottom: none;
}

.sidenav,
.mobile-toggle {
    display: none;
}

.mobile-banner {
    display: none !important;
}

.mobile-img {
    display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
    padding: 0 10%;
}


/* back to top */

#button {
    display: inline-block;
    background: var(--color-55022b);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 15px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid var(--color-d9b880);
    text-decoration: none;
    opacity: 0;
}

#button::after {
    content: "\2191";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 28px;
    color: var(--color-d9b880);
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    border: 2px solid var(--color-55022b);
    background-color: var(--color-d9b880);
}

#button:hover:after {
    color: var(--color-55022b);
}

#button:active {
    border: 2px solid var(--color-f26b28);
    background-color: var(--color-ffffff);
}

#button.show {
    opacity: 1;
    visibility: visible;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}



.whatsapp-btn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 999;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #25D366;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}


/*Estilos solo al icono whatsapp*/

.whatsapp-btn i {
    color: #fff;
    font-size: 20px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}


/*Estilos con animation contorno respirando*/

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Estilos de animacion del icono latiendo*/

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Common style for social buttons */
.social-btn {
    position: fixed;
    right: 15px;
    z-index: 999;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.social-btn:hover {
    transform: scale(1.1);
}

/* Instagram */
.instagram-btn {
    bottom: 190px;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5)
}

.instagram-btn i {
    color: #fff;
}

/* youtube */
.youtube-btn {
    bottom: 140px;
    background: #FF0000;
}

.youtube-btn i {
    color: #fff;
}


/* Breadcrumb  */
.breadcrumb {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 50px;
    text-align: center;
    color: var(--color-ffffff);
    background-position: center !important;
    background-size: cover !important;
    margin: 0;
}

.breadcrumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.breadcrumb .content {
    position: relative;
    z-index: 2;
}

.breadcrumb h1 {
    font-size: var(--font-size-48);
    font-weight: var(--font-weight-Bold);
    margin-bottom: 10px;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 8px;
    font-size: var(--font-size-16);
}

.breadcrumb ol li {
    color: #fff;
    font-weight: var(--font-weight-SemiBold);
}

.breadcrumb ol li a {
    color: var(--color-d9b880);
    text-decoration: none;
}

/* Breadcrumb  */

/* about-page */
.about-us,.about-section {
    position: relative;
}
.more-text {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.founder-card.open .more-text {
  max-height: 1000px; /* large enough to show full text */
}
.about-section .mainimg{
    border-radius: 26px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

img.about-heart {
    width: 15%;
    position: absolute;
    left: 0;
    bottom: -30%;
}

.about-img {
    position: absolute;
    left: 0;
    width: 30%;
    bottom: 10%;
}

.title-text {
    width: 100%;
    display: flex;
    position: relative;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 20px;
    /* padding-left: 100px; */
}

.title-line {
    content: "";
    width: 20%;
    height: 2px;
    background: var(--color-d9b880);
    margin-bottom: 5px;
}


.about-card {
    border: 1px solid var(--color-d9b880);
    border-radius: 26px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-left: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.about-card p{
    margin-bottom: 0;
}

.about-card img {
    width: 50px;
    margin-bottom: 30px;
}

.about-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
        -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.about-card:hover {
    background: var(--color-55022b);
    transform: translateY(-8px) scale(1.05);
    /* thoda upar uthta hua + zoom */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    /* shadow add */
}

.about-card:hover h3,
.about-card:hover p {
    color: var(--color-ffffff);
    opacity: 1;
}

.card-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
    padding-left: 50px;
    padding-top: 50px;
}

.founder-section {
    padding: 80px 0;
    background: url(../images/main-banner-bg.jpg)center no-repeat;
    background-size: cover;
}

.founder-card {
    background: var(--color-ffffff);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
}

.founder-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.founder-card img {
width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 5px solid var(--color-d9b880);
}

.founder-card h3 {
    font-size: var(--font-size-25);
    margin-bottom: 5px;
    color: var(--color-282728);
}

.founder-card h6 {
    font-size: var(--font-size-16);
    color: var(--color-55022b);
    display: block;
    margin-bottom: 15px;
}
.animate-card {
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.animate-card:hover {
transform: translateY(-15px) scale(1.03);
box-shadow: 0 20px 35px rgba(0,0,0,0.2);
}
.founder-card img {
transition: transform 0.4s ease;
}
.founder-card img:hover {
transform: scale(1.05) rotate(2deg);
}
.why-choose{
    background: var(--color-55022b);
}
/* about-page */
/* projects */
.projects-title {
  font-family: var(--font-Yeseva-One);
  font-size: var(--font-size-48);
  color: var(--color-55022b);
}

.projects-subtitle {
  font-family: var(--font-Poppins);
  font-size: var(--font-size-17);
  color: var(--color-484848);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 30px;
align-items: center;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: transform 0.4s ease;
}

.project-card:hover {
  transform: scale(1.03);
}

.project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.project-card:hover .project-img img {
  transform: scale(1.1);
}

.project-info {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  background: #55022b;
  color: var(--color-ffffff);
  transition: all 0.4s ease;
}

.project-info h3 {
    color: var(--color-ffffff);
  margin: 0;
  font-family: var(--font-Yeseva-One);
  font-size: var(--font-size-25);
}

.project-info p {
  margin: 5px 0 0;
  font-size: var(--font-size-17);
  font-family: var(--font-Poppins);
  color: #d9b880;
  opacity: 1;
}
/* projects */


/* Contact Left Panel */
.contact-left {
    background: var(--color-55022b);
    padding: 3rem;
    padding-right: 16%;
    border-radius: 1.5rem;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.contact-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-4b0001);
}

.contact-subtext {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    color: #f8f8f8;
}

.contact-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-info i {
    font-size: 22px;
    color: #fff;
    margin-right: 12px;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px;
    border-radius: 50%;
}

.contact-text h5 {
    color: var(--color-4b0001);
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-text a,
.contact-text p {
    font-size: var(--font-size-17);
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
    margin: 0;
}

.contact-text a:hover {
    text-decoration: underline;
}

/* Social Icons */
ul.social {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

ul.social li {
    width: 40px;
    height: 40px;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 12px;
    border-radius: 50%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social li:hover {
    background: #fff;
    color: #ff5500;
}

/* Form Styling */
.contact-form .form-control {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
}

.contact-form .form-control:focus {
    border-color: #ff5500;
    box-shadow: 0 0 0 0.15rem rgba(255, 85, 0, 0.2);
}

/* Submit Button */
.contact-btn {
    background: #ff5500;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #e64700;
    transform: translateY(-2px);
}



.desktop-view {
    display: block;
}



.desktop-display-none {
    display: none !important;
}


/* film-page */

.film-card {
  background: var(--color-ffffff);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  position: relative;
}

.film-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.film-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #000;
}

.film-img img {
 width: 100%;
 height: 330px;
 object-fit: cover;
 transition: opacity 0.5s ease;
}

.film-img iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* Play video on hover */
.film-card:hover .film-img iframe {
  opacity: 1;
  pointer-events: auto;
}

.film-card:hover .film-img img {
  opacity: 0;
}


.film-info  {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  background: #55022b;
  color: var(--color-ffffff);
  transition: all 0.4s ease;
}

.film-info h3 {
    color: var(--color-ffffff);
  margin: 0;
  font-family: var(--font-Yeseva-One);
  font-size: var(--font-size-25);
}

.film-info p {
  margin: 5px 0 0;
  font-size: var(--font-size-17);
  font-family: var(--font-Poppins);
  color: #d9b880;
  opacity: 1;
}
/* Fullscreen video overlay */
.video-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 80%;
  height: 80%;
  background: rgba(0,0,0,0.95);
  z-index: 10000;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.video-modal.show {
  display: flex;
  transform: translate(-50%, -50%) scale(1);
}

.video-modal .video-container {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.video-modal iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.video-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10001;
}

/* Card Hover */
.film-card {
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.film-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
/* services */
.inner-column h3 {
    color: var(--color-55022b);
  font-size: var(--font-size-50);
}
.inner-column h6 {
  line-height: normal;
}

.inner-column li {
  font-size: var(--font-size-16);
  display: flex;
  align-items: center;
}

.inner-column li img {
  /* width: 18px; */
  height: 20px;
  /* border: 1px solid #ccc; */
  border-radius: 100%;
  margin-right: 10px;
}

.services-section .image-column ,.services-section1 .image-column{
  position: relative;
}

.services-section .image-column .text-layer ,.services-section1 .image-column .text-layer{
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.services-section .image-column .inner-column{
  position: relative;
  padding-left: 50px;
  padding-bottom: 0px;
}
.services-section1 .image-column .inner-column{
    padding-left: 0px;
    padding-right: 50px;
}

.services-section .image-column .inner-column-right ,.services-section1 .image-column .inner-column-right{
  position: relative;
  padding-right: 50px !important;
  padding-bottom: 0px;
}

.services-section .image-column .inner-column-right::before ,.services-section1 .image-column .inner-column-right::before{
  content: '';
  position: absolute;
  width: calc(50% + 160px);
  height: calc(100% + 80px);
  top: -40px;
  right: 0px;
  background: var(--color-55022b);
  z-index: 0;
}

.services-section .image-column .image-1 ,.services-section1 .image-column .image-1{
  position: relative;
}

.services-section .image-column .image-2 ,.services-section1 .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.services-section .image-column .image-1 img, .services-section1 .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  border-radius: 46px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.services-section .image-column .inner-column::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 120%;
    border-radius: 26px;
    top: -50px;
    right: -20%;
    background: var(--color-55022b);
    z-index: -9;
}
.services-section1 .image-column .inner-column::before {
content: '';
    position: absolute;
    width: 80%;
    height: 120%;
    border-radius: 26px;
    top: -50px;
    left: -20%;
    background: var(--color-55022b);
    z-index: -9;
}

.spin {
    width: 560px;
    height: 560px;
    position: absolute;
    /* top: 0; */
    top: -8%;
    right: -20%;
    z-index: -1;
}
.services-section1 .spin {
    left: -20%;

}

.moving-cicle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: relative;
}

.moving-cicle::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    /* 150 + 2*20 */
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #ece4a5, #c0a555, #55022b, #55022b);
    z-index: -1;
    animation: spin 6s linear infinite;
    mask:
        radial-gradient(farthest-side, transparent calc(100% - 8px), black calc(100% - 8px));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), black calc(100% - 8px));
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
/* contact-us-page */
  .contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
  }

  /* Left Image */
  .contact-image {
    flex: 1 1 45%;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    min-height: 500px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  /* Right Form */
  .contact-form-wrapper {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-form-wrapper h2 {
    font-size: 36px;
    color: #c78b5b;
    margin-bottom: 20px;
  }

  .contact-intro {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  /* Contact Info */
  .contact-info {
    margin-bottom: 25px;
  }

  .contact-info .info-item {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #c78b5b;
    font-weight: bold;
  }

  /* Contact Form */
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .form-group {
    display: flex;
    flex-wrap: wrap;
  }
  form{
    position: relative;
  }
.contact-section form:before {
    z-index: -9;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: -10%;
    right: -30%;
    background: var(--color-55022b);
    border-radius: 56px;
    /* top: 0; */
}
.contact-section form::after {
    z-index: -9;
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    top: -10%;
    right: -30%;
    background: url(../images/about-img.png);
    opacity: 0.3;

    /* top: 0; */
}
  .form-group input, .contact-form textarea {
    flex: 1 1 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
  }

  .form-group input:focus, .contact-form textarea:focus {
    border-color: #c78b5b;
  }

  .contact-form button {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    background: #c78b5b;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
  }

  .contact-form button:hover {
    background: #b3744f;
  }
  ul.list-unstyled {
    width: 60%;
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

ul.list-unstyled li {
    display: flex;
    align-items: center;
    gap: 10px;
}

  /* Social Links */
  .social-links {
    margin-top: 20px;
    display: flex;
    gap: 15px;
  }

  .social-links a img {
    width: 40px;
    transition: transform 0.3s;
  }

  .social-links a img:hover {
    transform: scale(1.1);
  }

  /* Map */
  .map-container {
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  .list-unstyled li i{
    font-size: 20px;
  }
  .list-unstyled li a {
    font-size: var(--font-size-19);
    color: var(--color-282728);
  }
    .list-unstyled li a:hover{
        color: var(--color-55022b);
    }
  ul.social-list {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}
ul.social-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-list li i {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    font-size: 18px;
    border-radius: 50%;
    color: var(--color-ffffff);
    background: var(--color-55022b);
    align-items: center;
    justify-content: center;
        -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
ul.social-list li i:hover{
    background: var(--color-d9b880);
    color: var(--color-55022b);
}
.contact-section p{
    width: 80%;
    opacity: 1;
}

  @media(max-width: 991px){
    .contact-wrapper {
      flex-direction: column;
    }
    .contact-image, .contact-form-wrapper {
      flex: 1 1 100%;
    }
  }