@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    font-weight: 400;
    background: #F8F8F8;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #022f49c2;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

p {
    position: relative;
    line-height: 1.8em;
    color: #7a6e77;
    font-weight: 400;
    font-size: 15px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

/* Typography */

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #022f49c2;
    font-weight: 700;
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
}

label {
    color: #000;
    font-weight: 600;
}

input,
input.form-control:focus,
input[type=text]:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 0px 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 7px;
    border: 1px solid #a3a1a1d9;
    margin: 0;
    display: inline-block;
    outline: none;
    padding: 9px;
}

::placeholder {
    opacity: 0.8;
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a1a1d9;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.padding-60-50 {
    padding: 60px 0px 30px 0px;
}

.padding-30-50 {
    padding: 30px 0px 50px 0px;
}

.padding-140-50 {
    padding: 140px 0px 30px 0px;
}

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

.bg-img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: linear-gradient(184deg, #d1223e, #a2636d) !important;
}

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

.overlay:before {
    position: absolute;
    content: "";
    background-color: #000000;
    opacity: 0.56;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.bg-arrow {
    background: #002c464b;
}

.bg-arrow:hover {
    background: #002c4694;
}

.bg-dark-shadow {
    background-color: rgba(44, 37, 45, .04);
}

.border-rad-10 {
    border-radius: 10px;
}

/***

====================================================================
    Header Css
====================================================================

***/
.header {
    width: 100%;
    z-index: 999;
    position: absolute;
    /* top: 0;
    left: 0;
    right: 0;
    overflow-y: scroll; */
    /* position: relative; */
}



.main-nav {
    /* background:rgba(53, 53, 53, 0.71);*/
    position: fixed; 
    width: 100%;
        background: #353535b5;
    /* position: absolute; */
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    backdrop-filter: blur(5px);
}

.main-nav .site-navigation {
    padding: 0px;
    border-radius: 2px;
}

/* .main-nav .site-navigation .navbar-brand {
    padding: 0px;
    position: relative;
    background-color: white;
}

.main-nav .site-navigation .navbar-brand img {
    height: 90px;
    object-fit: cover;
    width: 100%;
} */

/* LOGO AREA */
.main-nav .navbar-brand{
    background: #ffffff;
    /* padding: 12px 28px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 95px;
    margin-right: 40px;
}
.main-nav .navbar-brand::before {
    content: "";
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 40px;
    clip-path: polygon(69% 0, 100% 45%, 100% 100%, 0 100%, 0 0);
    z-index: -2;
}
.main-nav .navbar-brand::after {
    content: "";
    background-color: #fff;
    width: 999px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 99%;
    z-index: -2;
}

/* Optional elegant right shape */
/* .main-nav .navbar-brand::after{
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
} */

/*
====================================================
    HEADER RIGHT SIDE
====================================================
*/

.header-right{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: 30px;
}

/*
====================================================
    CALL SECTION
====================================================
*/

.header-call{
    display: flex;
    align-items: center;
    gap: 12px;
}

.call-icon{
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-icon i{
    color: #c8a46b;
    font-size: 18px;
}

.call-info{
    display: flex;
    flex-direction: column;
}

.call-info span{
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.call-info a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.call-info a:hover{
    color: #c8a46b;
}

/*
====================================================
    PREMIUM GLASS QUOTE BUTTON (BARNOMALA STYLE)
====================================================
*/

.quote-btn a{
   position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-flex;
    text-transform: capitalize;
    text-align: center;
    background: linear-gradient(
        135deg,
        #ff7b00,
        #ffb347
    );
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 60px 18px 15px;
    min-width: 160px;
    border-radius: 4px;
    align-items: center;
    transition: all ease 0.4s;
    text-decoration: none;
}
.quote-btn i {
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: absolute;
    right: 18px;
}



/* LEFT GOLD LINE EFFECT */
.quote-btn a::before{
    content: "";
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    right: -1px;
    width: 56px;
    background-color: rgb(72, 72, 72);
    z-index: -1;
    clip-path: polygon(16px 0%, 100% 0px, 100% 100%, 0% 100%);
    transition: 0.4s ease-in-out;
}


/* HOVER FILL ANIMATION */
.quote-btn a:hover::before{
        width: calc(100% + 18px);
}

/* TEXT ON HOVER */
.quote-btn a:hover{
    color: #111111;
    border-color: #c8a46b;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
/*
====================================================
    RESPONSIVE
====================================================
*/

@media (max-width: 1199px){

    .header-call{
        display: none;
    }

}

@media (max-width: 991px){

    .header-right{
        margin-left: auto;
        margin-right: 15px;
    }

    .quote-btn a{
        height: 45px;
        padding: 0 18px;
        font-size: 12px;
    }

}

@media (max-width: 767px){

    .quote-btn{
        display: none;
    }

}

/* LOGO IMAGE */
.main-nav .navbar-brand img{
    height: 60px;
    width: auto;
    object-fit: contain;
}

.main-nav .site-navigation .site-menu .nav-item {
    margin-right: 15px;
    position: relative;
}

.main-nav .site-navigation .site-menu .menu-link {
    position: relative;
    display: block;
    color: #fafafa;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.main-nav .site-navigation .site-menu .nav-item:last-child {
    margin-right: 0px;
}

.main-nav .site-navigation .site-menu .menu-link.active {
    /*color: #bb8131!important;*/
    color: #333030;
}

.main-nav .site-navigation .outer-box .btn-box {
    display: flex;
    align-items: center;
}

.main-nav .site-navigation .outer-box .btn-box .nav-user {
    width: 38px;
    height: 38px;
    background: #10958714;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 0px rgb(98 195 184);
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 3px;
    color: #056839;
}

.main-nav .site-navigation .outer-box .btn-box .theme-btn {
    min-width: 80px;
    text-transform: uppercase;
    font-size: 15px;
}

.main-nav .site-navigation .close-menu-wrap {
    display: none;
}

.main-nav .site-navigation .site-menu .has-children span {
    font-size: 10px;
    margin-left: 4px;
    color: #ffffff;
}

.navbar-nav {
    align-items: center;
}

.nav-button {
    background: #ab3116;
    padding: 4px 10px;
    border-radius: 3px;
}

/*Mobile Menu*/
.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 30px;
    display: none;
    background: transparent;
    border: none;
}

.mobile-menu-trigger span {
    height: 3px;
    display: block;
    width: 35px;
    margin-bottom: 9px;
    background-color: #046b66;
}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #11142e;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li:nth-last-child(1) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li>a .slicknav_arrow:after {
    content: "\f067";
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 60px;
}

.mobile-menu-container.menu-open li.slicknav_open>a .slicknav_arrow:after {
    content: "\f068";
}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: '';
    top: 0;
}

#mobile-menu-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 100px 20px 20px 20px;
}

#mobile-menu-wrap div {
    background-color: transparent;
}

#mobile-menu-wrap .slicknav_item i {
    display: none;
}

/*Sidebar Start*/
.slicknav_nav,
.slicknav_nav.slicknav_hidden {
    display: block !important;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_menu {
    padding-left: 0;
}

.slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 00px;
}

.slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px;
}

.sub-menu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slicknav_arrow {
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 17px;
    position: absolute;
}

.slicknav_nav a,
.slicknav_row a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}

/* Mobile Menu CSS End*/


/*-========Sub Menu/Dropdown=========*/
.site-navigation .site-menu .nav-item.has-children {
    position: relative;
}

.site-navigation .site-menu .nav-item.has-children .dropdown {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100vh;
    z-index: 9999;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-top: 33px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .dropdown {
    min-width: 300px;
}

.site-navigation .site-menu .has-children .dropdown .dropdown {
    left: 200px;
    top: 3px;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item {
    display: block;
    position: relative;
    padding: 5px 10px;
    width: 100%;
    color: #000000;
}

.nav-item.has-children .dropdown .nav-item a {
    position: relative;
    font-size: 15px;
    padding: 5px 10px;
    color: #000;
    display: block;
    line-height: normal;
    text-transform: capitalize;
    transition: all .5s ease;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item:last-child {
    border-bottom: 0;
}

.nav-item.has-children .dropdown .nav-item a:hover {
    margin-left: 5px;
}

.site-navigation .site-menu .has-children:hover>.dropdown {
    opacity: 1;
    visibility: visible;
    /*transition: all .5s ease;
    margin-top: -4px;*/
}

a.add-listing-btn {
    color: #6449e7;
    background: transparent;
    border: 1px solid #6449e7;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -3px;
    transition: all .4s ease;
}

.add-listing-btn:hover {
    background: #6449e7;
    color: #fff;
}

svg.svg-inline--fa.fa-house-damage.fa-w-18.add-listing-icon {
    position: relative;
    top: -1px;
    right: 4px;
    font-size: 13px;
    font-weight: 600;
}

/***
====================================================
    CEO MESSAGE SECTION
====================================================
***/

.ceo-message-section{
    position: relative;
    padding: 80px 0;
    background: #111111;
    overflow: hidden;
}

/* background effect */

.ceo-message-section::before{
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(200,164,107,0.08);
    border-radius: 50%;
}

/* left text */

.ceo-message-section .text-area h3{
    color: #ffffff;
    font-size: 33px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}


/*
====================================================
    HERO BASE
====================================================
*/

.hero-section{
    position: relative;
}

.hero-slide{
    height: 100vh;
    position: relative;
}

/* background */

.hero-bg{
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.05);
    transition: 7s ease;
}

.swiper-slide-active .hero-bg{
    transform: scale(1.1);
}

/* overlay (soft luxury) */

.hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.60),
        rgba(0,0,0,0.30)
    );
}

/*
====================================================
    CENTER BOX
====================================================
*/

.hero-center{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-box{
    max-width: 1050px;
    width: 100%;
    padding: 45px;
    background: rgb(0 0 0 / 40%);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    backdrop-filter: blur(1px);
}

/*
====================================================
    TEXT
====================================================
*/

.hero-text h5{
    color: #c8a46b;
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 18px;
}

.hero-text h1{
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 18px;
}

.hero-text p{
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    margin-bottom: 25px;
}

/*
====================================================
    BUTTONS
====================================================
*/

.hero-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}

.hero-buttons a{
    width: 220px;
    padding: 12px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    transition: .3s;
    text-align: center;
}

.hero-buttons a:hover{
    background: #c8a46b;
}

/*
====================================================
    MODERN EXPERIENCE SECTION - PREMIUM UI
====================================================
*/

.hero-experience{
    margin-top: 40px;
    padding: 35px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;

    /* solid stylish background */
    /* background: linear-gradient(135deg,#111827,#1f2937);

    border: 1px solid rgba(255,255,255,0.08);

    /* soft glow */
    box-shadow:
    0 10px 40px rgba(0,0,0,0.4),
    inset 0 0 30px rgba(255,255,255,0.03); */
}

/* top glow */
.hero-experience::before{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    /* background: rgba(255,140,0,0.12); */
    border-radius: 50%;
    top: -120px;
    right: -100px;
    /* filter: blur(20px); */
}

/* bottom glow */
.hero-experience::after{
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    /* background: rgba(0,200,255,0.12); */
    border-radius: 50%;
    bottom: -120px;
    left: -100px;
    filter: blur(20px);
}

/*
====================================================
    GRID
====================================================
*/

.exp-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    position: relative;
    z-index: 2;
}

/*
====================================================
    CREATIVE CARD STYLE
====================================================
*/

.exp-item{
    position: relative;

    /* NOT square */
    border-radius: 30px 10px 30px 10px;

    padding: 35px 20px;

    background: linear-gradient(
        145deg,
        rgba(230, 223, 223, 0.08),
        rgba(255,255,255,0.03)
    );

    border: 1px solid rgba(255,255,255,0.08);

    text-align: center;

    overflow: hidden;

    backdrop-filter: blur(10px);

    transition: all .4s ease;
}

/* floating gradient shape */
.exp-item::before{
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: linear-gradient(
        45deg,
        rgba(255,140,0,0.25),
        rgba(255,0,120,0.2)
    );

    border-radius: 50%;

    top: -60px;
    right: -60px;

    transition: .5s;
}

/* extra stylish border effect */
.exp-item::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.25),
        transparent,
        rgba(255,255,255,0.1)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

/*
====================================================
    HOVER EFFECT
====================================================
*/

.exp-item:hover{
    transform: translateY(-12px) scale(1.03);

    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.12),
        rgba(255,255,255,0.05)
    );

    box-shadow:
    0 15px 35px rgba(0,0,0,0.35),
    0 0 25px rgba(255,140,0,0.2);
}

/* animated glow */
.exp-item:hover::before{
    transform: scale(1.2);
    opacity: 1;
}

/*
====================================================
    NUMBER STYLE
====================================================
*/

.exp-item h3{
    font-size: 42px;
    font-weight: 800;

    background: linear-gradient(
        90deg,
        #ffb347,
        #ffcc33
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 12px;

    position: relative;
    z-index: 2;
}

/*
====================================================
    TEXT STYLE
====================================================
*/

.exp-item span{
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;

    position: relative;
    z-index: 2;
}

/*
====================================================
    RESPONSIVE
====================================================
*/

@media(max-width:991px){

    .exp-grid{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:767px){

    .hero-experience{
        padding: 25px;
    }

    .exp-grid{
        grid-template-columns: 1fr;
    }

    .exp-item h3{
        font-size: 36px;
    }

}
/*
====================================================
    PAGINATION
====================================================
*/
.swiper .swiper-pagination .swiper-pagination-bullet{
    width: 22px;
    height: 4px;
    border-radius: 10px;
    background: rgba(255,255,255,0.6);
    opacity: 1;
    transition: .3s ease;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #c8a46b;
    width: 35px;
}

/*
====================================================
    CEO SIDE
====================================================
*/

.ceo-message-section img{
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #c8a46b;
    padding: 4px;
    background: #ffffff;
}

/* right content */


.ceo-message-section img{
    object-fit: fill;
    width: 235px;
    height: 225px;
    border-radius: 50%;
    border: 4px solid #c8a46b;
    padding: 4px;
    background: #ffffff;
}

.ceo-message-section .col-md-8 h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

/*
====================================================
    ALIGNMENT
====================================================
*/

.ceo-message-section .row{
    align-items: center;
}

/*
====================================================
    RESPONSIVE
====================================================
*/

@media (max-width: 991px){

    .ceo-message-section{
        padding: 60px 0;
    }

    .ceo-message-section .text-area h3{
        font-size: 32px;
    }

    .ceo-message-section .col-md-8 h3{
        font-size: 24px;
    }

}

@media (max-width: 767px){

    .ceo-message-section{
        text-align: center;
        padding: 50px 0;
    }

    .ceo-message-section .text-area h3{
        font-size: 24px;
        line-height: 1.7;
    }

    .ceo-message-section .text-area h3::after{
        margin: 20px auto 0;
    }

    .ceo-message-section img{
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }

    .ceo-message-section .col-md-8{
        margin-top: 10px;
    }

    .ceo-message-section .designation{
        font-size: 14px;
    }

}

/***

====================================================================
    Home Banner Css
====================================================================

***/

.hero-slide-item {
    position: relative;
    width: 100%;
    height: 700px;
    /* position: relative;  */
    /* display: flex;
    align-items: center;
    justify-content: center;  */
}

/* .hero-slide-item {

} */

.slide-content {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
}

.slide-content .slide-title {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    line-height: 65px;
    margin: 0px 0px 5px;
    color: #fff;
}

.slide-content p {
    color: #fff;
    font-size: 18px;
}

.slide-content .hero-slide-desc {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #e7dbdb;
}

@media (max-width: 767px) {

    .slide-content {
        width: 100%;
        color: #fff;
        position: absolute;
        top: 55%;
        right: 0%;
        left: 0%;
        transform: translateY(-50%);
        text-align: center;
    }

    .slide-content .slide-title {
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
        font-size: 20px !important;
        line-height: 30px !important;
        margin: 0px 0px 5px;
        color: #fff;
    }

    .slide-content p {
        color: #fff;
        font-size: 14px;
    }

    .slide-content .hero-slide-desc {
        font-size: 18px;
        line-height: 10px;
        font-weight: 600;
        color: #e7dbdb;
    }

    .btn-slider {
        background-color: #002c46;
        border-radius: 27px;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
        padding: 10px 40px !important;
        text-transform: uppercase;
        text-align: center;
    }

}

.btn-slider {
    background-color: #002c46;
    border-radius: 27px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px 54px;
    text-transform: uppercase;
    text-align: center;
}

/*Slider CSS*/

.owl-item.active .slide-content {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* animation-name: fadeInDown; */
    animation-delay: 0.3s;
}

.owl-item.active .line {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.owl-nav .owl-prev {
    top: 47%;
    left: 30px;
    background: #fff;
    color: #464343;
}

.owl-nav .owl-next {
    top: 47%;
    right: 30px;
    background: #fff;
    color: #464343;
}

.owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 51px;
}

.a-icon {
    color: #3c70b7;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
    text-align: center;
}

.owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #98acc5c7;
}

.owl-dot.active span {
    background: #3c60ac;
    border: #3c60ac;
}

/*About Us Section*/
.about-image-part img {
    width: 100%;
    height: auto;
}

.icon-bg {
    margin: auto;
    height: 100px;
    width: 100px;
    background: #fff;
    color: #000000b3;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
}

#icon-bg-1:hover {
    background: #3b5998;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-2:hover {
    background: #FF0000;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-3:hover {
    background: #1DA1F2;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-4:hover {
    background: #0077b5;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-5:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-6:hover {
    background: #25d366;
    color: #fff;
    transition-duration: 0.3s;
}

.content-part span {
    color: #046b66;
    font-weight: 700;
    text-transform: uppercase;
}

.content-part h3 {
    color: #213746;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcumb-content {
    position: absolute;
    top: 50%;
}

.breadcumb-content h3 {
    font-weight: 600;
}

/*Contact Us CSS*/
.contact-part {
    height: 400px;
    position: relative;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-details {
    height: 400px;
    width: 100%;
    background: #035d62a7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact-content span {
    font-size: 17px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-content p {
    color: #fff;
}

.contact-content ul li {
    display: block;
    font-weight: 500;
}

/*
====================================================
    WELCOME SECTION
====================================================
*/

.welcome-section{
    padding: 100px 0;
    background: #ffffff;
}

/*
====================================================
    IMAGE SIDE
====================================================
*/

.welcome-image{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.welcome-image img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.6s ease;
}

/* hover zoom */
.welcome-image:hover img{
    transform: scale(1.05);
}

/* soft overlay effect */
.welcome-image::before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.15),
        rgba(0,0,0,0.05)
    );
    z-index:1;
}

/*
====================================================
    CONTENT SIDE
====================================================
*/

.welcome-content{
    padding-left: 40px;
}

/* sub title */
.welcome-content .sub-title{
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c8a46b;
    margin-bottom: 15px;
}

/* main title */
.welcome-content h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111;
}

/* paragraph */
.welcome-content p{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    max-width: 500px;
}

/*
====================================================
    RESPONSIVE
====================================================
*/

@media(max-width:991px){

    .welcome-content{
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .welcome-content p{
        margin: 0 auto;
    }

}

/*
====================================================
    ABOUT SECTION
====================================================
*/

.about-section{
    padding: 100px 0;
    background: #fff;
}

/*
====================================================
    CONTENT SIDE
====================================================
*/

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

.about-content h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #111;
}

.about-content p{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    max-width: 500px;
}

/*
====================================================
    IMAGE SIDE
====================================================
*/

.about-image{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

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

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



/*
====================================================
    RESPONSIVE
====================================================
*/

@media(max-width:991px){

    .about-content{
        text-align: center;
        margin-bottom: 30px;
    }

    .about-content p{
        margin: 0 auto 30px;
    }

}


/*
====================================================
    SERVICES SECTION WITH IMAGES
====================================================
*/

.services-section{
    padding: 110px 0;
    background: #fff;
}

/*
====================================================
    INTRO
====================================================
*/

.services-intro{
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

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

.services-intro p{
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}
/*
====================================================
    MODERN SERVICES SECTION
====================================================
*/

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

/*
====================================================
    SERVICE CARD
====================================================
*/

.service-card{
    position: relative;
    overflow: hidden;

    background: #ffffff;

    border-radius: 28px;

    padding: 18px;

    border: 1px solid rgba(0,0,0,0.06);

    box-shadow:
    0 10px 30px rgba(0,0,0,0.05);

    transition: all .45s ease;

    z-index: 1;
}

/* gradient glow shape */
.service-card::before{
    content: "";
    position: absolute;

    width: 220px;
    height: 220px;

    background: linear-gradient(
        135deg,
        rgba(255,120,0,0.12),
        rgba(255,0,120,0.08)
    );

    border-radius: 50%;

    top: -120px;
    right: -120px;

    transition: .5s ease;
}

/* soft bottom glow */
.service-card::after{
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    background: rgba(0,180,255,0.08);

    border-radius: 50%;

    bottom: -100px;
    left: -100px;

    transition: .5s ease;
}

/*
====================================================
    IMAGE
====================================================
*/

.service-img{
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    width: 100%;
    height: 240px;
}

.service-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .7s ease;
}

/* dark overlay */
.service-img::before{
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.25),
        transparent
    );

    z-index: 1;
}

/*
====================================================
    CONTENT
====================================================
*/

.service-content{
    position: relative;
    padding-top: 24px;
    z-index: 2;
}

.service-content h4{
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    transition: .4s;
}

.service-content p{
    font-size: 15px;
    color: #6b7280;
    line-height: 1.8;
}

/*
====================================================
    ICON BUTTON
====================================================
*/

.service-icon{
    position: absolute;
    right: 22px;
    bottom: 22px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: linear-gradient(
        135deg,
        #ff7b00,
        #ffb347
    );

    color: #fff;
    text-decoration: none;

    font-size: 18px;

    transition: .4s ease;

    box-shadow:
    0 8px 20px rgba(255,123,0,0.35);
}

/*
====================================================
    HOVER EFFECTS
====================================================
*/

.service-card:hover{
    transform: translateY(-12px);

    box-shadow:
    0 20px 45px rgba(0,0,0,0.12);
}

/* image zoom */
.service-card:hover img{
    transform: scale(1.12);
}

/* title color */
.service-card:hover h4{
    color: #ff7b00;
}

/* icon animation */
.service-card:hover .service-icon{
    transform: rotate(-45deg) scale(1.08);

    background: linear-gradient(
        135deg,
        #111827,
        #1f2937
    );
}

/* glow animation */
.service-card:hover::before{
    transform: scale(1.2);
}

.service-card:hover::after{
    transform: scale(1.15);
}

/*
====================================================
    RESPONSIVE
====================================================
*/

@media(max-width:991px){

    .services-grid{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width:767px){

    .services-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .service-content h4{
        font-size: 20px;
    }

}


/***
====================================================================
    Footer Css
====================================================================

***/
footer {
    background-color: #353535b5;
}

.footer .footer-item {
    position: relative;
    padding: 40px 20px 20px;
}

.footer .footer-title {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ccc;
}

.footer .footer-item ul li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.footer .footer-item .footer-icon li {
    font-size: 20px;
    display: inline-block;
}

.footer .footer-item .footer-icon li a {
    margin-right: 8px;
    margin-top: 20px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer .footer-item .footer-icon li a i {
    font-size: 20px;
}

.footer .footer-item ul li a {
    color: #ddd;
}

.footer .copyright {
    padding: 20px 0px 5px;
    font-size: 15px;
    background: #353535b5;
    text-align: center;
}

.background-main p {
    font-weight: 500;
    color: #e6e6e6;
}

.footer .copyright .copright-text {
    color: #e6e6e6;
    margin-top: 5px;
}

.over-hidden {
    overflow: hidden;
}

.footer .copyright .copright-text .link-hover {
    color: #e82a2a;
}

.copyright ul li a .fa {
    font-size: 20px;
    padding: 10px 10px;
    color: #fff;
}

.footer-heading {
    font-size: 15px;
    font-weight: 600;
    color: #b4b1b1;
}

.linking {
    padding-top: 15px;
}

/*Footer Contact With Me Section CSS*/
.footer-background-upper .content-part h3 {
    text-align: center;
    color: #fff;
}

.icon-bg {
    margin: auto;
    height: 100px;
    width: 100px;
    background: #fff;
    color: #000000b3;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
}

#icon-bg-1:hover {
    background: #3b5998;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-2:hover {
    background: #FF0000;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-3:hover {
    background: #1DA1F2;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-4:hover {
    background: #0077b5;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-5:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-6:hover {
    background: #25d366;
    color: #fff;
    transition-duration: 0.3s;
}

.footer-background-upper .content-part span {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0px;
    opacity: 0.9;
    text-transform: uppercase;
}

/*Photos CSS*/

.photo-gallery>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.photo-gallery>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
    opacity: 0.8;
}

.photo-gallery {
    display: grid;
    grid-gap: 10px;
}

.horizontal {
    grid-column: span 2;
}

.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

/*Extra Button Css*/
.side-whatsapp-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 0px;
    bottom: 25%;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 5px 0px 5px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.side-mobile-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 0px;
    bottom: 13%;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 5px 0px 5px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

/* One stop Section */
.one-stop-section .card {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    border-radius: 16px;
}

.one-stop-section .card:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, .05), 0 0 15px 10px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
}

.one-stop-section .card img {
    border-radius: 16px 16px 0px 0px;
}

.one-stop-section .card-title {
    font-weight: 600;
}

.one-stop-section p {
    font-weight: 400px;
}

/* Interior Section */
.view-button {
    display: inline-block;
    float: right;
    color: #0a858a;
    font-size: 15px;
    font-weight: 600;
}

.view-button i {
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.interior-box img {
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}

.interior-box .interior-content {
    position: absolute;
    bottom: 5%;
    left: 7%;
    background: #3d3d3d;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

/* livspace Css */
.livspace-box img {
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img{
    height: 320px;
    object-fit: cover;
}


.image-container.magazine-details-sidebar-img img{
    height: 100px;
    object-fit: cover;
}

.image-container.livespace-img img{
    height: 200px;
    object-fit: cover;
}

.image-container.design-ideas-img img{
    height: 180px;
    object-fit: cover;
}

.image-container.blog-img img{
    height: 200px;
    object-fit: cover;
}

.image-container.client-img img{
    height: 160px;
    object-fit: cover;
}

.livspace-content {
    position: absolute;
    /* background: linear-gradient(180deg, transparent 2.07%, #000); */
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 17px;
    bottom: 5%;
    border-radius: 0px 0px 10px 10px;
}

/* Blog Css */
.blog-content {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    color: #022f49c2;
}

/* Why Choose Us Css */
.choose-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
    text-align: center;
    height: 180px;
}

.choose-box img {
    display: inline !important;
    width: 100px !important;
    object-fit: contain;
}

/* Calculate Css */
.cube-spinner {
    width: 100%;
    height: 40px;
    display: inline-block;
    transform-style: preserve-3d;
    animation: spin 4s infinite ease-in-out;
    vertical-align: middle;
}

.cube-face {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    backface-visibility: hidden;
    color: #0a858a;
    text-transform: uppercase;
}

@keyframes spin {
    0% {
        transform: rotateX(0deg);
    }

    33% {
        transform: rotateX(120deg);
    }

    66% {
        transform: rotateX(240deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}

.calculate-main-section h5 {
    color: #022f49c2;
    font-weight: 600;
}

.calculate-main-section .card {
    border-radius: 10px;
}
/* ==================================================
   MODERN TESTIMONIAL SECTION
================================================== */

.testimonial-main-box{
    padding: 80px 0;
    background: linear-gradient(135deg,#f8fafc,#eef2ff);
}

/* ==================================================
   CARD
================================================== */

.user{
    position: relative;
    overflow: hidden;

    background: #ffffff;

    border-radius: 30px;

    padding: 18px;

    height: 100%;

    border: 1px solid rgba(0,0,0,0.05);

    box-shadow:
    0 15px 40px rgba(0,0,0,0.06);

    transition: all .45s ease;
}

/* top glow shape */

.user::before{
    content: "";
    position: absolute;

    width: 240px;
    height: 240px;

    background: rgba(255,0,0,0.08);

    border-radius: 50%;

    top: -140px;
    right: -120px;

    transition: .5s ease;
}

/* bottom gradient */

.user::after{
    content: "";
    position: absolute;

    width: 200px;
    height: 200px;

    background: rgba(59,130,246,0.08);

    border-radius: 50%;

    bottom: -120px;
    left: -120px;

    transition: .5s ease;
}

/* card hover */

.user:hover{
    transform: translateY(-12px);

    box-shadow:
    0 25px 50px rgba(0,0,0,0.12);
}

.user:hover::before{
    transform: scale(1.2);
}

.user:hover::after{
    transform: scale(1.15);
}

/* ==================================================
   VIDEO BOX
================================================== */

.box-video{
    position: relative;
    height: 260px;

    overflow: hidden;
    border-radius: 24px;
}

/* image */

.bg-video{
    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    position: relative;

    transition: transform .7s ease;
}

/* dark overlay */

.bg-video::before{
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.1)
    );

    z-index: 1;
}

/* hover zoom */

.user:hover .bg-video{
    transform: scale(1.08);
}

/* ==================================================
   YOUTUBE PLAY BUTTON
================================================== */

.bt-play{
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%,-50%);

    width: 85px;
    height: 60px;

    background: #ff0000;

    border-radius: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 5;

    cursor: pointer;

    transition: .35s ease;

    box-shadow:
    0 12px 30px rgba(255,0,0,0.35);
}

/* white triangle */

.bt-play::before{
    content: "";

    border-left: 20px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;

    margin-left: 5px;
}

/* pulse ring */

.bt-play::after{
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    border-radius: 50%;

    border: 2px solid rgba(255,255,255,0.25);

    animation: pulse 2s infinite;
}

/* hover */

.user:hover .bt-play{
    transform: translate(-50%,-50%) scale(1.12);

    background: #e60000;

    box-shadow:
    0 18px 40px rgba(255,0,0,0.45);
}

/* ==================================================
   CONTENT
================================================== */

.user-details{
    padding: 24px 10px 10px;
    position: relative;
    z-index: 2;
}

/* username */

.username{
    margin: 0;

    font-size: 24px;
    font-weight: 700;

    color: #111827;

    transition: .3s ease;
}

/* role */

.role{
    margin-top: 8px;
    margin-bottom: 0;

    font-size: 15px;
    color: #6b7280;

    letter-spacing: .5px;
}

/* title hover */

.user:hover .username{
    color: #ff0000;
}

/* ==================================================
   ANIMATION
================================================== */

@keyframes pulse{

    0%{
        transform: scale(.8);
        opacity: 1;
    }

    100%{
        transform: scale(1.4);
        opacity: 0;
    }

}

/* ==================================================
   RESPONSIVE
================================================== */

@media(max-width:991px){

    .box-video{
        height: 240px;
    }

}

@media(max-width:767px){

    .testimonial-main-box{
        padding: 60px 0;
    }

    .box-video{
        height: 220px;
    }

    .username{
        font-size: 21px;
    }

}

/* =====================================================
   MODERN LIGHT CLIENT SECTION
===================================================== */

.client-section{
    position: relative;
    overflow: hidden;

    padding: 90px 0;

    
     background: linear-gradient(180deg, #eef0f1 0%, #e4e2d2 100%);
}

/* soft background glow */

.client-section::before{
    content: "";
    position: absolute;

    width: 320px;
    height: 320px;

    background: rgba(255,140,0,0.08);

    border-radius: 50%;

    top: -120px;
    right: -100px;

    filter: blur(30px);
}

.client-section::after{
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    background: rgba(59,130,246,0.08);

    border-radius: 50%;

    bottom: -120px;
    left: -100px;

    filter: blur(30px);
}

/* =====================================================
   TITLE
===================================================== */

.content-partasif{
    position: relative;
    z-index: 2;

    margin-bottom: 60px;
}

.content-partasif h3{
    font-size: 42px;
    font-weight: 800;

    color: #111827;

    margin-bottom: 15px;
}

/* underline */

.content-partasif h3::after{
    content: "";

    width: 90px;
    height: 4px;

    background: linear-gradient(
        90deg,
        #ff7b00,
        #ffb347
    );

    border-radius: 50px;

    display: block;

    margin: 18px auto 0;
}

/* =====================================================
   GRID
===================================================== */

.client-grid{
    display: grid;

    grid-template-columns: repeat(7,1fr);

    gap: 22px;

    position: relative;
    z-index: 2;
}

/* =====================================================
   CLIENT CARD
===================================================== */

.client-card{
    position: relative;

    height: 120px;

    background: #ffffff;

    border-radius: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 22px;

    overflow: hidden;

    border: 1px solid rgba(0,0,0,0.05);

    box-shadow:
    0 10px 25px rgba(0,0,0,0.05);

    transition: all .4s ease;
}

/* gradient shape */

.client-card::before{
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    background: linear-gradient(
        135deg,
        rgba(255,123,0,0.08),
        rgba(255,180,0,0.05)
    );

    border-radius: 50%;

    top: -60px;
    right: -60px;

    transition: .5s;
}

/* logo */

.client-card img{
    max-width: 100%;
    max-height: 80px;

    object-fit: contain;

    /* filter: grayscale(100%);  */

    opacity: .75;

    transition: all .4s ease;

    position: relative;
    z-index: 2;
}

/* =====================================================
   HOVER EFFECT
===================================================== */

.client-card:hover{
    transform: translateY(-10px);

    border-color: rgba(255, 230, 0, 0.75);

    box-shadow:
    0 20px 40px rgba(0,0,0,0.08),
    0 0 25px rgba(255,123,0,0.12);
}

/* logo active */

.client-card:hover img{
    filter: grayscale(0%);

    opacity: 1;

    transform: scale(1.08);
}

/* glow shape animation */

.client-card:hover::before{
    transform: scale(1.3);
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:1200px){

    .client-grid{
        grid-template-columns: repeat(5,1fr);
    }

}

@media(max-width:991px){

    .client-grid{
        grid-template-columns: repeat(4,1fr);
    }

}

@media(max-width:767px){

    .client-section{
        padding: 70px 0;
    }

    .client-grid{
        grid-template-columns: repeat(2,1fr);
        gap: 18px;
    }

    .content-part h3{
        font-size: 32px;
    }

    .client-card{
        height: 100px;
    }

}
/* Faq Section */

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.panel-heading {
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #ddd;
    transition: 0.3s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
}

.panel-heading:hover {
    background-color: #005b7f;
}

.panel-title {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.panel-heading:hover .panel-title {
    color: #fff;
}

.panel {
    margin-bottom: 6px !important;
}

.panel-body {
    color: #000;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 500;
}
/* =====================================================
   WHY CHOOSE US SECTION
===================================================== */

.why-choose-us{
    background: #f8fafc;
}

/* IMAGE */

.wcu-image{
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.wcu-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

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

/* CONTENT */

.wcu-title{
    font-size: 38px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 15px;
}

.wcu-desc{
    font-size: 16px;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* GRID */

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

/* BOX */

.wcu-box{
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;

    border: 1px solid rgba(0,0,0,0.05);

    box-shadow: 0 10px 25px rgba(0,0,0,0.04);

    transition: .35s ease;
    position: relative;
    overflow: hidden;
}

/* hover effect */

.wcu-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: rgba(255,123,0,0.2);
}

/* small accent line */

.wcu-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 0%;
    height: 3px;

    background: linear-gradient(90deg,#ff7b00,#ffb347);

    transition: .4s ease;
}

.wcu-box:hover::before{
    width: 100%;
}

/* TEXT */

.wcu-box h4{
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.wcu-box p{
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* RESPONSIVE */

@media(max-width:991px){

    .wcu-title{
        font-size: 30px;
    }

    .wcu-grid{
        grid-template-columns: 1fr;
    }

}


/* =====================================================
   WORKING PROCESS SECTION
===================================================== */

.working-process{
    background: #f8fafc;
}

/* TITLE */

.section-title h2{
    font-size: 38px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 10px;
}

.section-title p{
    color: #6b7280;
    font-size: 15px;
}

/* GRID */

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

/* BOX */

.process-box{
    position: relative;
    background: #ffffff;

    padding: 30px 25px;

    border-radius: 20px;

    border: 1px solid rgba(0,0,0,0.05);

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);

    transition: .4s ease;

    overflow: hidden;
}

/* hover */

.process-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* NUMBER */

.process-count{
    position: absolute;
    top: 15px;
    right: 15px;

    font-size: 28px;
    font-weight: 800;

    color: rgba(255, 123, 0, 0.623);
}

/* TITLE */

.process-box h4{
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

/* TEXT */

.process-box p{
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* ACCENT LINE */

.process-box::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 0%;
    height: 3px;

    background: linear-gradient(90deg,#ff7b00,#ffb347);

    transition: .4s ease;
}

.process-box:hover::before{
    width: 100%;
}

/* RESPONSIVE */

@media(max-width:991px){

    .process-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .section-title h2{
        font-size: 30px;
    }

}

@media(max-width:767px){

    .process-grid{
        grid-template-columns: 1fr;
    }

}

/* todo: Estimate Package Section CSS */

.buy-package {
    background-color: #F5F4F5;
    /* padding: 50px 0; */
}

.buy-package .main-content {
    text-align: center;
    background-color: #F5F4F5;
}

.buy-package .layout-options {
    margin-bottom: 10px;
}

.buy-package .layout-option .card-body {
    position: relative;
}

.buy-package .layout-option .card-body .estimate-choose {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
}

.estimate-choose:checked {
    background-color: rgb(219, 96, 75) !important;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
}

.buy-package .layout-option label {
    display: block;
    cursor: pointer;
}

.buy-package .layout-option img {
    border-radius: 5px;
    width: 100%;
    height: 100px;
}

.buy-package .buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.buy-package .measurements-options img {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.buy-package .pick-your-package .card {
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 20px;
}

/* .pick-your-package .card:hover{
    border: 2px solid #EB595F !important;
    box-shadow: 0 4px 8px rgba(#EB595F, 0.2);
    background-color: #FFF9F9;
    border: 10px;
} */

.buy-package .pick-your-package .card-body {
    position: relative;
}

.buy-package .pick-your-package .card-body .estimate-choose {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 20px;
    width: 20px;
}

.buy-package .pick-your-package .card img {
    width: 100%;
    height: 80px;
}

.buy-package .pick-your-package .features .icon i {
    color: #0A858A !important;
    font-size: 18px !important;
}

.buy-package .pick-your-package .short_description {
    font-size: 16px !important;
    text-align: start !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
}

.buy-package .pick-your-package .features .text {
    font-size: 12px !important;
    font-weight: normal !important;
}

/* Progress Bar Container */

.buy-package .package-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 8px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.buy-package .button-div {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.buy-package .progress-container {
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    width: 80%;
    /* margin: 0px 30px auto; */
    position: relative;
}

/* Progress Line */
.buy-package .progress-bar {
    position: absolute;
    top: 20%;
    left: 0;
    width: 0;
    height: 6px;
    background: #0A858A;
    transition: width 0.5s ease-in-out;
    z-index: 0;
}

/* Steps */
.buy-package .progress-step {
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.buy-package .step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    border: 3px solid #ddd;
    transition: all 0.5s ease-in-out;
}

.buy-package .step-circle.active {
    background: #0A858A;
    border-color: #0A858A;
    color: white;
}

.buy-package .step-label {
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
}

/* Sections */
.buy-package .content {
    display: none;
    margin-top: 30px;
}

.buy-package .content.active {
    display: block;
}

/* Buttons */
.buy-package .buttons {
    /* margin-top: 20px; */
    border: none;
    outline: none;
}

.buy-package button {
    padding: 8px 16px;
    /* margin: 5px; */
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.buy-package button:disabled {
    background: #ccc;
    cursor: not-allowed;
    border: none;
    outline: none;
}

.buy-package .btn-next {
    background: #0A858A;
    color: white;
    border: none;
    outline: none;
}

.buy-package .btn-prev {
    background: #999;
    color: white;
    border: none;
    outline: none;
}

.buy-package .btn-estimate {
    background: #ff5722;
    color: white;
    border: none;
    outline: none;
}

/* todo: Design Ideas Details Section CSS */

.design-ideas-details .thumbnails {
    position: relative;
    height: 100%;
    /* background-color: #F5F4F5; */
}

.design-ideas-details .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none !important;
}

.design-ideas-details .splide__track--nav>.splide__list>.splide__slide.is-active img {
    /* width: 100%;
    height: 100%; */
    /* border-radius: 2px; */
    /* border: 2px solid var(--Primary-500, #FA8232); */
}

.design-ideas-details .thumbnails #main-carousel .splide__slide {
    background-color: #F5F4F5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-ideas-details .thumbnails #main-carousel .splide__slide .thumbnail-img {
    width: 100%;
    height: auto;
    margin: 0px auto;
    border-radius: 2px;
    border: 1px solid var(--Gray-100, #E4E7E9);
}


.design-ideas-details #thumbnail-carousel {
    width: 90%;
    margin: 0px auto;
}

.design-ideas-details #thumbnail-carousel .splide__slide {
    /* width: 616px; */
    width: 50% !important;
    /* height: 100px; */
    /* border-radius: 4px; */
    /* border: 1px solid var(--Gray-100, #E4E7E9); */
}

.design-ideas-details .thumbnails #thumbnail-carousel .splide__slide {
    /* width: 616px; */
    width: 100%;
    height: auto;
    /* border-radius: 4px; */
    /* border: 1px solid var(--Gray-100, #E4E7E9); */
}

.design-ideas-details .thumbnails #thumbnail-carousel .splide__slide img {
    border-radius: 5px;
}

/* .splide__track--nav>.splide__list>.splide__slide img{
    border-radius: 4px;
    border: 1px solid var(--Gray-100, #E4E7E9);
    cursor: pointer;
    padding: 2px;
} */

.design-ideas-details .splide__arrow--prev {
    position: absolute;
    top: 40%;
    left: -3%;
    border: none;
    outline: none;
    display: flex;
    /* padding: 15px; */
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* border-radius: 100px; */
    /* border: 2px solid var(--Gray-00, #FFF); */
    opacity: 1 !important;
    /* background: var(--Primary-700, #FA8232) !important; */
    background: transparent;
}

.design-ideas-details .splide__arrow--prev i {
    /* width: 24px;
    height: 24px; */
    font-size: 18px;
    color: black;
}

.design-ideas-details .splide__arrow--next {
    position: absolute;
    top: 39%;
    right: -3%;
    border: none;
    outline: none;
    display: flex;
    /* padding: 15px; */
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* border-radius: 100px; */
    /* border: 2px solid var(--Gray-00, #FFF); */
    opacity: 1 !important;
    /* background: var(--Primary-700, #FA8232) !important; */
    background: transparent;
}

.design-ideas-details .splide__arrow--next i {
    /* width: 24px;
        height: 24px; */
    font-size: 18px;
    color: black;
}


.design-ideas-details .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-ideas-details .icon a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid black;
    margin: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color ease-in-out 0.3s;
}

.design-ideas-details .icon a:hover {
    border: 1px solid rgb(215, 213, 213);
    background-color: #EB595F;
}

.design-ideas-details .icon a i {
    font-size: 20px;
}

.design-ideas-details .icon a:hover i {
    color: white;
}

.design-ideas-details .design-ideas-choose-slide-inner img {
    width: 36px;
    height: 36px;
}

.design-ideas-details .design-ideas-choose-slide-inner p {
    font-size: 12px;
    font-weight: bold;
}

.design-ideas-details .design-ideas-choose-slide-inner .choose-box {

    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
    text-align: center;
    height: 110px;

}

.design-ideas-details .bathroom-design-details .main-title {
    font-size: 20px;
    font-weight: bold;
}

.design-ideas-details .bathroom-design-details .title {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.design-ideas-details .bathroom-design-details .data {
    color: black;
    font-size: 14px;
}

.design-ideas-details .calculate-you-interior-cost .card img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* margin-right: 10px; */
}

.design-ideas-details .calculate-you-interior-cost .card h6 {
    font-size: 14px;
    font-weight: bold;
}

.design-ideas-details .calculate-you-interior-cost .card {
    /* border: 1px solid black; */
    /* border-radius: 10px; */
    /* padding: 10px; */
    border: none;
    border-radius: 10px;
    background-color: #F2F2F2;
    cursor: pointer;
    transition: ease-in-out 0.2s;
}

.design-ideas-details .calculate-you-interior-cost .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* todo: Ayon Custom */

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* .iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    border: none;
} */


/* todo: Custom */

/* Add in your styles if needed */
.dropzone .dz-preview .dz-image {
    border-radius: 4px;
    background: none;
}

/* Optional CSS fix */
.dz-image img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
}

.project .card{
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.project .card:hover{
    transform: scale(1.03);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
    /* animation: project-card 0.5s ease-in-out; */
}

.project .card img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: none !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /* border-bottom-right-radius: none !important;
    border-bottom-left-radius: none !important; */
    transition: transform 0.3s ease-in-out;
}

.project .card:hover img {
    transform: scale(1.05); /* Zoom in the image */
}

/* @keyframes project-card {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    80% {
        transform: scale(1.05);
    }
} */

.fancybox__image {
    max-width: 800px;
    max-height: 600px;
    object-fit: contain;
}

.project-details-gallery img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}


/* todo: Custom */

.google-map {
    position: relative;
    overflow: visible; /* Ensure the iframe can expand */
}

.google-map iframe {
    border: 2px solid #ddd; /* Light gray border */
    border-radius: 10px; /* Rounded corners */
    outline: 2px solid #f0f0f0; /* Outer outline */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
}

