@import url('https://fonts.googleapis.com/css2?family=Neue:ital,wght@0,100..900;1,100..900&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neue:wght@200..700&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&display=swap');

:root {
    --color-fdb92e: #fdb92e;
    --color-333233: #333233;
    --color-000000: #000000;
    --color-a9abae: #a9abae;
    --color-282828: #282828;
    --color-5f5f5f: #5f5f5f;
    --color-ffffff: #fff;
    --font-family-Neue: "Neue Haas Grotesk", sans-serif;
    --font-family-Poppins: "Poppins", sans-serif;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-35: 35px;
    --font-size-42: 42px;
    --font-size-50: 50px;
    --font-size-59: 59px;
    --font-size-66: 66px;
    --font-size-72: 72px;
    --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;
}

/* Regular */
@font-face {
    font-family: "Neue Haas Grotesk";
    src: url("font/NeueHaasGrotText-55Roman-Trial.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: "Neue Haas Grotesk";
    src: url("font/NeueHaasGrotText-65Medium-Trial.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: "Neue Haas Grotesk";
    src: url("font/NeueHaasGrotText-75Bold-Trial.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: var(--font-family-Poppins);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    outline: 0;
}

.mobile,
.feature-mobile {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    scrollbar-color: var(--color-d2a800) #282828;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
      appearance: textfield;
    -moz-appearance: textfield;
}

a,
.btn,
button {
    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-fdb92e);
    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 {
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    font-size: var(--font-size-16);
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--font-family-Poppins)
}

header,
footer,
section {
    width: 100%;
    float: left;
}

.text-gold {
    color: var(--color-fdb92e) !important;
}

p {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-Regular);
    color: var(--color-000000);
}

.sub-title {
    font-size: var(--font-size-16);
    color: var(--colorvar(--color-000000));
    font-family: var(--font-family-Poppins);
    color: var(--color-fdb92e);
    font-weight: var(--font-weight-Regular);
}

.title {
    font-size: var(--font-size-66);
    font-family: var(--font-family-Neue);
    line-height: normal;
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
}

.main-title {
    font-size: var(--font-size-42);
    font-family: var(--font-family-Neue);
    line-height: normal;
    color: var(--color-000000);
    font-weight: var(--font-weight-SemiBold);
}

.short-title {
    font-family: var(--font-family-Neue);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-093d5b);
    font-size: var(--font-size-16);
    line-height: normal;
}

.top-product-title {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-093d5b);
    margin-top: 15px;
    margin-bottom: 10px;
}

.div-title {
    font-size: var(--font-size-33);
    color: var(--color-000);
}

.div-text {
    font-size: var(--font-size-33);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-000000);
}

.big-title {
    font-size: 80px;
    font-weight: var(--font-weight-Regular);
    text-transform: uppercase;
}

.section-space {
    padding: 100px 0;
}

.color-fdb92e {
    color: var(--color-fdb92e);
}

.color-093d5b {
    color: var(--color-093d5b);
}

.color-a9abae {
    color: var(--color-a9abae);
}

.color-dark-grey {
    color: var(--color-333233);
}

/* Navbar */
.screen-darken.active {
    height: 1000vh;
    position: absolute;
    z-index: 9999;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
    background: #000;
    opacity: 0.5;
}

.top-bg {
    background: var(--color-fdb92e);
    color: #fff;
    -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;
}

.top-flex {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
}

ul.top-contact li a,
ul.top-contact li p {
    color: var(--color-093d5b);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Medium);
    margin: 0;
    letter-spacing: 1px;
}

ul.top-contact li p span {
    font-weight: var(--font-weight-Bold);
}

ul.top-contact li a:hover {
    color: var(--color-000000);
}

ul.top-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.top-contact li {
    display: flex;
    list-style: disc;
    align-items: center;
    justify-content: center;
}

ul.top-contact li i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--color-000000);
}

ul.top-social li i {
    font-size: 20px;
    transition: 0.5s;
    color: var(--color-ffffff);
}

ul.top-social li i:hover {
    color: var(--color-000000);
}

ul.top-social {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-bg {
    background: var(--color-d1b328);
    padding: 10px 0;
    position: relative;
}

.social-bg:before {
    content: "";
    background: var(--color-d1b328);
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 0;
}

.offcanvas-header {
    display: none;
}

.g_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-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;
}

.main-header.g_shrink {
    position: fixed;
    box-shadow: #63636333 0px 2px 8px 0px;
    -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;
    z-index: 999;
}

img.logo {
    width: 100%;
    padding: 10px 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-header.g_shrink img.logo {
    width: 80%;
}

.nav-item:hover,
a.nav-item.active {
    color: var(--color-000000);
}

div#sub_menu {
    display: flex;
    align-items: center;
}

.navbar-expand-lg {
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}

.navbar {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.nav-item {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Poppins);
    cursor: pointer;
    text-decoration: none;
    color: var(--color-093d5b);
}

.social ul {
    display: flex;
    gap: 15px;
    margin-top: 100px;
}

.social ul li i {
    font-size: var(--font-size-16);
    color: var(--color-fdb92e);
    -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;
}

.social ul li i:hover {
    color: var(--color-ffffff);
}

.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_now {
    border-radius: 50px;
    position: relative;
    border: 1px solid var(--color-fdb92e);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 30px;
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-SemiBold);
    font-size: 14px;
    font-family: var(--font-family-Poppins);
    font-weight: var(--font-weight-SemiBold);
    font-size: var(--font-size-16);
    background-color: var(--color-fdb92e);
    color: #000;
    text-decoration: none;
    overflow: hidden;
    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;
}

/* Keep text above animations */
.explore_now span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

/* Continuous gradient movement */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Pulse + bounce effect */
@keyframes smoothBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    /* adjust for bounce height */
}




.explore_now::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%);
    width: 0%;
    height: 100%;
    background-color: var(--color-ffffff);
    /* Hover fill color */
    transition: center 0.4s ease;
    z-index: 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;
}

.explore_now::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0%;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 0%;
    height: 100%;
    background-color: var(--color-ffffff);
    /* Hover fill color */
    transition: center 0.4s ease;
    z-index: 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;
}

.explore_now:hover::before,
.explore_now:hover::after {
    width: 101%;

}

.explore_now span,
.explore_now i {
    text-transform: u;
    position: relative;
    z-index: 1;
}

.explore_now i {
    color: var(--color-000000);
    border-radius: 50%;
    font-size: 16px;
    -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_now:hover {
    color: var(--color-333233);
}

ul.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: var(--font-size-16);
    gap: 45px;
}

.mobile-social {
    display: none;
}

.read-more {
    color: var(--color-fdb92e);
}

.read-more i {
    margin-left: 10px;
}

.read-more:hover {
    color: var(--color-000000);
}

/* underline */
.reveal-line {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 15px;
}

.reveal-line h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

.underline-block {
    position: relative;
    width: 254px;
    height: 2px;
}

.underline-fill.white {
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.8s ease;
}

/* Active animation */
.underline-block.active .underline-fill.white {
    width: 100%;
}

/* underline */

.music-btn {
    background: #00000066;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 16px;
    color: var(--color-fdb92e);
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
}

.music-btn:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.music-btn.playing {
    background: rgba(44, 39, 39, 0.333);
    color: var(--color-fdb92e);
}
/* banner */
/* Festive CTA Button */
/* Banner Image Zoom Effect */
img.winner {
    width: 20%;
    position: absolute;
    bottom: 25px;
    z-index: 9;
    right: 0;
}

.banner-img {
    width: 100%;
    height: auto;
    transition: transform 6s ease-in-out;
    transform: scale(1);
    object-fit: cover;
}

/* Zoom-in when active */
.swiper-slide-active .banner-img {
    transform: scale(1.1);
}

/* Optional: Smooth fade + zoom */
.banner .swiper-slide {
    overflow: hidden;
}

.banner {
    position: relative;
}

img.img-fluid.founder-img {
    width: 100%;
    border-radius: 26px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Vertical white line on left */
.banner:before {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff5;
    content: "";
    top: 0;
    left: 5%;
    z-index: 9;
}

.banner:after {
    position: absolute;
    width: 3px;
    height: 40%;
    background: #fff;
    content: "";
    top: 30%;
    left: calc(5% - 1px);
    z-index: 9;
}

img.banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .logo-with-text h2 {
    color: var(--color-fdb92e);
    font-size: var(--font-size-20);
}

/* Button styles */
.banner-txt .festive-btn {
    display: inline-block;
    background: linear-gradient(135deg, #d4af37, #f9d976);
    color: #fff !important;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.banner-txt .festive-btn:hover {
    background: linear-gradient(135deg, #f9d976, #d4af37);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Overlay for slides */
.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000000a1 13%, transparent 77%);
    pointer-events: none;
    z-index: 1;
}

/* Text above overlay */
.banner-txt {
    position: absolute;
    z-index: 2;
    width: 45%;
    top: 40%;
    left: 8%;
    opacity: 0;
    transform: translateY(30px);
    animation: fade-in-left 1.2s ease-out forwards;
}

/* Animation for fade-in-up */
@keyframes fade-in-left {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Zoom-in for button */
.zoom-in {
    display: inline-block;
    opacity: 0;
    transform: scale(0.8);
    animation: zoom-in 1s ease-out forwards 0.5s;
}

@keyframes zoom-in {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Optional glowing effect */
@keyframes festive-glow {
    0% {
        box-shadow: 0 0 10px #f9d976, 0 0 20px #d4af37;
    }

    50% {
        box-shadow: 0 0 20px #f9d976, 0 0 40px #d4af37;
    }

    100% {
        box-shadow: 0 0 10px #f9d976, 0 0 20px #d4af37;
    }
}

.banner-txt .festive-btn.glow {
    animation: festive-glow 2s infinite;
}


/* banner */
/* about */
/* Brand Logos Row */
.logo-flex {
    position: relative;
    clip-path: none;
    margin-top: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 12px;
}

.logo-flex img {
    width: 100px;
    max-height: 80px;
    object-fit: contain;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-flex img:hover {
    transform: scale(1.05);
    opacity: 1;
}

/* Trust Badges */
.badges-flex {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.badge-item {
    background: #fff;
    border: 2px solid var(--color-fdb92e);
    color: var(--color-000000);
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.badge-item i {
    font-size: 16px;
    color: var(--color-fdb92e);
}

.badge-item:hover {
    background: var(--color-fdb92e);
    color: #fff;
}

.badge-item:hover i {
    color: #fff;
}



/* about */
.team-card {
    width: 80%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    object-fit: contain;
    transition: transform 1.2s ease;
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-card:hover .team-overlay {
    opacity: 1;
}

.team-social a {
    color: #fff;
    margin: 0 8px;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.team-social a:hover {
    color: #a9abae;
}

.team-info .team-name {
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-bottom: 5px;
}

.team-info .team-role {
    color: #777;
    font-size: 0.95rem;
}

.founder-content {
    padding: 65px;
}

.approach {
    background: #191719;
}

.about-pg-inner {
    padding: 60px;
}

.about-us p,
.approach p {
    color: var(--color-a9abae);
    line-height: 1.8;
    margin-bottom: 15px;
}

.approach-text {
    padding: 0 60px;
}

img.Approach-1 {
    width: 100%;
    border-radius: 26px 0 0 26px;
}

.about-padding {
    padding-left: 150px;
    padding-right: 60px;
}

.about-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us .explore_now {
    display: inline-block;
    margin-top: 25px;
}

img.about-1 {
    width: 90%;
    float: right;
    border-radius: 26px;
    margin-right: 50px;
}

img.about-2 {
    width: 100%;
    float: right;
    border-radius: 26px;
    margin-top: 50px;
}

.awards {
    background-color: #f8f8f8;
}

.awards .swiper-pagination {
    bottom: 0px;
}

.awards-slider {
    padding-bottom: 50px;
}

.awards .swiper-pagination-bullet {
    background: var(--color-282828);
}

.awards-gallery {
    margin-top: 20px;
}

.award-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.award-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.award-item:hover img {
    transform: scale(1.1);
}

.award-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
}

.award-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: opacity 0.4s ease;
    text-align: center;
    padding: 20px;
}

.articles-gallery {
    margin-top: 30px;
}

.award-item:hover .award-overlay {
    opacity: 1;
}

.media-articles {
    background-color: #fff;
}

.media-articles .intro-text {
    color: var(--color-a9abae);
}

.articles-gallery .article-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.articles-gallery .article-card img {
    width: 100%;
    object-fit: cover;
}

.articles-gallery .card-content {
    padding: 20px;
    text-align: left;
}

.articles-gallery .card-content h3 {
    font-size: 18px;
    color: var(--color-333233);
    margin-bottom: 10px;
}

.articles-gallery .card-content p {
    color: var(--color-a9abae);
    margin-bottom: 15px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.articles-gallery .card-content a {
    color: var(--color-282828);
    font-weight: 500;
}

.articles-gallery .card-content a:hover {
    color: var(--color-fdb92e);
}

.articles-gallery .article-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}
 .fancybox__thumbs .carousel__slide .fancybox__thumb::after{
        border-color: #fdb92e!important;
        border-width: 2px;
  }

@media (max-width: 767px) {
    .articles-gallery .article-card img {
        height: auto;
    }
}

/* explore */
.explore {
    background: #191719;
}

.explore-card img {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 26px;
}

.explore-text {
    position: absolute;
    bottom: 0;
    padding: 30px;
    z-index: 99;
}

.explore-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000bf 30%, transparent 35%);
    z-index: 9;
    bottom: 0px;
}

.explore-card {
    width: 90%;
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    margin-top: 50px;
}

.explore-text p {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* explore */

/* porfolio */
/* Portfolio Top Section */
.porfolio-top {
    padding: 80px 0;
    background: #fff;
}

/* Image Styling */
.porfolio-img {
    width: 95%;
    border-radius: 16px;
    margin-left: 5%;
}

/* Content Wrapper */
ul.custom-list {
    padding-left: 15px;
    margin-bottom: 15px;
}

ul.custom-list li {
    list-style: disc;
}


/* Subheading */
.porfolio-pg h4 {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    margin-top: 25px;
    margin-bottom: 10px;
}


.porfolio-pg {
    padding-right: 100px;
    padding-left: 50px;
}

.portfolio {
    width: 100%;
}

.portfolio-slider {
    margin-top: 50px;
}

.portfolio-content {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.portfolio-content .image {
    flex: 1;
    width: 69%;
    border-radius: 26px;
    overflow: hidden;
    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;
}

.portfolio-content .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    -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;
}

.portfolio-content .text {
    width: 40%;
    padding-right: 50px;
    /* flex: 1; */
    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;
}

.portfolio-content .number {
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.number {
    width: 40%;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.portfolio-content h2 {
    color: var(--color-333233);
}

.portfolio-content p {
    font-size: 16px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 25px;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    font-size: 24px;
    position: relative;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    width: 30px !important;
    cursor: pointer;
    color: #f6a21a;
    transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: scale(1.2);
}

.portfolio-content:hover img {
    transform: scale(1.1);
    -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;
}

.portfolio-content:hover .text {
    transform: scale(0.9);
}



.swiper-button-next,
.swiper-button-prev {
    svg {
        display: none;
    }
}

.swiper-button-next {
    left: 100px !important;
    right: var(--swiper-navigation-sides-offset, 4px);
    color: var(--neutral-100);
    justify-content: center;
    align-items: center;
    width: 32px;
    font-family: Arrow font, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: transform .3s;
    display: flex;
    inset: auto auto 0 0;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    font-size: 24px;
    position: absolute;
    bottom: 25%;
    left: 16.5%;
}

@media (max-width: 768px) {
    .portfolio-content {
        flex-direction: column;
        text-align: center;
    }
}


.portfolio-card.premium {
    border-radius: 16px;
    overflow: hidden;
    background: var(--color-ffffff);
    box-shadow: rgba(0, 0, 0, 0.10) 0px 6px 20px;
    transition: all .35s ease;
    font-family: var(--font-family-Neue);
    position: relative;
    border: 1px solid #f2f2f2;
}

.portfolio-card.premium:hover {
    transform: translateY(-8px);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 12px 34px;
}

.portfolio-card .card-image {
    overflow: hidden;
    height: 320px;
    position: relative;
}

.portfolio-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.portfolio-card:hover .card-image img {
    transform: scale(1.08);
}

.portfolio-card .card-body {
    padding: 28px 26px;
}

.portfolio-card .count {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-Medium);
    color: var(--color-a9abae);
    margin-bottom: 12px;
}

.portfolio-card .count .line {
    width: 40px;
    height: 2px;
    background: var(--color-a9abae);
}

.portfolio-card h3 {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-333233);
    margin-bottom: 10px;
    line-height: 1.3;
}

.portfolio-card p {
    font-size: var(--font-size-16);
    line-height: 1.55;
    color: var(--color-5f5f5f);
    font-weight: var(--font-weight-Regular);
}

/* porfolio */

/* logo-slider */

.logo-slider {
    padding: 40px 0;
    background: #f7f7f7;
}

.logo-slider .swiper-wrapper {
    align-items: center;
}

.logoSwiper {
    width: 100%;
    margin: 0 auto;
}

.logoSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.logoSwiper .swiper-slide:hover {
    opacity: 1;
}

.logoSwiper img {
    width: 100%;
    height: 100px;
    background: #fff;
    transition: filter 0.3s ease;
    object-fit: contain;
}

/* logo-slider */


/* .testimonial */
.testimonial-inner p {
    max-height: 100px;
    /* 3 lines approx */
    overflow: hidden;
    transition: max-height 0.5s ease;
    margin-bottom: 8px;
    /* space above the button */
}

.testimonial-inner p.expanded {
    max-height: 500px;
}

.read-more-btn {
    color: #fdb92e;
    font-weight: 600;
    cursor: pointer;
    display: block;
    /* force new line */
    margin-top: 0px;
    /* p ke bilkul niche */
    user-select: none;
    margin-bottom: 25px;


}

.swiper-pagination-bullet {
    background: #fff;
}

.testimonial {
    background: #191719;
}

.testimonial-right {
    position: relative;
}

img.testimonial-2 {
    width: 30%;
    position: absolute;
    left: -10%;
    bottom: -10%;
    border-radius: 16px;

}

img.testimonial-1 {
    width: 80%;
    border-radius: 16px;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.testimonial-slider .nav-buttons {
    bottom: 10%;
    left: 2%;
}

.testimonial-slider {
    padding-bottom: 100px;
}

/* Swiper wrapper */
.testimonial-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    transition: opacity 0.4s ease;
    opacity: 0.5;
    /* default: faded */
}

.testimonial-slider .swiper-slide-active {
    opacity: 1;
    /* active slide full opacity */
}

/* Slide layout */
.testimonial-inner {
    border-radius: 14px;
    padding: 30px;
    color: #fff;
    text-align: left;
    transition: all 0.4s ease;
}

.testimonial-inner:hover {
    transform: translateY(-4px);
}

/* Quote icon */
.icon img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

/* Text */
.testimonial-inner p {
    font-size: 15px;
    line-height: 1.6;
    color: #e1e1e1;
    font-weight: 400;
}

/* Author info */
.author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonial-text h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-fdb92e);
    margin: 0;
    text-transform: uppercase;
}

.testimonial-text h6 {
    font-size: 12px;
    color: #aaa;
    margin: 4px 0 0;
}

/* Pagination + Navigation */


.swiper-pagination-bullet-active {
    background: var(--color-fdb92e);
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-inner {
        padding: 20px;
    }

    .testimonial-inner p {
        font-size: 14px;
    }
}

/* .testimonial */


/* gallery */
.home-gallary {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.home-gallary-mobile {
    display: none;
}

.home-gallary2 img,
.home-gallary3 img,
.home-gallary4 img {
    margin-bottom: 30px;
}

.home-gallary1,
.home-gallary2,
.home-gallary3,
.home-gallary4,
.home-gallary5 {
    width: 20%;
}

.home-gallary img {
    width: 100%;
}

/* gallery */
























/* contact */
/* Container tweaks */
.card-contact {
    background: #191719;
    padding: 26px;
    border-radius: 14px;
    box-shadow: 0 14px 38px rgba(10, 20, 30, 0.06);
}

.form-area {
    background: transparent;
}

/* Contact left */
.contact-title {
    font-size: 26px;
    color: var(--color-333233);
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-subtext {
    color: var(--color-a9abae);
    margin-bottom: 18px;
    line-height: 1.6;
}

.contact-block {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-block .icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(253, 185, 46, 0.12), rgba(169, 171, 174, 0.02));
    color: var(--color-fdb92e);
    font-size: 18px;
}

.contact-block .info h6 {
    margin: 0;
    font-size: 16px;
    color: var(--color-ffffff);
    font-weight: 600;
}

.contact-block .info a,
.contact-block .info p,
.contact-block .info address {
    color: var(--color-a9abae);
    font-size: 16px;
    margin: 4px 0 0;
    text-decoration: none;
}

.contact-block .info address {
    font-style: normal;
    line-height: 1.45;
}

.social-row {
    margin-top: 12px;
    display: flex;
    gap: 12px;
}

.social-row a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f3f3f3;
    color: var(--color-333233);
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(10, 20, 30, 0.04);
}

.social-row a:hover {
    transform: translateY(-4px);
}

.small-note {
    color: #8a8f95;
    font-size: 13px;
    margin-top: 14px;
}

/* Improved form */
.improved-contact-form {
    background: #ffffff;
    padding: 22px;
    border-radius: 14px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.form-heading {
    margin: 0 0 14px;
    font-size: 18px;
    color: var(--color-333233);
    font-weight: 700;
}

.field {
    position: relative;
    margin-bottom: 30px;
}

.field input,
.field textarea {
    width: 100%;
    padding: 16px 44px 14px 14px;
    border-radius: 10px;
    border: 1px solid #e7eaee;
    font-size: 15px;
    transition: all .18s ease;
    background: #fff;
    color: #222;
    outline: none;
}

.field textarea {
    min-height: 120px;
    padding-top: 18px;
    resize: vertical;
    line-height: 1.5;
}

.field label {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9aa0a6;
    transition: all .18s ease;
    background: transparent;
    padding: 0 6px;
    font-size: 14px;
}

.field.textarea-field label {
    top: 25px;
}

.field input:focus,
.field textarea:focus {
    border-color: var(--color-fdb92e);
    box-shadow: 0 8px 20px rgba(253, 185, 46, 0.12);
}

.field input:focus+label,
.field textarea:focus+label,
.field input:not(:placeholder-shown)+label,
.field textarea:not(:placeholder-shown)+label {
    top: -8px;
    font-size: 12px;
    color: var(--color-fdb92e);
}

.field .field-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-a9abae);
    font-size: 16px;
}

.field .error {
    display: none;
    color: #d64545;
    font-size: 13px;
    margin-top: 6px;
    position: absolute;
    left: 12px;
    bottom: -18px;
}

.field.invalid .error {
    display: block;
}

.field.invalid input,
.field.invalid textarea {
    border-color: #d64545;
    box-shadow: none;
}

.btn-submit {
    background: none;
    border: none;
    font-weight: var(--font-weight-SemiBold);
}

.btn-submit:hover i {
    color: var(--color-fdb92e);
}

.form-message {
    font-size: 14px;
    min-height: 22px;
    color: #2b7a2b;
    margin-left: 8px;
}

.form-message.error {
    color: #d64545;
}

.response-note {
    color: #7c7f84;
    font-size: 13px;
    margin-top: 10px;
}

.map-section .map-wrapper {
    border-radius: 0;
    overflow: hidden;
    margin-top: 22px;
    box-shadow: 0 8px 34px rgba(11, 22, 33, 0.06);
}

/* Responsive */
@media (max-width: 991px) {

    .contact-left,
    .improved-contact-form {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .contact-block {
        gap: 10px;
    }

    .social-row {
        justify-content: center;
    }
}

/* contact */
/* footer */
img.footer-img {
    width: 75%;
    height: 100%;
}

.footer-social h4 {
    font-size: 18px;
    color: #fff;
}

ul.social li {
    -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 li a:hover {
    background: var(--color-ffffff);
    color: var(--color-fdb92e);

    -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 li a {
    color: #000;
    width: 35px;
    height: 35px;
    background: #fdb92e;
    border-radius: 50%;
    border: 1px solid var(--color-fdb92e);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social {
    margin-top: 50px;
    margin-bottom: 50px;
}

footer {
    position: relative;
}

.footer-text {
    padding: 80px;
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    /* height: 85%; */
    padding-top: 160px;
    background: linear-gradient(360deg, #191719 85%, transparent 50%);
}

ul.footer-contact {
    width: 60%;
    margin-top: 30px;
}

.footer-main {
    padding-left: 50px;
}

.footer-contact ul li a {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Poppins);
    color: var(--color-ffffff);
    opacity: 0.8;
}

ul.footer-contact li {
    display: flex;
    align-items: center;
    color: var(--color-093d5b);
    gap: 15px;
    margin-bottom: 25px;
}

ul.footer-contact li i {
    font-size: var(--font-size-18);
    color: var(--color-fdb92e);
}

ul.footer-contact li p,
ul.footer-contact li a {
    margin: 0;
    font-size: var(--font-size-16);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Medium);
    margin-bottom: 0px;
}

.social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.copy-right {
    width: 100%;
    display: flex;
    padding: 40px 0;
    /* background: var(--color-093d5b); */
    margin-top: 40px;
    border-top: 1px solid #f6a21a;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px 0;
}

.copy-right a {
    color: var(--color-fdb92e);
}

.copy-right p {
    margin-bottom: 0;
    color: var(--color-ffffff);
}

p.design {
    font-size: 14px;
}


/* highlited */
.scroll-btn,
.contact-btn {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 20px;
    padding: 10px 15px;
    background-color: var(--color-000000);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    transition: background-color 0.3s;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
}

/* General Contact Button Styles */
.contact-btn {
    position: fixed;
    right: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover effect for all buttons */
.contact-btn:hover {
    background: #000000;
    /* black */
    color: #fdb92e;
    /* gold */
    border: 1px solid #fdb92e;
}

/* Individual Button Colors and Positions */


.whatsapp-btn {
    bottom: 75px;
    background: #25D366;
}

.instagram-btn {
    bottom: 185px;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.phone-btn {
    bottom: 130px;
    background: linear-gradient(128deg, #9c6d02, #fcbd00, #b38001);
    color: var(--color-000000);
}


.linkedin-btn {
    bottom: 245px;
    background: #0077b5;
}

.twitter-btn {
    bottom: 300px;
    background: #000;
}

.facebook-btn {
    bottom: 355px;
    background: #3b5998;
}

.scroll-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.scroll-btn.show {
    display: flex;
}


/* Icon size adjustments (if needed) */
.contact-btn i {
    font-size: 16px;
}

/* Top Button (scroll to top) */
#topBtn {
    bottom: 20px;
}

/* Optional: Different hover for Instagram */
.instagram-btn:hover {
    background: #000000;
    color: #fdb92e;
}

.page-heading p {
    width: 70%;
}

.page-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-banner {
    padding-top: 180px;
    padding-bottom: 30px;
    height: auto;
    display: none;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    align-items: center;
}

.inner-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.inner-banner .banner-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-list {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    color: #fff;
}

.breadcrumb-list li {
    font-size: 16px;
    font-family: var(--font-family-Poppins);
}

.breadcrumb-list li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-list li a:hover {
    color: var(--color-fdb92e);
}

.breadcrumb-list li.active {
    color: var(--color-fdb92e);
}


/* service-page */
img.services-img {
    width: 95%;
    /* padding-right: 80px; */
    border-radius: 0 26px 26px 0;
}

ul.inner-column {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 10px;
    padding-left: 25px;
}

.inner-column h3 {
    color: var(--color-333233);
    font-size: var(--font-size-25);
    margin: 0;
}

.inner-column li {
    font-size: var(--font-size-16);
    display: list-item;
    align-items: center;
    list-style: disc;
}

.inner-column li img {
    list-style: disc;
    display: none;
    /* width: 18px; */
    height: 25px;
    /* border: 1px solid #ccc; */
    border-radius: 100%;
    margin-right: 10px;
}

.service-content {
    padding-left: 50px;
}

.service-right {
    padding-right: 50px;
}

img.services-img2 {
    width: 95%;
    margin-left: 5%;
    border-radius: 26px 0 0 26px;
}

/* service-page */

.main-list {
    column-count: 3 !important;
    margin-top: 30px;
}

.gallery-list {
    column-count: 4;
    column-gap: 15px;
    padding: 0 25px;
}

.gallery-list .galler-div {
    break-inside: avoid;
    margin-bottom: 15px;
}

.gallery-list img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-list img:hover {
    transform: scale(1.03);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}


/* about-page */
.about-us {
    background: #f9f9f9;
}

.about-pg-us .about-padding {
    padding-left: 30px;
    padding-right: 0;
    padding-top: 0;
}

.about-content h2 {
    font-weight: 700;
    color: #000000;
}

.about-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.about-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: bold;
}

.about-img img {
    border-radius: 12px;
}

/* Why Choose Us */
.why-us {
    background: #fff;
    padding: 80px 0;
}

.why-box h6 {
    margin-bottom: 0;
}

.why-box {
    text-align: center;
    padding: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.why-box i {
    font-size: 20px;
    display: flex;
    width: 45px;
    height: 45px;
    color: #000000;
    margin-bottom: 0;
    padding: 7px;
    background: #fdb92e;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.mission {
    background: #ede9e9;
}

.mission-padding {
    background: #ede9e9;
    height: 100%;
    padding: 0 100px;
}

/* contact-us */
.contact-us-section {
    background: #f5f5f5;
}

.contact-us-section h3,
.contact-us-section h4,
.contact-us-section h5 {
    color: #000000;
    font-weight: 600;
}

.contact-address a {
    color: #000000;
    text-decoration: none;
}

.contact-address a:hover {
    text-decoration: underline;
}

.contact-address i {
    color: #000000;
    margin-right: 8px;
}

.contact-form h3,
.contact-address h3 {
    font-size: 25px;
    margin-top: 20px;
    color: #000000;
}

.contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

.contact-form .btn-submit {
    background: #000000;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form .btn-submit:hover {
    background: #0f244b;
}

section#main-services a {
    margin-top: 30px;
}

/* Social Media Icons */
.social-links a {
    color: #000000;
    font-size: 18px;
    transition: 0.3s;
}

.social-links a:hover {
    color: #0f244b;
}

.bg-blue {
    background: var(--color-000000);
}

.padding-service {
    padding: 0 100px;
}

/* responsive */
@media (max-width: 1680px) {
    .container {
        max-width: 100%;
        padding: 0 90px;
    }

    :root {
        --font-size-25: 20px;
        --font-size-50: 40px;
        --font-size-35: 30px;
        --font-size-42: 32px;
        --font-size-59: 45px;
    }

    .about-padding {
        padding-left: 50px;
        padding-right: 0px;
    }

    .explore-text p {
        font-size: 16px;
    }

    .explore-text {
        padding: 20px;
    }

    img.footer-img {
        width: 68%;
        height: 750px;
    }

    ul.footer-contact {
        width: 50%;
        margin-top: 30px;
    }

    .section-space {
        padding: 70px 0;
    }

    .porfolio-pg {
        padding-right: 20px;
        padding-left: 20px;
    }

    img.about-1 {
        width: 100%;
    }
}

@media (max-width: 1480px) {

    :root {
        --font-size-16: 14px;
        --font-size-18: 16px;
        --font-size-19: 16px;
        --font-size-30: 22px;
        --font-size-22: 18px;
        --font-size-33: 25px;
        --font-size-40: 30px;
        --font-size-66: 46px;

    }
.founder-content {
    padding: 30px;
}
    .page-heading p {
        width: 95%;
    }

    .service-content {
        padding-left: 20px;
    }

    .service-right {
        padding-right: 20px;
    }

    .portfolio-card .card-image {
        height: 250px;
    }

    .portfolio-card .card-body {
        padding: 20px;
    }

    .inner-banner {
        padding-top: 130px;
    }

    .nav-buttons {
        bottom: 20%;
    }

    .testimonial-slider .nav-buttons {
        bottom: 15%;
    }

    .home-gallary {
        gap: 15px;
    }

    .testimonial-inner {
        padding: 15px;
    }

    .footer-text {
        padding: 40px;
        padding-bottom: 0;
        height: 90%;
        background: linear-gradient(360deg, #191719 100%, transparent 50%);
    }

    .copy-right {
        padding: 20px 0;
    }

    img.footer-img {
        width: 68%;
        height: 620px;
    }

    .home-gallary2 img,
    .home-gallary3 img,
    .home-gallary4 img {
        margin-bottom: 15px;
    }

    .gallery-list {
        column-gap: 15px;
    }

    .author img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
  
}

@media (max-width: 1366px) {

    :root {
        --font-size-16: 14px;
        --font-size-22: 16px;
        --font-size-25: 22px;
        --font-size-40: 25px;
        --font-size-59: 35px;
    }

    h4,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
    }
    
}

@media (max-width: 1280px) {

    .banner-bg {
        bottom: -15%;
    }

    .offer-section {
        padding-top: 130px;
    }

    .find-bottom {
        padding: 20px 50px;
        width: 100%;
        left: 0;
    }

    .banner-form {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    :root {
        --font-size-14: 13px;
        --font-size-18: 14px;
        --font-size-16: 14px;
        --font-size-25: 20px;
        --font-size-20: 16px;
        --font-size-40: 22px;
        --font-size-50: 30px;
        --font-size-30: 18px;
        --font-size-33: 18px;
        --font-size-59: 26px;
        --font-size-66: 36px;
    }
  .music-btn {
    padding: 8px 20px;
    font-size: 14px;
}
    br {
        display: none;
    }
.team-info .team-name {
    font-size: 16px;
}
    .service-mobile {
        overflow: hidden;
    }

    .porfolio-img {
        width: 90%;
        border-radius: 16px;
        margin-left: 5%;
    }

    section {
        overflow: hidden !important;
    }

    .container {
        width: 100%;
        padding: 0 30px;
    }

    .porfolio-pg {
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 25px;
    }

    .about-us p {
        color: var(--color-000000);
    }

    .main-list {
        column-count: 2 !important;
        margin-top: 15px;
    }

    .about-us p,
    .approach p {
        line-height: 20px;
        margin-bottom: 15px;
    }

    @keyframes fade-in-left {
        from {
            opacity: 0;
            transform: translateX(0px);
            transform: translateY(40px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    img.banner-img {
        width: 100%;
        height: 600px;
    }

    .logo {
        position: relative;
        width: 55%;
        padding: 10px 0;
    }


    .sticky-wrapper.is-sticky .logo {
        position: relative;
        width: 40%;
        padding: 10px 0;
    }

    .section-space,
    .about-us {
        padding: 50px 0;
    }

    .title {
        margin-bottom: 10px;
    }

    p {
        text-align: center;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mt-3 {
        margin-top: 0.5rem !important;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .explore_now {
        padding: 8px 20px;
    }

    .main-title {
        text-align: center;
    }

    .title,
    .sub-title {
        margin-bottom: 10px;
        text-align: center;
    }

    .banner-txt {
        width: 70%;
        left: 15%;
        text-align: center;
    }

    .underline-block {
        width: 150px;
        height: 2px;
    }

    .reveal-line {
        justify-content: center;
    }

    .about-padding {
        padding-left: 0;
        padding-right: 0px;
        text-align: center;
    }

    .about-us .explore_now {
        display: inline-block;
        margin-top: 5px;
    }

    .about-us {
        position: relative;
    }

    .about-us-page img.about-1 {
        width: 96%;
        margin-left: 15px !important;
    }

    .about-pg-inner {
        padding: 15px;
        text-align: center;
    }

    img.about-1 {
        width: 65%;
        height: 400px;
        margin-left: 25px;
        border-radius: 16px;
        float: left;
        margin-bottom: 25px;
    }

    img.about-2 {
        width: 40%;
        float: right;
        border-radius: 16px;
        margin-top: 0;
        position: absolute;
        top: 32%;
        right: 0;
        z-index: 9;
    }

    .explore {
        text-align: center;
    }

    .explore-card {
        width: 50%;
        border-radius: 16px;
        margin-top: 50px;
    }

    .explore-card img {
        position: relative;
        height: 100%;
        width: 100%;
        border-radius: 16px;
    }

    .explore-card img {
        border-radius: 16px;
    }

    .mobile-flex {
        display: flex;
        gap: 25px;
    }

    .explore-text {
        padding: 10px;
    }

    .explore-text p {
        font-size: 14px;
    }

    .explore-card::before {
        background: linear-gradient(0deg, #000000bf 40%, transparent 50%);
    }

    img.testimonial-1 {
        width: 100%;
        border-radius: 16px;
        height: 350px;
        object-fit: cover;
    }

    .portfolio-content .text,
    .portfolio-content .image {
        width: 100%;
    }

    .portfolio-content {
        flex-direction: column-reverse;
        text-align: center;
    }

    .portfolio-slider {
        padding: 0 25px;
        padding-bottom: 50px;
    }

    .nav-buttons {
        bottom: 30px;
        left: 40%;
    }

    .portfolio-content .text {
        margin-top: 20px;
        padding: 0;
    }

    .number {
        width: 100%;
        justify-content: center;
    }

    .author {
        justify-content: center;
    }

    .read-more-btn {
        text-align: center;
    }

    .testimonial-inner {
        padding: 0;
        margin-top: 35px;
        text-align: center;
    }

    .testimonial-slider .nav-buttons {
        left: 40%;
    }

    .footer-text {
        position: relative;
        width: 100%;
        padding: 25px;
        padding-bottom: 0;
        height: auto;
        background: #191719;
    }

    img.footer-img {
        width: 100%;
        height: auto;
    }

    ul.footer-contact br {
        display: block;
    }

        ul.footer-contact {
        padding-right: 10px;
        display: flex;
        width: 100%;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 0 25px;
    }

    .social {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .footer-social h4 {
        text-align: center;
    }

    .footer-social {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .copy-right {
        padding: 10px 0;
        margin-top: 20px;
    }

    .founder-content {
        padding: 0;
        margin-top: 25px;
        text-align: center;
    }

    .mt-4 {
        margin-top: 15px !important;
    }

    .approach-text {
        padding: 0;
        margin-top: 25px;
    }

    .approach {
        padding-right: 25px;
        padding-left: 25px;
    }

    img.Approach-1 {
        border-radius: 16px;
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .articles-gallery {
        display: flex;
        margin-top: 15px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .articles-gallery .card-content h3 {
        font-size: 16px;

        display: -webkit-box;
        line-clamp: 2;
        /* Show only 3 lines */
        -webkit-line-clamp: 2;
        /* Show only 3 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .articles-gallery .card-content {
        padding: 15px;
        text-align: center;
    }

    .articles-gallery .card-content a {
        font-size: 14px;
    }

    p {
        margin-bottom: 10px;
    }

    .articles-gallery .card-content p {
        margin-bottom: 10px;
    }

    .section-space,
    .about-us {
        padding: 50px 0;
    }

    img.services-img {
        width: 96%;
        margin-left: 16px;
        border-radius: 26px;
        margin-bottom: 25px;
    }

    section.service-mobile {
        text-align: center;
    }

    img.services-img,
    img.services-img2 {
        width: 94%;
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 16px;
        margin-bottom: 15px;
    }

    ul.inner-column {
        display: flex;
        margin-bottom: 10px;
        flex-direction: column;
        gap: 5px;
        padding-left: 15px;
        /* align-items: center; */
    }

    .service-content {
        padding-left: 0;
    }

    .page-heading p {
        width: 100%;
    }

    .inner-column li {
        font-size: var(--font-size-16);
        align-items: center;
        text-align: left;
    }

    .form-area {
        margin-top: 50px;
    }

    .contact-block .info a,
    .contact-block .info p,
    .contact-block .info address {
        font-size: 14px;
    }

    .contact-block .info address br {
        display: block;
    }

    .contact-block .info h6 {
        font-size: 14px;
    }

    .contact-block .icon {
        margin-right: 2px;
        width: auto;
        height: auto;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(180deg, rgba(253, 185, 46, 0.12), rgba(169, 171, 174, 0.02));
        color: var(--color-fdb92e);
        font-size: 14px;
    }

    .contact-block {
        display: flex;
        gap: 14px;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff1;
        text-align: left;
    }

    .social {
        margin-top: 25px;
    }

    iframe {
        height: 250px;
    }

}

@media (max-width: 800px) {}

@media (max-width: 575px) {
    :root {
        --font-size-66: 25px;
        --font-size-50: 18px;
        --font-size-59: 22px;
        --font-size-42: 20px;
        --font-size-35: 20px;
        --font-size-25: 14px;
        --font-size-16: 13px;
        --font-size-20: 14px;
    }
    p {
        margin-bottom: 10px;
        text-align: justify;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .logo {
        position: relative;
        width: 120px;
        padding: 5px 0;
    }

    .sticky-wrapper.is-sticky .logo {
        position: relative;
        width: 100px;
        padding: 5px 0;
    }

    .site-navbar-wrap {
        position: relative;
        background: #191719;
    }

    .menu-btn {
        right: 15px;
        padding: 5px;
        width: 45px;
        height: 45px;
    }

    .menu-btn a::before,
    .menu-btn a::after {
        content: "";
        position: absolute;
        left: 0px;
        width: 25px;
        height: 2px;
    }
    .banner{
        overflow: visible!important;
        background: #191719;
    }
.banner .swiper-slide::after{
    display: none;
}
    .banner-txt {
        width: 100%;
        left: 0%;
        padding: 15px;
        text-align: center;
        position: relative;
        background: #191719;
    }
    .banner-txt p{
        text-align: center;
    }

    img.banner-img {
        width: 100%;
        height: 300px;
    }

    .banner-inner {
        flex-direction: column-reverse;
    }

    .reveal-line h2 {
        font-size: 12px;
    }

    .banner:before {
        left: 2%;
    }

        .banner:after {
        width: 2px;
        height: 30%;
        top: 63%;
        left: calc(2% - 0px);
        z-index: 9;
    }

    .underline-fill.white {
        width: 0;
        height: 1px;
    }

    .underline-block {
        width: 80px;
    }

    .reveal-line {
        gap: 8px;
    }

    .about-us {
        padding-top: 130px !important;
        padding-bottom: 30px;
        position: relative;
    }

    img.winner {
        width: 80%;
        position: absolute;
        bottom: -115px;
        z-index: 9;
        right: 10%;
    }

    img.about-2 {
        border-radius: 8px;
        right: 15px;
    }

    img.about-1 {
        width: 65%;
        height: 200px;
        margin-left: 15px;
        border-radius: 12px;
        float: left;
        margin-bottom: 15px;
    }

    .mobile-flex {
        display: flex;
        gap: 15px;
        flex-direction: column;
        margin-top: 15px;
    }

    .explore-card {
        width: 100%;
        border-radius: 16px;
        margin-top: 10px;
    }

    .portfolio {
        text-align: center;
    }

    .mobile-center {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .portfolio-slider {
        overflow: hidden !important;
        margin-top: 20px;
    }

    img.testimonial-1 {
        width: 100%;
        border-radius: 8px;
        height: 250px;
        object-fit: cover;
    }

    .nav-buttons {
        bottom: 10px;
        left: 25%;
    }

    .testimonial-slider .nav-buttons {
        left: 25%;
    }

    .swiper-button-prev img,
    .swiper-button-next img {
        width: 70%;
    }

    .portfolio-content p {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0px;
        display: -webkit-box;
        line-clamp: 3;
        /* Show only 3 lines */
        -webkit-line-clamp: 3;
        /* Show only 3 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .swiper-button-prev,
    .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 40px) !important;
        right: auto;
    }

    .testimonial-right {
        margin-top: 15px;
    }

    .portfolio-content .image {
        border-radius: 16px;
    }

    .testimonial-inner p {
        font-size: 14px;
        line-height: normal;
    }

    .home-gallary {
        gap: 10px;
        display: none;
    }

    .home-gallary-mobile {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .home-gallary-mobile .galler-div {
        width: 48%;
        height: 150px;
    }

    .home-gallary-mobile .galler-div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .mobile-top {
        margin-top: 25px;
    }

    ul.social li a {
        width: 30px;
        height: 30px;
    }

    p.design {
        font-size: 12px;
    }

    ul.footer-contact li {
        gap: 10px;
        margin-bottom: 15px;
    }

    .footer-text {
        padding: 15px;
    }

    .author img {
        width: 65px;
        height: 65px;
    }

    .copy-right {
        border-top: 0.5px solid #f6a21a47;
    }

    .footer-social h4 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .copy-right {
        padding-bottom: 0;
    }

    .award-item {
        border-radius: 8px;
    }

    .section-space {
        padding: 30px 0;
    }


    .team-info .team-name {
        font-size: 16px;
    }

    .team-info .team-role {
        font-size: 12px;
        text-align: center  ;
    }

    .team-card {
        border-radius: 8px;
    }

    .approach {
        padding: 30px 0px;
    }

    .approach p {
        line-height: normal;
        margin-bottom: 10px;
    }

    .awards-slider {
        padding-bottom: 35px;
    }

    .inner-banner {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .breadcrumb-list li {
        font-size: 14px;
    }

    .about-pg-inner {
        padding: 15px 0;
        padding-bottom: 0;
    }

    .portfolio-card .card-body {
        padding: 15px;
        text-align: center;
    }

    .gallery-list {
        column-count: 2;
        column-gap: 10px;
        padding: 0 15px;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .portfolio-card .card-image {
        height: 200px;
    }

    .page-heading {
        padding: 0  px;
    }

    .field input,
    .field textarea {
        font-size: 14px;
    }

    .contact-left,
    .improved-contact-form {
        text-align: center;
    }

    .field input,
    .field textarea {
        padding: 10px;
        border-radius: 8px;
    }

    .field label {
        left: 5px;
    }

    .improved-contact-form h4 {
        margin-bottom: 30px !important;
    }

    .field {
        position: relative;
        margin-bottom: 25px;
    }

    ul.footer-contact {
        margin-top: 15px;
    }

    .social {
        margin-top: 15px;
    }

    .about-us-page img.about-1 {
        width: 92%;
        margin-left: 15px !important;
        margin-right: 15px ! Important;
    }

    .service-right {
        padding-right: 0;
    }
    .music-btn span {
    display: none;
    padding: 0;
}
    .music-btn {
        width: 40px;
        padding: 10px;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 85%;
        background: #FFF5;
        bottom: 15px;
    }
    .music-btn.playing{
        background: #FFF5;
    }
}

@media (max-width: 480px) {}

@media (max-width: 375px) {}