/* Optimized Stylesheet */

/* ======= General style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -font-smoothing: antialiased;
}

body {
    font-family: 'Barlow', sans-serif;
    color: #999;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 400;
    background: #1b1b1b;
}

img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #c5a47e;
}

/* typography */
/* headings */
h1 {
    font-size: 40px;
    margin-bottom: 0px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h6 {
    color: #c5a47e;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

/* paragraph */
p {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 1.75em;
    margin: 0 0 20px;
    color: #999;
    font-weight: 400;
    margin-bottom: 20px;
}

/* lists */
ul {
    list-style-type: none;
}

/* links */
a {
    color: #c5a47e;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.mb-30 {
    margin-bottom: 30px;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Animate Box */
.js .animate-box {
    opacity: 0;
}

/* text field */
button,
input,
textarea {
    font-family: 'Barlow', sans-serif;
}

input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none;
}

input[type="email"],
input[type="text"],
textarea {
    max-width: 100%;
    margin-bottom: 12px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    background-image: none;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0px;
    outline: none;
}

input:focus,
textarea:focus {
    border-bottom: 1px solid #c5a47e;
}

input[type="submit"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #c5a47e;
    border: 1px solid transparent;
    outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: transparent;
    color: #c5a47e;
    border: 1px solid #c5a47e;
}

table {
    border: 1px solid rgba(255,255,255,0.03);
}

/* submit and alert success  */
input[type="submit"] {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    background: #c5a47e;
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    position: relative;
    border-radius: 50px;
}

/* checkbox */
/* line-gray */


/* Placeholder */
.alert-success {
    background: transparent;
    color: #999;
    border: 1px solid rgba(255,255,255,0.03);
    border-radius: 0px;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

button,
input,
textarea,
input[type="email"],
input[type="text"],
textarea {
    font-family: 'Barlow', sans-serif;
    color: #999;
    outline: none;
}

/* button link */


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1b1b1b;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #c5a47e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
    -webkit-transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}

/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
}

.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,0.03);
    border-right: 1px solid rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,0.03);
    border-right: 1px solid rgba(255,255,255,0.03);
}

/* ======= Owl-Theme custom style ======= */



/* ======= Menu style ======= */
.duru-wrap {
    display: block;
    background: #1b1b1b;
    right: 0;
    z-index: 101;
    position: fixed;
    width: 340px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    bottom: 0;
    top: 0;
    min-height: 300px;
    overflow: auto;
    padding: 0 40px;
    border: none;
    border-left: 1px solid rgba(255,255,255,0.075)
}

.duru-wrap.duru-wrap-show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.duru-logo-wrap {
    position: relative;
    z-index: 1021;
}

.duru-menu {
    
}

.duru-menu ul {
    position: relative;
    margin-top: 150px;
    margin-bottom: 30px;
    padding: 0;
}

.duru-menu ul ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.duru-menu ul li,
.duru-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.duru-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #999;
    
    /* Client logos grid */
    .clients-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    }
    .clients-grid .client-card {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    }
    .clients-grid .client-logo-img {
    width: 100%;
    max-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .clients-grid .client-logo-img img {
    max-width: 100%;
    height: auto;
    display: block;
    filter: none;
    }
    @media (max-width: 991px) {
    .clients-grid .client-card { flex: 1 1 calc(33.333% - 20px); max-width: calc(33.333% - 20px); }
    }
    @media (max-width: 575px) {
    .clients-grid { gap: 12px; }
    .clients-grid .client-card { flex: 1 1 calc(50% - 12px); max-width: calc(50% - 12px); padding: 10px; }
    .clients-grid .client-logo-img { max-width: 120px; }
    }
    font-weight: 400;
    line-height: 1.5em;
}

.duru-menu ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: none;
}

.duru-menu ul li a {
    color: #c5a47e;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.duru-menu ul li a:after {
    content: '';
    display: block;
    width: 0;
}

.duru-menu ul li a:hover::after {
    width: 100%;
}

.duru-menu ul li a.active {
    color: #c5a47e;
}

.duru-menu ul li a.active:after {
    height: 0px;
}

.duru-menu ul ul {
    display: none;
}

.duru-menu > ul > li > a {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.duru-menu > ul > li > a:hover {
    color: #c5a47e;
}

.duru-menu > ul > li > a:hover:before {
    opacity: 1;
}

.duru-menu > ul > li.open > a {
    color: #c5a47e;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.duru-menu > ul > li.open > a,
.duru-menu ul li.active > a {
    color: #fff;
}

.duru-menu ul ul li a {
    color: #999;
    text-decoration: none;
    position: relative;
    padding: 7px 0 7px 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 12px;
    text-transform: none;
}

.duru-menu ul li:hover > a,
.duru-menu ul li.open > a,
.duru-menu ul li.active > a,
.duru-menu ul ul li:hover > a,
.duru-menu ul ul li.open > a,
.duru-menu ul ul li.active > a {
    color: #c5a47e;
}

.duru-menu ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}

.duru-menu > ul > li > a i {
    font-size: 8px;
}

/* navigation footer */


/* ======= Menu Header style ======= */
.duru-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
    display: flex;
    align-items: center;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

.duru-header .duru-logo {
    line-height: 0;
    padding: 0;
    font-size: 30px;
    color: #c5a47e;
    font-family: 'Oswald', sans-serif;
}

.duru-header .duru-logo img {
    max-height: 85px;
    width: auto;
    display: block;
}

.duru-header.scrolled {
    position: fixed;
    /* padding: 22px 0; */
    top: 0;
    background: #1b1b1b;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 90px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

.duru-header.scrolled .duru-logo {
    line-height: 1em;
    padding: 0;
    font-size: 30px;
    color: #c5a47e;
    font-family: 'Oswald', sans-serif;
}

.duru-header.scrolled .duru-logo img {
    max-height: 85px;
    width: auto;
    display: block;
}

.duru-header.scrolled .duru-nav-toggle {
    top: -1px !important;
}

.duru-header.awake {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.duru-header.sleep {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.duru-nav-toggle {
    top: -3px !important;
}

.duru-nav-toggle i,
.duru-nav-toggle i:before,
.duru-nav-toggle i:after {
    background: #c5a47e !important;
}

.duru-wrap-burger-wrap {
    position: relative;
    z-index: 1022;
}

.duru-header .duru-logo-wrap {
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    position: relative;
}

.duru-nav-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: -15px;
    z-index: 109;
    display: block !important;
    float: right;
    right: 0;
    display: none;
    border-bottom: none !important;
}

.duru-nav-toggle:hover i:before {
    top: -7px;
}

.duru-nav-toggle:hover i:after {
    bottom: -7px;
}

.duru-nav-toggle.active i {
    background: transparent !important;
}

.duru-nav-toggle.active i:before {
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.duru-nav-toggle.active i:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.duru-nav-toggle:hover,
.duru-nav-toggle:focus,
.duru-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.duru-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    width: 20px;
    height: 1px;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.duru-nav-toggle i:before,
.duru-nav-toggle i:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.duru-nav-toggle i:before {
    top: -6px;
}

.duru-nav-toggle i:after {
    bottom: -6px;
}

/* ======= Header style ======= */
.header {
    min-height: 83vh;
    overflow: hidden;
}

/* ======= Slider style ======= */

.slider .owl-item,
.slider-fade .owl-item {
    height: 83vh;
    position: relative;
}

.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

/* owl-nav next and prev */

/* slide-number */
/* slide progress */
.slider__progress {
    width: 120px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    left: 192px;
    bottom: 8.5%;
    z-index: 9;
}

.slider__progress span {
    background: #fff;
    height: 1px;
    display: block;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
    position: relative;
    top: 0px;
}

/* ======= Hero style ======= */
.hero {
    position: relative;
}

.hero:last-child {
    margin-bottom: 30px;
}

/* ul list */
/* signature */


/* ======= Section style ======= */
.sub-title {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
    margin-top: 5px;
}

.sub-title:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius: 50%;
}

.sub-title:before,
.sub-title:after {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-title.border-footer-light {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    padding: 0px 0px 15px 15px;
}

.footer .sub-title:before, 
.footer .sub-title:after {
    top: 30%;
}

/* ======= Page Banner Header style ======= */


/* =======  Video Background style  ======= */


/* ======= About style  ======== */
.about {
    position: relative;
}

.about .wrap {
    box-sizing: border-box;
    padding-left: 40px;
    overflow: hidden;
    padding-bottom: 30px;
}

.about .wrap ul.social li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}

.about .wrap ul.social li a {
    color: #c5a47e;
}

.about .wrap ul.social li a:hover {
    color: #fff;
}

.about .wrap .social {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.about .wrap p {
    text-align: center;
    margin-bottom: 0px;
}

/* states */

/* about-box */


/* ======= Skills style ======= */


/* ======= Team style ======= */
.team {
    
}

.team .wrap {
    box-sizing: border-box;
    padding-left: 40px;
    overflow: hidden;
    padding-bottom: 30px;
}

.team .wrap ul.social li {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
}

.team .wrap .social {
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.team .wrap p {
    text-align: center;
    margin-bottom: 0px;
}

/* ======= Testimonials style ======= */
.testimonials .wrap {
    position: relative;
    padding: 0;
    border: none;
}

.testimonials .wrap .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .wrap .item .quote {
    position: absolute;
    right: 30px;
    top: 75px;
    width: 100px;
    margin: 0 auto 20px;
    opacity: .7;
}

.testimonials .wrap .item p {
    color: #fff;
}

.testimonials .wrap .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .wrap .item .info h6 {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 10px;
    color: #c5a47e;
    line-height: 1em;
}

.testimonials .wrap .item .info span {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
    line-height: 1.25em;
}

.testimonials .wrap .item .info i {
    color: #fff;
    font-size: 10px;
}

/* ======= Services style  ======== */
.services .item {
    padding: 40px 20px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
}

.services .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 8, 5, 0.5);
}

.services .item:hover:after {
    opacity: 0;
}

.services .item:hover p,
.services .item:hover .more,
.services .item:hover span {
    color: #fff;
}

.services .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1b1b1b;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.services .item .more {
    font-size: 15px;
    color: #c5a47e;
}

.services .item p {
    font-size: 15px;
}

/* services images */


/* ======= Projects style ======= */
.projects {
    position: relative;
}

.projects .items {
    width: 50% !important;
}

.projects .items:nth-of-type(even) {
    width: 30% !important;
}

.projects .items img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.projects .items:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.projects .items:nth-of-type(even),
.projects .items {
    width: 50% !important;
    width: 100% !important;
}

/* ======= Projects 2 style ======= */
.projects2-items .col-md-6:nth-child(2) {
    margin-top: 75px;
}

.projects2-filter {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
}

.projects2-filter li {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.75em;
    cursor: pointer;
    color: #999;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0px;
}

.projects2-filter li:last-child {
    margin-right: 0;
}

.projects2-filter li.active {
    color: #c5a47e;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.projects2-filter li:hover {
    color: #c5a47e;
}

/* ======= Projects 3 style ====== */


/* ======= Project Page style ======= */
.project-page {
    position: relative;
}

.project-page h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
}

.project-page h6 {
    margin-bottom: 0px;
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #999;
}

/* page list */


/* ======= Process style ====== */
.process .img {
    position: relative;
    overflow: hidden;
}

.process p {
    color: #999;
}

.process .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.process .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.process .wrap {
    width: 100%;
    padding: 30px;
}

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
    position: relative;
    padding-left: 3px;
}

.accordion-box .block {
    position: relative;
    background: #1b1b1b;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

.accordion-box .block.active-block {
    background-color: #1b1b1b;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    cursor: pointer;
    padding: 20px 40px;
    padding-right: 60px;
    color: #999;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn .count {
    color: #c5a47e;
    padding-right: 3px;
}

.accordion-box .block .acc-btn.active {
    background-color: #1b1b1b;
    color: #fff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 40px 30px;
    background-color: #1b1b1b;
    color: #999;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    display: block;
}

/* ======= Gallery style ======= */


/* ======= Video Gallery style ======= */
/* video gallery */


/* ======= Contact style ======= */
.contact h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact h4 span {
    color: #c5a47e;
}

.contact .phone {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.contact .mail {
    font-size: 15px;
    line-height: 3em;
    color: #999;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    /* height: 1px; */
    /* background-color: #c5a47e; */
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact .social {
    margin-bottom: 15px;
}

.contact .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.03);
    color: #FFF;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}

.contact .social a:hover {
    border: 1px solid #c5a47e;
    background: transparent;
    color: #FFF;
}

/* ======= Comment style ======= */


/* ======= Prev/Next style ======= */


/* ======= Homepage Blog Grid style ======= */
.blog-home {
    position: relative;
}

.blog-home .item .info {
    margin-bottom: 0px;
    position: relative;
}

.blog-home .item .info a {
    font-size: 13px;
}

.blog-home .item .info a:last-of-type {
    margin-right: 0;
    color: #999;
}

.blog-home .item .info a i,
.blog-home .item .info a span {
    margin-right: 10px;
}

.blog-home .item .info a span {
    color: #c5a47e;
}

.blog-home .item .info a span:hover {
    color: #fff;
}

.blog-home .item .info a span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    margin-inline-start: 1em;
    border-radius: 50em;
    background-color: currentColor;
    vertical-align: middle;
    opacity: .35;
    color: #fff;
}

.blog-home .item h4,
.blog-home .item h4 a {
    color: #fff;
    font-size: 23px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-home .item .more {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}

/* ======= Blog style ======= */
.blog {
    
}

.blog .wrap {
    padding-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

/* blog sidebar style */
.sidebar .widget {
    padding: 45px 30px;
    margin-top: 45px;
    border: 1px solid rgba(255,255,255,0.03);
    background: transparent;
}

.sidebar .widget .title-widget {
    font-size: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sidebar .widget.category li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    margin-bottom: 15px;
    color: #999;
}

.sidebar .widget.category li span a {
    color: #999;
}

.sidebar .widget.category li span a:hover {
    color: #c5a47e;
}

.sidebar .widget.category li:last-of-type {
    margin-bottom: 0;
}

/* pagination */
.blog .pagination-wrap {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}

.blog .pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.blog .pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0.03);
}

.blog .pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #c5a47e;
}

.blog .pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #c5a47e;
    color: #c5a47e;
}

.blog .pagination-wrap li a i {
    font-size: 11px;
}

.post h2 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 3px;
    word-spacing: 5px;
}

/* ======= Button style ======= */
/* button light */
.button-light {
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid #fff;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-light:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #1b1b1b;
}

/* button light2 */
.button-light2 {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #fff;
    border-radius: 80px;
    background-color: #fff;
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #c5a47e;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.button-light2:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

/* button dark */
.button-dark {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #c5a47e;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #c5a47e;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-dark:hover {
    border: 1px solid #c5a47e;
    background-color: #c5a47e;
    color: #FFF;
}

/* button dark2 */
.button-dark2 {
    display: inline-block;
    height: auto;
    padding: 15px 32px;
    border: 1px solid #c5a47e;
    border-radius: 80px;
    background-color: #c5a47e;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.button-dark2:hover {
    border: 1px solid #c5a47e;
    background-color: transparent;
    color: #c5a47e;
}

/* ======= 404 page style ======= */


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(118, 120, 136, 0.2);
    box-shadow: inset 0 0 0 1px rgba(118, 120, 136, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #c5a47e;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(197, 164, 126, 0.2);
    box-shadow: inset 0 0 0 1px rgba(197, 164, 126, 0.2);
}

.progress-wrap::after {
    color: #c5a47e
}

.progress-wrap svg.progress-circle path {
    stroke: #c5a47e;
}

/* ======= Footer style ======= */
.footer {
    padding: 90px 0 0;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.03);
}

.footer .top {
    
}

.footer .top .item h3 {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    color: #c5a47e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer .top .item h3 span {
    color: #fff;
}

.footer .top .item p {
    margin-bottom: 15px;
    color: #999;
}

.footer .top .item .phone {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.footer .top .item .mail {
    font-size: 15px;
    line-height: 3em;
    color: #999;;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    /* background-color: #c5a47e; */
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer .top .item .social {
    margin-bottom: 15px;
}

.footer .top .item .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.03);
    color: #FFF;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}

.footer .top .item .social a:hover {
    border: 1px solid #c5a47e;
    background: transparent;
    color: #FFF;
}

/* sub footer */
.footer .bottom {
    padding: 30px 0 10px 0;
    margin-top: 45px;
    border-top: 1px solid rgba(255,255,255,0.03);
}

.footer .bottom p {
    font-size: 13px;
    color: #999;
}

.footer .bottom p a {
    color: #999;
}

.footer .bottom p a:hover {
    color: #c5a47e;
}

.footer .bottom p.right {
    text-align: right;
}

/* =======  Overlay Effect Bg image style  ======= */


/* ======= Media Query ======= */
@media (min-width: 1200px) {
    .container {
    max-width: 1140px !important;
    }
}

.fot ul {
    margin: 0px; padding: 0px;
}

.fot ul li {
    position: relative; padding-left: 15px; margin-top: 5px; margin-bottom: 5px;
}

.fot ul li::after {
    position: absolute; left: 0px; top: 11px; content: ""; left: 0;
    width: 5px;
    height: 5px;
    background-color: #c5a47e;
    border-radius:
    50%;
}

.foty {
    line-height: inherit !important; margin-bottom: 0px !important;
}

.monr {
    display: none;
}

.duru-menu1 {
    float: right;  margin-top: 10px;
}

.duru-menu1 ul {
    position: relative;
    /* margin-top: 150px; */
    /* margin-bottom: 30px; */
    padding: 0;
}

.duru-menu1 ul ul {
    position: relative;
    /* margin-top: 20px; */
    margin-bottom: 0;
    padding: 0;
}

.duru-menu1 ul li,
.duru-menu1 ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block; float: left;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.duru-menu1 ul li {
    margin: 0px 20px 0px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    color: #999;
    font-weight: 400;
    line-height: 1.5em;
}

.duru-menu1 ul ul li {
    margin: 5px 0 0px 0;
    padding: 0 0 0px 0;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-bottom: none;
}

.duru-menu1 ul li a {
    color: #c5a47e;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}

.duru-menu1 ul li a:after {
    content: '';
    display: block;
    width: 0;
}

.duru-menu1 ul li a:hover::after {
    width: 100%;
}

.duru-menu1 ul li a.active {
    color: #c5a47e;
}

.duru-menu1 ul li a.active:after {
    height: 0px;
}

.duru-menu1 ul ul {
    display: none;
}

.duru-menu1 > ul > li > a {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.duru-menu1 > ul > li > a:hover {
    color: #c5a47e;
}

.duru-menu1 > ul > li > a:hover:before {
    opacity: 1;
}

.duru-menu1 > ul > li.open > a {
    color: #c5a47e;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.duru-menu1 > ul > li.open > a,
.duru-menu1 ul li.active > a {
    color: #fff;
}

.duru-menu1 ul li:hover > a,
.duru-menu1 ul li.open > a,
.duru-menu1 ul li.active > a,
.duru-menu1 ul ul li:hover > a,
.duru-menu1 ul ul li.open > a,
.duru-menu1 ul ul li.active > a {
    color: #c5a47e;
}

.duru-menu1 ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}

.duru-menu1 > ul > li > a i {
    font-size: 8px;
}

/* --- Extracted from HTML --- */

/* ========== HERO SECTION ========== */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.about-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 25px;
    border: 1px solid rgba(201,164,92,0.3);
}

.about-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.about-hero h1 span {
    color: #c9a45c;
}

.about-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== ABOUT MAIN CONTENT ========== */
.about-main {
    background: #050505;
    padding: 50px 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.about-text .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c9a45c;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.about-text h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.about-text h2 span {
    color: #c9a45c;
}

.about-text p {
    color: #bdbdbd;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

.stats-container {
    display: flex;
    gap: 40px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(201,164,92,0.2);
}

.stat-item {
    text-align: left;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #c9a45c;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: 0.4s ease;
}

.gallery-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-img:hover img {
    transform: scale(1.05);
}

.gallery-img.large {
    grid-column: span 2;
}

.gallery-img.large img {
    height: 300px;
}

/* ========== MISSION & VISION SECTION ========== */
.mission-vision {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.mv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.mv-card {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 24px;
    padding: 40px 35px;
    text-align: center;
    transition: all 0.4s ease;
}

.mv-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.mv-icon {
    width: 80px;
    height: 80px;
    background: rgba(201,164,92,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}

.mv-icon i {
    font-size: 40px;
    color: #c9a45c;
}

.mv-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.mv-card h3 span {
    color: #c9a45c;
}

.mv-card p {
    color: #bdbdbd;
    line-height: 1.7;
    font-size: 16px;
}

/* ========== VALUES SECTION ========== */
.values-section {
    background: #050505;
    padding: 50px 0;
}

.values-header {
    text-align: center;
    margin-bottom: 50px;
}

.values-header .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c9a45c;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.values-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.values-header h2 span {
    color: #c9a45c;
}

.values-header p {
    font-size: 16px;
    color: #a0a0a0;
    max-width: 600px;
    margin: 0 auto;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.value-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
}

.value-icon {
    font-size: 48px;
    color: #c9a45c;
    margin-bottom: 20px;
}

.value-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
}

/* ========== CTA SECTION ========== */
.about-cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.about-cta h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.about-cta h2 span {
    color: #c9a45c;
}

.about-cta p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.about-cta-button {
    background: #c9a45c;
    color: #000;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.about-cta-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* ========== ANIMATION ========== */
.animate-box {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.animate-box.animated {
    opacity: 1;
    transform: translateY(0);
}

/* --- Extracted from HTML --- */

/* ========== BLOG DETAIL HERO SECTION ========== */
.blog-detail-hero {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 60px;
}

.blog-detail-hero-content {
    max-width: 900px;
    padding: 0 20px;
    text-align: center;
}

.blog-category-badge {
    display: inline-block;
    background: #c9a45c;
    color: #000;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.blog-detail-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.blog-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 14px;
    color: #ddd;
}

.blog-meta span i {
    color: #c9a45c;
    margin-right: 8px;
}

/* ========== BLOG CONTENT SECTION ========== */
.blog-content-section {
    background: #050505;
    padding: 50px 0;
}

.blog-content-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

.blog-main-content {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 24px;
    padding: 40px;
}

.blog-featured-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-body {
    color: #bdbdbd;
    line-height: 1.8;
    font-size: 16px;
}

.blog-body h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 30px 0 20px;
}

.blog-body h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 25px 0 15px;
}

.blog-body p {
    margin-bottom: 20px;
}

.blog-body ul, .blog-body ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.blog-body li {
    margin-bottom: 8px;
}

.blog-body .gaming-quote {
    border-left: 4px solid #c9a45c;
    padding-left: 25px;
    margin: 30px 0;
    font-style: italic;
    font-size: 20px;
    color: #fff;
}

.blog-body .gaming-list {
    list-style: none;
    padding-left: 0;
}

.blog-body .gaming-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.blog-body .gaming-list li:before {
    content: "•";
    color: #c9a45c;
    font-size: 20px;
    margin-right: 12px;
}

/* Sidebar */
.blog-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.widget-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #c9a45c;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list li a {
    color: #bdbdbd;
    text-decoration: none;
    transition: 0.3s;
}

.category-list li a:hover {
    color: #c9a45c;
    padding-left: 5px;
}

.category-count {
    color: #c9a45c;
    font-size: 13px;
}

.all-blogs-link {
    margin-top: 15px;
    display: inline-block;
}

.all-blogs-link a {
    color: #c9a45c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.all-blogs-link a:hover {
    gap: 12px;
}

/* Latest Posts */
.latest-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.latest-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.latest-img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.latest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.latest-img:hover img {
    transform: scale(1.05);
}

.latest-content h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.latest-content h6 a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.latest-content h6 a:hover {
    color: #c9a45c;
}

.latest-date {
    font-size: 12px;
    color: #c9a45c;
}

/* Share Widget */
.share-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.share-btn {
    width: 45px;
    height: 45px;
    background: rgba(201,164,92,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a45c;
    text-decoration: none;
    transition: 0.3s;
}

.share-btn:hover {
    background: #c9a45c;
    color: #000;
    transform: translateY(-3px);
}

/* Comments Section */
.comments-section {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 24px;
    padding: 35px;
    margin-top: 40px;
}

.comments-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.comments-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #c9a45c;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comment-input {
    width: 100%;
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 12px;
    padding: 14px 18px;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

.comment-input:focus {
    outline: none;
    border-color: #c9a45c;
}

textarea.comment-input {
    resize: vertical;
    min-height: 120px;
}

.submit-comment {
    background: #c9a45c;
    color: #000;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.submit-comment:hover {
    background: #fff;
    transform: translateY(-3px);
}

/* ========== RELATED POSTS SECTION ========== */
.related-posts {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.related-header {
    text-align: center;
    margin-bottom: 50px;
}

.related-header .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c9a45c;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.related-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.related-header h2 span {
    color: #c9a45c;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s;
}

.related-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
}

.related-img {
    height: 220px;
    overflow: hidden;
}

.related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.related-card:hover .related-img img {
    transform: scale(1.05);
}

.related-info {
    padding: 20px;
}

.related-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.related-info h4 a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.related-info h4 a:hover {
    color: #c9a45c;
}

.related-date {
    font-size: 12px;
    color: #c9a45c;
}

/* --- Extracted from HTML --- */

/* ========== BLOG HERO SECTION ========== */
.blog-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blog-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.blog-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 20px;
    border: 1px solid rgba(201,164,92,0.3);
}

.blog-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.blog-hero h1 span {
    color: #c9a45c;
}

.blog-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== BLOG MAIN SECTION ========== */
.blog-main {
    background: #050505;
    padding: 50px 0;
}

.section-header {
    margin-bottom: 50px;
}

.section-header .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c9a45c;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.section-header h2 span {
    color: #c9a45c;
}

.section-header p {
    font-size: 16px;
    color: #a0a0a0;
    max-width: 600px;
}

/* Blog Grid */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.blog-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 260px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #c9a45c;
    color: #000;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.blog-info {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #999;
}

.blog-meta span i {
    color: #c9a45c;
    margin-right: 5px;
}

.blog-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-title a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.blog-title a:hover {
    color: #c9a45c;
}

.blog-excerpt {
    font-size: 14px;
    color: #bdbdbd;
    line-height: 1.7;
    margin-bottom: 20px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c9a45c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.read-more:hover {
    gap: 12px;
    color: #fff;
}

/* Sidebar */
.sidebar {
    padding-left: 30px;
}

.widget {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.title-widget {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.title-widget::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #c9a45c;
}

/* Pagination */
.pagination-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.pagination-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.pagination-wrap a:hover,
.pagination-wrap a.active {
    background: #c9a45c;
    color: #000;
    border-color: #c9a45c;
}

/* ========== NEWSLETTER SECTION ========== */
.newsletter-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
    text-align: center;
}

.newsletter-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.newsletter-content h2 span {
    color: #c9a45c;
}

.newsletter-content p {
    font-size: 16px;
    color: #a0a0a0;
    margin-bottom: 30px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.newsletter-input {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.2);
    border-radius: 50px;
    padding: 14px 25px;
    width: 350px;
    color: #fff;
    outline: none;
    transition: 0.3s;
}

.newsletter-input:focus {
    border-color: #c9a45c;
}

.newsletter-btn {
    background: #c9a45c;
    color: #000;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-btn:hover {
    background: #fff;
    transform: translateY(-3px);
}

/* --- Extracted from HTML --- */

/* ========== CLIENTELE HERO SECTION ========== */
.clientele-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.clientele-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.clientele-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 20px;
    border: 1px solid rgba(201,164,92,0.3);
}

.clientele-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.clientele-hero h1 span {
    color: #c9a45c;
}

.clientele-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== STATS SECTION ========== */
.clientele-stats {
    background: #050505;
    padding: 50px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stat-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 35px 20px;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: #c9a45c;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #c9a45c;
    line-height: 1;
    margin-bottom: 12px;
}

.stat-label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}

.stat-sub {
    font-size: 13px;
    color: #999;
    margin-top: 8px;
}

/* ========== CLIENT CATEGORIES SECTION ========== */
.client-categories {
    background: #050505;
    padding: 50px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header p {
    font-size: 16px;
    color: #a0a0a0;
    max-width: 600px;
    margin: 0 auto;
}

.category-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.tab-btn {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.2);
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover, .tab-btn.active {
    background: #c9a45c;
    color: #000;
    border-color: #c9a45c;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.client-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.client-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.client-logo {
    width: 80px;
    height: 80px;
    background: rgba(201,164,92,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    font-size: 32px;
    font-weight: 700;
    color: #c9a45c;
    transition: 0.3s;
}

.client-card:hover .client-logo {
    background: rgba(201,164,92,0.15);
    transform: scale(1.05);
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.client-category {
    font-size: 12px;
    color: #c9a45c;
    letter-spacing: 1px;
}

/* ========== TESTIMONIALS SECTION ========== */
.testimonials-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-rows: 1fr;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 20px;
    padding: 35px 30px;
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: #c9a45c;
}

.testimonial-icon {
    font-size: 48px;
    color: #c9a45c;
    opacity: 0.5;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 16px;
    color: #d0d0d0;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: rgba(201,164,92,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #c9a45c;
}

.author-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.author-info p {
    font-size: 12px;
    color: #c9a45c;
}

/* ========== PARTNERS SECTION ========== */
.partners-section {
    background: #050505;
    padding: 50px 0;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    align-items: center;
}

.partner-card {
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(201,164,92,0.1);
    border-radius: 16px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.partner-card:hover {
    border-color: #c9a45c;
    transform: translateY(-3px);
}

.partner-logo {
    font-size: 14px;
    font-weight: 600;
    color: #c9a45c;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.partner-name {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

/* ========== CTA SECTION ========== */
.clientele-cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.clientele-cta h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.clientele-cta h2 span {
    color: #c9a45c;
}

.clientele-cta p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.clientele-cta-button {
    background: #c9a45c;
    color: #000;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.clientele-cta-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* --- Extracted from HTML --- */

/* ========== CONTACT HERO SECTION ========== */
.contact-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.contact-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 20px;
    border: 1px solid rgba(201,164,92,0.3);
}

.contact-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.contact-hero h1 span {
    color: #c9a45c;
}

.contact-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== CONTACT MAIN SECTION ========== */
.contact-main {
    background: #050505;
    padding: 50px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

/* Contact Info Cards */
.contact-info-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 24px;
    padding: 35px;
    margin-bottom: 30px;
}

.contact-info-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.contact-info-card h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #c9a45c;
}

.contact-info-card h3 span {
    color: #c9a45c;
}

.contact-address {
    margin-bottom: 25px;
}

.contact-address p {
    color: #bdbdbd;
    line-height: 1.7;
    margin-bottom: 8px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-address p i {
    color: #c9a45c;
    font-size: 18px;
    margin-top: 3px;
    min-width: 20px;
}

.contact-phone {
    margin-bottom: 25px;
}

.contact-phone p {
    color: #bdbdbd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-phone p i {
    color: #c9a45c;
    font-size: 18px;
    width: 20px;
}

.contact-phone a {
    color: #bdbdbd;
    text-decoration: none;
    transition: 0.3s;
}

.contact-phone a:hover {
    color: #c9a45c;
}

.contact-email {
    margin-bottom: 25px;
}

.contact-email p {
    color: #bdbdbd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-email p i {
    color: #c9a45c;
    font-size: 18px;
    width: 20px;
}

.contact-email a {
    color: #bdbdbd;
    text-decoration: none;
    transition: 0.3s;
}

.contact-email a:hover {
    color: #c9a45c;
}

.contact-social h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 42px;
    height: 42px;
    background: rgba(201,164,92,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}

.social-link:hover {
    background: #c9a45c;
    color: #000;
    transform: translateY(-3px);
}

.social-link i {
    font-size: 18px;
}

/* Contact Form */
.contact-form-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 24px;
    padding: 35px;
}

.contact-form-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.contact-form-card h3 span {
    color: #c9a45c;
}

.contact-form-card p {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 12px;
    padding: 14px 18px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #c9a45c;
    background: rgba(15, 15, 15, 1);
}

.form-control::placeholder {
    color: #777;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: #c9a45c;
    color: #000;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    font-size: 16px;
}

.submit-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

.alert-success {
    background: rgba(201,164,92,0.2);
    color: #c9a45c;
    border: 1px solid #c9a45c;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
}

/* ========== MAP SECTION ========== */
.map-section {
    background: #050505;
    padding-bottom: 80px;
}

.map-container {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(201,164,92,0.15);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    display: block;
    filter: grayscale(0.3);
}

/* ========== CTA SECTION ========== */
.contact-cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.contact-cta h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.contact-cta h2 span {
    color: #c9a45c;
}

.contact-cta p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.contact-cta-button {
    background: #c9a45c;
    color: #000;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.contact-cta-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* --- Extracted from HTML --- */

/* ========== FAQ HERO SECTION ========== */
.faq-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.faq-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.faq-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 20px;
    border: 1px solid rgba(201,164,92,0.3);
}

.faq-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.faq-hero h1 span {
    color: #c9a45c;
}

.faq-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== FAQ MAIN SECTION ========== */
.faq-main {
    background: #050505;
    padding: 50px 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.faq-info .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c9a45c;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.faq-info h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.faq-info h2 span {
    color: #c9a45c;
}

.faq-info p {
    color: #bdbdbd;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
}

.faq-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.faq-stat {
    text-align: left;
}

.faq-stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #c9a45c;
    line-height: 1;
    margin-bottom: 8px;
}

.faq-stat-label {
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
}

.faq-contact-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 24px;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}

.faq-contact-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.faq-contact-card p {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 20px;
}

.faq-contact-btn {
    background: #c9a45c;
    color: #000;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.faq-contact-btn:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* Accordion Styles */
.accordion-box {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-box .block {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-box .block:hover {
    border-color: rgba(201,164,92,0.3);
}

.accordion-box .acc-btn {
    padding: 22px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    padding-right: 60px;
}

.accordion-box .acc-btn::after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #c9a45c;
    transition: all 0.3s ease;
}

.accordion-box .block.active .acc-btn::after {
    content: "−";
}

.accordion-box .acc-btn:hover {
    color: #c9a45c;
}

.accordion-box .acc-content {
    display: none;
    border-top: 1px solid rgba(201,164,92,0.15);
    background: rgba(0,0,0,0.3);
}

.accordion-box .block.active .acc-content {
    display: block;
}

.accordion-box .acc-content .content {
    padding: 25px 30px;
}

.accordion-box .acc-content .text {
    color: #bdbdbd;
    line-height: 1.7;
    font-size: 15px;
}

/* ========== STILL HAVE QUESTIONS SECTION ========== */
.still-questions {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
    text-align: center;
}

.still-questions h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.still-questions h2 span {
    color: #c9a45c;
}

.still-questions p {
    font-size: 18px;
    color: #a0a0a0;
    max-width: 600px;
    margin: 0 auto 30px auto;
    line-height: 1.7;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-option {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 20px;
    padding: 25px 35px;
    text-align: center;
    transition: 0.3s;
    min-width: 200px;
}

.contact-option:hover {
    transform: translateY(-5px);
    border-color: #c9a45c;
}

.contact-option i {
    font-size: 40px;
    color: #c9a45c;
    margin-bottom: 15px;
    display: block;
}

.contact-option h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.contact-option a {
    color: #c9a45c;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.contact-option a:hover {
    color: #fff;
}

/* ========== CTA SECTION ========== */
.faq-cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.faq-cta h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.faq-cta h2 span {
    color: #c9a45c;
}

.faq-cta p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.faq-cta-button {
    background: #c9a45c;
    color: #000;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.faq-cta-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* --- Extracted from HTML --- */

/* ========== Suviksha HOMEPAGE STYLES - FIXED VERSION ========== */

/* Reset any potential conflicting animations */
.animate-box {
    opacity: 1;
    transform: translateY(0);
}

.animate-box.animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ========== HERO SECTION ========== */
.hero {
    position: relative;
    width: 100%;
    min-height: 90vh;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.section-tag {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 6px 20px;
    border-radius: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #c9a45c;
    margin-bottom: 15px;
    border: 1px solid rgba(201,164,92,0.3);
}

/* ========== WHY CHOOSE US SECTION ========== */
.why-choose {
    background: #050505;
    padding: 50px 0;
}

.why-choose-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.why-choose-text .section-tag {
    display: inline-block;
}

.why-choose-text h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.why-choose-text h2 span {
    color: #c9a45c;
}

.why-choose-text > p {
    color: #bdbdbd;
    line-height: 1.8;
    margin-bottom: 25px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.feature-list li {
    color: #ddd;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-list li i {
    color: #c9a45c;
    font-size: 18px;
    width: 24px;
}

.btn-primary {
    background: #c9a45c;
    color: #000;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border: 2px solid #c9a45c;
}

.btn-secondary:hover {
    background: #c9a45c;
    color: #000;
    transform: translateY(-3px);
}

.why-choose-image {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(201,164,92,0.15);
}

.why-choose-video {
    width: 100%;
    height: auto;
    display: block;
}

/* ========== STATS SECTION ========== */
.stats {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.stat-item {
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 35px 20px;
    transition: 0.3s;
}

.stat-item:hover {
    transform: translateY(-5px);
    border-color: #c9a45c;
}

.stat-icon {
    font-size: 64px;
    color: #c9a45c;
    margin-bottom: 15px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #aaa;
    letter-spacing: 1px;
}

/* ========== FEATURED SERVICES SECTION - STABLE VERSION ========== */
.featured-services {
    background: #050505;
    padding: 50px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.service-card:hover {
    transform: translateY(-5px) translateZ(0);
    border-color: #c9a45c;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: rgba(201,164,92,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: 0.3s;
}

.service-card:hover .service-icon {
    background: rgba(201,164,92,0.2);
}

.service-icon i {
    font-size: 38px;
    color: #c9a45c;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 20px;
}

.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c9a45c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.learn-more:hover {
    gap: 12px;
    color: #fff;
}

/* ========== FEATURED PROJECTS SECTION ========== */
.featured-projects {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.project-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.project-card:hover {
    transform: translateY(-5px) translateZ(0);
    border-color: #c9a45c;
}

.project-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
    aspect-ratio: 1 / 1;
    display: block;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.project-info {
    padding: 25px;
}

.project-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.project-info p {
    font-size: 14px;
    color: #c9a45c;
    margin-bottom: 15px;
}

.btn-outline-small {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 0;
    transition: 0.3s;
}

.btn-outline-small:hover {
    color: #c9a45c;
    gap: 12px;
}

.text-center {
    text-align: center;
    margin-top: 40px;
}

/* ========== TESTIMONIAL SECTION ========== */
.testimonial-preview {
    background: #050505;
    padding: 50px 0;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.testimonial-item:hover {
    border-color: #c9a45c;
    transform: translateZ(0);
}

.stars {
    margin-bottom: 15px;
}

.stars i {
    color: #c9a45c;
    font-size: 14px;
    margin-right: 2px;
}

.testimonial-text {
    color: #bdbdbd;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: rgba(201,164,92,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #c9a45c;
}

.author-details strong {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 4px;
}

.author-details span {
    font-size: 12px;
    color: #c9a45c;
}

/* ========== CTA SECTION ========== */
.cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

/* --- Extracted from HTML --- */

/* ========== PROCESS HERO SECTION ========== */
.process-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.process-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.process-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 20px;
    border: 1px solid rgba(201,164,92,0.3);
}

.process-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.process-hero h1 span {
    color: #c9a45c;
}

.process-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== PROCESS INTRO SECTION ========== */
.process-intro {
    background: #050505;
    padding: 50px 0;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.intro-text .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c9a45c;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.intro-text h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.intro-text h2 span {
    color: #c9a45c;
}

.intro-text p {
    color: #bdbdbd;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 20px;
}

.intro-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.intro-stat {
    text-align: left;
}

.intro-stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #c9a45c;
    line-height: 1;
    margin-bottom: 8px;
}

.intro-stat-label {
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
}

.intro-image {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(201,164,92,0.15);
}

.intro-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.intro-image:hover img {
    transform: scale(1.02);
}

/* ========== PROCESS STEPS SECTION ========== */
.process-steps {
    background: #050505;
    padding: 50px 0;
}

.steps-header {
    text-align: center;
    margin-bottom: 60px;
}

.steps-header .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c9a45c;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.steps-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.steps-header h2 span {
    color: #c9a45c;
}

.steps-header p {
    font-size: 16px;
    color: #a0a0a0;
    max-width: 600px;
    margin: 0 auto;
}

.process-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #c9a45c, rgba(201,164,92,0.2), #c9a45c);
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-content {
    width: 45%;
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.4s ease;
    position: relative;
}

.timeline-content:hover {
    transform: translateY(-5px);
    border-color: #c9a45c;
}

.timeline-number {
    position: absolute;
    top: -15px;
    left: 30px;
    background: #c9a45c;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.timeline-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 15px 0;
    padding-top: 10px;
}

.timeline-content p {
    color: #bdbdbd;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 0;
}

.timeline-image {
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(201,164,92,0.15);
}

.timeline-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.timeline-image:hover img {
    transform: scale(1.03);
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #c9a45c;
    border-radius: 50%;
    top: 30px;
    box-shadow: 0 0 0 4px rgba(201,164,92,0.2);
}

/* ========== QUALITY SECTION ========== */
.quality-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.quality-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.quality-card {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease;
}

.quality-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
}

.quality-icon {
    width: 80px;
    height: 80px;
    background: rgba(201,164,92,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.quality-icon i {
    font-size: 40px;
    color: #c9a45c;
}

.quality-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.quality-card p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
}

/* ========== CTA SECTION ========== */
.process-cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.process-cta h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.process-cta h2 span {
    color: #c9a45c;
}

.process-cta p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.process-cta-button {
    background: #c9a45c;
    color: #000;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.process-cta-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* --- Extracted from HTML --- */

/* ========== PRODUCTS HERO SECTION ========== */
.products-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.products-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.products-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 20px;
    border: 1px solid rgba(201,164,92,0.3);
}

.products-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.products-hero h1 span {
    color: #c9a45c;
}

.products-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== PRODUCTS GRID SECTION ========== */
.products-main {
    background: #050505;
    padding: 50px 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-overlay a {
    color: #c9a45c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.product-overlay a:hover {
    gap: 12px;
    color: #fff;
}

.product-info {
    padding: 22px 25px 25px;
    text-align: center;
}

.product-info h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.product-info p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 0;
}

/* ========== CATEGORIES SECTION ========== */
.categories-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.categories-header {
    text-align: center;
    margin-bottom: 50px;
}

.categories-header .sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #c9a45c;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.categories-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.categories-header h2 span {
    color: #c9a45c;
}

.categories-header p {
    font-size: 16px;
    color: #a0a0a0;
    max-width: 600px;
    margin: 0 auto;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.category-card {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s ease;
}

.category-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
    background: rgba(201,164,92,0.05);
}

.category-icon {
    width: 80px;
    height: 80px;
    background: rgba(201,164,92,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: 0.3s;
}

.category-card:hover .category-icon {
    background: rgba(201,164,92,0.2);
    transform: scale(1.05);
}

.category-icon i {
    font-size: 38px;
    color: #c9a45c;
}

.category-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.category-card p {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}

.category-link {
    color: #c9a45c;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
}

.category-link:hover {
    gap: 10px;
    color: #fff;
}

/* ========== CTA SECTION ========== */
.products-cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.products-cta h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.products-cta h2 span {
    color: #c9a45c;
}

.products-cta p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.products-cta-button {
    background: #c9a45c;
    color: #000;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.products-cta-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* --- Extracted from HTML --- */

/* ========== PROJECTS HERO SECTION ========== */
.projects-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.projects-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.projects-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 20px;
    border: 1px solid rgba(201,164,92,0.3);
}

.projects-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.projects-hero h1 span {
    color: #c9a45c;
}

.projects-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== FILTER SECTION ========== */
.projects-filter-section {
    background: #050505;
    padding: 50px 0;
}

.filter-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.projects-filter {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.projects-filter li {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.2);
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.projects-filter li:hover {
    background: #c9a45c;
    color: #000;
    border-color: #c9a45c;
    transform: translateY(-2px);
}

.projects-filter li.active {
    background: #c9a45c;
    color: #000;
    border-color: #c9a45c;
}

/* ========== PROJECTS GRID ========== */
.projects-grid-section {
    background: #050505;
    padding: 0 0 80px 0;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.project-card {
    position: relative;
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s ease;
    aspect-ratio: 1 / 1;
}

.project-card:hover {
    transform: translateY(-8px);
    border-color: #c9a45c;
    box-shadow: 0 25px 45px rgba(0,0,0,0.4);
}

.project-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.3));
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-category {
    background: rgba(201,164,92,0.9);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.project-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.project-location {
    font-size: 14px;
    color: #c9a45c;
    display: flex;
    align-items: center;
    gap: 5px;
}

.project-info {
    padding: 20px 25px 25px;
}

.project-info p {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
}

.project-tag {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px;
    color: #c9a45c;
}

.project-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c9a45c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    transition: 0.3s;
}

.project-link:hover {
    gap: 12px;
    color: #fff;
}

/* ========== STATS SECTION ========== */
.projects-stats {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.stat-card {
    padding: 30px 20px;
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    transition: 0.3s;
}

/* ========== CTA SECTION ========== */
.projects-cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.projects-cta h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.projects-cta h2 span {
    color: #c9a45c;
}

.projects-cta p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.cta-button {
    background: #c9a45c;
    color: #000;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.cta-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* --- Extracted from HTML --- */

/* ========== SERVICES HERO SECTION ========== */
.services-hero {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 100%), url("images/banner/luxury-game-room.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-hero-content {
    max-width: 800px;
    padding: 0 20px;
}

.services-hero-badge {
    display: inline-block;
    background: rgba(201,164,92,0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    color: #c9a45c;
    margin-bottom: 20px;
    border: 1px solid rgba(201,164,92,0.3);
}

.services-hero h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
}

.services-hero h1 span {
    color: #c9a45c;
}

.services-hero p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

/* ========== SERVICES INTRO SECTION ========== */
.services-intro {
    background: #050505;
    padding: 50px 0;
}

/* ========== SERVICES GRID SECTION ========== */
.services-grid-section {
    background: #050505;
    padding: 50px 0;
}

.service-card {
    background: linear-gradient(145deg, #111, #070707);
    border: 1px solid rgba(201,164,92,0.12);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #c9a45c;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: rgba(201,164,92,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: rgba(201,164,92,0.2);
    transform: scale(1.05);
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c9a45c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.service-link:hover {
    gap: 12px;
    color: #fff;
}

/* ========== SOLUTION FEATURES SECTION ========== */
.solution-features {
    background: linear-gradient(135deg, #0a0a0a 0%, #020202 100%);
    padding: 50px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    background: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(201,164,92,0.15);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #c9a45c;
}

.feature-icon {
    font-size: 48px;
    color: #c9a45c;
    margin-bottom: 18px;
}

.feature-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
}

/* ========== CTA SECTION ========== */
.services-cta {
    background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.9)), url("images/slider/b.jpg") center center / cover fixed no-repeat;
    padding: 50px 0;
    text-align: center;
}

.services-cta h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.services-cta h2 span {
    color: #c9a45c;
}

.services-cta p {
    font-size: 18px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.services-cta-button {
    background: #c9a45c;
    color: #000;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.services-cta-button:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* --- Dropdown Styles for Desktop --- */
.duru-menu1 ul li {
    position: relative;
}

.duru-menu1 ul ul {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    background: #0a0a0a;
    min-width: 220px;
    z-index: 999;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid rgba(201,164,92,0.15);
    border-top: 15px solid transparent;
    background-clip: padding-box;
    padding: 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.duru-menu1 ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.duru-menu1 ul ul li {
    display: block !important;
    float: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}

.duru-menu1 ul ul li a {
    display: block !important;
    float: none !important;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 25px !important;
    font-size: 14px !important;
    color: #bdbdbd !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.duru-menu1 ul ul li:last-child a {
    border-bottom: none;
}

.duru-menu1 ul ul li a:hover {
    color: #c9a45c !important;
    background: rgba(255,255,255,0.03);
}

.duru-menu-sub > a > i {
    font-size: 12px;
    margin-left: 5px;
}

@media all and (min-width: 999px) {
    .duru-header .duru-logo-wrap {
        height: 90px;
    }
}

@media all and (max-width: 998px) {
    .duru-header .duru-logo-wrap {
        height: auto;
    }
    .monr {
        display: block;
    }
    .duru-menu1 {
        display: none;
    }
    .duru-header {
        height: 70px;
    }
}

@media screen and (max-width: 991px) {
    .testimonials .wrap {
        margin-bottom: 0px;
        padding: 20px;
    }
    .testimonials .wrap .item .quote {
        position: absolute;
        right: 10px;
        top: 180px;
        width: 75px;
        margin: 0 auto 20px;
        opacity: .7;
    }
    .process .wrap {
        padding: 0 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .process .wrap {
        padding: 0 0px;
    }
}

@media all and (max-width: 767px) {
    .projects2-items .col-md-6:nth-child(2) {
        margin-top: 0;
    }
    .footer .bottom p.right {
        text-align: left;
    }
    .slider__progress {
        display: none;
    }
    .project-page  .owl-carousel .owl-item img {
        display: block;
        width: 80%; margin: 0px auto;
    }
}

@media all and (max-width: 575px) {
    .projects2-filter li {
        margin-right: 10px;
        font-size: 16px;
    }
    .projects2-filter li:last-child {
        margin-right: 0;
    }
    .projects2-items .single-item {
        padding-bottom: 30px;
    }
    .duru-header .duru-logo img {
        max-height:75px; width:auto; display:block;
    }
}

@media (max-width: 1100px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr); gap: 20px;
    }
    .clients-grid {
        grid-template-columns: repeat(3, 1fr); gap: 20px;
    }
}

@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr; gap: 40px;
    }
    .about-text h2 {
        font-size: 36px;
    }
    .about-gallery {
        margin-top: 20px;
    }
    .blog-content-wrap {
        grid-template-columns: 1fr; gap: 40px;
    }
    .blog-sidebar {
        position: static;
    }
    .blog-main-content {
        padding: 25px;
    }
    .blog-body h2 {
        font-size: 24px;
    }
    .related-grid {
        grid-template-columns: repeat(2, 1fr); gap: 25px;
    }
    .blog-grid {
        grid-template-columns: 1fr; gap: 25px;
    }
    .sidebar {
        padding-left: 0; margin-top: 40px;
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr); gap: 20px;
    }
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr); gap: 25px;
    }
    .partners-grid {
        grid-template-columns: repeat(3, 1fr); gap: 20px;
    }
    .contact-grid {
        grid-template-columns: 1fr; gap: 40px;
    }
    .faq-grid {
        grid-template-columns: 1fr; gap: 40px;
    }
    .faq-info h2 {
        font-size: 36px;
    }
    .why-choose-content {
        grid-template-columns: 1fr; gap: 40px;
    }
    .why-choose-text h2 {
        font-size: 36px;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr); gap: 25px;
    }
    .projects-grid {
        grid-template-columns: repeat(2, 1fr); gap: 25px;
    }
    .intro-grid {
        grid-template-columns: 1fr; gap: 40px;
    }
    .intro-text h2 {
        font-size: 36px;
    }
    .process-timeline::before {
        left: 20px;
    }
    .timeline-item {
        flex-direction: column !important; margin-bottom: 40px;
    }
    .timeline-content {
        width: calc(100% - 40px); margin-left: 40px;
    }
    .timeline-image {
        width: calc(100% - 40px); margin-left: 40px; margin-top: 15px;
    }
    .timeline-dot {
        left: 12px;
    }
    .timeline-number {
        left: 20px;
    }
    .quality-grid {
        grid-template-columns: repeat(2, 1fr); gap: 20px;
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr); gap: 25px;
    }
    .product-image {
        height: 260px;
    }
    .categories-grid {
        grid-template-columns: repeat(2, 1fr); gap: 20px;
    }
    .projects-grid {
        grid-template-columns: 1fr; gap: 25px;
    }
    .project-image {
        height: 100%;
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr); gap: 20px;
    }
}

@media (max-width: 768px) {
    /* Center all text, headings, buttons, and block margins on mobile */
    .section-header, 
    .values-header, 
    .steps-header, 
    .categories-header, 
    .related-header, 
    .intro-text, 
    .about-text, 
    .why-choose-text,
    .blog-card,
    .contact-info-card,
    .contact-form-card,
    .stat-item,
    .stat-card,
    .testimonial-item,
    .footer .top .item,
    .footer .top .sub-title {
        text-align: center !important;
    }

    .section-header p, 
    .values-header p, 
    .steps-header p, 
    .categories-header p, 
    .related-header p, 
    .intro-text p, 
    .about-text p, 
    .why-choose-text p {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .stats-container, 
    .intro-stats, 
    .about-gallery,
    .blog-meta,
    .testimonial-author-info,
    .footer .social {
        justify-content: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .feature-list {
        display: inline-block !important;
        text-align: left !important;
    }

    .why-choose-text .btn,
    .intro-text .btn,
    .about-text .btn {
        display: inline-block !important;
        margin: 15px auto !important;
    }

    .contact-info-card h3:after, 
    .contact-form-card h3:after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .contact-options {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .about-hero h1 {
        font-size: 38px;
    }
    .about-hero p {
        font-size: 16px;
    }
    .about-hero {
        min-height: 50vh;
    }
    .about-main {
        padding: 50px 0;
    }
    .about-text h2 {
        font-size: 30px;
    }
    .stats-container {
        gap: 25px; flex-wrap: wrap;
    }
    .stat-number {
        font-size: 36px;
    }
    .about-gallery {
        gap: 15px;
    }
    .gallery-img img {
        height: 180px;
    }
    .mission-vision {
        padding: 50px 0;
    }
    .mv-grid {
        grid-template-columns: 1fr; gap: 20px;
    }
    .mv-card {
        padding: 30px 25px;
    }
    .mv-card h3 {
        font-size: 24px;
    }
    .values-section {
        padding: 50px 0;
    }
    .values-header h2 {
        font-size: 32px;
    }
    .values-grid {
        grid-template-columns: 1fr; gap: 16px;
    }
    .about-cta {
        padding: 50px 0;
    }
    .about-cta h2 {
        font-size: 32px;
    }
    .about-cta p {
        font-size: 16px;
    }
    .blog-detail-hero {
        min-height: 50vh; padding-bottom: 40px;
    }
    .blog-detail-hero h1 {
        font-size: 32px;
    }
    .blog-meta {
        flex-wrap: wrap; gap: 15px; font-size: 12px;
    }
    .blog-content-section {
        padding: 50px 0;
    }
    .blog-main-content {
        padding: 20px;
    }
    .comments-section {
        padding: 25px;
    }
    .comments-title {
        font-size: 20px;
    }
    .related-posts {
        padding: 50px 0;
    }
    .related-header h2 {
        font-size: 28px;
    }
    .related-grid {
        grid-template-columns: 1fr; gap: 20px;
    }
    .blog-hero {
        min-height: 40vh;
    }
    .blog-hero h1 {
        font-size: 38px;
    }
    .blog-hero p {
        font-size: 16px;
    }
    .blog-main {
        padding: 50px 0;
    }
    .section-header h2 {
        font-size: 32px;
    }
    .blog-title {
        font-size: 20px;
    }
    .blog-image {
        height: 220px;
    }
    .widget {
        padding: 20px;
    }
    .newsletter-section {
        padding: 50px 0;
    }
    .newsletter-content h2 {
        font-size: 28px;
    }
    .newsletter-input {
        width: 100%; max-width: 300px;
    }
    .clientele-hero {
        min-height: 40vh;
    }
    .clientele-hero h1 {
        font-size: 38px;
    }
    .clientele-hero p {
        font-size: 16px;
    }
    .clientele-stats {
        padding: 40px 0;
    }
    .stats-grid {
        grid-template-columns: 1fr; gap: 15px;
    }
    .stat-number {
        font-size: 40px;
    }
    .client-categories {
        padding: 50px 0;
    }
    .clients-grid {
        grid-template-columns: 1fr; gap: 16px;
    }
    .tab-btn {
        padding: 8px 20px; font-size: 13px;
    }
    .client-card {
        padding: 18px 15px;
    }
    .client-logo {
        width: 65px; height: 65px; font-size: 26px;
    }
    .client-name {
        font-size: 15px;
    }
    .testimonials-section {
        padding: 50px 0;
    }
    .testimonials-grid {
        grid-template-columns: 1fr; gap: 20px;
    }
    .testimonial-card {
        padding: 25px 20px;
    }
    .partners-section {
        padding: 50px 0;
    }
    .partners-grid {
        grid-template-columns: 1fr; gap: 15px;
    }
    .clientele-cta {
        padding: 50px 0;
    }
    .clientele-cta h2 {
        font-size: 32px;
    }
    .clientele-cta p {
        font-size: 16px;
    }
    .contact-hero {
        min-height: 40vh;
    }
    .contact-hero h1 {
        font-size: 38px;
    }
    .contact-hero p {
        font-size: 16px;
    }
    .contact-main {
        padding: 50px 0;
    }
    .contact-info-card, .contact-form-card {
        padding: 25px;
    }
    .contact-info-card h3 {
        font-size: 20px;
    }
    .contact-form-card h3 {
        font-size: 20px;
    }
    .map-section {
        padding-bottom: 50px;
    }
    .map-container iframe {
        height: 300px;
    }
    .contact-cta {
        padding: 50px 0;
    }
    .contact-cta h2 {
        font-size: 32px;
    }
    .contact-cta p {
        font-size: 16px;
    }
    .faq-hero {
        min-height: 40vh;
    }
    .faq-hero h1 {
        font-size: 38px;
    }
    .faq-hero p {
        font-size: 16px;
    }
    .faq-main {
        padding: 50px 0;
    }
    .faq-info h2 {
        font-size: 30px;
    }
    .accordion-box .acc-btn {
        padding: 18px 20px; font-size: 16px; padding-right: 50px;
    }
    .accordion-box .acc-content .content {
        padding: 18px 20px;
    }
    .faq-stats {
        gap: 20px; flex-wrap: wrap;
    }
    .faq-stat-number {
        font-size: 30px;
    }
    .still-questions {
        padding: 50px 0;
    }
    .still-questions h2 {
        font-size: 32px;
    }
    .still-questions p {
        font-size: 16px; padding: 0 20px;
    }
    .contact-options {
        gap: 15px;
    }
    .contact-option {
        padding: 18px 25px; min-width: 160px;
    }
    .contact-option i {
        font-size: 32px;
    }
    .faq-cta {
        padding: 50px 0;
    }
    .faq-cta h2 {
        font-size: 32px;
    }
    .faq-cta p {
        font-size: 16px;
    }
    .hero {
        min-height: 60vh;
    }
    .why-choose {
        padding: 50px 0;
    }
    .why-choose-text h2 {
        font-size: 28px;
    }
    .stats {
        padding: 40px 0;
    }
    .featured-services {
        padding: 50px 0;
    }
    .services-grid {
        grid-template-columns: 1fr; gap: 20px;
    }
    .featured-projects {
        padding: 50px 0;
    }
    .projects-grid {
        grid-template-columns: 1fr; gap: 20px;
    }
    .testimonial-preview {
        padding: 50px 0;
    }
    .cta {
        padding: 50px 0;
        background-attachment: scroll !important;
    }
    .cta-content h2 {
        font-size: 32px;
    }
    .cta-content p {
        font-size: 16px;
    }
    .process-hero {
        min-height: 40vh;
    }
    .process-hero h1 {
        font-size: 38px;
    }
    .process-hero p {
        font-size: 16px;
    }
    .process-intro {
        padding: 50px 0 30px 0;
    }
    .intro-text h2 {
        font-size: 30px;
    }
    .intro-stats {
        gap: 20px; flex-wrap: wrap;
    }
    .process-steps {
        padding: 40px 0 50px 0;
    }
    .steps-header h2 {
        font-size: 32px;
    }
    .timeline-content {
        padding: 20px;
    }
    .timeline-content h3 {
        font-size: 20px;
    }
    .timeline-image img {
        height: 220px;
    }
    .quality-section {
        padding: 50px 0;
    }
    .quality-grid {
        grid-template-columns: 1fr; gap: 16px;
    }
    .quality-card {
        padding: 25px 20px;
    }
    .process-cta {
        padding: 50px 0;
    }
    .process-cta h2 {
        font-size: 32px;
    }
    .process-cta p {
        font-size: 16px;
    }
    .products-hero {
        min-height: 40vh;
    }
    .products-hero h1 {
        font-size: 38px;
    }
    .products-hero p {
        font-size: 16px;
    }
    .products-main {
        padding: 50px 0;
    }
    .products-grid {
        grid-template-columns: 1fr; gap: 20px;
    }
    .product-image {
        height: 240px;
    }
    .product-info h3 {
        font-size: 20px;
    }
    .categories-section {
        padding: 50px 0;
    }
    .categories-header h2 {
        font-size: 32px;
    }
    .categories-grid {
        grid-template-columns: 1fr; gap: 16px;
    }
    .products-cta {
        padding: 50px 0;
    }
    .products-cta h2 {
        font-size: 32px;
    }
    .products-cta p {
        font-size: 16px;
    }
    .projects-hero {
        min-height: 40vh;
    }
    .projects-hero h1 {
        font-size: 38px;
    }
    .projects-hero p {
        font-size: 16px;
    }
    .projects-filter-section {
        padding: 40px 0 20px 0;
    }
    .projects-filter li {
        padding: 6px 18px; font-size: 12px;
    }
    .projects-grid-section {
        padding: 0 0 50px 0;
    }
    .project-info {
        padding: 18px 20px 22px;
    }
    .project-title {
        font-size: 20px;
    }
    .projects-stats {
        padding: 50px 0;
    }
    .projects-cta {
        padding: 50px 0;
    }
    .projects-cta h2 {
        font-size: 32px;
    }
    .projects-cta p {
        font-size: 16px;
    }
    .services-hero {
        min-height: 40vh;
    }
    .services-hero h1 {
        font-size: 38px;
    }
    .services-hero p {
        font-size: 16px;
    }
    .services-intro {
        padding: 50px 0 30px 0;
    }
    .services-grid-section {
        padding: 40px 0 50px 0;
    }
    .service-card {
        padding: 25px 20px;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .solution-features {
        padding: 50px 0;
    }
    .features-grid {
        grid-template-columns: 1fr; gap: 16px;
    }
    .services-cta {
        padding: 50px 0;
    }
    .services-cta h2 {
        font-size: 32px;
    }
    .services-cta p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .clients-grid {
        grid-template-columns: 1fr; gap: 14px;
    }
}


