@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style-type: none !important;
}

* {
    font-family: "Roboto Slab", serif;
}

.inner-container {
background-color:#010046cc;
    display: flex;
    border-radius: 12px;
    padding:6px 30px;
    align-items: center;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header-lower {
    padding: 0 30px;
    z-index: 1;
	width:100%;
	margin-top:40px;
    position: absolute;
}

.nav-outer {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .main-menu {
    position: relative;
    margin-left: 151px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-menu .navbar-collapse {
    padding: 0px;
    display: block;
}

.main-header .header-lower .main-menu .navigation {
    position: relative;
  transition: all 0.3s ease;

}

.main-header .main-menu .navigation>li {
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-right: 27px;
}

.main-header .sticky-header .nav-outer .options-box {
    margin-top: 40px;
}


/*Sticky Header*/

.main-header .sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-header .sticky-header .mobile-nav-toggler {
    display: none;
    cursor: pointer;
}

.main-header .sticky-header .logo {
    position: relative;
    padding: 7px 0px;
}

.main-header.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 0px;
    letter-spacing: 0px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #fff;
}
.main-header .col-lg-12{
	padding:0px 40px;
}

.main-header .main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-header .main-menu .navigation>li:last-child>a {
    padding-right: 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
    position: relative;
}

.main-header .sticky-header .main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-header .main-menu .navigation>li:last-child ul {
    right: 0px;
}

.main-header .sticky-header .main-menu .navigation>li>a:after {
    top: 22px;
}

.main-header .sticky-header .main-menu .navigation>li>a>span {
    top: 10px;
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
    opacity: 1;
}

.main-header .main-menu .navigation>li>ul {
    position: absolute;
    width: 16rem;
    z-index: 1;
    padding: 25px 30px 30px 30px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    z-index: 9;
}

.main-header .main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-header .main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    opacity: 0;
    text-align: left;
    transform: translateY(11px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-bottom: 15px;
}

.main-header .main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0;
}

.main-header .main-menu .navigation>li:hover>ul>li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(2) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(3) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(4) {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(6) {
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(7) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(8) {
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms;
}

.main-header .main-menu .navigation>li:hover>ul>li:nth-child(9) {
    -webkit-transition-delay: 630ms;
    -moz-transition-delay: 630ms;
    -ms-transition-delay: 630ms;
    -o-transition-delay: 630ms;
    transition-delay: 630ms;
}

.main-header .main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-header .main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #000;
}

.main-header .main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: '\f061';
    left: 0px;
    top: 5px;
    width: 16px;
    height: 10px;
    opacity: 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Font Awesome 5 ';
}

.main-header .main-menu .navigation>li>ul>li:hover>a {
    padding-left: 20px;
}

.main-header .main-menu .navigation>li>ul>li:hover>a::before {
    opacity: 1;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: " \025BE";
    position: absolute;
    right: 5px;
    top: 1px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-header .main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 16rem;
    padding: 25px 25px 30px 25px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    z-index: 9;
    background-color: #fff;
}

.main-header .main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-header .main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    opacity: 0;
    margin-bottom: 15px;
    transform: translateY(-8px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2:hover>ul>li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2:hover>ul>li:nth-child(2) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2:hover>ul>li:nth-child(3) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2:hover>ul>li:nth-child(4) {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2:hover>ul>li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2:hover>ul>li:nth-child(6) {
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2:hover>ul>li:nth-child(7) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms;
}

.main-header .main-menu .navigation>li>ul>li.dropdown2:hover>ul>li:nth-child(8) {
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #000;
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: '\f061';
    left: 0px;
    top: 5px;
    width: 16px;
    height: 10px;
    opacity: 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transform: rotate(45deg);
    font-family: 'Font Awesome 5 ';
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a:hover::before {
    opacity: 1;
}

.main-header .main-menu .navigation>li:hover>a,
.main-header .main-menu .navigation>li.current>a {
    opacity: 1;
    color: #FFA920;
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
    padding-left: 20px;
}

.main-header .main-menu .navigation>li.dropdown2:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-header .main-menu .navigation li>ul>li.dropdown2:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-header .main-menu .navigation>li.dropdown2>a::after {
    content: " \025BE";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 11px;
    margin-left: 8px;
    vertical-align: bottom;
}

.main-header .main-menu .navbar-collapse>ul li.dropdown2 .dropdown2-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid var(--white-color-opicity-two);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header-account {
    display: flex;
    align-items: center;
}

.main-header ul {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 1520px) {
    .main-header .main-menu {
        position: relative;
        margin-left: 1px;
    }
}

.register ul {
    display: flex;
    align-items: center;
}

.header-account ul li {
    margin-right: 4px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
}

.sc-button {
    display: inline-block;
    background-color: #FFA920;
    box-sizing: border-box;
    padding: 6px 15px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

.sc-button span {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sc-button.btn-icon span::before {
    content: "";
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: -11px;
    position: absolute;
}

.register a {
    color: #000;
    font-size: 13px;
}

.header-account ul {
    margin-right: 21px;
}

.sc-button svg {
    margin-right: 17px;
}

.flex {
    display: flex;
}

.slider .flat-tabs .tab-title li {
    border-top-left-radius: 10px;
    position: relative;
    cursor: pointer;
    width: 115px;
    height: 40px;
    background-color: #FFF5E0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider .flat-tabs .tab-title li.active {
    background-color: #FFA920;
}

.form-sl {
    background-color: #fff;
    padding: 22px;
    position: relative;
    z-index: 90;
    margin-bottom: 30px;
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    border-radius: 10px;
    display: table-cell;
}

.slider .themesflat-tabs .tab-content {
    display: flex;
    width: 100%;
}

.slider .themesflat-tabs .form-sl {
    width: 100%;
}

.slider .themesflat-tabs .inner-group {
    flex-grow: 1;
    flex-wrap: nowrap;
    display: flex;
    margin-left: -12px;
    margin-right: 12px;
}

.search-form .search-field {
    background: #fff;
    color: #120A21;
    width: 100%;
    border: 1px solid #E5E5EA;
    line-height: 24px;
    padding: 14px 49px 14px 17px;
    border-radius: 10px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid #E5E5EA !important;
    border-radius: 3px;
    padding: 10px 20px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: left; */
    font-family: var(--paraFont);
    font-size: 16px;
    font-weight: 400;
    /* text-transform: capitalize; */
    outline: none;
    position: relative;
    transition: all linear .2s;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.wd-find-select .inner-group .group-select .nice-select {
    width: 100%;
    min-width: 266px;
    padding: 14px 17px;
    border-radius: 10px;
}

.wd-find-select .inner-group .form-style {
    width: calc(33.33333% - 12px);
    margin-left: 12px;
    margin-right: unset;
}

.flat-tabs {
    position: absolute;
    left: 10px;
    top: -145px;
}

.slider .flat-tabs .tab-title li.style {
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
}

.menu-tab {
    margin: 0;
    padding: 0;
}

.slider .flat-tabs .tab-title li.active h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.slider .flat-tabs .tab-title li h4 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.slider .flat-tabs .tab-title li:hover {
    background-color: #FFA920;
}

.icon-filter {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF5E0;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-account ul li span {
    color: #000;
}

.button-search a {
    padding: 16px 21.5px;
}

.form-style {
    margin-right: 12px;
}

.text-color-1 {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.curved-group {
    position: absolute;
    top: -160px;
    left: 255px;
    z-index: 100;
    border-radius: 50%;
    width: 110px;
    align-items: center;
    transform: translate(-50%, -50%);
    height: 110px;
    background-color: #FFF5E0;
}

.curved-group .curved-text {
    transform: rotate(-87deg);
    -moz-transform: rotate(-87deg);
    -webkit-transform: rotate(-87deg);
    height: 110px;
    width: 110px;
    position: relative;
}

.curved-text {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 32px;
}

.animate-rotate {
    animation-name: rotateme2;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme2;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme2;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme2;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme2;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme2 {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(-360deg);
        opacity: 1;
    }
}
.logo img{
    width: 100%;
    height: 48px;
}

.slider {
    z-index: 0;
    position: relative;
}

.slider .item {
    position: relative;
}

.trrp {
    position: relative;
}

.slider .owl-nav {
    position: relative;
}

.slider .owl-prev {
    background: #fff5e0be !important;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    font-size: 27px !important;
    color: #000 !important;
    position: absolute;
    left: 87%;
    bottom: 55px;
    border-radius: 5px;
}

.slider .owl-next {
    background: #fff5e0bd !important;
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    font-size: 27px !important;
    color: #000 !important;
    position: absolute;
    right: 5%;
    bottom: 55px;
    border-radius: 5px;
}

.nav-tab-recommended .nav-link-item {
    font-weight: 600;
    background-color: #f7f7f7;
    border-radius: 999px;
    padding: 8px 24px;
    text-wrap: nowrap;
}

.flat-tab-recommended .nav-tab-recommended {
    margin-bottom: 50px;
}

.nav-tab-recommended {
    display: flex;
    gap: 12px;
    overflow: auto;
}

.nav-tab-recommended .nav-link-item.active,
.nav-tab-recommended .nav-link-item:hover {
    background-color: #1563df;
    color: #ffffff;
}

.nav-tab-recommended .nav-link-item {
    font-weight: 600;
    background-color: #f7f7f7;
    border-radius: 999px;
    padding: 8px 24px;
    text-wrap: nowrap;
}

.box-title .title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 33px;
}

.flat-section {
    padding-top: 50px;
    background: #cccccc1c;
    padding-bottom: 50px;
}

.box-title .text-subtitle {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffa920;
}

.flat-recommended .box-title {
    margin-bottom: 32px;
}

.homelengo-box {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.flat-recommended .homelengo-box {
    margin-bottom: 30px;
}

.homelengo-box .images-style {
    position: relative;
    overflow: hidden;
}

.homelengo-box .images-style img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.homelengo-box .images-group .top {
    left: 16px;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: flex-start;
    z-index: 1;
    gap: 8px;
    flex-wrap: wrap;
}

.gap-6 {
    gap: 6px !important;
}

.flag-tag.primary {
    background-color: #ffa920;
}

.flag-tag {
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.8px;
    text-align: center;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 99px;
    background-color: rgba(11, 33, 50, 0.4);
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.flag-tag.style-1 {
    background-color: rgba(0, 0, 0, 0.3);
}

.homelengo-box .images-group .bottom {
    position: absolute;
    left: 20px;
    bottom: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    color: rgb(255, 255, 255);
    gap: 4px;
}

.homelengo-box .images-group:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.05%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homelengo-box .archive-bottom {
    padding: 20px;
    background-color: #fff;
}

.homelengo-box .content-top {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e4e4e4;
}

.homelengo-box .content-top .meta-list {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
    flex-wrap: wrap;
}

.homelengo-box .content-top .meta-list .item .fa {
    font-size: 16px;
    color: #a3abb0;
}

.content-top a {
    color: #000;
}

.homelengo-box .content-top .meta-list .item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.homelengo-box .content-top .meta-list .item .icon {
    font-size: 16px;
    color: #a3abb0;
}

.text-variant-1 {
    color: #5c6368;
}

.fw-6 {
    font-weight: 600 !important;
}

.homelengo-box .archive-bottom .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avatar img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.avt-40 {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.gap-8 {
    gap: 8px;
}

.homelengo-box .images-style {
    position: relative;
    overflow: hidden;
}

.archive-top {
    position: relative;
}

.top ul {
    padding: 0;
}

.homelengo-box:hover:not(.list-style-1,
    .list-style-2) .images-style img {
    transform: scale(1.05);
}

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

.heading-section h2 {
    margin-bottom: 14px;
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
}

.text-color-4 {
    color: #8E8E93 !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.flat-search-area .wrap-search-area {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
}

.flat-search-area .box {
    width: calc(25% - 0px);
    position: relative;
    overflow: hidden;
}

.wg-search-area .box .images {
    position: relative;
}

.flat-search-area .box .imgs {
    width: 100%;
}

.wg-search-area .box .images::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out 0s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
    z-index: 1;
    opacity: 0.7;
}

.wg-search-area .box:hover .images::after {
    height: 200%;
}

.wg-search-area .box .icon-plus img {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    position: relative;
}

.wg-search-area .box .icon-plus {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.wg-search-area .box:hover .icon-plus {
    opacity: 1;
    transition-delay: 0.3s;
}

.wg-search-area .box .content {
    position: absolute;
    bottom: 18px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.wg-search-area .box .content h3 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 27px;
}

.link-style-3 a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.center {
    text-align: center;
}

.flat-search-area .col-lg-12 {
    padding: 0;
}

.flat-search-area .box-title {
    margin-bottom: 40px;
}

.ltn__feature-item-6 {
border: 1px solid #fff;
    margin-bottom: 30px;
    padding: 20px 17px 17px;
    position: relative;
    box-shadow: 2px 2px 4px 4px #cccccc3d;
    border-radius: 42px;
    /* height: 200px; */
    padding: 16px;
    margin: 15px 0;
    border-left: 4px solid;
    border-color: #ffa920;
    width: 60%;

}
a i {
    padding: 0 2px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
}

.ltn__feature-item-6.active::before,
.ltn__feature-item-6:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.ltn__feature-icon {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1;
}

.ltn__feature-item-6 .ltn__feature-info p {
    font-size: 14px;
    margin-bottom: 0;
}

.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #8cb2b2;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 7px;
}

.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn i {
    padding-top: 4px;
}

.ltn__feature-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(image/blog-bg.png);
}

.ltn__feature-info a {
    color: #000;
    /* padding-bottom: 20px; */
    font-weight: 500;
}

.mtrr {
    margin-top: 50px !important;
}

.flat-search-area {
    padding-top: 50px;
}

.about {
    padding: 100px 0px;
    background-color: #fff;
    overflow-x: clip;
}

.about .about__thumb {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.about .about__thumb-single {
    position: absolute;
    -webkit-filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.21));
    filter: drop-shadow(0px 8px 25px rgba(0, 0, 0, 0.21));
}

.about .about__thumb-single:nth-of-type(1) {
    top: 0px;
    left: -20px;
    z-index: 3;
}

.about .about__thumb-single:nth-of-type(1) .thumb {
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.about .about__thumb-single:nth-of-type(2) {
    right: 65px;
    top: 0px;
    z-index: 1;
}

.about .about__thumb-single:nth-of-type(2) .thumb {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.about .about__thumb-single:nth-of-type(3) {
    bottom: 0;
    left: 0%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.about .about__thumb-single:nth-of-type(3) .thumb {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.about .about__content-inner p {
    color: #555555;
}

.about .about__content-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px 15px 40px;
    margin-top: 40px;
    border: 1px solid #dedede;
    position: relative;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.about .about__content-single::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1px;
    background-color: #FFA920;
    width: 6px;
    height: 90%;
}

.section__header span {
    font-size: 18px;
    font-weight: 700;
    color: #FFA920;
    margin-top: -8px;
}

.section__header h2 {
    color: #000;
    font-weight: 600;
    margin: 16px 0px 30px;
    font-size: 36px;
    line-height: 46px;
}

.icon-thumb img {
    width: 35px;
}

.section__header {
    margin-bottom: 40px;
}

.about .about__content-single h5 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.about .about__content-single .thumb i {
    font-size: 64px;
    color: #000;
}

.about .about__content-single:hover h5 {
    color: #FFA920;
}

.procedure {
    padding: 100px 0px;
    background-color: #fff
}

.procedure .procedure__single {
    text-align: center;
    padding: 0px 12px;
}

.procedure .procedure__single .thumb {
    width: 130px;
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.08));
    border: 1px dashed #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.procedure .procedure__single .thumb i {
    font-size: 64px;
    color: var(--black);
}

.procedure .procedure__single h4 {
    font-weight: 600;
    color: var(--quaternary-color);
    margin-bottom: 12px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.procedure .procedure__single:hover .thumb {
    border-color: #FFA920;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.procedure .procedure__single:hover h4 {
    color: #FFA920;
}

.procedure .procedure__inner .line {
    display: none;
}

.video-counter .video-counter__inner {
    padding: 100px 20px;
    background-color: var(--quaternary-color);
    position: relative;
    z-index: 1;
    margin: 0px 12px;
    overflow: hidden;
}

.video-counter .video-counter__inner::before,
.video-counter .video-counter__inner::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.12;
    z-index: -1;
}

.video-counter .video-counter__inner::before {
    top: -60px;
    left: -60px;
}

.video-counter .video-counter__inner::after {
    bottom: -60px;
    right: -60px;
}

.video-counter .vid-base {
    background-color: #FFA920;
}

.video-counter .video-counter__thumb {
    position: relative;
    top: -105px;
    margin-bottom: -105px;
}

.video-counter .video-counter__thumb img {
    width: 100%;
    min-height: 400px;
}

.video-counter .video-counter__thumb .vid-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
}

.video-counter .video-counter__thumb .vid-wrap .video-btn-wrapper {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    inset: unset;
}

.video-counter .video-counter__thumb .vid-wrap h4 {
    font-weight: 600;
    color: #fff;
}

.video-counter div {
    line-height: unset;
}

.video-counter .counter__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
}

.video-counter .counter__single .thumb {
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.video-counter .counter__single .thumb::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 170, 170, 0)), to(#999));
    background: linear-gradient(rgba(170, 170, 170, 0) 0%, #999 100%);
    z-index: -1;
}

.video-counter .counter__single .thumb img {
    width: 35px;
    height: 35px;
}

.video-counter .counter__single .thumb i {
    font-size: 36px;
    color: #fff;
}

.video-counter .counter__single h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.video-counter .counter__single p {
    font-family: var(--montserrat);
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    margin-top: 4px;
}

.collection {
    padding: 100px 0px;
    background-color: #fff;
    overflow: clip;
}

.collection .collection__thumb {
    height: 100%;
    min-height: 560px;
    position: relative;
    z-index: 1;
}

.collection .collection__thumb .thumb-one,
.collection .collection__thumb .thumb-two,
.collection .collection__thumb .thumb-three,
.collection .collection__thumb .thumb-four {
    position: absolute;
}

.collection .collection__thumb .thumb-one {
    bottom: 0px;
    left: 40px;
    z-index: 4;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

.collection .collection__thumb .thumb-two {
    top: 140px;
    right: 50px;
    z-index: 3;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

.collection .collection__thumb .thumb-three {
    top: 0px;
    left: 0px;
    z-index: 2;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

.collection .collection__thumb .thumb-four {
    top: 0px;
    left: 100px;
}

.collection .collection__thumb .thumb-logo {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFA920;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.collection .collection__thumb .thumb-logo a {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 7;
}

.collection .collection__thumb .thumb-logo a img {
    width: 40px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.collection .collection__thumb .thumb-logo .letter {
    position: absolute;
    inset: 10px;
    z-index: 6;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

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

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

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

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

.collection .inner h4 {
    font-weight: 600;
    color: var(--quaternary-color);
    margin-top: -7px;
}

.collection .inner .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 35px;
}

.collection .inner .group:nth-of-type(1) {
    margin-top: 50px;
}

.collection .inner .group:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.collection .inner .group .thumb {
    min-width: 60px;
    width: 60px;
}

.collection .inner .group .thumb i {
    font-size: 64px;
    color: #FFA920;
}

.collection .inner .group p {
    margin-top: 10px;
    color: var(--quaternary-color);
}

.video-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

.video-btn-wrapper .open-video-popup {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    -webkit-animation: pulse-shadow 3s 2s linear infinite;
    animation: pulse-shadow 3s 2s linear infinite;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.video-btn-wrapper .open-video-popup i {
    font-size: 30px;
    color: #FFA920;
}

.video-btn-wrapper .open-video-popup::before,
.video-btn-wrapper .open-video-popup::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    z-index: -1;
}

.video-btn-wrapper .open-video-popup::after {
    -webkit-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

.video-btn-wrapper .open-video-popup::before {
    -webkit-animation: pulse 3s 1s linear infinite;
    animation: pulse 3s 1s linear infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    100% {
        -webkit-box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse-shadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    100% {
        -webkit-box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 85px rgba(255, 255, 255, 0);
    }
}

.ltn__feature-icon img {
    width: 60%;
}

@media only screen and (min-width: 1200px) {
    .about .about__thumb {
        width: calc(100% + 170px);
    }
}

.filter-img {
    -webkit-filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1631%) hue-rotate(201deg) brightness(86%) contrast(120%);
    filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(1631%) hue-rotate(201deg) brightness(86%) contrast(120%);
}


/* 
.about__thumb-single img {
    width: 85%;
} */

.icon-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 12px;
}

.icon-thumb .icon-thumb-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3px;
    line-height: 0px;
    padding-bottom: 4px;
}

.icon-thumb .icon-thumb-single:nth-of-type(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.icon-thumb span {
    width: 70px;
    height: 1px;
    background-color: #333333;
    display: inline-block;
    line-height: 0px;
}

.icon-thumb span:nth-of-type(2) {
    width: 56px;
}

.section__header h2 {
    color: #000;
    font-weight: 600;
    margin: 16px 0px 30px;
}

.about__content-single .thumb img {
    width: 60px;
}

.ltn__feature-info a:hover {
    color: #FFA920;
}

.box-title .icon-thumb {
    justify-content: center;
}

.flat-testimonial .box .inner {
    box-shadow: 0px 4px 26px 0px rgba(66, 71, 76, 0.0784313725);
    padding: 30px 30px;
}

.flat-testimonial .box .author-box {
    padding: 30px 5px;
}

.flat-testimonial .box .author-box .images {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 0 auto 15px auto;
}

.text-p,
p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8E8E93;
}

.flat-testimonial h4 {
    font-size: 16px;
    line-height: 24px;
}

.flat-testimonial .box .author-box {
    padding: 30px 5px;
}

.flat-testimonial .box .inner .texts {
    font-style: italic;
}

.fs-16 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.flat-testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-footer {
    position: relative;
    background-color: #2e2e2e;
    z-index: 10;
	padding-top:15px;
}

.main-footer .footer-top {
    position: relative;
    padding: 5px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer .footer-top .logo {
    position: relative;
}

.footer-area__shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}


/* 
.main-footer .footer-top .logo:before {
position: absolute;
content: '';
right: 0;
top: 0px;
width: 1px;
height: 80px;
background-color: rgba(221, 221, 221, 0.35);
} */

.logo .box p {
    color: #f1f1f1;
}

.logo .box img {
    width: 33%;
}

.logo .box {
    gap: 20px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 45px 45px 0;
}

.main-footer .widget {
    margin-bottom: 40px;
}

.main-footer .widget .widget-title {
    color: #fff;
}

.footer-area__shape1 img {
    width: 100%;
}


/* Widget */

.widget {
    position: relative;
    margin-bottom: 50px;
}

.widget .widget-title {
    position: relative;
    font-size: 24px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;
}

.widget .widget-title:before {
    position: absolute;
    content: '';
    height: 9px;
    width: 47px;
    bottom: 0;
    left: 0;
    background-image: url(images/shape-4.png);
    background-repeat: no-repeat;
}

.main-footer .widget .widget-title:before {
    background-image: url(images/shape-2.png);
    height: 7px;
    width: 47px;
}


/* About Widget */

.about-widget .text {
    position: relative;
    color: rgb(255 255 255 / 0.6);
    margin-bottom: 30px;
    font-weight: 400;
}

.about-widget .social-links {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 40px;
}

.about-widget .social-links li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.about-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgb(255 255 255 / 15%);
}

.about-widget .social-links li a i {
    position: relative;
}

.about-widget .social-links li a:hover {
    color: #ffffff;
}

.about-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-widget .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-widget .social-links li a span {
    position: relative;
}

.links-widget ul li {
    color: #fff;
    margin-bottom: 11px;
}

.links-widget ul li a {
    color: rgba(255, 255, 255, 0.6);
    transition: .5s;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    text-decoration: none;
}

.links-widget ul li a:after {
    content: "\f061";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    color: rgb(102 102 102 / 0.6);
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid rgb(102 102 102 / 0.6);
    line-height: 16px;
    padding-right: 5px;
}

.links-widget ul li a:hover:after {
    color: #fff;
}

.contact-widget .contact-info {
    position: relative;
}

.contact-widget .contact-info li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
}

.contact-widget .contact-info li .icon {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
    margin: 8px 0;
    margin-right: 15px;
    font-size: 18px;
}

.contact-widget .contact-info li .text {
    position: relative;
    color: rgb(255 255 255 / 0.6);
    width: calc(100% - 60px);
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-widget .contact-info li .text a {
    color: rgb(255 255 255 / 0.6);
    transition: .5s;
    text-decoration: none;
}

@media only screen and (min-width:992px) {
    .main-footer .links-widget {
        left: 50px;
    }
}

.footer-bottom .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #373d3d;
    padding: 10px 0;
}

.footer-bottom {
    position: relative;
}

.footer-bottom .copyright {
    position: relative;
    color: #fff;
    text-align: center;
}

.footer-bottom .text {
    position: relative;
    margin-bottom: 0;
    color: #ccc;
}

.footer-bottom .text a {
    font-weight: 700;
    color: #ccc;
}

.widget-content ul {
    padding: 0;
}

.widget-content {
    padding-top: 20px;
}

.main-footer .icon-thumb span {
    background-color: #ffffff;
}

/* Banner Slider Styles */
.bannerSwiper {
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.banner-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    text-align: center;
    color: white;
    /* background: rgba(0, 0, 0, 0.55); */
    padding: 30px;
    border-radius: 10px;
    max-width: 100%;
    animation: fadeIn 1.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner-content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.banner-btn {
    background: #ffa920;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s;
}

.banner-btn:hover {
    background: #ffff;
}

@media screen and (max-width: 600px) {
    .banner-content {
        padding: 15px;
    }

    .banner-content h1 {
        font-size: 24px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .banner-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Fade animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Swiper Navigation Arrows */
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease;
    font-size: 12px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #ff9f2e;
    /* orange highlight on hover */
    border-color: #ff9f2e;
    color: white;
}

/* Optional: Add shadow for better visibility */
.swiper-button-next,
.swiper-button-prev {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Position Fix (if needed) */
.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

.about-img-left {
    margin-right: 30px;
    position: relative;
}

.about-us-img-wrap img {
    margin: 0;
    width: 100%;
}

.about-us-img-info-3 {
    width: 310px;
    height: 310px;
    background-color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: var(--ltn__box-shadow-1);
    box-shadow: var(--ltn__box-shadow-1);
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    right: auto;
    left: 10px;
    border: 0;
    height: inherit;
    width: inherit;
    max-width: 300px;
    bottom: 70px;
    background-color: transparent;
}

.ltn__video-img {
    position: relative;
    display: inline-block;
}

.ltn__video-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #000000;
}

.ltn__video-img .ltn__video-icon-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ltn__animation-pulse1 a {
    -webkit-animation: pulse1 1s infinite;
    animation: pulse1 1s infinite;
}

.ltn__video-icon-2 {
    height: 80px;
    width: 80px;
    background-color: #ffff;
    color: #ffa920;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    border-radius: 100%;
}

.ltn__video-icon-2 i {
    color: #ffa920;
}

.section-title-area {
    margin-bottom: 30px;
}

.section-subtitle-2 {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
    position: relative;
    font-weight: 600;
    color: #ffa920 !important;
}

.section-subtitle-2::before {
    position: absolute;
    content: "";
    background-color: #ffa920;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    border-radius: 25px;
    opacity: 0.1;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

.ltn__list-item-half {
    margin-top: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ltn__list-item-half li {
    width: 50%;
    float: left;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    padding-top: 10px;
}
.ltn__list-item-half li .imgg2 img{
    width: 28px;
}
.ltn__list-item-half li .imgg2 {
    font-size: 20px;
    color: #ffa920;
    margin-right: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #ffa9202b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    border-radius: 100%;
}

.ltn__callout {
    padding: 20px;
    margin: 25px 0;
    border-left: 4px solid;
    border-color: #ffa920;
}

.bg-overlay-theme-05 {
    position: relative;
}

.bg-overlay-theme-05:before {
    background:#ffa9202b;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.ltn__callout p {
    margin-bottom: 0;
}

.about-us-info-wrap .btn-wrapper {
    margin-top: 40px;
    display: block
}

.theme-btn-1 {
    background-color: #ffa920;
    color: #ffff;
}

.btn:last-child {
    margin-right: 0;
}

.btn {
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid transparent;
    padding: 17px 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.btn-effect-1:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffff;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-120 {
    padding-top: 120px;
}
.ltn__video-icon-2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  animation: pulseEffect 1.5s infinite;
  z-index: -1;
}

@keyframes pulseEffect {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.ltn__tab-menu-3 a {
    background-color: transparent;
    border-bottom: 2px solid transparent;
    padding: 1px;
    margin-right: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    color: #000;
}
.ltn__tab-menu {
    margin-bottom: 50px;
}
.flat-search-area .nav{
    justify-content: center !important;
}
.ltn__tab-menu-3 a.active {
    color: #ffa920;
    background-color: transparent;
    border-color: #ffa920;
}
.ltn__tab-menu-3 a.active::before {
    background-color: #ffa920;
    border: 3px solid #fff;
}
.ltn__tab-menu-3 a::before {
    position: absolute;
    content: "";
    right: 45%;
    top: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    height: 10px;
    width: 10px;
    background-color: transparent;
    opacity: 1;
    border: 3px solid transparent;
    border-radius: 100%;
}
.ltn__secondary-bg {
    background-color: #ffa920;
	height:450px;
}
.apartments-plan-info, .apartments-plan-img {
    margin-bottom: 50px;
}
.apartments-plan-info p{
    color: #ffff;
}
.apartments-plan-info {
    padding:15px 70px;
    color: #fff;
}
.apartments-plan-info ul li{
    list-style-type: disclosure-closed !important;
	padding-bottom:10px;
}
.mt-40 {
    margin-top: 40px;
}
.apartments-info-list > ul li {
    list-style: none;
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #fff;
}
.apartments-info-list > ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed;
    border-color: #fff;
    z-index: 1;
}
.apartments-info-list > ul li label {
    padding-right: 10px;
    background-color:#ffa920;
    position: relative;
    z-index: 2;
}
.apartments-info-list > ul li span {
    float: right;
    padding-left: 10px;
    background-color:#ffa920;
    position: relative;
    z-index: 2;
}
.apartments-info-list ul{
    padding: 0;
}
.apartments-plan-img img{
    width: 585px;
	height:450px;
	
}
.imgg3{
	width:100%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff; /* Change to match your theme */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.sticky .main-menu .navigation>li>a{
    color: #000;
}
 .register a{
    color: #000;
}
  .register  path {
  fill: #000; /* sets entire SVG icon color to black */
}
.sticky .btn-icon  path {
  fill: #ffff; /* sets entire SVG icon color to black */
}
.jus{
    justify-content: center;
}
.ltn__feature-info h3 {
    font-size: 17px;
    line-height: 20px !important;
}





  .abt-pgsec {
            padding: 80px 0;
	  padding-top:120px;
            background-color: #f8f9fa;
            overflow: hidden;
        }

        .abt-pgsec .section-label {
            font-size: 14px;
            letter-spacing: 2px;
            color: #6c757d;
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .abt-pgsec h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 30px;
            line-height: 1.2;
        }

        .abt-pgsec .highlight-text {
            color: #11129f;
        }

        .abt-pgsec .description {
            font-size: 1.1rem;
            color: #5a6c7d;
            line-height: 1.8;
            margin-bottom: 40px;
        }

        .abt-pgsec .cta-button {
            background:#FFA920;
            color: white;
            padding: 15px 40px;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .abt-pgsec .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(254, 215, 90, 0.3);
        }

        .abt-pgsec .image-container {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .abt-pgsec .circular-background {
            position: absolute;
            width: 550px;
            height: 550px;
            background: linear-gradient(135deg, #2d5f5d 0%, #1a3a38 100%);
               border-radius: 300px 40px 300px 40px;
            z-index: 1;
        }

        .abt-pgsec .dots-pattern-1 {
            position: absolute;
            bottom: 20%;
            left: 5%;
            width: 100px;
            height: 100px;
            z-index: 2;
        }

        .abt-pgsec .dots-pattern-2 {
            position: absolute;
            top: 10%;
            right: 15%;
            width: 80px;
            height: 80px;
            z-index: 2;
        }

        .abt-pgsec .dot-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 8px;
        }

        .abt-pgsec .dot {
            width: 8px;
            height: 8px;
            background-color: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
        }

        .abt-pgsec .main-image {
            position: relative;
            width: 450px;
            height: 450px;
               border-radius: 260px 0px 260px 0px;
            overflow: hidden;
            z-index: 3;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        }

        .abt-pgsec .main-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .abt-pgsec .icons-decoration {
            position: absolute;
            top: -20px;
            right: -30px;
            z-index: 4;
            display: flex;
            gap: 15px;
        }

        .abt-pgsec .icon-item {
            background: white;
            padding: 15px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            font-size: 24px;
        }

        .abt-pgsec .experience-badge {
            position: absolute;
            bottom: 10%;
            right: -10%;
            background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
            color: white;
            padding: 30px 40px;
            border-radius: 20px;
            z-index: 4;
            box-shadow: 0 10px 30px rgba(243, 156, 18, 0.3);
            text-align: center;
        }

        .abt-pgsec .experience-badge .number {
            font-size: 3rem;
            font-weight: 700;
            margin: 0;
            line-height: 1;
            color: #fff;
        }

        .abt-pgsec .experience-badge .text {
            font-size: 1rem;
            font-style: italic;
            margin: 5px 0 0 0;
            color: #fff;
        }

        @media (max-width: 768px) {
            .abt-pgsec h1 {
                font-size: 2rem;
            }

            .abt-pgsec .circular-background {
                width: 350px;
                height: 350px;
            }

            .abt-pgsec .main-image {
                width: 300px;
                height: 300px;
            }

            .abt-pgsec .experience-badge {
                padding: 20px 30px;
                right: 0;
            }

            .abt-pgsec .experience-badge .number {
                font-size: 2rem;
            }
        }

.banner-all-pg img {
    width: 100%;
    height: 500px;
	object-fit:cover;
}

div#n2-ss-2 .n2-ss-slide {
    height: 700px !important;
}

/* /././/.///./service/..//./././. */

.abt-srvc {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.abt-srvc .section-header {
    color: #d4a574;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.abt-srvc .section-header::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 60px;
    height: 3px;
    background-color: #d4a574;
}

.abt-srvc .main-title {
    font-size: 3.5rem;
    font-weight: 400;
    color: #2c3e50;
    line-height: 1.2;
    text-align: center;
}

.abt-srvc .subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 60px;
    font-weight: 300;
    text-align: center;
}

.abt-srvc .service-card {
    background: white;
    border-radius: 15px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);

}

.abt-srvc .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background: #e8861e86;
    background: linear-gradient(156deg, rgba(232, 134, 30, 0.64) 38%, rgba(0, 64, 166, 0.64) 65%);
}

.abt-srvc .service-icon {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    color: white;
    transition: all 0.3s ease;
}
.item-6 {
    margin-left: 85px;
}
.item-7 {
    margin-left: 153px;
}
.item-8 {
    margin-left: 180px;
}
.item-9 {
    margin-left: 88px;
}
.abt-srvc .design-icon {
    background: linear-gradient(135deg, #4285f4, #1a73e8);
}

.abt-srvc .strategy-icon {
    background: linear-gradient(135deg, #e91e63, #c2185b);
}

.abt-srvc .marketing-icon {
    background: linear-gradient(135deg, #ffc107, #ff9800);
}

.abt-srvc .service-card:hover .service-icon {
    transform: scale(1.1);
}

.abt-srvc .service-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.abt-srvc .service-card:hover .service-description {
    color: #fff;
}


.abt-srvc .service-description {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .abt-srvc .main-title {
        font-size: 2.8rem;
    }

    .abt-srvc {
        padding: 60px 0;
    }

    .abt-srvc .service-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .abt-srvc .main-title {
        font-size: 2.2rem;
    }

    .abt-srvc .subtitle {
        font-size: 1.1rem;
        margin-bottom: 40px;
    }

    .abt-srvc .service-card {
        padding: 30px 20px;
    }

    .abt-srvc .service-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}
.banner-container {
    position: relative;
    background-color: #ffa920;
    width: 89%;
    margin-top: 50px;
    padding: 0px 60px;
    color: white;
    overflow: hidden;
    border-style: solid;
    border-width: 40px;
    border-color: #fff;
    top: 0;
    z-index: 12;
    margin: 0px auto -35px;
}

.banner-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('placeholder-business-meeting.jpg'); 
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    mix-blend-mode: multiply;
    z-index: 1;
}

.banner-container:not([style*="background-image"])::before {
    background-image: linear-gradient(to right, rgba(240, 100, 80, 0.4), rgba(240, 100, 80, 0.4));
}

.banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.text-group {
    max-width: 60%;
}

.text-group p {
    font-size: 1.5em;
    margin-bottom: 5px;
    font-weight: 300;
}

.text-group h1 {
    font-size: 1.5em;
    margin-top: 6px;
    margin-bottom: 13px;
    font-weight: 700;
}

.button {
    background-color: #333333;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.button:hover {
    background-color: #1a1a1a;
}

.bullet {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 15px;
    height: 15px;
    border: 2px solid white;
    border-radius: 50%;
    z-index: 2;
}

@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .text-group {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .text-group h1 {
        font-size: 2em;
    }
}


.prjct-pg-sec {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.prjct-pg-sec .intro-text {
    text-align: center;
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.prjct-pg-sec .property-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.prjct-pg-sec .property-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.prjct-pg-sec .property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.prjct-pg-sec .property-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.prjct-pg-sec .badge-featured {
    background-color: #28a745;
    color: white;
}

.prjct-pg-sec .badge-for-rent {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.prjct-pg-sec .property-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: white;
}

.prjct-pg-sec .property-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}

.prjct-pg-sec .property-features {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.prjct-pg-sec .feature-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.prjct-pg-sec .feature-icon {
    font-size: 16px;
}

.prjct-pg-sec .property-type {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: white;
}

.prjct-pg-sec .property-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #d4a574;
}

.prjct-pg-sec .load-more-btn {
    background-color: transparent;
    border: 2px solid #17a2b8;
    color: #17a2b8;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 40px;
}

.prjct-pg-sec .load-more-btn:hover {
    background-color: #17a2b8;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(23, 162, 184, 0.3);
}

.prjct-pg-sec .load-more-container {
    text-align: center;
    margin-top: 50px;
}

/* Property Background Images */
.prjct-pg-sec .property-1 {
    background-image: url('https://mahodadhihomes.com/Galaxy/wp-content/uploads/2025/09/2053.jpg');
}

.prjct-pg-sec .property-2 {
    background-image: url('https://mahodadhihomes.com/Galaxy/wp-content/uploads/2025/09/12375.jpg');
}

.prjct-pg-sec .property-3 {
    background-image: url('https://mahodadhihomes.com/Galaxy/wp-content/uploads/2025/09/8.png');
}


@media (max-width: 991.98px) {
    .prjct-pg-sec {
        padding: 60px 0;
    }

    .prjct-pg-sec .property-card {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .prjct-pg-sec .property-features {
        gap: 15px;
    }

    .prjct-pg-sec .feature-item {
        font-size: 0.8rem;
    }

    .prjct-pg-sec .property-title {
        font-size: 1.3rem;
    }

    .prjct-pg-sec .property-price {
        font-size: 1.5rem;
    }

    .prjct-pg-sec .property-content {
        padding: 20px;
    }
}


.amnt-sec {

            background:url('https://mahodadhihomes.com/Galaxy/wp-content/uploads/2025/09/TEXTURE.png');
            padding: 60px 0;
        }
        
        .amnt-sec .feature-item {
            display: flex;
            align-items: center;
            padding: 20px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .amnt-sec .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }
        
        .amnt-sec .feature-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-size: 24px;
            flex-shrink: 0;
        }
        
        .amnt-sec .icon-money {
            background: linear-gradient(135deg, #20c997, #17a2b8);
            color: white;
        }
        
        .amnt-sec .icon-clean {
            background: linear-gradient(135deg, #17a2b8, #0d6efd);
            color: white;
        }
        
        .amnt-sec .icon-service {
            background: linear-gradient(135deg, #0d6efd, #6f42c1);
            color: white;
        }
        
        .amnt-sec .icon-location {
            background: linear-gradient(135deg, #20c997, #198754);
            color: white;
        }
        
        .amnt-sec .feature-content h5 {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
            font-size: 18px;
        }
        
        .amnt-sec .feature-rating {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #6c757d;
            font-size: 14px;
        }
        
        .amnt-sec .rating-stars {
            color: #ffc107;
            font-size: 16px;
        }
        
        .amnt-sec .rating-number {
            font-weight: 600;
            color: #495057;
        }
        
        @media (max-width: 768px) {
            .amnt-sec .feature-item {
                flex-direction: column;
                text-align: center;
                padding: 30px 20px;
            }
            
            .amnt-sec .feature-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
        }



.cnt-pg-sec {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.cnt-pg-sec .info-panel {
    background: linear-gradient(135deg, #4a4a4a, #2c2c2c);
    border-radius: 20px;
    padding: 50px 40px;
    color: white;
    height: 100%;
    position: relative;
}

.cnt-pg-sec .info-item {
    margin-bottom: 30px;
}

.cnt-pg-sec .info-item:last-child {
    margin-bottom: 0;
}

.cnt-pg-sec .info-icon {
    width: 60px;
    height: 60px;
    background-color: #FFA920;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.cnt-pg-sec .info-icon:hover {
    background-color: #c19660;
    transform: scale(1.1);
}

.cnt-pg-sec .info-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFA920;
    margin-bottom: 15px;
}

.cnt-pg-sec .info-content {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.6;
}

.cnt-pg-sec .info-content a {
    color: #FFA920;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cnt-pg-sec .info-content a:hover {
    color: #f29b0e;
}

.cnt-pg-sec .contact-form {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.cnt-pg-sec .form-group {
    margin-bottom: 25px;
    position: relative;
}

.cnt-pg-sec .form-control {
    background-color: #f8f9fa;
    border: 2px solid #f8f9fa;
    border-radius: 12px;
    padding: 18px 50px 18px 20px;
    font-size: 1rem;
    color: #2c3e50;
    transition: all 0.3s ease;
    resize: none;
}

.cnt-pg-sec .form-control:focus {
    background-color: white;
    border-color: #d4a574;
    box-shadow: 0 0 0 0.2rem rgba(212, 165, 116, 0.25);
    color: #2c3e50;
}

.cnt-pg-sec .form-control::placeholder {
    color: #adb5bd;
    font-weight: 400;
}

.cnt-pg-sec .form-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #00109e;
    font-size: 18px;
}

.cnt-pg-sec .form-textarea {
    min-height: 150px;
    resize: vertical;
}

.cnt-pg-sec .textarea-group .form-icon {
    top: 25px;
    transform: none;
}

.cnt-pg-sec .btn-send {
    background: #FFA920;
    border: none;
    border-radius: 50px;
    padding: 18px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    text-transform: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(219, 165, 58, 0.3);
    width: 100%;
}
.apartments-plan-info:hover{
	overflow-y:auto;
}
.cnt-pg-sec .btn-send:hover {
    background: #e99000;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(212, 165, 116, 0.4);
}

.cnt-pg-sec .btn-send:active {
    transform: translateY(-1px);
}
.stats-section {
  background: url(https://mahodadhihomes.com/Galaxy/wp-content/uploads/slider/cache/e05e0c129de8bebdcdd664dfeead0f6a/banner-design-2.jpg.png);
     padding: 60px 0;
    color: #333;
    text-align: center;
    position: relative;
    background-size: 100%;

}

.stats-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgb(255 255 255 / 84%);
}

.stats-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.stat-box {
  text-align: center;
}

.stat-icon {
  width: 70px;
  height: 70px;
  background: #ffa920; /* Golden brown circle */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 28px;
}

.stat-number {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 16px;
  color: #555;
}
@media (max-width: 991.98px) {
    .cnt-pg-sec {
        padding: 60px 0;
    }

    .cnt-pg-sec .info-panel,
    .cnt-pg-sec .contact-form {
        padding: 40px 30px;
        margin-bottom: 40px;
    }

    .cnt-pg-sec .info-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {

    .cnt-pg-sec .info-panel,
    .cnt-pg-sec .contact-form {
        padding: 30px 20px;
    }

    .cnt-pg-sec .info-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .cnt-pg-sec .info-title {
        font-size: 1.3rem;
    }

    .cnt-pg-sec .form-control {
        padding: 15px 45px 15px 15px;
    }
}
.entry-meta .post-edit-link {
    display: none !important;
}

 @media only screen and (max-width: 600px) {
      .main-header ul {
    padding: 0;
    margin: 0;
    flex-direction: row;
}
	 .navbar-toggler{
		 display:none;
	 }
       .header-lower {
    padding: 0 0px;
}
	 .logo img {
         width: 65px;
        height: 60px;
}
	 .main-header .main-menu .navigation>li {
    margin-right: 3px;
}
	 .main-header .main-menu .navigation>li>a {
   font-size:12px;
		 padding: 0px 3px;}
	 .navbar {
    padding: .5rem 0rem !important;
}
	 .header-account {
    display: none !important;
}
	 .pt-120 {
    padding-top: 20px;
}
	 .ltn__video-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 85%;
    height: 100%;
    opacity: 0.1;
    background-color: #000000;
}
	 .about-us-img-wrap img {
    margin: 0;
    width: 100%;
}
	 .apartments-plan-img img {
    width: 100%;
    height: 450px;
}
	 .section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
	 .banner-container {
    position: relative;
    background-color: #ffa920;
    width: 90%;
    margin-top: 50px;
    padding: 0px 10px;
    color: white;
    overflow: hidden;
    border-style: solid;
    border-width: 15px;
    border-color: #fff;
    top: 0;
    z-index: 12;
    margin: 0px auto -35px;
}
	     .text-group h1 {
        font-size: 1em;
    }
	 .button {
    background-color: #333333;
    color: white;
    padding: 15px 17px;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
	 .text-group p {
    font-size: 0.7em;
    margin-bottom: 5px;
    font-weight: 300;
}
	 .banner-content {
        flex-direction: column;
        align-items: center;
    }
	 .ltn__video-img img{
		 width:200px;
		 height:200px;
	 }
	 .banner-all-pg img {
    height: 182px;
}
	 .abt-pgsec {
    padding-top: 30px;
}
}

.blog-pg {
	background:url('https://mahodadhihomes.com/Galaxy/wp-content/uploads/2025/10/codioful-formerly-gradienta-_DSbF6P8nNc-unsplash-scaled.jpg') no-repeat;
	background-size:cover;
            margin: 0 auto;
            padding: 40px 80px;
        }

        .main-article {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin-bottom: 30px;
        }

        .main-article img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .main-article-content {
            padding: 30px;
        }

        .main-article h1 {
            font-size: 32px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .main-article-desc {
            color: #666;
            font-size: 16px;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .author-info {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 20px;
        }

        .author-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .author-details {
            display: flex;
            flex-direction: column;
        }

        .author-name {
            font-weight: 600;
            color: #1a1a1a;
            font-size: 14px;
        }

        .author-role {
            font-size: 12px;
            color: #999;
        }

        .article-meta {
            display: flex;
            gap: 15px;
            align-items: center;
            flex-wrap: wrap;
        }

        .meta-badge {
            background-color: #e8f5e9;
            color: #2e7d32;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 500;
        }

        .meta-date {
            color: #999;
            font-size: 13px;
        }

        .sidebar {
            position: sticky;
            top: 20px;
        }

        .trending-section {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .trending-header {
              background: linear-gradient(340deg, #5a1ae3 0%, #fa6800 100%);
            color: white;
            padding: 20px;
            position: relative;
        }

        .trending-header h3 {
            font-size: 20px;
            font-weight: 700;
            margin: 0;
        }

        .trending-header .decorative-circles {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            gap: 4px;
        }

        .decorative-circles span {
            width: 8px;
            height: 8px;
            background: rgba(255,255,255,0.5);
            border-radius: 50%;
            display: block;
        }

        .trending-item {
            display: flex;
            gap: 15px;
            padding: 20px;
            border-bottom: 1px solid #f0f0f0;
            transition: background-color 0.2s;
        }

        .trending-item:last-child {
            border-bottom: none;
        }

        .trending-item:hover {
            background-color: #f8f9fa;
        }

        .trending-thumbnail {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .trending-content {
            flex: 1;
        }

        .trending-title {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 8px;
            line-height: 1.4;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .trending-meta {
            display: flex;
            gap: 10px;
            align-items: center;
            font-size: 12px;
            color: #999;
        }

        .trending-badge {
            background-color: #e3f2fd;
            color: #1976d2;
            padding: 3px 10px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 500;
        }

        @media (max-width: 991px) {
            .sidebar {
                margin-top: 30px;
                position: static;
            }
        }

        @media (max-width: 768px) {
            .main-article img {
                height: 250px;
            }

            .main-article h1 {
                font-size: 24px;
            }

            .main-article-content {
                padding: 20px;
            }
        }