/* Font Family */
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

/* Custom */
body {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    color: #161616 !important;
    margin: 0;
}

.container {
    max-width: 89% !important;
}

/* Header */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px) translateX(0px);
        opacity: 0.6;
    }

    50% {
        transform: translateY(-20px) translateX(10px);
        opacity: 1;
    }
}

/* Navbar styling */
.custom-navbar {
    position: absolute !important;
    top: 25px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 15px 30px;
    z-index: 1000;
    transition: all 0.3s ease;
    width: 87.5%;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 800;
    color: #ff4757 !important;
    text-decoration: none;
    letter-spacing: -1px;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    color: #ff6b7a !important;
    transform: scale(1.05);
}

.navbar-nav {
    align-items: center;
}

.nav-link {
    color: #161616 !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    margin: 0 40px;
    padding: 12px 0 !important;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-link:hover {
    color: #ffffff !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 8px;
    left: 50%;
    background: #ffffff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after {
    width: 100%;
}

/* Dropdown Menu Styling */
.custom-dropdown {
    position: relative;
}

.custom-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 999;
    min-width: 300px;
}

.custom-dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    font-size: 16px;
    color: #161616;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    transition: background 0.3s ease;
}

.dropdown-item:hover {
    background: #f5f5f5;
    color: #F4342B;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-arrow {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.btn-contact {
    background: #F4342B;
    color: #ffffff !important;
    border: none;
    font-weight: 500 !important;
    font-size: 24px !important;
    margin-left: 40px;
    padding: 12px 26px;
    border-radius: 35px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.3);
}

.btn-contact:hover {
    background: #F4342B;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 71, 87, 0.4);
    color: #ffffff !important;
}

/* Mobile responsiveness */
@media (max-width: 991px) {
    .custom-navbar {
        width: 98%;
        padding: 12px 20px;
    }

    .navbar-brand {
        font-size: 24px;
    }

    .nav-link {
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .custom-navbar {
        border-radius: 30px;
        background: rgba(30, 30, 30, 0.95);
    }

    .navbar-collapse {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link {
        margin: 5px 0;
        padding: 10px 0 !important;
    }

    .btn-contact {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
}

/* Navbar toggle button styling */
.navbar-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
}

.navbar-toggler-icon {
    background-image: none;
    width: 25px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler-icon::after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Hero Slider */
/* .hero-slider .item {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #ffffff;
} */

.hero-slider .item {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-desktop,
.video-mobile {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.video-mobile {
    display: none;
    height: 83vh;
}

@media (max-width: 767px) {
    .video-desktop {
        display: none;
    }

    .video-mobile {
        display: block;
    }

    .hero-slider .item {
        height: 83vh;
    }
}

/* Our Approach */
.our-approach {
    background: #EFEFEF;
}

.our-approach .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.our-approach .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

.strategy,
.execution,
.experience {
    position: relative;
    border-radius: 16px;
    padding: 30px 25px;
    z-index: 1;
}

/* .purpose-box {
    position: relative;
    border-radius: 24px;
    background: #ffffff;
    padding: 45px;
    z-index: 1;
} */

.strategy::before,
.execution::before,
.experience::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 4px;
    background: linear-gradient(135deg, #EF4237, #F8C2C2);
    -webkit-mask: linear-gradient(#EF4237 0 0) content-box, linear-gradient(#F8C2C2 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.number {
    background: #EF4237;
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.number h6 {
    font-size: 26px;
    line-height: 2.3;
    text-align: center;
    color: #FFFFFF;
}

.strategy .approach-head h3 {
    margin-top: 150px;
}

.approach-head h3 {
    font-size: 50px;
    line-height: 1.1;
    color: transparent;
    -webkit-text-stroke: 1.5px #161616;
    text-transform: capitalize;
}

.approach-head h4 {
    font-size: 40px;
    line-height: 1.1;
    color: #161616;
}

.creativity {
    border: 2px solid #EF4237;
    border-radius: 16px;
    padding: 28px 25px;
    background: #EF4237;
}

.creativity .number {
    background: #FFFFFF;
}

.creativity .number h6 {
    color: #EF4237;
}

.creativity .approach-head h3,
.execution .approach-head h3 {
    margin-top: 50px;
}

.creativity .approach-head h3 {
    -webkit-text-stroke: 1.5px #ffffff;
}

.creativity .approach-head h4 {
    color: #FFFFFF;
}

.creativity .approach-head p {
    color: #FFFFFF;
}

.experience .approach-head h3 {
    margin-top: 90px;
}

.perfect-pittch {
    border: 2px solid #EF4237;
    border-radius: 16px;
    padding: 30px 25px;
    background: #EF4237;
    height: 475px;
}

.perfect-pittch h2 {
    font-size: 100px;
    line-height: 0.85;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transform: rotate(315deg);
    margin-top: 75px;
}

.perfect-pittch h2 span {
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
}

/* Brand Journeys */
.brand-journeys {
    background: #EF4237;
}

.brand-journeys .head h1 {
    font-size: 85px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
}

.brand-journeys .head h1 span {
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
}

.pittch-section {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 81vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

.play-btn:hover {
    transform: scale(1.1);
}

.pittch-title {
    position: absolute;
    left: -5px;
    bottom: 0;
    color: #EF4237;
    width: 102%;
    font-size: 10.81rem;
    line-height: 0.7;
    z-index: 3;
}

@media (max-width: 768px) {
    .pittch-section {
        height: 250px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
    }

    .pittch-title {
        font-size: 1.8rem;
    }
}

/* Brand Associations */
.brand-associations {
    background: #EFEFEF;
}

.brand-associations .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.brand-associations .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

/* our Services */
.our-services {
    background: #EF4237;
}

.our-services .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.our-services .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.our-services .pricing-block-outer .row [class*=col-] {
    position: sticky;
    top: 120px;
    left: 0px;
}

.our-services .pricing-table-1 {
    position: relative;
    overflow: hidden;
    background: #EF4237;
    padding: 100px 0px;
}

.our-services .pricing-table-1 h2 {
    font-size: 60px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #ffffff;
    width: 95%;
}

.our-services .pricing-table-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 25px;
}

.our-services .pricing-table-1 ul li {
    font-size: 36px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    position: relative;
}

.our-services .pricing-table-1 button {
    border: 1px solid #F5F5F5;
    background: transparent;
    padding: 10px 38px;
    border-radius: 36px;
    font-size: 24px;
    line-height: normal;
    color: #F5F5F5;
    position: absolute;
    bottom: 0;
}

.service-data {
    position: relative;
    height: 550px;
}

/* Project Showcase */
.project-showcase {
    background: #EFEFEF;
}

.project-showcase .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.project-showcase .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

.event-carousel .item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    color: #fff;
}

.event-carousel .item img {
    object-fit: cover;
    border-radius: 12px;
}

.event-carousel .overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.event-carousel .overlay h5 {
    font-weight: 900;
    font-size: 22px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
}

.event-carousel .overlay h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    color: #ffffff;
}

/* Client Speak */
.client-speak {
    background: #ffffff;
}

.client-speak .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.client-speak .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

.client-speak .slider-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

.client-speak .slide-content {
    display: flex;
    align-items: center;
}

.client-speak .image-box img {
    width: 100%;
    border-radius: 10px;
}

.client-speak .text-box {
    background: #EF4237;
    color: #fff;
    padding: 40px;
    border-radius: 15px;
}

.client-speak .text-graybox {
    background: #EFEFEF;
    color: #161616;
}

.client-speak .authors-feedback {
    height: 485px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.client-speak .text-box img {
    width: 25px !important;
    margin-bottom: 40px;
}

.client-speak .text-box p {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
}

.client-speak .author-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.client-speak .author-icon {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 20px;
}

.client-speak .author-icon i {
    color: #EF4237;
}

.client-speak .author {
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    margin: 0;
}

.client-speak .designation {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    opacity: 0.8;
}

.client-speak .owl-carousel .item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.client-speak .owl-carousel .active .item {
    opacity: 1;
}

/* Our Core */
.our-core {
    background: #EFEFEF;
}

.our-core .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.our-core .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

.our-core .flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.our-core .flip-card-inner {
    position: relative;
    width: 100%;
    height: 533px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.our-core .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.our-core .flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 8px;
}

.our-core .flip-card-front {
    color: black;
}

.our-core .flip-card-back {
    background-color: #EF4237;
    color: white;
    transform: rotateY(180deg);
    padding: 35px;
    text-transform: capitalize;
}

.our-core .flip-card-back h1 {
    font-size: 32px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
}

.our-core .flip-card-back p {
    font-size: 18px;
    line-height: normal;
    height: 325px;
}

.our-core .social-icons {
    margin-top: 15px;
    display: flex;
    gap: 25px;
    justify-content: center;
}

.our-core .social-icons a {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(131 12 4 / 38%);
    color: #fff;
    font-size: 40px;
    transition: all 0.3s;
    text-decoration: none;
}

/* Hero Title Bar */
.page-title-bar {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat, no-repeat;
    position: relative;
    color: #fff;
}

.page-title-bar .overlay {
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    text-align: center;
}

.page-title-bar .page-title {
    font-size: 95px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    width: 70%;
    margin: auto;
    padding-top: 100px;
}

.page-title-bar .breadcrumb-nav {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    margin-top: 25px;
}

.page-title-bar .breadcrumb-nav a {
    color: #ffffff;
    text-decoration: none;
}

/* About Us */
.who-we-are {
    background: #EFEFEF;
}

.who-we-are .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.who-we-are .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

.who-we-are .about-pittch p {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #161616;
    margin-bottom: 25px;
}

.our-purpose .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.our-purpose .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

.our-purpose .about-pittch p {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #161616;
    margin-bottom: 25px;
}

.purpose-box-red {
    background: #EF4237;
    border: 4px solid #EF4237;
    border-radius: 24px;
    padding: 45px;
}

.purpose-box-red h3 {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    color: #ffffff;
    width: 95%;
}

.purpose-box-red p {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #ffffff;
    height: 175px;
}

.purpose-box {
    position: relative;
    border-radius: 24px;
    background: #ffffff;
    padding: 45px;
    z-index: 1;
}

.purpose-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 4px;
    background: linear-gradient(135deg, #EF4237, #F8C2C2);
    -webkit-mask: linear-gradient(#EF4237 0 0) content-box, linear-gradient(#F8C2C2 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.purpose-box h3 {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    color: #161616;
    width: 95%;
}

.purpose-box p {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #161616;
    height: 175px;
}

.why-pittch {
    background: #EFEFEF;
}

.why-pittch .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.why-pittch .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

.why-pittch-box {
    position: relative;
    padding: 40px 20px;
    border-radius: 16px;
    background: #ffffff;
    z-index: 1;
}

.why-pittch-box:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(135deg, #EF4237, #F8C2C2);
    -webkit-mask: linear-gradient(#EF4237 0 0) content-box, linear-gradient(#F8C2C2 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.why-pittch-content h3 {
    font-size: 38px;
    line-height: normal;
    font-weight: 500;
    color: #161616;
    margin-bottom: 30px;
}

.why-pittch-content p {
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    color: #161616;
}

/* Contact Us */
.contact-details h6 {
    font-size: 32px;
    line-height: normal;
    font-weight: 400;
    color: #161616;
}

.contact-details h5 {
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    color: #161616;
}

.contact-details .red-head {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #EF4237;
}

.contact-details p {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #161616;
    width: 85%;
}

.contact-form {
    background: #EFEFEF;
    padding: 40px;
    border-radius: 8px;
}

.contact-form h3 {
    font-size: 50px;
    line-height: normal;
    color: #161616;
    margin-bottom: 20px;
}

.input-floating-label {
    position: relative;
    margin-bottom: 12px;
    width: 100%;
}

.input-floating-label .input {
    font-family: inherit;
    width: 100%;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    outline: 0;
    font-size: 20px;
    color: #8F8F8F;
    padding: 18px 18px;
    background: #ffffff;
    transition: border-color 0.2s;
    resize: none;
}

.input-floating-label .input:required,
.input-floating-label .input:invalid {
    box-shadow: none;
}

.input-floating-label .input::placeholder {
    color: transparent;
}

.input-floating-label .input:placeholder-shown {
    border-color: rgba(255, 255, 255, 0.2);
}

.input-floating-label .input:placeholder-shown~label {
    font-size: 20px;
    cursor: text;
    transform: translateY(19px);
    padding: 0px 6px;
    color: #b6b9c9;
}

.input-floating-label label {
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    transform: translateY(-7px);
    transition: 0.3s;
    font-size: 0.75rem;
    padding: 0px 8px;
    color: #b6b9c9;
    background: #ffffff;
}

.input-floating-label .input:focus {
    border-color: #ef423780;
}

.input-floating-label .input:focus~label {
    transform: translateY(-7px);
    color: #b6b9c9;
    font-size: 0.75rem;
    padding: 0px 8px;
}

.required-star {
    color: red;
    font-weight: 400;
    margin-left: 2px;
}

.btn-submit {
    background: #F4342B;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    padding: 13px 35px;
    border-radius: 45px;
    border: none;
}

.btn-submit:hover {
    background: #c71f2d;
}

/* Service Detail Page */
.service-info {
    background: #EFEFEF;
}

.service-info .about-service p {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #161616;
    margin-bottom: 25px;
}

.what-we-do .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.what-we-do .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

.what-we-do-box {
    position: relative;
    border-radius: 24px;
    background: #ffffff;
    padding: 45px;
    z-index: 1;
}

.what-we-do-box:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 4px;
    background: linear-gradient(135deg, #EF4237, #F8C2C2);
    -webkit-mask: linear-gradient(#EF4237 0 0) content-box, linear-gradient(#F8C2C2 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.what-we-do-box h3 {
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
    color: #161616;
}

.more-btn {
    background: #F4342B;
    color: #ffffff !important;
    border: none;
    font-weight: 500 !important;
    font-size: 24px !important;
    margin-left: 40px;
    padding: 12px 26px;
    border-radius: 35px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.3);
}

.more-btn:hover {
    background: #F4342B;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 71, 87, 0.4);
    color: #ffffff !important;
}

/* Our Work */
.work-img {
    position: relative;
    display: inline-block;
    border-radius: 24px;
    background: #ffffff;
    width: 100%;
    overflow: hidden;
    padding: 16px;
}

.work-img::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 32px;
    bottom: 32px;
    border-radius: 24px;
    padding: 4px;
    background: linear-gradient(135deg, #EF4237, #F8C2C2);
    -webkit-mask: linear-gradient(#EF4237 0 0) content-box, linear-gradient(#F8C2C2 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 2;
    pointer-events: none;
}

.work-img img {
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.carousel-wrapper {
    position: relative;
}

.carousel-wrapper .item {
    display: block;
}

.event-location {
    position: absolute;
    top: 32px;
    right: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 25px;
    border-radius: 38px;
    z-index: 10;
}

.event-location h6 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.event-info h3 {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    color: #161616;
}

.event-info p {
    font-size: 24px;
    line-height: normal;
    font-weight: 400;
    color: #333333;
    width: 89%;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 32px 0 16px;
    z-index: 3;
}

.owl-prev,
.owl-next {
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
}

.owl-prev:hover,
.owl-next:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

/* Thank You */
.thank-you .head h1 {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #161616;
}

.thank-you .head h1 span {
    font-size: 85px;
    line-height: normal;
    text-transform: uppercase;
    color: #EF4237;
}

/* Footer */
.next-event {
    background: #EF4237;
    padding: 100px;
    border-radius: 16px;
}

.next-event h2 {
    font-size: 65px;
    line-height: normal;
    width: 80%;
    color: #F5F5F5;
}

.next-event button {
    border: 1px solid #F5F5F5;
    background: transparent;
    padding: 10px 38px;
    border-radius: 36px;
    font-size: 24px;
    line-height: normal;
    color: #F5F5F5;
}

.footer-links h6 {
    font-size: 20px;
    line-height: 2;
    color: #EF4237;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li a {
    font-size: 16px;
    line-height: 2;
    color: #161616;
    text-decoration: none;
    font-weight: 500;
}

.footer-links p a {
    font-size: 16px;
    line-height: 2;
    color: #161616;
    text-decoration: none;
    font-weight: 500;
}

.footer-links ul li a:hover,
.footer-links p a:hover {
    color: #EF4237;
}

.footer-links .social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: #000;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.6;
    transition: 0.3s;
    background: none;
}

.footer-links .social-icons a:hover {
    background: #EF4237;
    color: #fff;
    border-color: #EF4237;
}

.footer-bottom {
    text-align: center;
    font-size: 16px;
}

.footer-bottom a {
    color: #EF4237;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: top 0.3s ease-in-out;
}

#header.nav-up {
    top: -150px;
}

#header.nav-down {
    top: 0;
}

/* Sticky state pe solid background */
#header.sticky .custom-navbar {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: none;
}

#header.sticky .custom-navbar .nav-link:hover {
    color: #F4342B !important;
}

#header .dropdown-item.active,
.dropdown-item:active {
    background-color: #F4342B !important;
    color: #fff !important;
}