@font-face {
    font-family: "Merriweather";
    src: url(../fonts/Merriweather-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Regular.ttf);
    font-display: swap;
}

a:hover {
    text-decoration: none !important
}

a.clickhere:hover {
    color: #000 !important;
    text-decoration: none !important;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / .2), 0 6px 20px 0 rgb(0 0 0 / .19)
}

.header a:hover {
    color: #fff !important;
    text-decoration: none !important
}

body {
    font-size: 14px;
    font-family: 'Raleway', sans-serif !important
}

section {
    position: relative
}

.section-head {
    font-family: 'Merriweather', sans-serif !important;
    color: #000;
    padding: 16px 0;
    font-size: 30px;
    margin: 10px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 800
}

.nopadding.form {
    padding: 5px
}

.nomargin {
    margin: 0
}

.icon_white {
    filter: invert(1);
    width: 30px !important
}

#lock {
    display: none
}

.text-center {
    text-align: center
}

#home {
    margin-top: 80px
}

#home img {
    width: 100%
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 10rem;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 560px
}

.carousel-control-next,
.carousel-control-prev {
    width: 9%;
    opacity: .9
}

.carousel-inner>.item>img {
    width: 100%;
    margin-top: 55px
}

.navbar-default {
    background-color: #fff;
    position: fixed;
    margin-bottom: 0;
    height: 60px !important
}

.nav>li>a {
    color: #000 !important;
    padding: 14px 22px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px
}

.navbar-nav>li {
    padding: 0
}

.navbar-brand {
    height: auto;
    padding: 10px 15px;
    width: 100%
}

.navbar-brand>img {
    margin: 0 auto;
    width: 100px
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #000 !important
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: inherit;
    text-align: center;
    padding: 0
}

#dropdownMenuButton {
    background: inherit;
    color: #424242;
    font-weight: 700;
    padding: 6px 12px;
    border-bottom: 1px solid #424242;
    border-radius: inherit
}

.dropdown-menu {
    background-color: #424242;
    min-height: 100px;
    border-radius: inherit
}

.dropdown-item {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 0;
    color: #fff
}

.dropdown-menu {
    min-width: 120px
}

.dropbtn {
    background-color: inherit;
    text-transform: uppercase;
    color: #424242;
    padding: 4px 0;
    border-bottom: 1px solid #424242;
    border: none;
    cursor: pointer
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #424242
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #424242;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / .2);
    z-index: 1;
    top: 30px
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #424242;
    color: #A68749
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: inherit
}

.imagelogo {
    width: 160px
}

.current a.smoothScroll {
    color: #fff !important;
    background: #794925
}

.current a.smoothScroll {
    color: #000;
    font-weight: 700
}

.inneraboutOverview {
    text-align: center
}

.inneraboutus {
    padding: 30px 0;
    background-color: #ddd
}

footer {
    margin: 0;
    padding: 30px 0
}

.footerQR {
    display: flex;
    justify-content: center;
    padding: 23px
}

.footerlogoinner {
    text-align: center
}

#Overview {
    padding-top: 2%;
    padding-bottom: 3%
}

.innerprojects {
    padding: 30px 0
}

.slick-arrow {
    font-size: 25px
}

.innerprojects .nav>li>a {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid#000;
    padding: 5px 15px
}

.innerprojects .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff !important;
    background-color: #000
}

.nav-pills>li {
    width: 13%;
    text-align: center;
    color: #000 !important;
    border-radius: 4px
}

.innerprojects .nav.nav-pills {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.prop-div {
    box-shadow: 2px 2px 11px #999;
    margin-bottom: 5%
}

.prop-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
    border-radius: 10px;
    margin: 20px
}

.prop-img-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s;
    border-radius: 10px
}

.move {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    text-transform: capitalize
}

.prop-div,
.prop-img-div {
    position: relative;
    overflow: hidden;
    transition: ease all 1s
}

.prop-img-div img {
    transition: ease all 1s
}

.prop-img-div:hover img {
    transform: scale(1.3);
    transition: ease all 1s
}

.projectlogo {
    top: 0;
    right: 0;
    width: 120px;
    /* background-color: #fff; */
    border-bottom-left-radius: 15px;
    padding: 5px;
    transition: none !important;
    transform: none !important;
    margin: 15px auto;
    /* filter: invert(1) */
}

p.prop-name {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #000;
    padding: 1%;
    font-size: 12px
}

p.prop-price {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #000;
    border-top-right-radius: 10px;
    padding: 1%;
    margin: 0;
    font-size: 12px
}

p.prop-undercon {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: linear-gradient(90deg, rgb(0 0 0) 59%, rgb(83 33 122 / .10127801120448177) 90%);
    border-bottom-right-radius: 10px;
    padding: 1%;
    margin: 0;
    font-size: 12px
}

.prop-details {
    padding: 2%
}

p.rera {
    font-size: 9px;
    color: #000;
    text-align: center;
    line-height: 15px
}

.prop-inner {
    color: #191919;
    text-align: center
}

.offer-txt {
    padding: 4px 0;
    background: #424242;
    display: none
}

.offer-txt p {
    margin-bottom: 0;
    color: #000;
    text-align: center
}

.prop-inner .prop-title {
    margin-bottom: 5px
}

p.prop-title {
    float: left
}

.prop-inner .prop-desc {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    color: #fff
}

.clickhere {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 38%;
    padding: 5px
}

.innerContact {
    padding: 30px 0;
    background: #000;
    margin: 12px 7px
}

.headContact {
    text-align: center
}

.Contactbox {
    border: 3px solid #fff;
    padding: 15px 30px
}

.ContactSubbox {
    border: 1px solid #b29d78
}

.ContactSubbox img {
    width: 100%
}

.count {
    padding-left: 11px
}

#pricepopup .input-group {
    width: 100% !important;
    text-align: justify !important;
    margin-bottom: 5px
}

#pricepopup .form-control,
#pricepopup .form-control {
    display: block;
    width: 100%;
    color: #555;
    background-image: none;
    border: none !important;
    border-radius: 4px;
    box-shadow: none
}

.innerContact button#submitf {
    background: #000;
    color: #fff;
    padding: 5px 20px;
    margin-top: 20px
}

button#submitf p {
    margin-bottom: 0
}

label.error {
    font-size: 13px;
    color: #fb0303
}

.innercontactus {
    background-color: #000;
    color: #fff;
    padding-bottom: 50px
}

section#footer {
    background-color: #000;
    color: #fff
}

#footer h5.text-center.wow.fadeInUp {
    cursor: pointer;
    display: inline;
    text-align: center
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    text-align: center
}

.innercontactus .input-group {
    margin: 5px auto !important
}

.input-group {
    position: relative;
    display: table;
    text-align: left;
    margin: 7px auto;
    width: 100%
}

.input-group-pop {
    text-align: center
}

.innercontactus h3 {
    color: #fff !important
}

.innercontactus h5 {
    color: #fff !important;
    cursor: pointer
}

.inneraboutproject {
    padding: 30px 0
}

#disclaimerpopup .modal-dialog {
    width: 90%;
    font-size: 11px
}

#disclaimerpopup .modal-header .close2 {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 15px
}

#popupModal .modal-header {
    padding: 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #000
}

#popupModal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    text-align: center
}

#popupModal .modal-header .close2 {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center
}

.close2 {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 2 !important;
    filter: alpha(opacity=20)
}

button.btn.btn-danger.interested {
    font-size: 16px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #000;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 7px 10px 6px 10px
}

.header {
    overflow: hidden;
    position: relative
}

.menu {
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    padding: 0 .5rem;
    position: fixed;
    top: 20px;
    right: 2.5rem;
    z-index: 9999
}

.close {
    background-color: #fff;
    color: #000;
    font-size: 1.8rem;
    padding: 0 .5rem;
    position: fixed;
    top: 20px;
    right: 2.5rem;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999
}

.cus-navbar.active .close {
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.menu,
.close {
    display: block;
    cursor: pointer;
    padding: 5px 10px
}

.header .cus-navbar {
    position: fixed;
    width: 100%;
    background: rgb(0 0 0 / .8);
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    transition: ease 1s all;
    transform: translateX(100%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .cus-navbar.active {
    transform: translateX(0)
}

.close.active {
    opacity: 1;
    visibility: visible;
    padding-top: 7px
}

.header .navlist {
    width: 20%
}

.header .navlist li {
    display: block;
    margin-top: 2rem;
    margin-left: 0;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem
}

.header .navlist li a {
    color: #fff
}

.mlgroup {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px
}

.project-overly {
    background: rgb(0 0 0 / .8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 99999;
    display: none;
    cursor: pointer
}

.project-overly.active {
    display: block
}

.project-popup {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    z-index: 999999;
    display: none
}

.project-popup p {
    border-top: 1px solid #A68749;
    padding-top: 10px;
    margin-top: 10px
}

.project-popup.active {
    display: block
}

.project-close {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9;
    font-size: 20px;
    cursor: pointer
}

.form-check-label label.error:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: -9px;
    border-top: none;
    border-right: 8px solid #fff0;
    border-left: 8px solid #fff0;
    border-bottom: 8px solid red
}

.form-check-label {
    position: relative
}

.form-check-label label.error {
    position: absolute;
    top: 15px;
    background: #fff;
    color: red;
    padding: 0 3px;
    border: 1px solid #000;
    z-index: 9;
    left: -5px
}

.form-check-label2 label.error:after {
    content: " ";
    position: absolute;
    left: 1px;
    top: -9px;
    border-top: none;
    border-right: 8px solid #fff0;
    border-left: 8px solid #fff0;
    border-bottom: 8px solid red
}

.form-check-label2 {
    position: relative
}

.form-check-label2 label.error {
    position: absolute;
    top: 15px;
    background: #fff;
    color: red;
    padding: 0 3px;
    border: 1px solid #000;
    z-index: 99;
    left: -5px
}

.serviceBox {
    margin-bottom: 30px
}

.boximg4 img {
    display: block;
    margin: 0 auto;
    width: 245px
}

.box5 h4 {
    text-align: center;
    margin: 12px auto
}

.bord4 {
    border-right: 1px solid
}

.box6 p {
    text-align: center;
    letter-spacing: 2px;
    height: 63px
}

.box6 h3 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px
}

.bordbottom {
    border-bottom: 1px solid #000
}

#about-us6 {
    padding: 50px 0
}

.descriptionover {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none
}

.tab {
    font-family: "futura";
    padding: 15px
}

.tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 3px solid #a48636
}

.tab .nav-tabs li a {
    color: #222;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 7px 20px 6px;
    margin: 0 2px 1px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover {
    color: #fff;
    background: #fff0;
    border: none;
    box-shadow: none
}

.tab .nav-tabs li a:before {
    content: "";
    background: #a48636;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s ease 0s
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
    opacity: 1;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%)
}

.tab .tab-content {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 10px
}

.mytab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px
}

.mytab li {
    float: none !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px
}

.abt22 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.abtwrap {
    transition: ease all 1s
}

.abt22 img {
    display: block;
    margin: 0 auto;
    width: 50px
}

.abtcontent {
    text-align: center;
    background: #fff;
    padding: 10px;
    margin: 20px 0;
    transition: ease all 0.5s;
    border: 2px solid #d8d8d8;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center
}

.abtcontent {
    min-height: 80px;
    background: #fff !important
}

.tranhover:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s
}

.tranhover:before {
    content: "";
    position: absolute;
    bottom: -34px;
    width: 210px;
    left: 50%;
    margin-left: -105px;
    height: 34px;
    border-radius: 50%;
    transform: scale(1.15);
    background: radial-gradient(rgb(0 0 0 / .1), transparent, transparent);
    transition: ease all 0.5s
}

#projects {
    background: #000;
    color: #fff
}

#legacy {
    padding-top: 2%;
    padding-bottom: 3%
}

#aboutrustomjee {
    padding-top: 1%;
    padding-bottom: 2%
}

.text-center {
    align-items: center
}

.underline-black {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 13px
}

.underline {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 13px
}

.underline-white {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 13px
}

.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #ccc;
    margin-top: 5px
}

.modal {
    z-index: 9999
}

.largersizetextdesk {
    display: block
}

.largersizetextmob {
    display: none
}

.scrollup {
    background: #000;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 6%;
    right: 3%;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    z-index: 999;
    display: none
}

i.fa.fa-arrow-circle-up {
    font-size: 36px;
    padding: 2px
}

#Amenities {
    background: #f9f9f9;
    padding: 30px 0px;
}

#Amenities .headingfontdiv2 h2 {
    letter-spacing: 1px
}

#Amenities .nav-pills {
    text-align: center;
    margin-bottom: 40px
}

#Amenities .nav-pills>li {
    float: none;
    display: inline-block
}

#Amenities .nav-pills>li>a {
    min-width: 140px;
    padding: 10px 32px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #000;
    background: #fff0;
    color: #000;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    margin-top: 25px;
}

#Amenities .nav-pills>li>a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    transition: left 0.45s ease;
    z-index: -1
}

#Amenities .nav-pills>li>a:hover::before,
#Amenities .nav-pills>li.active>a::before {
    left: 0
}

#Amenities .nav-pills>li>a:hover,
#Amenities .nav-pills>li.active>a {
    color: #ffffff !important;
    background-color: #000
}

#Amenities .nav-pills>li+li {
    margin-left: 14px
}

.amenitiesGallery .item {
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.amenitiesGallery img {
    width: 100%;
    transition: transform 0.6s ease
}

.amenitiesGallery .overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease
}

.amenitiesGallery .overlay img {
    width: 40px
}

.amenitiesGallery .item:hover .overlay {
    opacity: 1
}

.amenitiesGallery .owl-next {
    right: -20px
}

@media (max-width:767px) {
    #Amenities .nav-pills {
        white-space: nowrap;
        overflow-x: auto
    }

    #Amenities .nav-pills>li {
        float: none;
        display: inline-block
    }

    #Amenities .nav-pills>li>a {
        min-width: 100px;
        padding: 16px;
        font-size: 13px;
        white-space: nowrap
    }
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
    transition: 0.5s
}

.owl-carousel .owl-item .img-responsive {
    border: 2px solid #000
}

.main-navbar {
    background: #fff;
    border: none;
    margin-bottom: 0;
    box-shadow: 0 2px 10px rgb(0 0 0 / .08);
    z-index: 99;
    width: 100%;
    padding: 0 10px 0 10px
}

.site-logo {
    padding: 10px 15px
}

.site-logo img {
    width: 67%
}

.main-nav>li>a {
    position: relative;
    color: #000;
    font-weight: 600;
    padding: 20px 15px;
    transition: color 0.3s ease
}

.main-nav>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 17px;
    width: 0;
    height: 2px;
    background: #000;
    transform: translateX(-50%);
    transition: width 0.35s ease
}

.main-nav>li>a:hover::after {
    width: 70%
}

.main-nav>li.active>a {
    color: #000
}

.main-nav>li.active>a::after {
    width: 70%
}

.navbar-toggle {
    margin-top: 14px;
    border: none;
    background: #fff0
}

.navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 6px
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -6px
}

@media (max-width:767px) {
    .main-nav>li>a {
        padding: 15px 20px
    }

    .main-nav>li.active>a::after {
        width: 40%
    }
}

.only_mobile {
    display: none !important
}

@media (max-width:992px) {
    .only_mobile {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 12px
    }

    .main-nav>li>a::after {
        bottom: 0
    }
}

.navbar-btn {
    margin-left: 15px
}

.enquiry-btn {
    background: #000;
    color: #fff;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    border: none;
    margin-top: -2px;
    transition: 0.3s ease;
    border: 1px solid
}

.form_logo {
    text-align: center
}

.form_logo img {
    width: 34%
}

.enquiry-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid
}

.pulse {
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(201 161 74 / .6)
    }

    70% {
        box-shadow: 0 0 0 12px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.mobile-enquiry-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    border-top: 2px solid #ffffff;
    box-shadow: 0 -6px 18px rgba(255, 255, 255, 0.39);
    z-index: 9999;
}

.enquiry-3d-btn {
    width: 100%;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding: 9px 0;
    border: none;   
    transition: all 0.15s ease-in-out;
    position: relative;
        background: #000000;

}

.enquiry-3d-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.438),
        transparent
    );
    animation: shineLR 2.8s ease-in-out infinite;
}

@keyframes shineLR {
    0%   { left: -60%; }
    50%  { left: 120%; }
    100% { left: 120%; }
}


/* Section Background */
.patternbg {
    padding: 40px 0;
    background: #000000;
}

/* Title */
.sppb-title-heading {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
}


/* Service Box */
.serviceBox {
    background: #111111;
    text-align: center;
    padding: 25px 20px;
    border-radius: 15px;
    transition: all 0.4s ease;
    box-shadow: 0 12px 30px rgba(255,255,255,0.06);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
}

/* Hover Effect */
.serviceBox:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(255,255,255,0.18);
}

/* Light Sweep Overlay */
.serviceBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.12),
        transparent
    );
    transition: 0.6s;
}

.serviceBox:hover::before {
    left: 100%;
}

/* Icon Wrapper */
.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.15);
}

/* Icon Image */
.service-icon img {
    max-width: 58px;
    filter: brightness(0) invert(1);
    transition: transform 1s ease;
}

/* Icon Hover */
.serviceBox:hover .service-icon {
    background: #ffffff;
}

.serviceBox:hover .service-icon img {
    transform: rotate(360deg) scale(1.1);
    filter: brightness(0);
}

/* Title Text */
.serviceBox .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin-top: 10px;
    transition: opacity 0.3s ease;
}

.serviceBox:hover .title {
    opacity: 0.85;
}

/* Responsive */
@media (max-width: 767px) {
    .serviceBox {
        margin-bottom: 25px;
    }
}

/* ================================
   OUR LEGACY SECTION
================================ */
.whyrustomjee {
    padding: 80px 0;
    background: #ffffff;
}

/* Section Title */
.whyrustomjee .sppb-title-heading {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
}


/* Description */
.whyrustomjee p {
    font-size: 16px;
    line-height: 1.7;
    color: #222222;
    max-width: 900px;
    margin: 0 auto 55px;
}

/* ================================
   LEGACY BOX
================================ */
.legacyBox {
    background: #ffffff;
    text-align: center;
    padding: 35px 22px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid #e5e5e5;
    height: 100%;
}

/* Hover Lift */
.legacyBox:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

/* Shine Sweep */
.legacyBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(0,0,0,0.08),
        transparent
    );
    transition: 0.6s;
}

.legacyBox:hover::before {
    left: 100%;
}

/* Icon Wrapper */
.legacy-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* Icon Image */
.legacy-icon img {
    max-width: 45px;
    transition: transform 1s ease, filter 0.4s ease;
    filter: grayscale(100%);
}

/* Icon Hover */
.legacyBox:hover .legacy-icon {
    background: #000000;
}

.legacyBox:hover .legacy-icon img {
    transform: rotate(360deg) scale(1.1);
    filter: brightness(0) invert(1);
}

/* Title */
.legacyBox .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    transition: opacity 0.3s ease;
}

.legacyBox:hover .title {
    opacity: 0.85;
}

/* ================================
   RESPONSIVE FIXES
================================ */
@media (max-width: 991px) {
    .legacyBox {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .whyrustomjee {
        padding: 60px 0;
    }

    .whyrustomjee .sppb-title-heading {
        font-size: 28px;
    }

    .legacyBox {
        padding: 30px 20px;
    }

    .legacy-icon {
        width: 100px;
        height: 100px;
    }

    .legacy-icon img {
        max-width: 58px;
    }
    .underline1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 59% !important;
    height: 3px;
    background: #ffffff;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.6s ease;
}
}

.underline1 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

/* Underline */
.underline1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #ffffff;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.6s ease;
}

/* Animate underline when visible */
.underline1::after {
    transform: translateX(-50%) scaleX(1);
}
.legacyBox1{
        padding: 24px 22px !important;
}