/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
01. Color Variable
02. Typography
03. Spacing
04. General
05. Header Sections
06. Footer Section
07. Sidebar
08. Slider
09. Video Modal
10. Preloader
11. All Hero Section
12. About Us Section and Page
13. All Utility Componnents
14. Cards
15. Iconbox
16. Posts and Post Details
17. Testimonials
18. Property and Property Details
19. Tabs
20. Profile
21. Dark Version
--------------------------------------------------------------*/
/*================================================================
  01. Variables
==================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&amp;family=Carattere&amp;family=Raleway:ital,wght@0,100..900;1,100..900&amp;display=swap");
:root {
    --white-color: #fff;
    --black-color: #000;
    --primary-color: #0e2971;
    --accent-color: #00cc61;
    --secondary-color: #434343;
    --border-color: #d1d1d1;
    --gray-color: #e2e2e2;
    --gray2-color: #f9f4f1;
    --gray3-color: #fafafa;
    --gray4-color: #fffaf6;
    --danger-color: #ff0000;
    --primary-font: "Cabin", sans-serif;
    --secondary-font: "Raleway", sans-serif;
    --ternary-font: "Carattere", cursive;
}

.cs_dark {
    --white-color: #1d1d1d;
    --primary-color: #fff;
    --secondary-color: #e2e2e2;
    --border-color: #434343;
    --gray-color: #262626;
    --gray2-color: #434343;
}

/*===============================================================
 02. Typography
=================================================================*/
body,
html {
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
    overflow-x: hidden;
    max-width: 100%;
    background-color: var(--web-wash);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

/* Mobile */
@media (max-width: 768px) {
    /* Firefox */
    html,
    body {
        scrollbar-width: none;
    }

    /* Chrome, Edge, Safari */
    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none;
    }
}

body {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

body.scroll_off {
    height: 100vh;
    overflow: hidden;
}

body.cs_dark {
    background-color: #0a1119;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--primary-color);
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 700;
    line-height: 1.2em;
    font-family: var(--primary-font);
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 15px;
}

ul {
    margin: 0 0 25px 0;
    padding-left: 20px;
    list-style: square outside none;
}

ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0;
}

address {
    margin: 0 0 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    /* width: 25%; */
    border-radius: inherit;
}

/* Mobile Devices */
@media screen and (max-width: 767px) {
    .cs_main_header_in img {
        width: 80%;
        margin-left: -15px;
    }
    .cs_mobile_logo img {
        margin-top: -20px;
    }
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

button {
    color: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

table {
    width: 100%;
    margin-bottom: 25px;
}
table th {
    font-weight: 600;
    color: var(--secondary);
}
table td,
table th {
    border-top: 1px solid var(--border);
    padding: 11px 10px;
}

dl {
    margin-bottom: 25px;
}
dl dt {
    font-weight: 600;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 16px;
    font-weight: 400;
}

pre {
    color: var(--secondary);
    border: 1px solid var(--border);
    font-size: 18px;
    padding: 25px;
    border-radius: 5px;
}

kbd {
    font-size: 100%;
    background-color: var(--secondary);
    border-radius: 5px;
}

input,
textarea {
    color: #717171;
    transition: all 0.4s ease;
}

label {
    margin-bottom: 8px;
}

/*============================================================
  03. Spacing
==============================================================*/
@media screen and (min-width: 992px) {
    .cs_height_1 {
        height: 1px;
    }
    .cs_height_2 {
        height: 2px;
    }
    .cs_height_3 {
        height: 3px;
    }
    .cs_height_4 {
        height: 4px;
    }
    .cs_height_5 {
        height: 5px;
    }
    .cs_height_6 {
        height: 6px;
    }
    .cs_height_7 {
        height: 7px;
    }
    .cs_height_8 {
        height: 8px;
    }
    .cs_height_9 {
        height: 9px;
    }
    .cs_height_10 {
        height: 10px;
    }
    .cs_height_11 {
        height: 11px;
    }
    .cs_height_12 {
        height: 12px;
    }
    .cs_height_13 {
        height: 13px;
    }
    .cs_height_14 {
        height: 14px;
    }
    .cs_height_15 {
        height: 15px;
    }
    .cs_height_16 {
        height: 16px;
    }
    .cs_height_17 {
        height: 17px;
    }
    .cs_height_18 {
        height: 18px;
    }
    .cs_height_19 {
        height: 19px;
    }
    .cs_height_20 {
        height: 20px;
    }
    .cs_height_21 {
        height: 21px;
    }
    .cs_height_22 {
        height: 22px;
    }
    .cs_height_23 {
        height: 23px;
    }
    .cs_height_24 {
        height: 24px;
    }
    .cs_height_25 {
        height: 25px;
    }
    .cs_height_26 {
        height: 26px;
    }
    .cs_height_27 {
        height: 27px;
    }
    .cs_height_28 {
        height: 28px;
    }
    .cs_height_29 {
        height: 29px;
    }
    .cs_height_30 {
        height: 30px;
    }
    .cs_height_31 {
        height: 31px;
    }
    .cs_height_32 {
        height: 32px;
    }
    .cs_height_33 {
        height: 33px;
    }
    .cs_height_34 {
        height: 34px;
    }
    .cs_height_35 {
        height: 35px;
    }
    .cs_height_36 {
        height: 36px;
    }
    .cs_height_37 {
        height: 37px;
    }
    .cs_height_38 {
        height: 38px;
    }
    .cs_height_39 {
        height: 39px;
    }
    .cs_height_40 {
        height: 40px;
    }
    .cs_height_41 {
        height: 41px;
    }
    .cs_height_42 {
        height: 42px;
    }
    .cs_height_43 {
        height: 43px;
    }
    .cs_height_44 {
        height: 44px;
    }
    .cs_height_45 {
        height: 45px;
    }
    .cs_height_46 {
        height: 46px;
    }
    .cs_height_47 {
        height: 47px;
    }
    .cs_height_48 {
        height: 48px;
    }
    .cs_height_49 {
        height: 49px;
    }
    .cs_height_50 {
        height: 50px;
    }
    .cs_height_51 {
        height: 51px;
    }
    .cs_height_52 {
        height: 52px;
    }
    .cs_height_53 {
        height: 53px;
    }
    .cs_height_54 {
        height: 54px;
    }
    .cs_height_55 {
        height: 55px;
    }
    .cs_height_56 {
        height: 56px;
    }
    .cs_height_57 {
        height: 57px;
    }
    .cs_height_58 {
        height: 58px;
    }
    .cs_height_59 {
        height: 59px;
    }
    .cs_height_60 {
        height: 60px;
    }
    .cs_height_61 {
        height: 61px;
    }
    .cs_height_62 {
        height: 62px;
    }
    .cs_height_63 {
        height: 63px;
    }
    .cs_height_64 {
        height: 64px;
    }
    .cs_height_65 {
        height: 65px;
    }
    .cs_height_66 {
        height: 66px;
    }
    .cs_height_67 {
        height: 67px;
    }
    .cs_height_68 {
        height: 68px;
    }
    .cs_height_69 {
        height: 69px;
    }
    .cs_height_70 {
        height: 70px;
    }
    .cs_height_71 {
        height: 71px;
    }
    .cs_height_72 {
        height: 72px;
    }
    .cs_height_73 {
        height: 73px;
    }
    .cs_height_74 {
        height: 74px;
    }
    .cs_height_75 {
        height: 75px;
    }
    .cs_height_76 {
        height: 76px;
    }
    .cs_height_77 {
        height: 77px;
    }
    .cs_height_78 {
        height: 78px;
    }
    .cs_height_79 {
        height: 79px;
    }
    .cs_height_80 {
        height: 80px;
    }
    .cs_height_81 {
        height: 81px;
    }
    .cs_height_82 {
        height: 82px;
    }
    .cs_height_83 {
        height: 83px;
    }
    .cs_height_84 {
        height: 84px;
    }
    .cs_height_85 {
        height: 85px;
    }
    .cs_height_86 {
        height: 86px;
    }
    .cs_height_87 {
        height: 87px;
    }
    .cs_height_88 {
        height: 88px;
    }
    .cs_height_89 {
        height: 89px;
    }
    .cs_height_90 {
        height: 90px;
    }
    .cs_height_91 {
        height: 91px;
    }
    .cs_height_92 {
        height: 92px;
    }
    .cs_height_93 {
        height: 93px;
    }
    .cs_height_94 {
        height: 94px;
    }
    .cs_height_95 {
        height: 95px;
    }
    .cs_height_96 {
        height: 96px;
    }
    .cs_height_97 {
        height: 97px;
    }
    .cs_height_98 {
        height: 98px;
    }
    .cs_height_99 {
        height: 99px;
    }
    .cs_height_100 {
        height: 100px;
    }
    .cs_height_101 {
        height: 101px;
    }
    .cs_height_102 {
        height: 102px;
    }
    .cs_height_103 {
        height: 103px;
    }
    .cs_height_104 {
        height: 104px;
    }
    .cs_height_105 {
        height: 105px;
    }
    .cs_height_106 {
        height: 106px;
    }
    .cs_height_107 {
        height: 107px;
    }
    .cs_height_108 {
        height: 108px;
    }
    .cs_height_109 {
        height: 109px;
    }
    .cs_height_110 {
        height: 110px;
    }
    .cs_height_111 {
        height: 111px;
    }
    .cs_height_112 {
        height: 112px;
    }
    .cs_height_113 {
        height: 113px;
    }
    .cs_height_114 {
        height: 114px;
    }
    .cs_height_115 {
        height: 115px;
    }
    .cs_height_116 {
        height: 116px;
    }
    .cs_height_117 {
        height: 117px;
    }
    .cs_height_118 {
        height: 118px;
    }
    .cs_height_119 {
        height: 119px;
    }
    .cs_height_120 {
        height: 40px;
    }
    .cs_height_121 {
        height: 121px;
    }
    .cs_height_122 {
        height: 122px;
    }
    .cs_height_123 {
        height: 123px;
    }
    .cs_height_124 {
        height: 124px;
    }
    .cs_height_125 {
        height: 125px;
    }
    .cs_height_126 {
        height: 126px;
    }
    .cs_height_127 {
        height: 40px;
    }
    .cs_height_128 {
        height: 128px;
    }
    .cs_height_129 {
        height: 129px;
    }
    .cs_height_130 {
        height: 130px;
    }
    .cs_height_131 {
        height: 131px;
    }
    .cs_height_132 {
        height: 132px;
    }
    .cs_height_133 {
        height: 133px;
    }
    .cs_height_134 {
        height: 134px;
    }
    .cs_height_135 {
        height: 135px;
    }
    .cs_height_136 {
        height: 136px;
    }
    .cs_height_137 {
        height: 137px;
    }
    .cs_height_138 {
        height: 138px;
    }
    .cs_height_139 {
        height: 139px;
    }
    .cs_height_140 {
        height: 140px;
    }
    .cs_height_141 {
        height: 141px;
    }
    .cs_height_142 {
        height: 142px;
    }
    .cs_height_143 {
        height: 143px;
    }
    .cs_height_144 {
        height: 144px;
    }
    .cs_height_145 {
        height: 145px;
    }
    .cs_height_146 {
        height: 146px;
    }
    .cs_height_147 {
        height: 147px;
    }
    .cs_height_148 {
        height: 148px;
    }
    .cs_height_149 {
        height: 149px;
    }
    .cs_height_150 {
        height: 150px;
    }
}
@media screen and (max-width: 991px) {
    .cs_height_lg_1 {
        height: 1px;
    }
    .cs_height_lg_2 {
        height: 2px;
    }
    .cs_height_lg_3 {
        height: 3px;
    }
    .cs_height_lg_4 {
        height: 4px;
    }
    .cs_height_lg_5 {
        height: 5px;
    }
    .cs_height_lg_6 {
        height: 6px;
    }
    .cs_height_lg_7 {
        height: 7px;
    }
    .cs_height_lg_8 {
        height: 8px;
    }
    .cs_height_lg_9 {
        height: 9px;
    }
    .cs_height_lg_10 {
        height: 10px;
    }
    .cs_height_lg_11 {
        height: 11px;
    }
    .cs_height_lg_12 {
        height: 12px;
    }
    .cs_height_lg_13 {
        height: 13px;
    }
    .cs_height_lg_14 {
        height: 14px;
    }
    .cs_height_lg_15 {
        height: 15px;
    }
    .cs_height_lg_16 {
        height: 16px;
    }
    .cs_height_lg_17 {
        height: 17px;
    }
    .cs_height_lg_18 {
        height: 18px;
    }
    .cs_height_lg_19 {
        height: 19px;
    }
    .cs_height_lg_20 {
        height: 20px;
    }
    .cs_height_lg_21 {
        height: 21px;
    }
    .cs_height_lg_22 {
        height: 22px;
    }
    .cs_height_lg_23 {
        height: 23px;
    }
    .cs_height_lg_24 {
        height: 24px;
    }
    .cs_height_lg_25 {
        height: 25px;
    }
    .cs_height_lg_26 {
        height: 26px;
    }
    .cs_height_lg_27 {
        height: 27px;
    }
    .cs_height_lg_28 {
        height: 28px;
    }
    .cs_height_lg_29 {
        height: 29px;
    }
    .cs_height_lg_30 {
        height: 30px;
    }
    .cs_height_lg_31 {
        height: 31px;
    }
    .cs_height_lg_32 {
        height: 32px;
    }
    .cs_height_lg_33 {
        height: 33px;
    }
    .cs_height_lg_34 {
        height: 34px;
    }
    .cs_height_lg_35 {
        height: 35px;
    }
    .cs_height_lg_36 {
        height: 36px;
    }
    .cs_height_lg_37 {
        height: 37px;
    }
    .cs_height_lg_38 {
        height: 38px;
    }
    .cs_height_lg_39 {
        height: 39px;
    }
    .cs_height_lg_40 {
        height: 40px;
    }
    .cs_height_lg_41 {
        height: 41px;
    }
    .cs_height_lg_42 {
        height: 42px;
    }
    .cs_height_lg_43 {
        height: 43px;
    }
    .cs_height_lg_44 {
        height: 44px;
    }
    .cs_height_lg_45 {
        height: 45px;
    }
    .cs_height_lg_46 {
        height: 46px;
    }
    .cs_height_lg_47 {
        height: 47px;
    }
    .cs_height_lg_48 {
        height: 48px;
    }
    .cs_height_lg_49 {
        height: 49px;
    }
    .cs_height_lg_50 {
        height: 50px;
    }
    .cs_height_lg_51 {
        height: 51px;
    }
    .cs_height_lg_52 {
        height: 52px;
    }
    .cs_height_lg_53 {
        height: 53px;
    }
    .cs_height_lg_54 {
        height: 54px;
    }
    .cs_height_lg_55 {
        height: 55px;
    }
    .cs_height_lg_56 {
        height: 56px;
    }
    .cs_height_lg_57 {
        height: 57px;
    }
    .cs_height_lg_58 {
        height: 58px;
    }
    .cs_height_lg_59 {
        height: 59px;
    }
    .cs_height_lg_60 {
        height: 60px;
    }
    .cs_height_lg_61 {
        height: 61px;
    }
    .cs_height_lg_62 {
        height: 62px;
    }
    .cs_height_lg_63 {
        height: 63px;
    }
    .cs_height_lg_64 {
        height: 64px;
    }
    .cs_height_lg_65 {
        height: 65px;
    }
    .cs_height_lg_66 {
        height: 66px;
    }
    .cs_height_lg_67 {
        height: 67px;
    }
    .cs_height_lg_68 {
        height: 68px;
    }
    .cs_height_lg_69 {
        height: 69px;
    }
    .cs_height_lg_70 {
        height: 70px;
    }
    .cs_height_lg_71 {
        height: 71px;
    }
    .cs_height_lg_72 {
        height: 72px;
    }
    .cs_height_lg_73 {
        height: 73px;
    }
    .cs_height_lg_74 {
        height: 74px;
    }
    .cs_height_lg_75 {
        height: 75px;
    }
    .cs_height_lg_76 {
        height: 76px;
    }
    .cs_height_lg_77 {
        height: 77px;
    }
    .cs_height_lg_78 {
        height: 78px;
    }
    .cs_height_lg_79 {
        height: 79px;
    }
    .cs_height_lg_80 {
        height: 80px;
    }
    .cs_height_lg_81 {
        height: 81px;
    }
    .cs_height_lg_82 {
        height: 82px;
    }
    .cs_height_lg_83 {
        height: 83px;
    }
    .cs_height_lg_84 {
        height: 84px;
    }
    .cs_height_lg_85 {
        height: 85px;
    }
    .cs_height_lg_86 {
        height: 86px;
    }
    .cs_height_lg_87 {
        height: 87px;
    }
    .cs_height_lg_88 {
        height: 88px;
    }
    .cs_height_lg_89 {
        height: 89px;
    }
    .cs_height_lg_90 {
        height: 90px;
    }
    .cs_height_lg_91 {
        height: 91px;
    }
    .cs_height_lg_92 {
        height: 92px;
    }
    .cs_height_lg_93 {
        height: 93px;
    }
    .cs_height_lg_94 {
        height: 94px;
    }
    .cs_height_lg_95 {
        height: 95px;
    }
    .cs_height_lg_96 {
        height: 96px;
    }
    .cs_height_lg_97 {
        height: 97px;
    }
    .cs_height_lg_98 {
        height: 98px;
    }
    .cs_height_lg_99 {
        height: 99px;
    }
    .cs_height_lg_100 {
        height: 100px;
    }
}
/*==========================================
 Margin Bottom Spacing
===========================================*/
.cs_mb_1 {
    margin-bottom: 1px;
}

.cs_mb_2 {
    margin-bottom: 2px;
}

.cs_mb_3 {
    margin-bottom: 3px;
}

.cs_mb_4 {
    margin-bottom: 4px;
}

.cs_mb_5 {
    margin-bottom: 5px;
}

.cs_mb_6 {
    margin-bottom: 6px;
}

.cs_mb_7 {
    margin-bottom: 7px;
}

.cs_mb_8 {
    margin-bottom: 8px;
}

.cs_mb_9 {
    margin-bottom: 9px;
}

.cs_mb_10 {
    margin-bottom: 10px;
}

.cs_mb_11 {
    margin-bottom: 11px;
}

.cs_mb_12 {
    margin-bottom: 12px;
}

.cs_mb_13 {
    margin-bottom: 13px;
}

.cs_mb_14 {
    margin-bottom: 14px;
}

.cs_mb_15 {
    margin-bottom: 15px;
}

.cs_mb_16 {
    margin-bottom: 16px;
}

.cs_mb_17 {
    margin-bottom: 17px;
}

.cs_mb_18 {
    margin-bottom: 18px;
}

.cs_mb_19 {
    margin-bottom: 19px;
}

.cs_mb_20 {
    margin-bottom: 20px;
}

.cs_mb_21 {
    margin-bottom: 21px;
}

.cs_mb_22 {
    margin-bottom: 22px;
}

.cs_mb_23 {
    margin-bottom: 23px;
}

.cs_mb_24 {
    margin-bottom: 24px;
}

.cs_mb_25 {
    margin-bottom: 25px;
}

.cs_mb_26 {
    margin-bottom: 26px;
}

.cs_mb_27 {
    margin-bottom: 27px;
}

.cs_mb_28 {
    margin-bottom: 28px;
}

.cs_mb_29 {
    margin-bottom: 29px;
}

.cs_mb_30 {
    margin-bottom: 30px;
}

.cs_mb_31 {
    margin-bottom: 31px;
}

.cs_mb_32 {
    margin-bottom: 32px;
}

.cs_mb_33 {
    margin-bottom: 33px;
}

.cs_mb_34 {
    margin-bottom: 34px;
}

.cs_mb_35 {
    margin-bottom: 35px;
}

.cs_mb_36 {
    margin-bottom: 36px;
}

.cs_mb_37 {
    margin-bottom: 37px;
}

.cs_mb_38 {
    margin-bottom: 38px;
}

.cs_mb_39 {
    margin-bottom: 39px;
}

.cs_mb_40 {
    margin-bottom: 40px;
}

.cs_mb_41 {
    margin-bottom: 41px;
}

.cs_mb_42 {
    margin-bottom: 42px;
}

.cs_mb_43 {
    margin-bottom: 43px;
}

.cs_mb_44 {
    margin-bottom: 44px;
}

.cs_mb_45 {
    margin-bottom: 45px;
}

.cs_mb_46 {
    margin-bottom: 46px;
}

.cs_mb_47 {
    margin-bottom: 47px;
}

.cs_mb_48 {
    margin-bottom: 48px;
}

.cs_mb_49 {
    margin-bottom: 49px;
}

.cs_mb_50 {
    margin-bottom: 50px;
}

.cs_mb_51 {
    margin-bottom: 51px;
}

.cs_mb_52 {
    margin-bottom: 52px;
}

.cs_mb_53 {
    margin-bottom: 53px;
}

.cs_mb_54 {
    margin-bottom: 54px;
}

.cs_mb_55 {
    margin-bottom: 55px;
}

.cs_mb_56 {
    margin-bottom: 56px;
}

.cs_mb_57 {
    margin-bottom: 57px;
}

.cs_mb_58 {
    margin-bottom: 58px;
}

.cs_mb_59 {
    margin-bottom: 59px;
}

.cs_mb_60 {
    margin-bottom: 60px;
}

.cs_mb_61 {
    margin-bottom: 61px;
}

.cs_mb_62 {
    margin-bottom: 62px;
}

.cs_mb_63 {
    margin-bottom: 63px;
}

.cs_mb_64 {
    margin-bottom: 64px;
}

.cs_mb_65 {
    margin-bottom: 65px;
}

.cs_mb_66 {
    margin-bottom: 66px;
}

.cs_mb_67 {
    margin-bottom: 67px;
}

.cs_mb_68 {
    margin-bottom: 68px;
}

.cs_mb_69 {
    margin-bottom: 69px;
}

.cs_mb_70 {
    margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
    .cs_mb_lg_1 {
        margin-bottom: 1px;
    }
    .cs_mb_lg_2 {
        margin-bottom: 2px;
    }
    .cs_mb_lg_3 {
        margin-bottom: 3px;
    }
    .cs_mb_lg_4 {
        margin-bottom: 4px;
    }
    .cs_mb_lg_5 {
        margin-bottom: 5px;
    }
    .cs_mb_lg_6 {
        margin-bottom: 6px;
    }
    .cs_mb_lg_7 {
        margin-bottom: 7px;
    }
    .cs_mb_lg_8 {
        margin-bottom: 8px;
    }
    .cs_mb_lg_9 {
        margin-bottom: 9px;
    }
    .cs_mb_lg_10 {
        margin-bottom: 10px;
    }
    .cs_mb_lg_11 {
        margin-bottom: 11px;
    }
    .cs_mb_lg_12 {
        margin-bottom: 12px;
    }
    .cs_mb_lg_13 {
        margin-bottom: 13px;
    }
    .cs_mb_lg_14 {
        margin-bottom: 14px;
    }
    .cs_mb_lg_15 {
        margin-bottom: 15px;
    }
    .cs_mb_lg_16 {
        margin-bottom: 16px;
    }
    .cs_mb_lg_17 {
        margin-bottom: 17px;
    }
    .cs_mb_lg_18 {
        margin-bottom: 18px;
    }
    .cs_mb_lg_19 {
        margin-bottom: 19px;
    }
    .cs_mb_lg_20 {
        margin-bottom: 20px;
    }
    .cs_mb_lg_21 {
        margin-bottom: 21px;
    }
    .cs_mb_lg_22 {
        margin-bottom: 22px;
    }
    .cs_mb_lg_23 {
        margin-bottom: 23px;
    }
    .cs_mb_lg_24 {
        margin-bottom: 24px;
    }
    .cs_mb_lg_25 {
        margin-bottom: 25px;
    }
    .cs_mb_lg_26 {
        margin-bottom: 26px;
    }
    .cs_mb_lg_27 {
        margin-bottom: 27px;
    }
    .cs_mb_lg_28 {
        margin-bottom: 28px;
    }
    .cs_mb_lg_29 {
        margin-bottom: 29px;
    }
    .cs_mb_lg_30 {
        margin-bottom: 30px;
    }
    .cs_mb_lg_31 {
        margin-bottom: 31px;
    }
    .cs_mb_lg_32 {
        margin-bottom: 32px;
    }
    .cs_mb_lg_33 {
        margin-bottom: 33px;
    }
    .cs_mb_lg_34 {
        margin-bottom: 34px;
    }
    .cs_mb_lg_35 {
        margin-bottom: 35px;
    }
    .cs_mb_lg_36 {
        margin-bottom: 36px;
    }
    .cs_mb_lg_37 {
        margin-bottom: 37px;
    }
    .cs_mb_lg_38 {
        margin-bottom: 38px;
    }
    .cs_mb_lg_39 {
        margin-bottom: 39px;
    }
    .cs_mb_lg_40 {
        margin-bottom: 40px;
    }
    .cs_mb_lg_41 {
        margin-bottom: 41px;
    }
    .cs_mb_lg_42 {
        margin-bottom: 42px;
    }
    .cs_mb_lg_43 {
        margin-bottom: 43px;
    }
    .cs_mb_lg_44 {
        margin-bottom: 44px;
    }
    .cs_mb_lg_45 {
        margin-bottom: 45px;
    }
    .cs_mb_lg_46 {
        margin-bottom: 46px;
    }
    .cs_mb_lg_47 {
        margin-bottom: 47px;
    }
    .cs_mb_lg_48 {
        margin-bottom: 48px;
    }
    .cs_mb_lg_49 {
        margin-bottom: 49px;
    }
    .cs_mb_lg_50 {
        margin-bottom: 50px;
    }
}
/*=================================================================
  04. General
===================================================================*/
/*=====================================
  Classess for Fonts Size
=======================================*/
.cs_fs_14 {
    font-size: 14px;
    line-height: 1.786em;
}

.cs_fs_16 {
    font-size: 16px;
    line-height: 1.563em;
}

.cs_fs_18 {
    font-size: 18px;
    line-height: 1.56em;
}

.cs_fs_20 {
    font-size: 20px;
    line-height: 1.25em;
}

.cs_fs_25 {
    font-size: 20px;
    line-height: 1.4em;
}
@media (max-width: 1399px) {
    .cs_fs_25 {
        font-size: 20px;
    }
}

.cs_fs_31 {
    font-size: 20px;
    line-height: 1.291em;
}
@media (max-width: 1199px) {
    .cs_fs_31 {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .cs_fs_31 {
        font-size: 20px;
    }
}

.cs_fs_39 {
    font-size: 20px;
    line-height: 1.28em;
}
@media (max-width: 1199px) {
    .cs_fs_39 {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .cs_fs_39 {
        font-size: 20px;
    }
}

.cs_fs_49 {
    font-size: 32px;
    line-height: 1.327em;
}
@media (max-width: 1199px) {
    .cs_fs_49 {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .cs_fs_49 {
        font-size: 20px;
    }
}

.cs_fs_61 {
    font-size: 35px;
    line-height: 1.23em;
}
@media (max-width: 991px) {
    .cs_fs_61 {
        font-size: 56px;
    }
}
@media (max-width: 575px) {
    .cs_fs_61 {
        font-size: 49px;
    }
}

.cs_fs_90 {
    font-size: 90px;
    line-height: 1.11em;
}
@media (max-width: 575px) {
    .cs_fs_90 {
        font-size: 75px;
    }
}

.cs_fs_110 {
    font-size: 110px;
    line-height: 1.364em;
}
@media (max-width: 1399px) {
    .cs_fs_110 {
        font-size: 90px;
    }
}
@media (max-width: 1199px) {
    .cs_fs_110 {
        font-size: 75px;
    }
}
@media (max-width: 991px) {
    .cs_fs_110 {
        font-size: 54px;
    }
}

/*=====================================
  Classess for Fonts Weight
=======================================*/
.cs_light {
    font-weight: 300;
}

.cs_normal {
    font-weight: 400;
}

.cs_medium {
    font-weight: 500;
}

.cs_semibold {
    font-weight: 600;
}

.cs_bold {
    font-weight: 700;
}

.cs_extrabold {
    font-weight: 800;
}

.cs_black {
    font-weight: 900;
}

/*=====================================
  Classess for Fonts Color
=======================================*/
.cs_accent_color {
    color: var(--accent-color);
}

.cs_primary_color {
    color: var(--primary-color);
}

.cs_body_color {
    color: var(--secondary-color);
}

.cs_white_color {
    color: #0e2971;
}

.chan_chan {
    color: #fff;
}

.cs_gray_color {
    color: var(--gray-color);
}

.cs_black_color {
    color: var(--black-color);
}

.cs_danger_color {
    color: var(--danger-color);
}

/*=====================================
  Classess for Fonts Family
=======================================*/
.cs_primary_font {
    font-family: var(--primary-font);
}

.cs_secondary_font {
    font-family: var(--secondary-font);
}

.cs_ternary_font {
    font-family: var(--ternary-font);
}

/*=============================================
  Classess for Background Size & Colors
===============================================*/
.cs_accent_bg {
    background-color: var(--accent-color);
}

.cs_primary_bg {
    background-color: #1d1d1d;
}

.cs_body_bg {
    background-color: var(--secondary-color);
}

.cs_white_bg {
    background-color: var(--white-color);
}

.cs_gray_bg {
    background-color: var(--gray-color);
}

.cs_gray2_bg {
    background-color: var(--gray2-color);
}

.cs_gray3_bg {
    background-color: #ffffff;
}

.cs_gray4_bg {
    background-color: var(--gray4-color);
}

.cs_black_bg {
    background-color: var(--black-color);
}

.cs_bg_filed {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cs_bg_fixed {
    background-attachment: fixed;
    background-position: center;
}

.cs_bg_shape_1 {
    width: 100%;
    height: 30%;
    min-height: 344px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cs_gradient_text {
    background: linear-gradient(
        180deg,
        #1d1d1d 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*=============================================
  Classess for Border Radius
===============================================*/
.cs_radius_5 {
    border-radius: 5px;
}

.cs_radius_7 {
    border-radius: 7px;
}

.cs_radius_8 {
    border-radius: 8px;
}

.cs_radius_10 {
    border-radius: 10px;
}

.cs_radius_15 {
    border-radius: 15px;
}

.cs_radius_20 {
    border-radius: 20px;
}

.cs_radius_50 {
    border-radius: 50px;
}

.cs_radius_100 {
    border-radius: 50%;
}

/*=============================================
  Classes for Utility Components
===============================================*/
.cs_mp_0 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs_center_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cs_hyphen {
    width: 6px;
    height: 1px;
}

.cs_width_left_50_vw {
    height: 100%;
    width: 50vw;
    margin-left: calc(101.8% - 50vw);
}
@media (max-width: 991px) {
    .cs_width_left_50_vw {
        width: 100%;
        margin-left: 0;
    }
}

.cs_width_right_50_vw {
    width: calc(50vw - 1.8%);
}
@media (max-width: 991px) {
    .cs_width_right_50_vw {
        width: 100%;
    }
}

/*=============================================
  Bootstrap Classess
===============================================*/
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}
.cs_gap_y_50 {
    gap: 50px 0;
}
@media (max-width: 991px) {
    .cs_gap_y_50 {
        gap: 30px 0;
    }
}

.cs_gap_y_45 {
    gap: 45px 0;
}
@media (max-width: 991px) {
    .cs_gap_y_45 {
        gap: 30px 0;
    }
}

.cs_gap_y_40 {
    gap: 40px 0;
}
@media (max-width: 991px) {
    .cs_gap_y_40 {
        gap: 30px 0;
    }
}

.cs_gap_y_30 {
    gap: 30px 0;
}

.cs_gap_y_24 {
    gap: 24px 0;
}

.cs_gap_y_60 {
    gap: 60px 0;
}
@media (max-width: 991px) {
    .cs_gap_y_60 {
        gap: 30px 0;
    }
}

/*===========================================================
  Responsive For Common Component & Hide Elements
=============================================================*/
@media (max-width: 991px) {
    br,
    .cs_counter_shape_1,
    .cs_vector_1,
    .cs_vector_2,
    .cs_counter_shape_2 {
        display: none;
    }
}
/*===================================================================
  05. Header Sections
=====================================================================*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    font-family: "Poppins", sans-serif !important;
}
.cs_site_header.cs_style_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    /* =============== Language Switcher Styling ================ */
}
.cs_site_header.cs_style_1.cs_sticky_active {
    color: var(--primary-color);
    background-color: var(--white-color);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}
.cs_site_header.cs_style_1.cs_sticky_active .cs_main_header_in {
    height: 80px;
}
.cs_site_header.cs_style_1.cs_sticky_active.cs_type_4 {
    border-color: transparent;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}
.cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: flex;
    align-items: center;
}
.cs_site_header.cs_style_1
    .cs_main_header_left
    .cs_site_brand
    + .cs_main_header_center {
    margin-left: 50px;
}

.cs_main_header_left img {
    margin-bottom: 5px;
}

.cs_site_header.cs_style_1 .cs_make_call {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cs_site_header.cs_style_1 .cs_make_call span {
    width: 35px;
    height: 35px;
    border: 1px solid currentColor;
    border-radius: 50%;
    flex: none;
}
.cs_site_header.cs_style_1 .cs_make_call a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.cs_site_header.cs_style_1 .cs_make_call a:hover {
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}
.cs_site_header.cs_style_1 .cs_main_header_center,
.cs_site_header.cs_style_1 .cs_nav_links_wrap {
    height: inherit;
}
.cs_site_header.cs_style_1 .cs_nav {
    height: inherit;
}
.cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap {
    height: inherit;
}
.cs_site_header.cs_style_1 .cs_nav_list > li {
    margin-right: 30px;
}
.cs_site_header.cs_style_1 .cs_right_nav_list {
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}
.cs_site_header.cs_style_1 .cs_right_nav_list .cs_login:hover {
    opacity: 0.75;
}
.cs_site_header.cs_style_1.cs_type_1 {
    box-shadow: 0px 0px 5px 0px rgba(29, 29, 29, 0.2);
}
.cs_site_header.cs_style_1.cs_type_4 {
    border-bottom: 1px solid var(--gray-color);
}
.cs_site_header.cs_style_1 .cs_language_select {
    cursor: pointer;
    position: relative;
}
.cs_site_header.cs_style_1 .cs_language_switcher {
    width: 40px;
    height: inherit;
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.cs_site_header.cs_style_1 .cs_language_switcher::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    color: currentColor;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cs_site_header.cs_style_1 .flag-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    flex: none;
    background-size: cover;
    border: none;
}
.cs_site_header.cs_style_1 .cs_language_dropdown {
    display: none;
    width: 100px;
    padding: 15px;
    background-color: var(--white-color);
    box-shadow: 0px 4px 16px 1px rgba(2, 0, 181, 0.1);
    color: var(--primary-color);
    position: absolute;
    top: 100%;
    left: 0;
}
.cs_site_header.cs_style_1 .cs_language_dropdown button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
.cs_site_header.cs_style_1 .cs_language_dropdown button:last-child {
    margin-bottom: 0;
}
@media (min-width: 1400px) {
    .cs_site_header.cs_style_1 .container {
        max-width: 1416px;
    }
    .cs_site_header.cs_style_1 .container-fluid {
        max-width: 1820px;
    }
    .cs_site_header.cs_style_1 .cs_nav_list > li {
        margin-right: 40px;
    }
}
@media (min-width: 1200px) {
    .cs_site_header.cs_style_1 .cs_nav_list {
        display: flex;
        align-items: center;
        justify-content: center;
        height: inherit;
    }
    .cs_site_header.cs_style_1 .cs_nav_list > li {
        height: inherit;
        position: relative;
    }
    .cs_site_header.cs_style_1 .cs_nav_list > li:last-child {
        margin-right: 0;
    }
    .cs_site_header.cs_style_1 .cs_nav_list > li > a {
        display: inline-flex;
        position: relative;
        height: inherit;
        align-items: center;
    }
    .cs_site_header.cs_style_1 .cs_nav_list > li > a:hover {
        opacity: 0.75;
    }
    .cs_site_header.cs_style_1 .cs_dropdown_list {
        width: 220px;
        background-color: var(--white-color);
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 15px 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        border-radius: 0 0 5px 5px;
        position: absolute;
        left: 0;
        top: 100%;
        transform: translateY(-10px);
        border-top: 2px solid var(--primary-color);
        transition: all 0.3s ease-in-out;
    }
    .cs_site_header.cs_style_1 .cs_dropdown_list a {
        display: block;
        line-height: inherit;
        padding: 6px 20px;
    }
    .cs_site_header.cs_style_1 .cs_dropdown_list a:hover {
        opacity: 0.75;
    }
    .cs_site_header.cs_style_1 .cs_close_nav {
        display: none;
    }
    .cs_site_header.cs_style_1 .cs_dropdown_list a {
        color: var(--primary-color);
    }
    .cs_site_header.cs_style_1.cs_type_2 {
        margin-top: 40px;
    }
    .cs_site_header.cs_style_1.cs_type_2 .cs_main_header_in {
        padding: 0 20px;
        border-radius: 50px;
        border: 1px solid var(--secondary-color);
        background: rgba(29, 29, 29, 0.3);
        backdrop-filter: blur(25px);
    }
    .cs_site_header.cs_style_1.cs_type_3 {
        background-color: rgba(255, 255, 255, 0.9);
    }
    .cs_site_header.cs_style_1.cs_type_3 .cs_btn.cs_style_1::before {
        background-color: var(--white-color);
    }
    .cs_site_header.cs_style_1.cs_type_3 .cs_btn.cs_style_1:hover {
        color: var(--primary-color);
        border-color: var(--primary-color) !important;
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_site_brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_main_header_center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_nav_links_wrap {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_nav_list {
        width: 50%;
        flex: none;
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_nav_list:first-child {
        padding-right: 143px;
        justify-content: flex-end;
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_nav_list:last-child {
        padding-left: 143px;
        justify-content: flex-start;
    }
    .cs_site_header.cs_style_1.cs_sticky_active.cs_type_2 {
        background-color: transparent;
        box-shadow: none;
        color: var(--white-color);
    }
    .cs_site_header.cs_style_1.cs_sticky_active.cs_type_3 {
        background-color: #ffffff;
        color: #0e2971;
        padding-bottom: 13px;
        padding-top: 10px;
    }
}
@media (max-width: 1399px) {
    .cs_site_header.cs_style_1 .container {
        max-width: 100%;
    }
}
.cs_site_header.cs_style_1 .menu-item-has-children > a {
    position: relative;
    padding-right: 16px;
}
.cs_site_header.cs_style_1 .menu-item-has-children > a::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cs_site_header.cs_style_1 .menu-item-has-children:hover .cs_dropdown_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media (max-width: 1199px) {
    .cs_site_header.cs_style_1.cs_sticky_active.cs_type_3 .cs_btn.cs_style_1 {
        border-color: var(--primary-color) !important;
        color: var(--primary-color);
    }
    .cs_site_header.cs_style_1.cs_sticky_active.cs_type_3
        .cs_btn.cs_style_1:hover {
        color: var(--white-color);
    }
    .cs_site_header.cs_style_1 .cs_main_header_in {
        height: 80px;
    }
    .cs_site_header.cs_style_1 .cs_make_call {
        display: none;
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_nav_links_wrap {
        overflow-y: auto;
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_nav_links_wrap::-webkit-scrollbar {
        display: none;
    }
    .cs_site_header.cs_style_1.cs_type_4 .cs_nav .cs_nav_list {
        height: auto;
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap {
        width: 100%;
        max-width: min(100%, 400px);
        height: 100vh;
        padding: 80px 7px 40px 0;
        background-color: var(--white-color);
        color: var(--primary-color);
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
        transform: translateX(410px);
        transition: all 0.6s ease;
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_close_nav {
        position: fixed;
        top: 30px;
        left: 30px;
        transform: scale(0);
        transition: all 0.3s ease;
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_close_nav::before,
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_close_nav::after {
        content: "";
        width: 24px;
        height: 2px;
        background-color: var(--primary-color);
        position: absolute;
        top: 50%;
        left: 50%;
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_close_nav::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_close_nav::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap .cs_close_nav.active {
        transform: scale(1);
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list_wrap.active {
        transform: translateX(0);
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list {
        height: 100%;
        line-height: 1.6em;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list::-webkit-scrollbar {
        display: none;
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list > li {
        width: 100%;
        margin-right: 0;
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list ul {
        padding-left: 15px;
        display: none;
        list-style: none;
    }
    .cs_site_header.cs_style_1 .cs_nav .cs_nav_list a {
        display: block;
        padding: 12px 15px;
        line-height: 16px;
    }
    .cs_site_header.cs_style_1 .cs_nav .menu-item-has-children {
        position: relative;
    }
    .cs_site_header.cs_style_1 .cs_nav .menu-item-has-children a:before {
        display: none;
    }
    .cs_site_header.cs_style_1 .cs_main_header_right {
        padding-right: 60px;
    }
    .cs_site_header.cs_style_1 .cs_right_nav_list {
        max-width: fit-content;
    }
    .cs_site_header.cs_style_1 .cs_menu_toggle {
        display: inline-block;
        color: var(--primary-color);
    }
    .cs_site_header.cs_style_1 .cs_menu_dropdown_toggle {
        position: absolute;
        height: 40px;
        width: 100%;
        top: 0;
        left: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 23px 18px;
        cursor: pointer;
        z-index: 3;
    }
    .cs_site_header.cs_style_1 .cs_menu_dropdown_toggle span {
        display: block;
        position: relative;
        height: 10px;
        width: 10px;
    }
    .cs_site_header.cs_style_1 .cs_menu_dropdown_toggle span:before,
    .cs_site_header.cs_style_1 .cs_menu_dropdown_toggle span:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 10px;
        background-color: currentColor;
        transition: all 0.3s ease;
    }
    .cs_site_header.cs_style_1 .cs_menu_dropdown_toggle span:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .cs_site_header.cs_style_1 .cs_menu_dropdown_toggle.active span:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}
@media (max-width: 575px) {
    .cs_site_header.cs_style_1 .cs_main_header_right {
        display: none;
    }
}

/*====================================================
   Mobile Menu Styling
  ======================================================*/
.cs_menu_toggle {
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 15px;
    z-index: 999;
}
.cs_menu_toggle span,
.cs_menu_toggle span:before,
.cs_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
}
.cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
}
.cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
}
.cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
}
.cs_menu_toggle.active {
    color: inherit;
}
.cs_menu_toggle.active span {
    background-color: transparent;
    transition-delay: 0.2s;
}
.cs_menu_toggle.active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
}
.cs_menu_toggle.active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
}

.cs_menu_toggle,
.cs_menu_dropdown_toggle {
    display: none;
}

/*=======================================================================
 06. Footer Section
=========================================================================*/
.cs_footer.cs_style_1 .cs_footer_main {
    padding: 137px 0 100px;
}
.cs_footer.cs_style_1 .cs_text_widget {
    max-width: 336px;
}
.cs_footer.cs_style_1 .cs_logo {
    margin-bottom: 77px;
}
.cs_footer.cs_style_1 .cs_footer_menu li:not(:last-child) {
    margin-bottom: 8px;
}
.cs_footer.cs_style_1 .cs_footer_menu a {
    padding-left: 20px;
    position: relative;
}
.cs_footer.cs_style_1 .cs_footer_menu a::before {
    content: "\f054";
    font-size: 12px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: currentColor;
    position: absolute;
    left: 0;
}
.cs_footer.cs_style_1 .cs_footer_menu a:hover {
    color: var(--white-color);
}
.cs_footer.cs_style_1 .cs_contact_widget {
    padding-left: 40px;
}
.cs_footer.cs_style_1 .cs_contact_list li {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cs_footer.cs_style_1 .cs_contact_list li:not(:last-child) {
    margin-bottom: 25px;
}
.cs_footer.cs_style_1 .cs_contact_list a:hover {
    color: var(--white-color);
}
.cs_footer.cs_style_1 .cs_contact_list .cs_contact_icon {
    width: 35px;
    height: 35px;
    flex: none;
    border: 1px solid currentColor;
}
.cs_footer.cs_style_1 .cs_footer_bottom {
    padding: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    flex-wrap: wrap;
}
.cs_footer.cs_style_1 .cs_footer_bottom .cs_footer_bottom_menu {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    flex-wrap: wrap;
}
.cs_footer.cs_style_1 .cs_footer_bottom .cs_currency {
    padding-right: 30px;
    position: relative;
}
.cs_footer.cs_style_1 .cs_footer_bottom .cs_currency::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.cs_footer.cs_style_1 .cs_footer_bottom .cs_social_links {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    flex-wrap: wrap;
}
.cs_footer.cs_style_1 .cs_footer_bottom .cs_social_links a:hover {
    color: var(--white-color);
}
.cs_footer.cs_style_1.cs_type_1 .cs_logo {
    margin-bottom: 30px;
}
.cs_footer.cs_style_1.cs_type_1 a:hover {
    color: var(--primary-color);
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_bottom {
    padding: 42px 0;
}
.cs_footer.cs_style_1.cs_type_1 .cs_footer_bottom a:hover {
    color: var(--primary-color);
}
.cs_footer.cs_style_1.cs_type_1 .cs_newsletter_form input {
    border: 1px solid var(--gray-color);
}
.cs_footer.cs_style_1.cs_type_1 .cs_newsletter_form .cs_btn.cs_style_1 {
    border-color: var(--gray-color);
}
.cs_footer.cs_style_1.cs_type_2 {
    border-radius: 30px 30px 0 0;
}
.cs_footer.cs_style_1.cs_type_3 .cs_logo {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .cs_footer.cs_style_1 .cs_contact_widget {
        padding-left: 0;
    }
    .cs_footer.cs_style_1.cs_type_1 .cs_footer_bottom {
        padding: 22px 0;
    }
}
@media (max-width: 991px) {
    .cs_footer.cs_style_1 .cs_footer_main {
        padding: 80px 0 60px;
    }
    .cs_footer.cs_style_1 .cs_logo {
        margin-bottom: 40px;
    }
    .cs_footer.cs_style_1 .cs_text_widget {
        max-width: 100%;
    }
    .cs_footer.cs_style_1 .cs_contact_list li:not(:last-child) {
        margin-bottom: 15px;
    }
    .cs_footer.cs_style_1 .cs_footer_bottom {
        padding: 0 0 22px;
    }
}
@media (max-width: 575px) {
    .cs_footer.cs_style_1 .cs_footer_bottom .cs_currency {
        padding-right: 0;
    }
    .cs_footer.cs_style_1 .cs_footer_bottom .cs_currency::after {
        display: none;
    }
}

.cs_footer.cs_style_2 {
    padding: 127px 0 0;
}
.cs_footer.cs_style_2 .cs_footer_top {
    padding: 0 0 50px;
    border-bottom: 1px solid var(--gray-color);
}
.cs_footer.cs_style_2 .cs_newsletter_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cs_footer.cs_style_2 .cs_newsletter_heading,
.cs_footer.cs_style_2 .cs_newsletter_form {
    width: min(570px, 50%);
}
.cs_footer.cs_style_2 .cs_footer_main {
    padding: 70px 0;
    border-bottom: 1px solid var(--gray-color);
}
.cs_footer.cs_style_2 .cs_footer_menu li:not(:last-child),
.cs_footer.cs_style_2 .cs_contact_list li:not(:last-child) {
    margin-bottom: 12px;
}
.cs_footer.cs_style_2 .cs_footer_menu p,
.cs_footer.cs_style_2 .cs_contact_list p {
    font-size: 18px;
}
.cs_footer.cs_style_2 .cs_footer_menu a,
.cs_footer.cs_style_2 .cs_contact_list a {
    font-size: 18px;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.cs_footer.cs_style_2 .cs_footer_menu a:hover,
.cs_footer.cs_style_2 .cs_contact_list a:hover {
    color: var(--primary-color);
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}
.cs_footer.cs_style_2 .cs_social_btns.cs_style_1 a {
    background-color: var(--primary-color);
    color: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
}
.cs_footer.cs_style_2 .cs_social_btns.cs_style_1 a:hover {
    background-color: transparent;
    color: var(--primary-color);
}
.cs_footer.cs_style_2 .cs_footer_bottom {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    flex-wrap: wrap;
}
.cs_footer.cs_style_2 .cs_footer_bottom_menu {
    display: flex;
    align-items: center;
    gap: 27px;
    flex-wrap: wrap;
}
.cs_footer.cs_style_2 .cs_footer_bottom_menu a {
    padding-left: 27px;
    position: relative;
}
.cs_footer.cs_style_2 .cs_footer_bottom_menu a::before {
    content: "";
    width: 1px;
    height: 18px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 5px;
}
.cs_footer.cs_style_2 .cs_footer_bottom_menu a:hover {
    background-size: 100% 2px;
    background-position: 0 calc(100% - 0px);
}
.cs_footer.cs_style_2.cs_type_1 .cs_footer_top,
.cs_footer.cs_style_2.cs_type_1 .cs_footer_main {
    border-color: var(--secondary-color);
}
.cs_footer.cs_style_2.cs_type_1 .cs_newsletter_form input {
    background-color: transparent;
    color: var(--gray-color);
    border-color: var(--gray-color);
}
.cs_footer.cs_style_2.cs_type_1 .cs_newsletter_form input::placeholder {
    color: var(--gray-color);
}
.cs_footer.cs_style_2.cs_type_1 .cs_newsletter_form input:focus {
    border-color: var(--white-color);
}
.cs_footer.cs_style_2.cs_type_1 .cs_newsletter_form .cs_btn.cs_style_1:hover {
    border-color: var(--gray-color);
    color: var(--gray-color);
}
.cs_footer.cs_style_2.cs_type_1 .cs_social_btns a {
    background-color: var(--secondary-color);
}
.cs_footer.cs_style_2.cs_type_1 .cs_social_btns a:hover {
    background-color: var(--white-color);
}
.cs_footer.cs_style_2.cs_type_1 .cs_contact_list a:hover,
.cs_footer.cs_style_2.cs_type_1 .cs_footer_menu a:hover {
    color: var(--white-color);
}
.cs_footer.cs_style_2.cs_type_2 .cs_footer_main {
    border-bottom: 0;
    padding-top: 0;
}
.cs_footer.cs_style_2.cs_type_2 .cs_footer_bottom {
    border-top: 1px solid var(--border-color);
}
.cs_footer.cs_style_2.cs_primary_bg h1,
.cs_footer.cs_style_2.cs_primary_bg h2,
.cs_footer.cs_style_2.cs_primary_bg h3,
.cs_footer.cs_style_2.cs_primary_bg h4,
.cs_footer.cs_style_2.cs_primary_bg h5,
.cs_footer.cs_style_2.cs_primary_bg h6 {
    color: #fff;
}
.cs_footer.cs_style_2.cs_primary_bg .cs_footer_menu a:hover,
.cs_footer.cs_style_2.cs_primary_bg .cs_contact_list a:hover {
    color: #fff;
}
.cs_footer.cs_style_2.cs_primary_bg .cs_social_btns.cs_style_1 a {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.cs_footer.cs_style_2.cs_primary_bg .cs_social_btns.cs_style_1 a:hover {
    background-color: transparent;
}
@media (max-width: 991px) {
    .cs_footer.cs_style_2 {
        padding: 80px 0 0;
    }
    .cs_footer.cs_style_2 .cs_newsletter_wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .cs_footer.cs_style_2 .cs_newsletter_heading,
    .cs_footer.cs_style_2 .cs_newsletter_form {
        min-width: 100%;
    }
    .cs_footer.cs_style_2 .cs_footer_main {
        padding: 50px 0;
    }
}
@media (max-width: 575px) {
    .cs_footer.cs_style_2 .cs_footer_bottom_menu {
        gap: 10px 15px;
    }
    .cs_footer.cs_style_2 .cs_footer_bottom_menu a {
        padding-left: 0;
    }
    .cs_footer.cs_style_2 .cs_footer_bottom_menu a::before {
        display: none;
    }
    .cs_footer.cs_style_2 .cs_newsletter_form input {
        padding: 12px 20px 13px;
        border-radius: 15px;
    }
    .cs_footer.cs_style_2 .cs_newsletter_form .cs_btn.cs_style_1 {
        position: relative;
        right: inherit;
        top: initial;
    }
}

/*=======================================================
 Newsletter Form
=========================================================*/
.cs_newsletter_form.cs_style_1::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--gray-color);
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cs_newsletter_form.cs_style_1 input {
    width: 100%;
    padding: 0 0 15px;
    border: 0;
    outline: 0;
    color: var(--gray-color);
    background-color: transparent;
}
.cs_newsletter_form.cs_style_1 input::placeholder {
    color: var(--gray-color);
}
.cs_newsletter_form.cs_style_1 .cs_send_icon {
    top: 0;
    right: 0;
    transition: all 0.3s ease;
}
.cs_newsletter_form.cs_style_1 .cs_send_icon:hover {
    transform: rotate(45deg);
}

.cs_newsletter_form.cs_style_2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cs_newsletter_form.cs_style_2 input {
    width: 100%;
    padding: 23px 20px;
    outline: 0;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    color: var(--secondary-color);
}
.cs_newsletter_form.cs_style_2 input::placeholder {
    color: var(--secondary-color);
}
.cs_newsletter_form.cs_style_2 input:focus {
    border-color: var(--primary-color);
}
.cs_newsletter_form.cs_style_2 .cs_btn.cs_style_1 {
    padding: 14px 30px 13px;
    position: absolute;
    right: 11px;
    top: 11px;
}
.cs_newsletter_form.cs_style_2.cs_type_1 input {
    border: 0;
    border-radius: 10px;
}
@media (min-width: 768px) and (max-width: 1399px) {
    .cs_newsletter_form.cs_style_2.cs_type_1 input {
        padding: 13px 20px;
    }
    .cs_newsletter_form.cs_style_2.cs_type_1 .cs_btn.cs_style_1 {
        position: relative;
        top: initial;
        right: initial;
        border-color: var(--white-color);
        border-radius: 10px;
    }
}
@media (max-width: 450px) {
    .cs_newsletter_form.cs_style_2.cs_type_1 input {
        padding: 13px 20px;
    }
    .cs_newsletter_form.cs_style_2.cs_type_1 .cs_btn.cs_style_1 {
        position: relative;
        top: initial;
        right: initial;
        border-color: var(--white-color);
        border-radius: 10px;
    }
}

/*==============================================================
 07. Sidebar
================================================================*/
.cs_sidebar.cs_style_1 {
    width: min(100%, 400px);
    padding: 29px 35px 35px;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget:not(:last-child) {
    padding-bottom: 24px;
    position: relative;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget:not(:first-child) {
    padding-top: 24px;
}
.cs_sidebar.cs_style_1 .cs_property_location .ts-control {
    color: var(--primary-color);
    font-family: inherit;
    font-size: 16px !important;
    line-height: 1.75em;
    border-radius: 10px;
    background-color: transparent;
}
.cs_sidebar.cs_style_1 .cs_property_location .ts-control::after {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.cs_sidebar.cs_style_1 .cs_property_location .ts-control input {
    font-size: inherit;
    color: inherit;
}
.cs_sidebar.cs_style_1 .cs_property_location .ts-control input::placeholder {
    color: var(--primary-color);
}
.cs_sidebar.cs_style_1 .cs_input_group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px 7px;
    flex-wrap: wrap;
}
.cs_sidebar.cs_style_1 .cs_input_wrapper {
    width: calc(50% - 10px);
}
.cs_sidebar.cs_style_1 .cs_input_wrapper input {
    width: 100%;
}
.cs_sidebar.cs_style_1 li:not(:last-child) {
    margin-bottom: 5px;
}
.cs_sidebar.cs_style_1 li label {
    margin-bottom: 0;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.4s ease;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget_title i {
    font-size: 10px;
    transition: all 0.3s ease-in-out;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget_title.active {
    margin-bottom: 0;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget_title.active i {
    transform: rotatex(180deg);
}
@media (max-width: 991px) {
    .cs_sidebar.cs_style_1 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .cs_sidebar.cs_style_1 {
        padding: 25px 20px 30px;
    }
}
@media (max-width: 400px) {
    .cs_sidebar.cs_style_1 .cs_input_wrapper {
        width: 100%;
    }
    .cs_sidebar.cs_style_1 .cs_hyphen {
        display: none;
    }
}

.cs_sidebar.cs_style_2 {
    padding: 40px;
}
.cs_sidebar.cs_style_2 .cs_sidebar_widget {
    padding: 30px 0;
    border-bottom: 1px solid var(--border-color);
}
.cs_sidebar.cs_style_2 .cs_sidebar_widget:first-child {
    padding: 0;
    border-bottom: 0;
}
.cs_sidebar.cs_style_2 .cs_sidebar_widget:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.cs_sidebar.cs_style_2 .cs_sidebar_widget .cs_categories li:not(:last-child) {
    margin-bottom: 13px;
}
.cs_sidebar.cs_style_2 .cs_sidebar_widget .cs_categories li a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.cs_sidebar.cs_style_2 .cs_sidebar_widget .cs_categories li a:hover {
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}
.cs_sidebar.cs_style_2 .cs_sidebar_widget .cs_latest_posts li:not(:last-child) {
    margin-bottom: 17px;
}
.cs_sidebar.cs_style_2 .cs_sidebar_search_form {
    position: relative;
}
.cs_sidebar.cs_style_2 .cs_sidebar_search_form input {
    width: 100%;
    padding: 13px 15px 12px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    outline: 0;
}
.cs_sidebar.cs_style_2 .cs_sidebar_search_form input:focus {
    border-color: var(--primary-color);
}
.cs_sidebar.cs_style_2 .cs_sidebar_search_form .cs_search_icon {
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    transition: all 0.3s ease-in-out;
}
.cs_sidebar.cs_style_2 .cs_sidebar_search_form .cs_search_icon:hover {
    color: var(--primary-color);
}
.cs_sidebar.cs_style_2 .cs_tags_links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.cs_sidebar.cs_style_2 .cs_tags_links .cs_tag_link {
    padding: 5px 15px;
    border: 1px solid var(--secondary-color);
}
.cs_sidebar.cs_style_2 .cs_tags_links .cs_tag_link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
@media (max-width: 767px) {
    .cs_sidebar.cs_style_2 {
        padding: 30px 20px;
    }
}

.cs_sidebar.cs_style_3 .cs_sidebar_widget {
    padding: 30px 30px 40px;
    margin-bottom: 24px;
}
.cs_sidebar.cs_style_3 .cs_sidebar_widget:last-child {
    margin-bottom: 0;
}
.cs_sidebar.cs_style_3 .cs_contact_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cs_sidebar.cs_style_3 .cs_contact_form .cs_form_field {
    padding: 8px 15px;
    color: var(--secondary-color);
    border: 1px solid var(--border-color);
}
.cs_sidebar.cs_style_3 .cs_contact_form .cs_form_field:focus {
    border-color: var(--primary-color);
}
.cs_sidebar.cs_style_3 .cs_contact_form .cs_form_field::placeholder {
    color: var(--secondary-color);
}
.cs_sidebar.cs_style_3 .cs_contact_form .cs_input_icon {
    right: 15px;
    top: 10px;
}
@media (max-width: 767px) {
    .cs_sidebar.cs_style_3 .cs_sidebar_widget {
        padding: 25px 20px 30px;
    }
}

/*================================================================
  08. Slider
==================================================================*/
.cs_slider {
    position: relative;
}

.slick-arrow {
    cursor: pointer;
}

.draggable {
    cursor:
        url(../img/drag.png) 16 9,
        ew-resize !important;
}

.slick-slide > div {
    display: flex;
    flex-direction: column;
}

.cs_remove_overflow .slick-list {
    overflow: visible;
}
.cs_remove_overflow .slick-slide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.cs_remove_overflow .slick-slide.slick-active {
    opacity: 1;
    visibility: visible;
}

.slick-active .cs_hero.cs_style_2 .cs_hero_thumbnail {
    transform: translateY(10px) scale(1.06);
}
.slick-active .cs_hero.cs_style_2 .cs_hero_content {
    transform: scale(1, 1);
    opacity: 1;
}
.slick-active .cs_hero.cs_style_2 .cs_hero_content .cs_hero_text {
    opacity: 1;
    transform: translateY(0);
}
.slick-active .cs_hero.cs_style_3 .cs_hero_thumbnail {
    transform: scale(1.06);
}
.slick-active .cs_hero.cs_style_3 .cs_hero_title {
    transform: translateY(0);
    opacity: 1;
}
.slick-active .cs_hero.cs_style_5 .cs_hero_thumbnail {
    transform: scale(1.05);
}
.slick-active .cs_hero.cs_style_5 .cs_hero_content {
    clip-path: inset(0 0 0 0);
}
.slick-active .cs_hero.cs_style_6 .cs_hero_thumbnail {
    transform: scale(1.05);
}
.slick-active .cs_hero.cs_style_6 .cs_property_title,
.slick-active .cs_hero.cs_style_6 .cs_property_price {
    opacity: 1;
    transform: translateY(0);
}
.slick-active .cs_hero.cs_style_6 .cs_property_view_btn {
    opacity: 1;
    transform: scale(1);
}

.cs_slider_gap_24 .slick-slide {
    padding-left: 12px;
    padding-right: 12px;
}
.cs_slider_gap_24 .slick-list {
    margin-left: -12px;
    margin-right: -12px;
}

.cs_slider_gap_20 .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
.cs_slider_gap_20 .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.cs_slider_gap_30 .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}
.cs_slider_gap_30 .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
@media (max-width: 991px) {
    .cs_slider_gap_30 .slick-slide {
        padding-left: 12px;
        padding-right: 12px;
    }
    .cs_slider_gap_30 .slick-list {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.cs_hover_show_arrows:hover .cs_slider_arrows.cs_style_1 {
    visibility: visible;
    opacity: 1;
    pointer-events: none;
}
.cs_hover_show_arrows:hover .cs_slider_arrows.cs_style_1 .cs_left_arrow,
.cs_hover_show_arrows:hover .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    transform: initial;
    pointer-events: all;
}

/*=================================================
 Slider Arrows
===================================================*/
.cs_slider_arrows.cs_style_1 {
    width: calc(100vw - 15%);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
    cursor: pointer;
    transition: all 0.3s ease;
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow {
    transform: translateX(40px);
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow svg {
    transform: rotate(180deg);
}
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
    transform: translateX(-40px);
}
.cs_slider_arrows.cs_style_1.cs_type_1 {
    width: calc(100vw - 10%);
    top: 50%;
    transform: translate(-50%, -50%);
}
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_right_arrow {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_left_arrow:hover,
.cs_slider_arrows.cs_style_1.cs_type_1 .cs_right_arrow:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}
.cs_slider_arrows.cs_style_1.cs_type_2 {
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
    .cs_slider_arrows.cs_style_1.cs_type_1 {
        width: calc(100vw - 3%);
    }
}
@media (max-width: 991px) {
    .cs_slider_arrows.cs_style_1 {
        position: initial;
        width: 100%;
        justify-content: center;
        gap: 30px;
        visibility: visible;
        opacity: 1;
        transform: initial;
    }
    .cs_slider_arrows.cs_style_1 .cs_left_arrow,
    .cs_slider_arrows.cs_style_1 .cs_right_arrow {
        transform: initial;
    }
    .cs_slider_arrows.cs_style_1.cs_type_1 {
        position: absolute;
        top: calc(100% - 185px);
    }
    .cs_slider_arrows.cs_style_1.cs_type_2 {
        position: initial;
        transform: initial;
    }
}

.cs_slider_arrows.cs_style_2 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cs_slider_arrows.cs_style_2.cs_type_1 .slick-arrow:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.cs_slider_arrows.cs_style_2 .slick-arrow {
    width: 50px;
    height: 45px;
    border: 1px solid currentColor;
    transition: all 0.4s ease;
}
.cs_slider_arrows.cs_style_2 .slick-arrow:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

/*=================================================
 Slider Paginations
===================================================*/
.cs_pagination.cs_style_1 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cs_pagination.cs_style_1 .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: var(--primary-color);
    opacity: 0.2;
    font-size: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}
.cs_pagination.cs_style_1 .slick-dots .slick-active {
    opacity: 1;
}

.cs_pagination.cs_style_2 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cs_pagination.cs_style_2 .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    font-size: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}
.cs_pagination.cs_style_2 .slick-dots .slick-active {
    background-color: var(--primary-color);
}

.cs_pagination.cs_style_3 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cs_pagination.cs_style_3 .slick-dots li {
    width: 30px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    font-size: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}
.cs_pagination.cs_style_3 .slick-dots .slick-active {
    background-color: var(--primary-color);
}

.cs_pagination.cs_style_4 {
    position: absolute;
    left: 50%;
    bottom: 74px;
    transform: translateX(-50%);
}
.cs_pagination.cs_style_4 .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.cs_pagination.cs_style_4 .slick-dots li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--white-color);
    font-size: 0;
    cursor: pointer;
    position: relative;
}
.cs_pagination.cs_style_4 .slick-dots li::before {
    content: "";
    width: 31px;
    height: 31px;
    border: 1px solid var(--white-color);
    border-radius: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s ease;
}
.cs_pagination.cs_style_4 .slick-dots .slick-active::before {
    transform: translate(-50%, -50%) scale(1);
}

/*=======================================================
 Horizontal Slider
=========================================================*/
.cs_horizontal_slider_wrapper {
    overflow-x: hidden;
}
.cs_horizontal_slider_wrapper:hover .cs_location_list,
.cs_horizontal_slider_wrapper:hover .cs_slider_text_wrapper {
    animation-play-state: paused;
}
.cs_horizontal_slider_wrapper.cs_type_1 .cs_slider_text_wrapper {
    animation-direction: reverse;
}

.cs_horizontal_slider_in {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.cs_location_list {
    height: max-content;
    display: flex;
    gap: 24px;
    margin: 0 12px;
    animation: infinite-slide 50s linear infinite;
}
.cs_location_list .cs_card.cs_style_2:nth-child(odd) {
    margin-top: 70px;
}

.cs_slider_text_wrapper {
    margin: 0 10px;
    animation: infinite-slide 80s linear infinite;
}

@keyframes infinite-slide {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*================================================================
  09. Video Modal
==================================================================*/
.cs_video_popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: 0.3s;
}

.cs_video_popup.active {
    left: 0;
    transition-delay: 0s;
    left: 0;
}

.cs_video_popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    transition: all 0.4s ease-out;
    opacity: 0;
}

.cs_video_popup.active .cs_video_popup-overlay {
    opacity: 0.8;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: all 0.4s ease-out;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    padding: 15px;
}

.cs_video_popup.active .cs_video_popup-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.cs_video_popup-content:after {
    content: "";
    display: inline-block;
    height: calc(100% + 1px);
    vertical-align: middle;
}

.cs_video_popup_container {
    display: inline-block;
    position: relative;
    text-align: left;
    background: var(--white-color);
    max-width: 1380px;
    width: 100%;
    vertical-align: middle;
}

.cs_video_popup_container .embed-responsive {
    width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cs_video_popup_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #d90d0d;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cs_video_popup_close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: var(--white-color);
    margin-left: -10px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: var(--white-color);
    margin-left: -10px;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:hover:before,
.cs_video_popup_close:hover:after {
    background: #000;
}

.cs_video_popup-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.cs_video_popup-align {
    overflow: hidden;
}

/*End Video Popup*/
/*===============================================================
 10. Preloader
==================================================================*/
.cs_preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000000;
}
.cs_preloader .cs_preloader_in {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white-color);
}
.cs_preloader .cs_preloader_icon {
    width: 70px;
    height: 70px;
    background-color: #0e287124;
}
.cs_preloader .cs_preloader_icon::before,
.cs_preloader .cs_preloader_icon::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0e2971;
    border-radius: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0);
    animation: preloaderAnimation 3s linear infinite;
}
.cs_preloader .cs_preloader_icon::after {
    animation-delay: 1.5s;
}
.cs_preloader p {
    letter-spacing: 4px;
}

@keyframes preloaderAnimation {
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
    }
}
/*===============================================================
  11. All Hero Section
=================================================================*/
.cs_hero.cs_style_1 {
    padding: 215px 0 120px;
    min-height: 1000px;
}
.cs_hero.cs_style_1 .cs_hero_content {
    max-width: 946px;
    margin: 0 auto;
}
.cs_hero.cs_style_1 .cs_hero_subtitle::before,
.cs_hero.cs_style_1 .cs_hero_subtitle::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 12px;
}
.cs_hero.cs_style_1 .cs_hero_subtitle::before {
    left: -38px;
}
.cs_hero.cs_style_1 .cs_hero_subtitle::after {
    right: -38px;
}
.cs_hero.cs_style_1 .cs_tabs {
    width: 100%;
}
.cs_hero.cs_style_1 .cs_btn_wrapper {
    gap: 15px;
}
@media (max-width: 1199px) {
    .cs_hero.cs_style_1 {
        min-height: auto;
        padding: 220px 0 140px;
    }
}
@media (max-width: 991px) {
    .cs_hero.cs_style_1 {
        padding: 160px 0 80px;
    }
}
@media (max-width: 575px) {
    .cs_hero.cs_style_1 .cs_hero_subtitle::before,
    .cs_hero.cs_style_1 .cs_hero_subtitle::after {
        display: none;
    }
}

.cs_hero.cs_style_2 {
    margin-top: 100px;
    padding: 274px 0 310px;
}
.cs_hero.cs_style_2 .cs_hero_thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.8s ease;
}
.cs_hero.cs_style_2 .cs_hero_content {
    width: min(100%, 640px);
    transform: scale(1, 0);
    transform-origin: top right;
    opacity: 0;
    transition: all 0.6s ease;
    transition-delay: 0.3s;
}
.cs_hero.cs_style_2 .cs_hero_decs {
    line-height: 1.75em;
}
.cs_hero.cs_style_2.cs_type_2 {
    margin-top: 0;
    padding: 358px 0 310px;
}
.cs_hero.cs_style_2.cs_type_2 .cs_hero_content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    transform: scale(1, 1);
}
.cs_hero.cs_style_2.cs_type_2 .cs_hero_text {
    width: min(100%, 696px);
    transform: translateY(-60px);
    opacity: 0;
    transition: all 1s ease;
    transition-delay: 0.3s;
}
@media (max-width: 1199px) {
    .cs_hero.cs_style_2 {
        margin-top: 80px;
        padding: 140px 0 310px;
    }
    .cs_hero.cs_style_2 .cs_hero_content {
        width: 100%;
    }
    .cs_hero.cs_style_2.cs_type_1 {
        min-height: auto;
        padding: 160px 0 310px;
    }
    .cs_hero.cs_style_2.cs_type_1 .cs_hero_content {
        max-width: 100%;
    }
    .cs_hero.cs_style_2.cs_type_2 {
        margin-top: 0;
        padding: 220px 0 200px;
    }
}
@media (max-width: 991px) {
    .cs_hero.cs_style_2 {
        padding: 80px 0 310px;
    }
    .cs_hero.cs_style_2.cs_type_2 {
        padding: 160px 0 130px;
    }
    .cs_hero.cs_style_2.cs_type_2 .cs_hero_content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .cs_hero.cs_style_2.cs_type_2 .cs_hero_text {
        width: 100%;
    }
}

.cs_hero.cs_style_3 {
    width: 100%;
    min-height: 750px;
    margin-top: 100px;
    padding: 245px 0 140px;
}
.cs_hero.cs_style_3 .cs_hero_thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}
.cs_hero.cs_style_3 .cs_hero_content {
    width: min(100%, 936px);
    padding: 33px 30px;
    margin: 0 auto;
    background: rgba(29, 29, 29, 0.5);
    backdrop-filter: blur(25px);
}
.cs_hero.cs_style_3 .cs_hero_title {
    transform: translateY(-30px);
    opacity: 0;
    transition: all 0.6s ease;
    transition-delay: 0.3s;
}
@media (max-width: 1199px) {
    .cs_hero.cs_style_3 {
        margin-top: 80px;
        padding: 150px 0 140px;
        min-height: 600px;
    }
}
@media (max-width: 991px) {
    .cs_hero.cs_style_3 {
        min-height: 100%;
        padding: 80px 0 260px;
    }
}

.cs_hero.cs_style_4 {
    width: 100%;
    height: 100%;
    min-height: 1000px;
}
.cs_hero.cs_style_4 .cs_hero_thumbnail {
    width: 50vw;
    min-height: 1000px;
    margin-left: -12vw;
}
.cs_hero.cs_style_4 .cs_hero_thumbnail img {
    width: 100%;
}
.cs_hero.cs_style_4 .cs_hero_content {
    width: min(100%, 696px);
    padding: 270px 0 0;
}
@media (max-width: 1650px) {
    .cs_hero.cs_style_4 .cs_hero_thumbnail {
        margin-left: -5vw;
    }
}
@media (max-width: 1399px) {
    .cs_hero.cs_style_4 .cs_hero_thumbnail {
        margin-left: 30px;
    }
}
@media (max-width: 1199px) {
    .cs_hero.cs_style_4 {
        padding: 220px 0 140px;
    }
    .cs_hero.cs_style_4 .cs_hero_thumbnail {
        width: 100%;
        margin-left: 0;
        min-height: 500px;
    }
    .cs_hero.cs_style_4 .cs_hero_content {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 991px) {
    .cs_hero.cs_style_4 {
        padding: 160px 0 80px;
    }
}
@media (max-width: 575px) {
    .cs_hero.cs_style_4 .cs_hero_thumbnail {
        min-height: 350px;
    }
}

.cs_hero.cs_style_5 {
    min-height: 1000px;
    padding: 400px 0 285px;
}
.cs_hero.cs_style_5 .cs_hero_thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: all 2s ease;
}
.cs_hero.cs_style_5 .cs_hero_content {
    max-width: min(100%, 696px);
    clip-path: inset(0 100% 0 0);
    transition: all 0.8s ease;
    transition-delay: 0.4s;
}
@media (max-width: 1199px) {
    .cs_hero.cs_style_5 {
        min-height: auto;
        padding: 220px 0 310px;
    }
    .cs_hero.cs_style_5 .cs_hero_content {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .cs_hero.cs_style_5 {
        padding: 160px 0 310px;
    }
}

.cs_hero.cs_style_6 {
    min-height: 900px;
    padding: 160px 0 140px;
    margin-top: 100px;
}
.cs_hero.cs_style_6 .cs_hero_thumbnail {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: all 2s ease;
}
.cs_hero.cs_style_6 .cs_hero_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px 40px;
    flex-wrap: wrap;
}
.cs_hero.cs_style_6 .cs_property_title {
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.6s ease;
    transition-delay: 0.3s;
}
.cs_hero.cs_style_6 .cs_property_price {
    display: inline-block;
    width: min(100%, 363px);
    padding: 15px 24px;
    border-radius: 20px 0px 0px 0px;
    background: linear-gradient(
        270deg,
        rgba(217, 217, 217, 0) 0%,
        #363636 100%
    );
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s ease;
    transition-delay: 0.3s;
}
.cs_hero.cs_style_6 .cs_property_view_btn {
    display: block;
    width: 200px;
    padding: 66px 29px;
    line-height: 1.6em;
    background: rgba(29, 29, 29, 0.5);
    backdrop-filter: blur(100px);
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s cubic-bezier(0.68, 0.55, 0.27, 0.88);
    transition-delay: 0.3s;
}
.cs_hero.cs_style_6 .cs_property_view_btn span {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 100% 2px;
}
.cs_hero.cs_style_6 .cs_property_view_btn:hover {
    color: var(--white-color);
}
.cs_hero.cs_style_6 .cs_property_view_btn:hover span {
    background-position: 100% calc(100% - 0px);
    background-size: 0 2px;
}
.cs_hero.cs_style_6 .cs_property_title a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 2px;
}
.cs_hero.cs_style_6 .cs_property_title a:hover {
    background-size: 100% 2px;
    background-position: 0 calc(100% - 0px);
}
@media (max-width: 1199px) {
    .cs_hero.cs_style_6 {
        margin-top: 80px;
        min-height: auto;
        padding: 80px 0 160px;
    }
}

.cs_hero.cs_style_7 {
    margin-top: 150px;
}
.cs_hero.cs_style_7 .cs_location_map {
    width: 100%;
    height: 100%;
    min-height: 550px;
    padding: 15px 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.cs_hero.cs_style_7 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(90%) grayscale(0.6);
}
.cs_hero.cs_style_7 .cs_property_search.cs_style_1 {
    width: min(100%, 946px);
    position: relative;
    z-index: 2;
}

.cs_hero.cs_style_8 {
    width: 100%;
    min-height: 1000px;
    padding: 315px 0 140px;
}
.cs_hero.cs_style_8 .cs_hero_content {
    padding-bottom: 255px;
}
.cs_hero.cs_style_8 .cs_hero_text {
    width: min(100%, 576px);
}
.cs_hero.cs_style_8 .cs_hero_subtitle {
    display: inline-block;
    padding-left: 90px;
    position: relative;
}
.cs_hero.cs_style_8 .cs_hero_subtitle::before {
    content: "";
    width: 75px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 24px;
}
.cs_hero.cs_style_8 .cs_property_features_wrapper {
    width: min(100%, 456px);
    padding: 37px 40px;
    border: 1px solid rgba(226, 226, 226, 0.5);
    position: absolute;
    right: 0;
    bottom: 0;
}
.cs_hero.cs_style_8 .cs_property_features_wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 0.9;
    background: rgba(29, 29, 29, 0.5);
    backdrop-filter: blur(100px);
    position: absolute;
    left: 0;
    top: 0;
}
.cs_hero.cs_style_8 .cs_property_features_list li {
    margin-bottom: 15px;
    padding-left: 47px;
    line-height: 1.65em;
    position: relative;
}
.cs_hero.cs_style_8 .cs_property_features_list li:last-child {
    margin-bottom: 0;
}
.cs_hero.cs_style_8 .cs_property_features_list li span:first-child {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1199px) {
    .cs_hero.cs_style_8 {
        padding: 160px 0 80px;
        min-height: auto;
    }
}
@media (max-width: 991px) {
    .cs_hero.cs_style_8 .cs_hero_content {
        padding-bottom: 0;
    }
    .cs_hero.cs_style_8 .cs_hero_text {
        width: 100%;
    }
    .cs_hero.cs_style_8 .cs_property_features_wrapper {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
        padding: 24px 15px;
    }
}
@media (max-width: 400px) {
    .cs_hero.cs_style_8 .cs_hero_subtitle {
        padding-left: 0;
    }
    .cs_hero.cs_style_8 .cs_hero_subtitle::before {
        display: none;
    }
}

/*========================================================
 Hero Component and Slider Component
==========================================================*/
.cs_slider.cs_style_2 .cs_tabs {
    width: max-content;
    position: absolute;
    top: 60%;
    right: calc(14% - 5px);
    transform: translateY(-60%);
}
.cs_slider.cs_style_2 .cs_tab_body {
    border-radius: 0 10px 10px 10px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(25, 25, 25, 0.2);
}
.cs_slider.cs_style_2 .cs_pagination.cs_style_2 {
    width: fit-content;
    position: absolute;
    bottom: 260px;
}
@media (max-width: 1399px) {
    .cs_slider.cs_style_2 .cs_tabs {
        right: calc(4% - 5px);
    }
}
@media (max-width: 1199px) {
    .cs_slider.cs_style_2 .cs_tabs {
        width: 100%;
        position: initial;
        transform: initial;
        margin-top: -200px;
    }
    .cs_slider.cs_style_2 .cs_pagination.cs_style_2 {
        position: initial;
        transform: translateY(-270px);
    }
}

.cs_slider.cs_style_3 .cs_tabs {
    width: max-content;
    margin-top: -720px;
}
.cs_slider.cs_style_3 .cs_tab_body {
    border-radius: 0 10px 10px 10px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(25, 25, 25, 0.2);
}
.cs_slider.cs_style_3 .cs_pagination.cs_style_2 {
    position: absolute;
    bottom: 260px;
}
.cs_slider.cs_style_3 .cs_pagination.cs_style_3 {
    width: fit-content;
    transform: translate(70px, -250px);
    margin: 0 auto;
}
@media (max-width: 1399px) {
    .cs_slider.cs_style_3 .cs_tabs {
        right: calc(4% - 5px);
    }
    .cs_slider.cs_style_3 .cs_pagination.cs_style_3 {
        transform: translate(-27px, -250px);
    }
}
@media (max-width: 1199px) {
    .cs_slider.cs_style_3 .cs_tabs {
        width: 100%;
        position: initial;
        transform: initial;
        margin-top: -200px;
    }
    .cs_slider.cs_style_3 .cs_pagination.cs_style_2 {
        bottom: 140px;
    }
    .cs_slider.cs_style_3 .cs_pagination.cs_style_3 {
        transform: translate(0, -270px);
        margin: 0;
    }
}
@media (max-width: 991px) {
    .cs_slider.cs_style_3 .cs_pagination.cs_style_2 {
        bottom: 80px;
    }
}

/*========================================================
 Filter Tabs
==========================================================*/
.cs_tabs_container {
    margin-top: -88px;
}
.cs_tabs_container .cs_tabs {
    width: min(100%, 936px);
    margin: 0 auto;
}
.cs_tabs_container .cs_tabs .cs_tab_body {
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(25, 25, 25, 0.2);
}
.cs_tabs_container .cs_tabs .cs_property_search {
    padding: 20px;
}

/*========================================================
 Page Header
==========================================================*/
.cs_page_header.cs_style_1 {
    width: 100%;
    /* height: 100%; */
    padding: 233px 0 164px;
}

.cs_page_headerrs.cs_style_1 {
    width: 100%;
    /* height: 100%; */
    padding: 0px 0 0px;
}

@media (max-width: 991px) {
    .cs_page_header.cs_style_1 {
        padding: 160px 0 80px;
    }
}

.breadcrumb li a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.breadcrumb li a:hover {
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}
.breadcrumb li.active {
    color: var(--primary-color);
}

@keyframes circularRotation {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/*===============================================================
 12. About Us Section and Page
=================================================================*/
.cs_about.cs_style_1 .cs_about_img_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.cs_about.cs_style_1 .cs_about_img_wrapper img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
    z-index: 1;
}
.cs_about.cs_style_1 .cs_features_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    gap: 40px;
}
.cs_about.cs_style_1 .cs_about_shape_1 {
    top: -16px;
    left: -16px;
    z-index: 0;
    animation: particleMovement1 10s linear infinite;
}
.cs_about.cs_style_1 .cs_about_shape_2 {
    right: -60px;
    bottom: -50px;
    z-index: 0;
    animation: particleMovement2 20s linear infinite;
}
@media (max-width: 991px) {
    .cs_about.cs_style_1 .cs_about_img_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .cs_about.cs_style_1 .cs_features_wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

.cs_about.cs_style_2 .cs_about_thumbnail img {
    width: 100%;
    border-radius: inherit;
}
.cs_about.cs_style_2 .cs_review_container {
    padding: 35px 30px;
    left: 0;
    bottom: 16%;
    display: flex;
    gap: 12px;
    box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.15);
    animation: slide-left 20s linear infinite;
}
.cs_about.cs_style_2 .cs_review_container::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    opacity: 0.95;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
}
.cs_about.cs_style_2 .cs_review_container > * {
    position: relative;
    z-index: 1;
}
.cs_about.cs_style_2 .cs_avatar_wrapper {
    display: flex;
    align-items: center;
}
.cs_about.cs_style_2 .cs_avatar_wrapper img {
    border-radius: 50%;
    margin-left: -29px;
}
.cs_about.cs_style_2 .cs_avatar_wrapper img:first-child {
    margin-left: 0;
}
.cs_about.cs_style_2 .cs_ratinf_info {
    display: flex;
    align-items: center;
    gap: 7px;
}
.cs_about.cs_style_2 .cs_ratinf_info .cs_rating {
    width: 120px;
    font-size: 14px;
    height: 30px;
    color: #fe5b2c;
}
.cs_about.cs_style_2 .cs_about_content {
    padding-left: 120px;
}
.cs_about.cs_style_2 .cs_bts_wrapper {
    display: flex;
    gap: 10px;
}
.cs_about.cs_style_2 .cs_counter.cs_style_1 {
    max-width: 100%;
    margin: 0;
}
.cs_about.cs_style_2 .cs_about_shape_1 {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.cs_about.cs_style_2 .cs_video_block.cs_style_2 {
    width: min(100%, 410px);
    left: 0;
    top: 7%;
    padding: 24px 32px;
    box-shadow: 0px 0px 50px 0px rgba(29, 29, 29, 0.15);
    display: flex;
    justify-content: flex-start;
    gap: 24px;
    animation: slide-left 20s linear infinite;
}
.cs_about.cs_style_2 .cs_video_block.cs_style_2 .cs_player_btn.cs_style_2 {
    width: 64px;
    height: 64px;
    flex: none;
    border: 2px solid var(--primary-color);
    transition: all 0.4s ease;
}
.cs_about.cs_style_2 .cs_video_block.cs_style_2:hover {
    animation-play-state: paused;
}
.cs_about.cs_style_2
    .cs_video_block.cs_style_2:hover
    .cs_player_btn.cs_style_2 {
    background-color: transparent;
    color: var(--primary-color);
}
.cs_about.cs_style_2 .cs_offerbox {
    width: min(100%, 410px);
    left: 0;
    bottom: 0;
    padding-top: 32px;
    animation: slide-left 20s linear infinite;
    animation-delay: 10s;
}
.cs_about.cs_style_2 .cs_offerbox .cs_offerbox_icon {
    width: 64px;
    height: 64px;
    border: 2px solid var(--gray-color);
    position: absolute;
    top: 0;
    right: 30px;
    transition: all 0.3s ease;
}
.cs_about.cs_style_2 .cs_offerbox .cs_video_info {
    padding: 24px 32px;
    box-shadow: 0px 0px 50px 0px rgba(29, 29, 29, 0.15);
}
.cs_about.cs_style_2 .cs_offerbox:hover {
    animation-play-state: paused;
}
.cs_about.cs_style_2 .cs_offerbox:hover .cs_offerbox_icon {
    border-color: var(--white-color);
}
.cs_about.cs_style_2.cs_type_1 .cs_about_thumbnail {
    padding-bottom: 60px;
}
@media (max-width: 1399px) {
    .cs_about.cs_style_2 .cs_about_content {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .cs_about.cs_style_2 .cs_about_content {
        padding-left: 0;
    }
}

.cs_about.cs_style_3 .cs_text_logo_wrapper {
    margin: 0 auto;
}

@keyframes slide-left {
    50% {
        transform: translateX(-115px);
    }
}
@keyframes particleMovement1 {
    50% {
        transform: translate(15px, 16px);
        opacity: 0;
    }
}
@keyframes particleMovement2 {
    50% {
        transform: translate(-60px, -50px);
        opacity: 0;
    }
}
/*==============================================================
 13. All Utility Componnents
================================================================*/
/*=============================================
  All Button And Input Field Components
===============================================*/
.cs_btn.cs_style_1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-wrap: nowrap;
    line-height: 1.57em;
    border: 0;
    outline: 0;
    padding: 9px 24px;
    border: 1px solid var(--primary-color);
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.58, 0, 0.88, 1);
}
.cs_btn.cs_style_1::before {
    content: "";
    position: absolute;
    transition-duration: 600ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--primary-color);
    transform: translateX(-50%);
    border-radius: 50%;
}
.cs_btn.cs_style_1.cs_primary_bg::before {
    background-color: var(--white-color);
}
.cs_btn.cs_style_1.cs_white_bg {
    border-color: var(--white-color);
}
.cs_btn.cs_style_1 > * {
    position: relative;
    z-index: 1;
}
.cs_btn.cs_style_1 .cs_btn_arrow {
    width: 18px;
    height: 20px;
    display: inline-block;
    transform: translateY(-1px) rotate(-45deg);
    overflow: hidden;
}
.cs_btn.cs_style_1 .cs_btn_arrow i {
    text-shadow: -20px 0px 0px currentColor;
    transition: all 0.3s ease;
}
.cs_btn.cs_style_1:hover {
    color: var(--white-color);
}
.cs_btn.cs_style_1:hover .cs_btn_arrow i {
    transform: translateX(20px);
}
.cs_btn.cs_style_1:hover::before {
    top: -40%;
}
.cs_btn.cs_style_1:hover.cs_primary_bg {
    color: var(--primary-color);
}

.cs_player_btn.cs_style_1 {
    width: 50px;
    height: 50px;
}
.cs_player_btn.cs_style_1::before,
.cs_player_btn.cs_style_1::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--white-color);
    border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 3s linear infinite;
}
.cs_player_btn.cs_style_1::after {
    animation-delay: 1.5s;
}
.cs_player_btn.cs_style_1:hover::before,
.cs_player_btn.cs_style_1:hover::after {
    animation-play-state: paused;
}

.cs_player_btn.cs_style_3 {
    width: 100px;
    height: 100px;
}
.cs_player_btn.cs_style_3::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    animation: pulse-bg 2s linear infinite;
    z-index: 0;
}
.cs_player_btn.cs_style_3 > * {
    position: relative;
    z-index: 1;
}
.cs_player_btn.cs_style_3:hover::before {
    animation-play-state: paused;
}

.cs_social_btns.cs_style_1 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cs_social_btns.cs_style_1 a {
    width: 50px;
    height: 50px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-color);
    background-color: var(--white-color);
}
.cs_social_btns.cs_style_1 a:hover {
    color: var(--white-color);
}
@media (max-width: 767px) {
    .cs_social_btns.cs_style_1 {
        gap: 15px;
    }
    .cs_social_btns.cs_style_1 a {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }
}

.cs_social_btns.cs_style_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 20px;
}
.cs_social_btns.cs_style_2 a {
    width: 50px;
    height: 50px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
}
.cs_social_btns.cs_style_2 a:nth-child(1) {
    background-color: #1877f2;
    border: 2px solid #1877f2;
}
.cs_social_btns.cs_style_2 a:nth-child(1):hover {
    color: #1877f2;
}
.cs_social_btns.cs_style_2 a:nth-child(2) {
    background-color: #000000;
    border: 2px solid #000000;
}
.cs_social_btns.cs_style_2 a:nth-child(2):hover {
    color: #000000;
}
.cs_social_btns.cs_style_2 a:nth-child(3) {
    background-color: #0a66c2;
    border: 2px solid #0a66c2;
}
.cs_social_btns.cs_style_2 a:nth-child(3):hover {
    color: #0a66c2;
}
.cs_social_btns.cs_style_2 a:nth-child(4) {
    background-color: #ea4335;
    border: 2px solid #ea4335;
}
.cs_social_btns.cs_style_2 a:nth-child(4):hover {
    color: #ea4335;
}
.cs_social_btns.cs_style_2 a:hover {
    background-color: transparent;
}
@media (max-width: 767px) {
    .cs_social_btns.cs_style_2 {
        gap: 15px;
    }
    .cs_social_btns.cs_style_2 a {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }
}

.cs_text_btn.cs_style_1 {
    position: relative;
}
.cs_text_btn.cs_style_1::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(1, 1);
    transform-origin: top right;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.cs_text_btn.cs_style_1:hover::before {
    transform: scale(0.5, 1);
}

.cs_text_btn.cs_style_2 {
    display: inline-flex;
    gap: 8px;
}
.cs_text_btn.cs_style_2 .cs_btn_arrow {
    overflow: hidden;
    display: inline-block;
    width: 16px;
}
.cs_text_btn.cs_style_2 .cs_btn_arrow i {
    text-shadow: -30px 0px 0px currentColor;
    transition: all 0.3s cubic-bezier(0.68, 0.55, 0.27, 0.55);
}
.cs_text_btn.cs_style_2:hover .cs_btn_arrow i {
    transform: translateX(30px);
}

.cs_scrollup_btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: var(--primary-color);
    background-color: var(--white-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(120px) scale(0);
    transition: all 0.4s cubic-bezier(0.68, 0.55, 0.27, 0.55);
}
.cs_scrollup_btn.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}
.cs_scrollup_btn:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--white-color);
}

.cs_text_logo_wrapper {
    width: 270px;
    height: 270px;
    flex: none;
}
.cs_text_logo_wrapper .cs_text_logo {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: circularRotation 20s linear infinite;
}

/*=============================================
  All Section Heading Components
===============================================*/
.cs_section_heading.cs_style_1.cs_type_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.cs_section_heading.cs_style_1 span {
    display: inline-block;
    position: relative;
}
.cs_section_heading.cs_style_1 span svg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 90%;
}
.cs_section_heading.cs_style_1 .cs_vector_shape {
    width: min(100%, 418px);
}
@media (max-width: 991px) {
    .cs_section_heading.cs_style_1 br {
        display: none;
    }
    .cs_section_heading.cs_style_1.cs_type_1 {
        flex-direction: column;
    }
}

/*=============================================
  Property Searchbox Component
===============================================*/
.cs_property_search.cs_style_1 {
    width: 100%;
    padding: 15px;
}
.cs_property_search.cs_style_1 .cs_search_form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(1) {
    width: 15%;
}
.cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(2) {
    width: 22%;
}
.cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(3) {
    width: 33%;
}
.cs_property_search.cs_style_1 .cs_property_location .ts-control::after {
    content: "\f3c5";
}
.cs_property_search.cs_style_1 .ts-control {
    height: 45px;
    width: 100%;
    border-color: var(--border-color);
    border-radius: 10px;
    overflow: hidden;
}
.cs_property_search.cs_style_1 .ts-control input {
    min-width: 70px;
    margin: 0 0 0 4px !important;
}
.cs_property_search.cs_style_1 .ts-control input::placeholder {
    color: var(--primary-color);
}
.cs_property_search.cs_style_1 .ts-control::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
}
.cs_property_search.cs_style_1 .ts-control,
.cs_property_search.cs_style_1 .ts-control input,
.cs_property_search.cs_style_1 .ts-dropdown {
    font-size: 16px;
    line-height: 1.75em;
    color: var(--primary-color);
}
.cs_property_search.cs_style_1 .cs_advanced_search_btn {
    width: 100%;
    height: 45px;
    padding: 8px 15px;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
}
.cs_property_search.cs_style_1 .cs_btn.cs_style_1 {
    border-color: var(--border-color);
}
.cs_property_search.cs_style_1.cs_type_1 {
    max-width: 455px;
    padding: 41px 35px 50px;
    border-radius: 0 10px 10px 10px;
}
.cs_property_search.cs_style_1.cs_type_1 .cs_search_form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.cs_property_search.cs_style_1.cs_type_1 .cs_input_wrapper,
.cs_property_search.cs_style_1.cs_type_1 .cs_btns_wrapper {
    width: 100% !important;
}
.cs_property_search.cs_style_1.cs_type_1 .ts-control {
    height: 50px;
    padding-left: 45px;
}
.cs_property_search.cs_style_1.cs_type_1 .cs_property_icon {
    display: inline-block;
    width: 15px;
    height: 32px;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}
.cs_property_search.cs_style_1.cs_type_1
    .cs_property_location
    .ts-control::after {
    content: "";
}
.cs_property_search.cs_style_1.cs_type_1 .cs_btns_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.cs_property_search.cs_style_1.cs_type_1 .cs_btn.cs_style_1,
.cs_property_search.cs_style_1.cs_type_1 .cs_advanced_search_btn {
    flex: 1;
    min-width: 185px;
    height: 50px;
}
.cs_property_search.cs_style_1.cs_type_2 .cs_input_wrapper:nth-child(1) {
    width: 33%;
}
.cs_property_search.cs_style_1.cs_type_2 .cs_input_wrapper:nth-child(2) {
    width: 37%;
}
.cs_property_search.cs_style_1.cs_type_2 .cs_input_wrapper:nth-child(3),
.cs_property_search.cs_style_1.cs_type_2 .cs_input_wrapper:nth-child(4) {
    width: auto;
}
@media (max-width: 1199px) {
    .cs_property_search.cs_style_1.cs_type_1 {
        max-width: 100%;
    }
    .cs_property_search.cs_style_1.cs_type_1 br {
        display: none;
    }
    .cs_property_search.cs_style_1.cs_type_1 .cs_search_form {
        grid-template-columns: repeat(2, 1fr);
    }
    .cs_property_search.cs_style_1.cs_type_1 .cs_btns_wrapper {
        min-width: 100%;
        grid-column: auto/span 2;
        justify-content: space-between;
    }
    .cs_property_search.cs_style_1.cs_type_1 .cs_btn.cs_style_1,
    .cs_property_search.cs_style_1.cs_type_1 .cs_advanced_search_btn {
        max-width: calc(50% - 8px);
    }
}
@media (max-width: 991px) {
    .cs_property_search.cs_style_1 .cs_search_form {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(1) {
        width: calc(25% - 10px);
    }
    .cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(2) {
        width: calc(35% - 0px);
    }
    .cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(3) {
        width: calc(40% - 10px);
    }
    .cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(4),
    .cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(5) {
        width: initial;
    }
    .cs_property_search.cs_style_1.cs_type_2 .cs_input_wrapper:nth-child(1),
    .cs_property_search.cs_style_1.cs_type_2 .cs_input_wrapper:nth-child(2) {
        width: calc(50% - 5px);
    }
    .cs_property_search.cs_style_1.cs_type_2 .cs_input_wrapper:nth-child(3),
    .cs_property_search.cs_style_1.cs_type_2 .cs_input_wrapper:nth-child(4) {
        width: auto;
    }
}
@media (max-width: 767px) {
    .cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(1) {
        width: calc(40% - 5px);
    }
    .cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(2) {
        width: calc(60% - 5px);
    }
    .cs_property_search.cs_style_1 .cs_input_wrapper:nth-child(3) {
        width: 100%;
    }
    .cs_property_search.cs_style_1.cs_type_1 {
        padding: 30px 20px 40px;
    }
    .cs_property_search.cs_style_1.cs_type_1 .cs_search_form {
        grid-template-columns: repeat(1, 1fr);
    }
    .cs_property_search.cs_style_1.cs_type_1 .cs_btns_wrapper {
        grid-column: auto/span 1;
    }
}
@media (max-width: 450px) {
    .cs_property_search.cs_style_1 .cs_input_wrapper {
        width: 100% !important;
    }
    .cs_property_search.cs_style_1 .cs_input_wrapper .cs_btn.cs_style_1 {
        width: 100%;
    }
    .cs_property_search.cs_style_1.cs_type_1 .cs_btn.cs_style_1,
    .cs_property_search.cs_style_1.cs_type_1 .cs_advanced_search_btn {
        max-width: 100%;
    }
}

.ts-dropdown {
    border: 0;
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.2s ease,
        transform 0.3s ease;
    display: block !important;
    pointer-events: none;
}
.ts-dropdown.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.ts-dropdown .option {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.5em;
    color: var(--secondary-color);
    transition: all 0.4s ease;
}
.ts-dropdown .option.active {
    background-color: var(--gray2-color);
}

.cs_property_sort_wrapper {
    width: 253px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cs_property_sort_wrapper span {
    text-wrap: nowrap;
}
.cs_property_sort_wrapper .ts-control {
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1.7em;
}
.cs_property_sort_wrapper .ts-control::after {
    content: "\f078";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 15px;
}
.cs_property_sort_wrapper .ts-control input {
    min-width: auto !important;
}

@media (max-width: 1199px) {
    .cs_property_list_wrapper .cs_card.cs_style_1 .cs_property_info {
        flex-wrap: wrap;
    }
}

/*=============================================
  Advanced Search Modal
===============================================*/
.cs_advanced_search_modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.cs_advanced_search_modal::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
}
.cs_advanced_search_modal .cs_advanced_search_content {
    width: min(100%, 696px);
    margin: 76px auto 0;
    padding: 44px 50px 50px;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s;
}
.cs_advanced_search_modal .cs_advanced_search_items {
    width: 100%;
    height: min(100vh - 250px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--gray-color) var(--white-color);
    -ms-overflow-style: none;
}
.cs_advanced_search_modal .cs_search_item:nth-child(3),
.cs_advanced_search_modal .cs_search_item:nth-child(4),
.cs_advanced_search_modal .cs_search_item:nth-child(5) {
    grid-column: auto/span 2;
}
.cs_advanced_search_modal .cs_filter_widget_list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.cs_advanced_search_modal .cs_filter_widget_list li {
    width: 100%;
}
.cs_advanced_search_modal .cs_filter_widget_list.cs_full li {
    width: calc(50% - 10px);
    text-wrap: nowrap;
}
.cs_advanced_search_modal .cs_input_group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px 7px;
}
.cs_advanced_search_modal .cs_input_group .cs_form_field {
    max-width: 155px;
}
.cs_advanced_search_modal .cs_close_modal {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.cs_advanced_search_modal .cs_close_modal::before,
.cs_advanced_search_modal .cs_close_modal::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s ease;
}
.cs_advanced_search_modal .cs_close_modal::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.cs_advanced_search_modal .cs_close_modal::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cs_advanced_search_modal .cs_close_modal:hover::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cs_advanced_search_modal .cs_close_modal:hover::after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.cs_advanced_search_modal.active {
    visibility: visible;
    opacity: 1;
}
.cs_advanced_search_modal.active .cs_advanced_search_content {
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 991px) {
    .cs_advanced_search_modal .cs_advanced_search_content {
        padding: 40px 20px 40px;
    }
}
@media (max-width: 400px) {
    .cs_advanced_search_modal .cs_advanced_search_items {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .cs_advanced_search_modal .cs_search_item {
        grid-column: auto/span 1 !important;
    }
    .cs_advanced_search_modal .cs_filter_widget_list li {
        width: 100% !important;
    }
    .cs_advanced_search_modal .cs_input_group {
        flex-direction: column;
        align-items: flex-start;
    }
    .cs_advanced_search_modal .cs_input_group .cs_input_wrapper {
        min-width: 100%;
    }
    .cs_advanced_search_modal .cs_input_group .cs_form_field {
        min-width: 100%;
    }
    .cs_advanced_search_modal .cs_input_group .cs_hyphen {
        display: none;
    }
}

/*=============================================
 Counter Components
===============================================*/
.cs_counter.cs_style_1 {
    max-width: 264px;
    margin: 0 auto;
}
.cs_counter.cs_style_1 .cs_counter_icon {
    width: 50px;
    height: 50px;
}
.cs_counter.cs_style_1 .odometer.odometer-auto-theme,
.cs_counter.cs_style_1 .odometer.odometer-theme-default {
    font-family: inherit;
    line-height: inherit;
}
.cs_counter.cs_style_1 .odometer.odometer-auto-theme,
.cs_counter.cs_style_1 .odometer.odometer-auto-theme .odometer-digit,
.cs_counter.cs_style_1 .odometer.odometer-theme-default,
.cs_counter.cs_style_1 .odometer.odometer-theme-default .odometer-digit {
    vertical-align: top;
}
.cs_counter.cs_style_1
    .odometer.odometer-auto-theme
    .odometer-digit
    .odometer-digit-inner,
.cs_counter.cs_style_1
    .odometer.odometer-theme-default
    .odometer-digit
    .odometer-digit-inner {
    left: -5px;
}

/*=============================================
 Rating Component
===============================================*/
.cs_rating_percentage,
.cs_rating {
    overflow: hidden;
}
.cs_rating_percentage::before,
.cs_rating::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: 0;
}

.cs_rating {
    max-width: 120px;
    flex: none;
    height: 24px;
    position: relative;
    color: var(--primary-color);
    font-size: 16px;
    letter-spacing: 7px;
}
.cs_rating::before {
    font-weight: 400;
}

.cs_rating_percentage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.cs_rating_percentage::before {
    font-weight: 900;
}

/*=============================================
 Avatar Component
===============================================*/
.cs_avatar.cs_style_1 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.cs_avatar.cs_style_1 .cs_avatar_icon {
    width: 60px;
    height: 60px;
}
.cs_avatar.cs_style_1 .cs_avatar_icon img {
    border-radius: inherit;
}
.cs_avatar.cs_style_1 .cs_avatar_info {
    text-wrap: nowrap;
}

.cs_avatar.cs_style_2 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cs_avatar.cs_style_2 .cs_avatar_icon {
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
}
.cs_avatar.cs_style_2 .cs_avatar_info {
    text-wrap: nowrap;
}

.cs_team.cs_style_1 .cs_team_thumbnail img {
    width: 100%;
    border-radius: inherit;
}
.cs_team.cs_style_1 .cs_social_btns.cs_style_1 {
    padding: 15px;
    gap: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(22.5px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}
.cs_team.cs_style_1 .cs_social_btns.cs_style_1 a {
    border-radius: 10px;
}
.cs_team.cs_style_1 .cs_social_btns.cs_style_1 a:hover {
    background-color: var(--primary-color);
}
.cs_team.cs_style_1 .cs_team_bio {
    padding: 23px 15px 0;
}
.cs_team.cs_style_1 .cs_team_contact_list {
    padding-bottom: 2px;
}
.cs_team.cs_style_1 .cs_team_contact_list li {
    padding-left: 40px;
    margin-bottom: 12px;
    position: relative;
}
.cs_team.cs_style_1 .cs_team_contact_list li:last-child {
    margin-bottom: 0;
}
.cs_team.cs_style_1 .cs_team_contact_list .cs_contact_icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.cs_team.cs_style_1 .cs_team_contact_list a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.cs_team.cs_style_1 .cs_team_contact_list a:hover {
    color: var(--primary-color);
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}
.cs_team.cs_style_1:hover .cs_social_btns.cs_style_1 {
    transform: translate(-50%, -50%);
    gap: 15px;
    opacity: 1;
    pointer-events: initial;
}
@media (max-width: 991px) {
    .cs_team.cs_style_1 .cs_team_bio {
        padding: 17px 10px 0;
    }
}
@media (max-width: 575px) {
    .cs_team.cs_style_1 {
        width: min(100%, 330px);
        margin: 0 auto;
    }
}

/*=============================================
 All CTA Components
===============================================*/
.cs_cta.cs_style_1 {
    padding: 80px 0 80px;
}
.cs_cta.cs_style_1 .cs_cta_title span {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}
.cs_cta.cs_style_1 .cs_cta_title svg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    color: var(--gray-color);
}
.cs_cta.cs_style_1 .cs_btn.cs_style_1 {
    border-color: var(--white-color);
    position: relative;
    z-index: 1;
}
.cs_cta.cs_style_1 .cs_btn.cs_style_1::before {
    background-color: var(--white-color);
}
.cs_cta.cs_style_1 .cs_btn.cs_style_1.cs_white_bg::before {
    background-color: var(--primary-color);
}
.cs_cta.cs_style_1 .cs_btn.cs_style_1:hover {
    color: var(--primary-color);
}
.cs_cta.cs_style_1 .cs_btn.cs_style_1:hover.cs_white_bg {
    color: var(--white-color);
}
.cs_cta.cs_style_1 .cs_cta_shape_1 {
    top: 30px;
    right: 10%;
    animation: rotate-y 20s linear infinite;
}
.cs_cta.cs_style_1 .cs_cta_shape_2 {
    left: 4%;
    bottom: 12%;
    animation: rotate-y 20s linear infinite;
    animation-delay: 10s;
}
.cs_cta.cs_style_1 .cs_cta_shape_3 {
    top: 60px;
    right: 17%;
    animation: rotate-y 20s linear infinite;
}
.cs_cta.cs_style_1 .cs_cta_shape_4 {
    left: 17%;
    bottom: 25%;
    animation: rotate-y 20s linear infinite;
    animation-delay: 10s;
}
@media (max-width: 991px) {
    .cs_cta.cs_style_1 {
        padding: 80px 15px;
    }
    .cs_cta.cs_style_1 br,
    .cs_cta.cs_style_1 svg {
        display: none;
    }
}

/*=============================================
  Video Block
===============================================*/
.cs_video_block.cs_style_1 {
    min-height: 650px;
}
@media (max-width: 1199px) {
    .cs_video_block.cs_style_1 {
        min-height: 500px;
    }
}
@media (max-width: 991px) {
    .cs_video_block.cs_style_1 {
        min-height: 400px;
    }
}
@media (max-width: 575px) {
    .cs_video_block.cs_style_1 {
        min-height: 300px;
    }
}

.cs_video_block.cs_style_3 {
    min-height: 900px;
}
@media (max-width: 1199px) {
    .cs_video_block.cs_style_3 {
        min-height: 500px;
    }
}
@media (max-width: 991px) {
    .cs_video_block.cs_style_3 {
        min-height: 400px;
    }
}
@media (max-width: 575px) {
    .cs_video_block.cs_style_3 {
        min-height: 300px;
    }
}

/*=============================================
  FAQ Components
===============================================*/
.cs_faq_heading {
    width: min(100%, 460px);
}
@media (max-width: 991px) {
    .cs_faq_heading {
        width: 100%;
    }
}

.cs_faq_thumbnail {
    width: fit-content;
    margin-top: -40px;
    margin-left: -180px;
}
.cs_faq_thumbnail img {
    width: 100%;
}
@media (max-width: 991px) {
    .cs_faq_thumbnail {
        margin-left: 0;
        margin-top: 0;
    }
}

.cs_accordian.cs_style_1 {
    border-bottom: 1px solid var(--gray-color);
}
.cs_accordian.cs_style_1 .cs_accordian_head {
    padding: 24px 60px 24px 0;
    cursor: pointer;
}
.cs_accordian.cs_style_1 .cs_accordian_toggler {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 7px solid currentColor;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: 37px;
    right: 15px;
    transition: all 0.3s ease;
}
.cs_accordian.cs_style_1 .cs_accordian_body {
    padding: 0 60px 26px 0;
    margin-top: -12px;
}
.cs_accordian.cs_style_1.cs_type_1 .cs_accordian_head {
    padding: 30px 30px 40px 0;
}
.cs_accordian.cs_style_1.cs_type_1 .cs_accordian_toggler {
    top: 50px !important;
    right: 0;
}
.cs_accordian.cs_style_1.cs_type_1 .cs_accordian_body {
    padding: 0 0 40px 0;
}
.cs_accordian.cs_style_1.cs_type_1:first-child .cs_accordian_head {
    border-top: 1px solid var(--gray-color);
}
.cs_accordian.cs_style_1.cs_type_2 .cs_accordian_toggler {
    width: 8px;
    height: 8px;
    border: 1px solid var(--secondary-color);
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
}
.cs_accordian.cs_style_1.active .cs_accordian_head {
    pointer-events: none;
}
.cs_accordian.cs_style_1.active .cs_accordian_toggler {
    transform: translateY(-7px) rotateX(180deg);
}
.cs_accordian.cs_style_1.active .cs_card.cs_style_11 .cs_card_thumbnail {
    transform: scale(1);
}
.cs_accordian.cs_style_1.active.cs_type_2 .cs_accordian_toggler {
    transform: rotate(-135deg);
}
@media (max-width: 767px) {
    .cs_accordian.cs_style_1.cs_type_1 .cs_accordian_head {
        padding: 20px 30px 30px 0;
    }
    .cs_accordian.cs_style_1.cs_type_1 .cs_accordian_toggler {
        top: 40px;
    }
    .cs_accordian.cs_style_1.cs_type_1 .cs_accordian_body {
        padding: 0 0 30px 0;
    }
    .cs_accordian.cs_style_1 .cs_card_subtitle {
        margin-bottom: 15px;
    }
}

.cs_accordian.cs_style_2 {
    border-bottom: 1px solid var(--gray-color);
}
.cs_accordian.cs_style_2 .cs_accordian_head {
    padding: 30px 40px 40px 0;
    cursor: pointer;
}
.cs_accordian.cs_style_2 .cs_accordian_toggler {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 7px solid currentColor;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: 50px;
    right: 0px;
    transition: all 0.3s ease;
}
.cs_accordian.cs_style_2 .cs_accordian_body {
    padding: 0 0 40px 0;
}
.cs_accordian.cs_style_2:first-child {
    border-top: 1px solid var(--gray-color);
}
.cs_accordian.cs_style_2.active .cs_accordian_head {
    pointer-events: none;
}
.cs_accordian.cs_style_2.active .cs_accordian_toggler {
    transform: translateY(-7px) rotateX(180deg);
}
.cs_accordian.cs_style_2.active .cs_card.cs_style_11 .cs_card_thumbnail {
    transform: scale(1);
}
@media (max-width: 767px) {
    .cs_accordian.cs_style_2 .cs_accordian_head {
        padding: 20px 40px 30px 0;
    }
    .cs_accordian.cs_style_2 .cs_accordian_toggler {
        top: 40px;
    }
    .cs_accordian.cs_style_2 .cs_accordian_body {
        padding: 0 0 30px 0;
    }
}

/*=============================================
  Form and input Components Contact Section
===============================================*/
.cs_form_field {
    outline: 0;
    padding: 8px 15px;
    border: 1px solid var(--border-color);
}

.cs_custom_checkbox {
    display: inline-block;
    position: relative;
    min-height: 24px;
}
.cs_custom_checkbox input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.cs_custom_checkbox input:checked + label::before {
    background-color: var(--primary-color);
}
.cs_custom_checkbox input:checked + label::after {
    border-color: var(--white-color);
    opacity: 1;
}
.cs_custom_checkbox > label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    line-height: 1.75em;
    color: var(--primary-color);
    transition: all 0.3s ease;
}
.cs_custom_checkbox > label::before,
.cs_custom_checkbox > label::after {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
}
.cs_custom_checkbox > label::before {
    height: 15px;
    width: 15px;
    border-radius: 2px;
    border: 1px solid var(--primary-color);
    left: 0;
    top: 6px;
}
.cs_custom_checkbox > label::after {
    height: 5px;
    width: 8px;
    border: 2px solid currentColor;
    border-right: 0;
    border-top: 0;
    transform: rotate(-45deg);
    border-radius: 1px;
    left: 4px;
    top: 10px;
    opacity: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*===============================================
 Flatpickr Date and Time Taker
=================================================*/
.flatpickr-months .flatpickr-month {
    height: 45px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    height: 45px;
    padding: 8px 10px;
    color: var(--primary-color);
}

.flatpickr-current-month {
    padding: 10px 0 0 0;
    font-weight: 700;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-weight: 500;
}

.dayContainer {
    padding: 10px;
    font-size: 16px;
    color: var(--primary-color);
}

span.flatpickr-weekday {
    color: var(--primary-color);
    font-weight: 600;
}

.flatpickr-day.today {
    font-weight: 700;
    border-color: var(--primary-color);
}

/*===============================================
 Contact Component And Section
=================================================*/
.cs_contact_form .cs_form_field {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 0 10px 0;
    resize: none;
    color: var(--primary-color);
    background-color: transparent;
    border-bottom: 1px solid var(--primary-color);
}
.cs_contact_form .cs_form_field::placeholder {
    color: var(--primary-color);
}
.cs_contact_form .ts-control {
    padding: 18px 15px 17px;
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--border-color);
    border-radius: 10px;
    font-size: 16px;
    color: var(--secondary-color);
}
.cs_contact_form .cs_country .ts-control::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--secondary-color);
}
.cs_contact_form .cs_input_icon {
    right: 0;
    bottom: 12px;
    pointer-events: none;
    font-size: 12px;
}
.cs_contact_form.cs_type_1 .cs_form_field {
    padding: 13px 15px 12px;
    color: var(--secondary-color);
    border: 1px solid var(--border-color);
}
.cs_contact_form.cs_type_1 .cs_form_field:focus {
    border-color: var(--primary-color);
}
.cs_contact_form.cs_type_1 .cs_btn.cs_style_1 {
    padding: 14px 25px;
}

.cs_contact_form_wrapper {
    padding: 30px 40px 40px;
}
@media (max-width: 767px) {
    .cs_contact_form_wrapper {
        padding: 30px 20px 40px;
    }
}

.cs_location_map iframe {
    width: 100%;
    min-height: 560px;
    border-radius: inherit;
    filter: brightness(110%) grayscale(0.8);
}
@media (max-width: 991px) {
    .cs_location_map iframe {
        min-height: 350px;
    }
}

.cs_contact_map {
    width: 50vw;
    height: 100%;
    min-height: 500px;
}
.cs_contact_map iframe {
    display: block;
    transform: 0;
    width: 100%;
    height: 100%;
    filter: brightness(120%) grayscale(0.6);
}
.cs_contact_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .cs_contact_map {
        width: 100%;
        padding-top: 80px;
    }
    .cs_contact_map iframe {
        border-radius: 20px;
    }
}

/*=============================================
 Finding Apartments Area Section
===============================================*/
.cs_apartments_area {
    width: 100%;
    height: 100%;
    min-height: 1280px;
}
.cs_apartments_area .cs_apartments_wrapper {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.cs_apartments_area .cs_apartment_item {
    width: min(100%, 239px);
    gap: 14px;
    position: absolute;
}
.cs_apartments_area .cs_apartment_item .cs_apartment_info {
    width: 100%;
    padding: 17px 15px 25px;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
    transition: all 0.4s ease;
}
.cs_apartments_area .cs_apartment_item .cs_apartment_info::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--white-color);
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%) rotate(45deg);
}
.cs_apartments_area .cs_apartment_item .cs_apartment_btn {
    width: 50px;
    height: 50px;
    border: 13px solid var(--white-color);
    transition: all 0.4s ease;
}
.cs_apartments_area .cs_apartment_item .cs_apartment_btn:hover {
    background-color: var(--white-color);
    border-color: var(--primary-color);
}
.cs_apartments_area .cs_apartment_item:nth-child(1) {
    top: 21%;
    left: 13%;
}
.cs_apartments_area .cs_apartment_item:nth-child(2) {
    top: 26%;
    right: 16%;
}
.cs_apartments_area .cs_apartment_item:nth-child(3) {
    bottom: 14%;
    left: 23%;
}
.cs_apartments_area .cs_apartment_item:nth-child(4) {
    bottom: 30%;
    right: 8%;
}
.cs_apartments_area .cs_apartment_item.active .cs_apartment_info {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}
@media (max-width: 1399px) {
    .cs_apartments_area {
        min-height: 900px;
    }
    .cs_apartments_area .cs_apartment_item:nth-child(1) {
        top: 16%;
        left: 8%;
    }
    .cs_apartments_area .cs_apartment_item:nth-child(2) {
        top: 20%;
        right: 9%;
    }
    .cs_apartments_area .cs_apartment_item:nth-child(3) {
        bottom: 12%;
        left: 10%;
    }
    .cs_apartments_area .cs_apartment_item:nth-child(4) {
        bottom: 25%;
        right: 5%;
    }
}
@media (max-width: 991px) {
    .cs_apartments_area .cs_apartment_item {
        align-items: center;
    }
}
@media (max-width: 575px) {
    .cs_apartments_area .cs_apartment_item {
        position: initial;
        align-items: center;
    }
}

/*===========================================================
  Pagination Box
=============================================================*/
.cs_pagination_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
@media (max-width: 991px) {
    .cs_pagination_box {
        gap: 15px;
    }
}
@media (max-width: 400px) {
    .cs_pagination_box {
        gap: 5px;
    }
}
.cs_pagination_box .cs_pagination_item {
    border-radius: 5px;
    background: var(--white-color);
    box-shadow: 0px 4px 20px 0px rgba(29, 29, 29, 0.07);
    height: 45px;
    width: 45px;
    color: var(--secondary-color);
    line-height: 1.75em;
}
@media (max-width: 400px) {
    .cs_pagination_box .cs_pagination_item {
        height: 40px;
        width: 40px;
    }
}
.cs_pagination_box .cs_pagination_item.active {
    background-color: var(--primary-color);
    color: var(--white-color);
    pointer-events: none;
}
.cs_pagination_box a.cs_pagination_item:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.cs_pagination_box .cs_pagination_arrow {
    width: 20px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid currentColor;
    transition: all 0.4s ease;
}
.cs_pagination_box .cs_pagination_arrow:hover {
    color: var(--primary-color);
}
.cs_pagination_box .cs_pagination_arrow_left {
    margin-right: 15px;
}
.cs_pagination_box .cs_pagination_arrow_right {
    margin-left: 15px;
    transform: rotate(180deg);
}

/*=============================================
 Pricing Components and Section
===============================================*/
.cs_pricing_control li {
    display: flex;
    align-items: center;
    position: relative;
}
.cs_pricing_control li a {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}
.cs_pricing_control li a:hover {
    color: var(--secondary-color);
}
.cs_pricing_control li a[href="yearly"]::before {
    left: initial;
    right: 100%;
}
.cs_pricing_control li.active a {
    pointer-events: none;
    color: var(--secondary-color);
}
.cs_pricing_control li.active .cs_switch::before {
    left: 4px;
}
.cs_pricing_control .cs_switch {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 28px;
    background-color: var(--primary-color);
    border-radius: 20px;
    margin: 0 15px;
}
.cs_pricing_control .cs_switch::before {
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}
.cs_pricing_control a {
    position: relative;
}
.cs_pricing_control a::before {
    content: "";
    height: 28px;
    width: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    z-index: 1;
}

.cs_pricing_table.cs_style_1 {
    width: 100%;
    height: 100%;
    padding: 32px 40px 40px;
    display: flex;
    flex-direction: column;
}
.cs_pricing_table.cs_style_1 .yearlyPrice,
.cs_pricing_table.cs_style_1 .yearlyText {
    display: none;
}
.cs_pricing_table.cs_style_1 hr {
    margin-top: 0;
    margin-bottom: 40px;
    border-color: var(--white-color);
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 21px;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li:last-child {
    margin-bottom: 0;
}
.cs_pricing_table.cs_style_1 .cs_pricing_feature_list .cs_feature_icon {
    position: absolute;
    top: 3px;
    left: 0;
}
.cs_pricing_table.cs_style_1 .cs_pricing_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin-top: auto;
    text-align: center;
    border: 1px solid var(--white-color);
    text-shadow: 0 50px 0 currentColor;
    overflow: hidden;
}
.cs_pricing_table.cs_style_1 .cs_pricing_btn span {
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cs_pricing_table.cs_style_1 .cs_pricing_btn:hover span {
    transform: translateY(-50px);
}
.cs_pricing_table.cs_style_1:hover .cs_pricing_btn {
    background-color: transparent;
    color: var(--white-color);
}
@media (max-width: 1399px) {
    .cs_pricing_table.cs_style_1 {
        padding: 32px 20px 40px;
    }
}

/*=============================================
 All Shape Components
===============================================*/
.cs_cloud_shape_1 {
    left: 20%;
    top: 10%;
    animation: particleMovement 10s linear infinite;
}

.cs_cloud_shape_2 {
    left: 12%;
    top: 14%;
    animation: particleMovement 10s linear infinite;
    animation-direction: reverse;
    animation-delay: 5s;
}

.cs_cloud_shape_3 {
    right: 20%;
    top: 10%;
    animation: particleMovement 10s linear infinite;
}
.cs_cloud_shape_3 svg {
    transform: rotateY(180deg);
}

.cs_cloud_shape_4 {
    right: 12%;
    top: 14%;
    animation: particleMovement 10s linear infinite;
    animation-direction: reverse;
    animation-delay: 5s;
}
.cs_cloud_shape_4 svg {
    transform: rotateY(180deg);
}

.cs_counter_shape_1 {
    top: 10%;
    left: 2%;
    animation: particleMovement3 20s linear infinite;
}

.cs_counter_shape_2 {
    bottom: 10%;
    right: 2%;
    animation: particleMovement3 20s linear infinite;
}

.cs_vector_1 {
    left: 30px;
    bottom: 0;
}

.cs_vector_2 {
    top: 0;
    right: 40px;
}

/*===========================================================
  All Common Animations
=============================================================*/
@keyframes pulse-border {
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}
@keyframes pulse-bg {
    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}
@keyframes particleMovement {
    50% {
        transform: translate(20px, -10px) scale(1.2);
    }
}
@keyframes particleMovement3 {
    50% {
        transform: scale(1.2) rotatez(180deg);
    }
}
@keyframes rotate-y {
    50% {
        transform: translateY(50px) rotateY(180deg);
    }
}
/*===============================================================
 14. Cards
=================================================================*/
.cs_card.cs_style_1 .cs_card_thumbnail {
    display: block;
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.cs_card.cs_style_1 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    transition:
        opacity 0.6s ease-in-out,
        transform 0.6s ease-in-out;
}
.cs_card.cs_style_1 .cs_card_thumbnail .cs_card_img_front {
    opacity: 1;
    transform: scale(1);
}
.cs_card.cs_style_1 .cs_card_thumbnail .cs_card_img_back {
    opacity: 0;
    transform: scale(1.05);
}
.cs_card.cs_style_1 .cs_card_thumbnail:hover .cs_card_img_font {
    opacity: 0;
    transform: scale(1.05);
}
.cs_card.cs_style_1 .cs_card_thumbnail:hover .cs_card_img_back {
    opacity: 1;
    transform: scale(1);
}
.cs_card.cs_style_1 .cs_heart_toggler {
    width: 40px;
    height: 40px;
    padding: 10px;
    top: 30px;
    right: 30px;
    pointer-events: fill;
}
.cs_card.cs_style_1 .cs_property_info_header {
    display: flex;
    justify-content: space-between;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.cs_card.cs_style_1 .cs_property_price {
    padding: 10px 14px;
    backdrop-filter: blur(20px);
    left: 15px;
    top: 15px;
}
.cs_card.cs_style_1 .cs_property_price small {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--secondary-font);
}
.cs_card.cs_style_1 .cs_property_features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.cs_card.cs_style_1 .cs_property_features li span:first-child {
    margin-right: 14px;
}
.cs_card.cs_style_1 .cs_property_features li:not(:first-child) {
    padding-left: 10%;
    position: relative;
}
.cs_card.cs_style_1 .cs_property_features li:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 18px;
    background-color: var(--secondary-color);
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.cs_card.cs_style_1 .cs_property_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.cs_card.cs_style_1 .cs_property_info_text {
    width: min(100%, 270px);
}
.cs_card.cs_style_1 .cs_property_location_text {
    padding-left: 28px;
    position: relative;
}
.cs_card.cs_style_1 .cs_property_location_text span {
    position: absolute;
    top: 0;
    left: 0;
}
.cs_card.cs_style_1 .cs_btn.cs_style_1 {
    line-height: 1.563em;
}
.cs_card.cs_style_1 .cs_property_title a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 2px;
}
.cs_card.cs_style_1 .cs_property_title a:hover {
    background-size: 100% 2px;
    background-position: 0 calc(100% - 0px);
}
.cs_card.cs_style_1.cs_type_1 {
    padding: 15px 15px 22px;
    border: 1px solid var(--gray-color);
}
.cs_card.cs_style_1.cs_type_1 .cs_property_features li:not(:first-child) {
    padding-left: 8%;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_content {
    padding: 0 10px;
}
.cs_card.cs_style_1.cs_type_1 .cs_btn.cs_style_1 {
    width: 45px;
    height: 45px;
    padding: 10px;
    border: 0;
}
.cs_card.cs_style_1.cs_type_2 .cs_card_thumbnail {
    border-radius: 10px 10px 0 0;
}
.cs_card.cs_style_1.cs_type_2 .cs_card_content {
    padding: 20px 25px 22px;
    border: 1px solid var(--gray-color);
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.cs_card.cs_style_1.cs_type_2 .cs_property_features {
    padding: 20px 0 21px;
    position: relative;
}
.cs_card.cs_style_1.cs_type_2 .cs_property_features li:not(:first-child) {
    padding-left: 8%;
}
.cs_card.cs_style_1.cs_type_2 .cs_property_features::before,
.cs_card.cs_style_1.cs_type_2 .cs_property_features::after {
    content: "";
    width: calc(100% + 50px);
    height: 1px;
    background-color: var(--gray-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cs_card.cs_style_1.cs_type_2 .cs_property_features::before {
    top: 0;
}
.cs_card.cs_style_1.cs_type_2 .cs_property_features::after {
    bottom: 0;
}
.cs_card.cs_style_1.cs_type_3 .cs_card_thumbnail {
    border-radius: 10px 10px 0 0;
}
.cs_card.cs_style_1.cs_type_3 .cs_card_badge {
    top: 24px;
    left: 24px;
    padding: 1px 9px;
    background: rgba(29, 29, 29, 0.3);
    backdrop-filter: blur(25px);
}
.cs_card.cs_style_1.cs_type_3 .cs_card_content {
    padding: 20px 25px 22px;
    border: 1px solid var(--gray-color);
    border-top: 0;
    border-radius: 0 0 10px 10px;
}
.cs_card.cs_style_1.cs_type_3 .cs_property_info_header {
    padding-right: 65px;
    flex-direction: column;
}
.cs_card.cs_style_1.cs_type_3 .cs_btn.cs_style_1 {
    width: 45px;
    height: 45px;
    padding: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    border: 0;
}
.cs_card.cs_style_1.cs_type_3
    .cs_property_features
    li:not(:first-child)::before {
    content: "\f621";
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    background-color: transparent;
    color: var(--secondary-color);
    opacity: 1;
}
.cs_card.cs_style_1.cs_type_3 hr {
    border-style: dashed;
    border-color: var(--secondary-color);
    opacity: 0.3;
}
.cs_card.cs_style_1.cs_type_4 .cs_card_thumbnail {
    border-radius: 10px 10px 0 0;
}
.cs_card.cs_style_1.cs_type_4 .cs_card_content {
    padding: 20px 25px 22px;
    border-radius: 0 0 10px 10px;
}
.cs_card.cs_style_1.cs_type_4 .cs_property_features {
    padding: 0 0 21px;
    position: relative;
}
.cs_card.cs_style_1.cs_type_4 .cs_property_features li:not(:first-child) {
    padding-left: 8%;
}
.cs_card.cs_style_1.cs_type_4 .cs_property_features::after {
    content: "";
    width: calc(100% + 50px);
    height: 1px;
    background-color: var(--gray-color);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.cs_card.cs_style_1.cs_type_5 .cs_card_thumbnail {
    height: 550px;
}
.cs_card.cs_style_1.cs_type_5 .cs_card_badge {
    top: 24px;
    left: 24px;
    padding: 1px 9px;
    background: rgba(29, 29, 29, 0.3);
    backdrop-filter: blur(25px);
}
.cs_card.cs_style_1.cs_type_5 .cs_card_content {
    width: calc(100% - 20px);
    padding: 11px 17px 12px 25px;
    background: rgba(29, 29, 29, 0.6);
    backdrop-filter: blur(25px);
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.cs_card.cs_style_1.cs_type_5 .cs_property_info_header {
    padding-right: 65px;
    flex-direction: column;
}
.cs_card.cs_style_1.cs_type_5 .cs_property_price {
    background-color: transparent;
    backdrop-filter: none;
}
.cs_card.cs_style_1.cs_type_5 .cs_btn.cs_style_1 {
    width: 45px;
    height: 45px;
    padding: 10px;
    position: absolute;
    top: 5px;
    right: 0;
}
.cs_card.cs_style_1.cs_type_5
    .cs_property_features
    li:not(:first-child)::before {
    content: "\f621";
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    background-color: transparent;
    color: currentColor;
    opacity: 1;
}
.cs_card.cs_style_1.cs_type_5 hr {
    border-style: dashed;
    border-color: var(--gray-color);
    opacity: 0.3;
}
.cs_card.cs_style_1.cs_type_6 .cs_property_features li:not(:first-child) {
    padding-left: 12%;
}
.cs_card.cs_style_1.cs_type_6
    .cs_property_features
    li:not(:first-child)::before {
    content: "\f621";
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    background-color: transparent;
    color: currentColor;
    opacity: 1;
}
.cs_card.cs_style_1.cs_type_6 .cs_btn.cs_style_1 {
    flex: none;
}
.cs_card.cs_style_1.cs_type_6 hr {
    border-style: dashed;
    border-color: var(--secondary-color);
    opacity: 0.3;
}
@media (max-width: 1399px) {
    .cs_card.cs_style_1 .cs_property_features li span:first-child {
        margin-right: 6px;
    }
    .cs_card.cs_style_1 .cs_property_features li:not(:first-child) {
        padding-left: 7%;
    }
    .cs_card.cs_style_1.cs_type_1 .cs_property_features li {
        padding: 0;
    }
    .cs_card.cs_style_1.cs_type_1 .cs_property_features li::before {
        display: none;
    }
    .cs_card.cs_style_1.cs_type_1 .cs_card_content {
        padding: 0;
    }
    .cs_card.cs_style_1.cs_type_2 .cs_property_features li:not(:first-child) {
        padding-left: 4%;
    }
    .cs_card.cs_style_1.cs_type_3 .cs_card_thumbnail {
        border-radius: 10px 10px 0 0;
    }
    .cs_card.cs_style_1.cs_type_3 .cs_card_badge {
        top: 24px;
        left: 24px;
        padding: 1px 9px;
        background: rgba(29, 29, 29, 0.3);
        backdrop-filter: blur(25px);
    }
    .cs_card.cs_style_1.cs_type_3 .cs_card_content {
        padding: 20px 25px 22px;
        border: 1px solid var(--gray-color);
        border-top: 0;
        border-radius: 0 0 10px 10px;
    }
    .cs_card.cs_style_1.cs_type_3 .cs_property_info_header {
        padding-right: 65px;
        flex-direction: column;
    }
    .cs_card.cs_style_1.cs_type_3 .cs_btn.cs_style_1 {
        width: 45px;
        height: 45px;
        padding: 10px;
        position: absolute;
        top: 5px;
        right: 0;
        border: 0;
    }
    .cs_card.cs_style_1.cs_type_3 .cs_property_features li:not(:first-child) {
        padding-left: 0;
    }
    .cs_card.cs_style_1.cs_type_3
        .cs_property_features
        li:not(:first-child)::before {
        display: none;
    }
    .cs_card.cs_style_1.cs_type_4 .cs_property_features li:not(:first-child) {
        padding-left: 4%;
    }
    .cs_card.cs_style_1.cs_type_5 .cs_property_features li:not(:first-child) {
        padding-left: 0;
    }
    .cs_card.cs_style_1.cs_type_5 .cs_property_features li::before {
        display: none;
    }
    .cs_card.cs_style_1.cs_type_6 .cs_property_features li:not(:first-child) {
        padding-left: 9%;
    }
}
@media (max-width: 1199px) {
    .cs_card.cs_style_1 .cs_property_features li {
        padding: 0 !important;
    }
    .cs_card.cs_style_1 .cs_property_features li::before {
        display: none;
    }
}
@media (max-width: 991px) {
    .cs_card.cs_style_1 .cs_property_info {
        flex-direction: column;
        align-items: flex-start;
    }
    .cs_card.cs_style_1 .cs_property_info_text {
        width: 100%;
    }
    .cs_card.cs_style_1.cs_type_5 .cs_card_thumbnail {
        height: 550px;
    }
    .cs_card.cs_style_1.cs_type_5 .cs_card_badge {
        top: 24px;
        left: 24px;
        padding: 1px 9px;
        background: rgba(29, 29, 29, 0.3);
        backdrop-filter: blur(25px);
    }
    .cs_card.cs_style_1.cs_type_5 .cs_card_content {
        padding: 12px 15px;
    }
}
@media (max-width: 450px) {
    .cs_card.cs_style_1 .cs_property_info_text {
        width: 100%;
    }
}

.cs_card.cs_style_2 {
    width: 456px;
    height: 100%;
    display: block;
    overflow: hidden;
}
.cs_card.cs_style_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    z-index: 0;
    transition: all 0.8s ease;
}
.cs_card.cs_style_2 .cs_card_overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(42, 42, 42, 0.5) 0%,
        rgba(42, 42, 42, 0) 30%
    );
    border-radius: inherit;
    left: 0;
    top: 0;
    z-index: 1;
}
.cs_card.cs_style_2 .cs_card_text {
    padding: 15px 20px 16px;
    left: 30px;
    bottom: 30px;
}
.cs_card.cs_style_2:hover img {
    transform: scale(1.06);
}
.cs_card.cs_style_2.cs_type_1 .cs_card_text {
    width: calc(100% - 60px);
    padding: 17px 30px 18px;
    border-radius: 15px;
    background: rgba(29, 29, 29, 0.1);
    backdrop-filter: blur(20px);
    left: 30px;
    bottom: 40px;
}
.cs_card.cs_style_2.cs_type_2 {
    width: fit-content;
    height: 100%;
    margin: 0 auto;
}
.cs_card.cs_style_2.cs_type_2 .cs_card_overlay {
    background: linear-gradient(
        180deg,
        rgba(42, 42, 42, 0.5) 0%,
        rgba(42, 42, 42, 0) 30%
    );
}
.cs_card.cs_style_2.cs_type_2 .cs_card_text {
    left: 10px;
    top: 8px;
}
@media (max-width: 991px) {
    .cs_card.cs_style_2 {
        width: 290px;
    }
}

.cs_card.cs_style_3 {
    max-width: 1320px;
}
.cs_card.cs_style_3 .cs_card_thumbnail > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.cs_card.cs_style_3 .cs_video_block_wrapper {
    width: 100%;
    height: 100%;
    padding-top: 60%;
    padding-left: 40%;
    position: absolute;
    left: 0;
    top: 0;
}
.cs_card.cs_style_3 .cs_video_block {
    width: 100%;
    height: 100%;
    min-height: auto;
    border-top: 10px solid var(--white-color);
    border-left: 10px solid var(--white-color);
    border-radius: 0 0 20px 0;
}
.cs_card.cs_style_3 .cs_card_content {
    padding-left: 120px;
}
.cs_card.cs_style_3 .cs_card_title {
    margin-bottom: 67px;
}
.cs_card.cs_style_3 .cs_iconbox.cs_style_2 {
    max-width: 588px;
}
.cs_card.cs_style_3 .cs_iconbox.cs_style_2:not(:last-child) {
    margin-bottom: 30px;
}
@media (max-width: 1399px) {
    .cs_card.cs_style_3 .cs_card_content {
        padding-left: 40px;
    }
}
@media (max-width: 1199px) {
    .cs_card.cs_style_3 .cs_card_content {
        padding-left: 0px;
    }
    .cs_card.cs_style_3 .cs_card_title {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .cs_card.cs_style_3 .cs_iconbox.cs_style_2 {
        max-width: 100%;
        gap: 20px;
    }
}
@media (max-width: 450px) {
    .cs_card.cs_style_3 .cs_iconbox.cs_style_2 {
        flex-direction: column;
    }
}

.cs_card.cs_style_4 {
    width: 100%;
    height: 100%;
    border: 1px solid #14177b24;
}
.cs_card.cs_style_4 .cs_card_info {
    padding: 40px 45px 0;
}
.cs_card.cs_style_4 .cs_card_thumbnail {
    width: 100%;
    border-radius: 0 0 10px 10px;
}
.cs_card.cs_style_4 .cs_card_thumbnail img {
    width: 100%;
    border-radius: inherit;
}
@media (max-width: 1399px) {
    .cs_card.cs_style_4 .cs_card_info {
        padding: 40px 30px 0;
    }
}
@media (max-width: 1199px) {
    .cs_card.cs_style_4 .cs_card_info {
        padding: 40px 20px 0;
    }
}

.cs_card.cs_style_5 {
    display: block;
    width: min(100%, 336px);
    margin: 0 auto;
}
.cs_card.cs_style_5::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(0deg, #1d1d1d 0%, rgba(29, 29, 29, 0) 80%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.cs_card.cs_style_5 .cs_card_thumbnail {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 0;
}
.cs_card.cs_style_5 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.6s ease;
}
.cs_card.cs_style_5 .cs_iconbox_info {
    left: 30px;
    bottom: 24px;
    z-index: 3;
}
.cs_card.cs_style_5.cs_type_1 {
    width: 100%;
    height: 410px;
}
.cs_card.cs_style_5:hover .cs_card_thumbnail img {
    transform: scale(1.03);
}

.cs_card.cs_style_6 {
    width: 100%;
    padding: 24px;
    display: flex;
    gap: 20px 30px;
}
.cs_card.cs_style_6 .cs_card_thumbnail {
    display: block;
    width: 57%;
    flex: none;
}
.cs_card.cs_style_6 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.cs_card.cs_style_6 .cs_card_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cs_card.cs_style_6 .cs_property_location_text {
    padding-left: 28px;
    position: relative;
}
.cs_card.cs_style_6 .cs_property_location_text span {
    position: absolute;
    top: 0;
    left: 0;
}
.cs_card.cs_style_6 .cs_property_price {
    padding: 12px 0;
    border-top: 1px solid var(--gray-color);
    border-bottom: 1px solid var(--gray-color);
}
.cs_card.cs_style_6 .cs_property_features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px 20px;
    flex-wrap: wrap;
}
.cs_card.cs_style_6 .cs_property_features li {
    width: calc(50% - 10px);
}
.cs_card.cs_style_6 .cs_property_features li span:first-child {
    margin-right: 10px;
}
@media (max-width: 768px) {
    .cs_card.cs_style_6 {
        padding: 15px 15px 20px;
        flex-direction: column;
    }
    .cs_card.cs_style_6 .cs_card_thumbnail {
        width: 100%;
    }
}

.cs_card.cs_style_7 {
    padding: 25px;
    display: flex;
    gap: 24px;
    border: 1px solid var(--gray-color);
}
.cs_card.cs_style_7 .cs_card_thumbnail {
    display: block;
    flex: 1;
    min-height: 197px;
    overflow: hidden;
}
.cs_card.cs_style_7 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    transition:
        opacity 0.6s ease-in-out,
        transform 0.6s ease-in-out;
}
.cs_card.cs_style_7 .cs_card_thumbnail .cs_card_img_front {
    opacity: 1;
    transform: scale(1);
}
.cs_card.cs_style_7 .cs_card_thumbnail .cs_card_img_back {
    opacity: 0;
    transform: scale(1.05);
}
.cs_card.cs_style_7 .cs_card_thumbnail:hover .cs_card_img_font {
    opacity: 0;
    transform: scale(1.05);
}
.cs_card.cs_style_7 .cs_card_thumbnail:hover .cs_card_img_back {
    opacity: 1;
    transform: scale(1);
}
.cs_card.cs_style_7 .cs_card_thumbnail .cs_card_badge {
    left: 0;
    top: 24px;
    padding: 1px 9px;
    background: rgba(29, 29, 29, 0.3);
    backdrop-filter: blur(25px);
}
.cs_card.cs_style_7 .cs_card_content {
    flex: 1.2;
}
.cs_card.cs_style_7 .cs_property_features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 15px;
    flex-wrap: wrap;
}
.cs_card.cs_style_7 .cs_property_features li span:first-child {
    margin-right: 14px;
}
.cs_card.cs_style_7 .cs_property_location_text {
    padding-left: 28px;
    position: relative;
}
.cs_card.cs_style_7 .cs_property_location_text span {
    position: absolute;
    top: 0;
    left: 0;
}
.cs_card.cs_style_7 .cs_property_title a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 2px;
}
.cs_card.cs_style_7 .cs_property_title a:hover {
    background-size: 100% 2px;
    background-position: 0 calc(100% - 0px);
}
.cs_card.cs_style_7 .cs_price_btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 20px;
    flex-wrap: wrap;
}
@media (max-width: 1399px) {
    .cs_card.cs_style_7 {
        padding: 15px;
    }
    .cs_card.cs_style_7 .cs_property_features li span:first-child {
        margin-right: 6px;
    }
}
@media (max-width: 575px) {
    .cs_card.cs_style_7 {
        flex-direction: column;
    }
    .cs_card.cs_style_7 .cs_card_thumbnail {
        min-height: 220px;
    }
}

.cs_card.cs_style_8 .cs_card_thumbnail {
    width: 300px;
    height: 300px;
}
.cs_card.cs_style_8 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.4s cubic-bezier(0.68, 0.55, 0.27, 1.55);
}
.cs_card.cs_style_8 .cs_card_title a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 2px;
}
.cs_card.cs_style_8 .cs_card_title a:hover {
    background-size: 100% 2px;
    background-position: 0 calc(100% - 0px);
}
.cs_card.cs_style_8:hover .cs_card_thumbnail img {
    transform: scale(1.04);
}
@media (max-width: 767px) {
    .cs_card.cs_style_8 .cs_card_thumbnail {
        width: 240px;
        height: 240px;
    }
}

.cs_card.cs_style_9 {
    width: 696px;
}
.cs_card.cs_style_9 .cs_card_thumbnail {
    display: block;
    width: 100%;
}
.cs_card.cs_style_9 .cs_card_thumbnail img {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.58, 0.55, 0.27, 0.55);
}
.cs_card.cs_style_9 .cs_card_thumbnail:hover img {
    transform: scale(1.03);
}
.cs_card.cs_style_9 .cs_card_title a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 2px;
}
.cs_card.cs_style_9 .cs_card_title a:hover {
    background-size: 100% 2px;
    background-position: 0 calc(100% - 0px);
}
.cs_card.cs_style_9 .cs_property_location_text {
    padding-left: 28px;
    position: relative;
}
.cs_card.cs_style_9 .cs_property_location_text span {
    position: absolute;
    top: 0;
    left: 0;
}
.cs_card.cs_style_9 hr {
    width: 100%;
    border-style: dashed;
    border-color: var(--secondary-color);
}
.cs_card.cs_style_9 .cs_property_features {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
.cs_card.cs_style_9 .cs_property_features li {
    position: relative;
}
.cs_card.cs_style_9 .cs_property_features li span:first-child {
    margin-right: 14px;
}
.cs_card.cs_style_9 .cs_property_features li:not(:first-child) {
    padding-left: 10%;
}
.cs_card.cs_style_9 .cs_property_features li:not(:first-child)::before {
    content: "\f621";
    width: auto;
    height: auto;
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    background-color: transparent;
    color: var(--secondary-color);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 1199px) {
    .cs_card.cs_style_9 {
        width: 500px;
    }
}
@media (max-width: 991px) {
    .cs_card.cs_style_9 {
        width: 400px;
    }
}
@media (max-width: 767px) {
    .cs_card.cs_style_9 {
        width: 290px;
    }
    .cs_card.cs_style_9 .cs_property_features {
        gap: 10px 15px;
    }
    .cs_card.cs_style_9 .cs_property_features li span:first-child {
        margin-right: 6px;
    }
    .cs_card.cs_style_9 .cs_property_features li:not(:first-child) {
        padding-left: 0;
    }
    .cs_card.cs_style_9 .cs_property_features li:not(:first-child)::before {
        display: none;
    }
}

.cs_card.cs_style_10 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cs_card.cs_style_10 .cs_card_overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(67, 67, 67, 0) 0%, #1d1d1d 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.cs_card.cs_style_10 .cs_card_arrow {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
}
.cs_card.cs_style_10 .cs_card_content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 570px;
    padding: 48px 45px;
    margin-top: -50px;
}
.cs_card.cs_style_10 .cs_card_content:hover .cs_card_arrow {
    left: 50%;
    opacity: 1;
}
@media (max-width: 991px) {
    .cs_card.cs_style_10 .cs_card_content {
        padding: 48px 15px;
    }
}

.cs_card.cs_style_11 {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 30px 40px;
}
.cs_card.cs_style_11 .cs_card_thumbnail {
    display: block;
    flex: none;
    width: min(35%, 240px);
    transform: scale(0);
    transition: all 0.5s ease;
    transition-delay: 0.25s;
}
.cs_card.cs_style_11 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cs_card.cs_style_11 .cs_card_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cs_card.cs_style_11 .cs_card_subtitle {
    margin-bottom: 33px;
}
@media (max-width: 767px) {
    .cs_card.cs_style_11 {
        gap: 20px;
    }
    .cs_card.cs_style_11 .cs_card_subtitle {
        margin-bottom: 15px;
    }
}
@media (max-width: 450px) {
    .cs_card.cs_style_11 {
        flex-direction: column;
    }
    .cs_card.cs_style_11 .cs_card_thumbnail {
        width: 100%;
    }
}

.cs_card.cs_style_12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 37px;
    padding-left: 100px;
}
.cs_card.cs_style_12 .cs_card_thumbnail {
    width: 100%;
}
.cs_card.cs_style_12 .cs_card_thumbnail img {
    width: 100%;
}
.cs_card.cs_style_12 .cs_card_info {
    width: min(100%, 425px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 30px;
    flex-wrap: wrap;
}
.cs_card.cs_style_12 .cs_apartment_features li:not(:last-child) {
    margin-bottom: 13px;
}
@media (max-width: 1199px) {
    .cs_card.cs_style_12 {
        padding-left: 0;
    }
}

.cs_card.cs_style_13 .cs_card_content {
    width: min(100%, 620px);
}
.cs_card.cs_style_13 .cs_horizontal_line {
    width: 150px;
    height: 1px;
    background-color: var(--secondary-color);
}
@media (max-width: 991px) {
    .cs_card.cs_style_13 .cs_card_content {
        width: 100%;
    }
}

/*===============================================================
  15. Iconbox
=================================================================*/
.cs_iconbox.cs_style_1 {
    width: min(100%, 377px);
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon {
    width: 70px;
    height: 70px;
    flex: none;
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon svg {
    transition: all 1s ease;
}
.cs_iconbox.cs_style_1:hover .cs_iconbox_icon svg {
    transform: rotateY(360deg);
}
@media (max-width: 991px) {
    .cs_iconbox.cs_style_1 {
        width: 100%;
        display: flex;
        gap: 20px 25px;
    }
    .cs_iconbox.cs_style_1 .cs_iconbox_icon {
        margin-bottom: 0;
    }
}
@media (max-width: 450px) {
    .cs_iconbox.cs_style_1 {
        flex-direction: column;
    }
}

.cs_iconbox.cs_style_2 {
    display: flex;
    gap: 20px 28px;
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon {
    width: 80px;
    height: 80px;
    flex: none;
    border: 1px solid var(--secondary-color);
    transition: all 0.4s ease;
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: inherit;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s ease;
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon > * {
    position: relative;
    z-index: 1;
}
.cs_iconbox.cs_style_2:hover .cs_iconbox_icon {
    border-color: var(--primary-color);
    color: var(--white-color);
}
.cs_iconbox.cs_style_2:hover .cs_iconbox_icon::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
@media (max-width: 575px) {
    .cs_iconbox.cs_style_2 .cs_iconbox_icon {
        width: 70px;
        height: 70px;
    }
}

.cs_iconbox.cs_style_3 {
    width: min(100%, 336px);
    height: 100%;
    margin: 0 auto;
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon {
    width: 80px;
    height: 80px;
    border: 2px solid var(--white-color);
    transition: all 0.3s ease;
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon img {
    transition: inherit;
}
.cs_iconbox.cs_style_3 a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.cs_iconbox.cs_style_3 a:hover {
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}
.cs_iconbox.cs_style_3.cs_type_1 {
    max-width: 100%;
    margin: 0;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.cs_iconbox.cs_style_3.cs_type_1 .cs_iconbox_bg {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    transition: all 0.8s ease;
}
.cs_iconbox.cs_style_3.cs_type_1 > * {
    position: relative;
    z-index: 1;
}
.cs_iconbox.cs_style_3.cs_type_2 .cs_iconbox_icon {
    border-color: var(--primary-color);
}
.cs_iconbox.cs_style_3.cs_type_2 .cs_arrow_shape_1 {
    left: 77%;
    top: 22px;
    overflow: hidden;
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
    background-color: transparent;
    color: var(--white-color);
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%)
        hue-rotate(55deg) brightness(107%) contrast(101%);
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_bg {
    transform: scale(1.03);
}
.cs_iconbox.cs_style_3:hover.cs_type_2 .cs_iconbox_icon {
    background-color: transparent;
    color: var(--primary-color);
}
@media (max-width: 1399px) {
    .cs_iconbox.cs_style_3.cs_type_2 .cs_arrow_shape_1 {
        left: 67%;
    }
}
@media (max-width: 1199px) {
    .cs_iconbox.cs_style_3.cs_type_2 .cs_arrow_shape_1 {
        top: 32px;
        left: 77%;
    }
    .cs_iconbox.cs_style_3.cs_type_2 .cs_arrow_shape_1 svg {
        margin-left: -120px;
    }
}
@media (max-width: 991px) {
    .cs_iconbox.cs_style_3.cs_type_2 .cs_arrow_shape_1 {
        display: none;
    }
}
@media (max-width: 767px) {
    .cs_iconbox.cs_style_3 {
        width: 100%;
    }
}

.cs_iconbox.cs_style_4 {
    width: min(100%, 320px);
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon {
    width: 73px;
    height: 73px;
    flex: none;
    border: 1px solid var(--gray-color);
    transition: all 0.4s ease;
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon::before {
    content: "";
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-color: #fff;
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon > * {
    position: relative;
    z-index: 1;
}
.cs_iconbox.cs_style_4:hover .cs_iconbox_icon {
    color: #fff;
    border-color: #0e2971;
}
.cs_iconbox.cs_style_4:hover .cs_iconbox_icon::before {
    transform: translate(-50%, -50%) scale(0);
}
@media (max-width: 1399px) {
    .cs_iconbox.cs_style_4 {
        width: 100%;
    }
}

.cs_iconbox.cs_style_5 {
    display: flex;
    gap: 20px 45px;
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    flex: none;
}
@media (max-width: 991px) {
    .cs_iconbox.cs_style_5 {
        gap: 20px 25px;
    }
}
@media (max-width: 400px) {
    .cs_iconbox.cs_style_5 {
        flex-direction: column;
    }
}

.cs_iconbox.cs_style_6 {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.cs_iconbox.cs_style_6 .cs_iconbox_icon {
    width: 70px;
    height: 70px;
    padding: 10px;
    flex: none;
}
.cs_iconbox.cs_style_6 .cs_iconbox_info {
    text-wrap: nowrap;
}

/*===============================================================
 16. Posts and Post Details
=================================================================*/
.cs_post.cs_style_1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.cs_post.cs_style_1 .cs_post_thumbnail {
    width: 100%;
}
.cs_post.cs_style_1 .cs_post_thumbnail img {
    width: 100%;
    border-radius: inherit;
    transform: scale(1.03);
    transition: all 0.6s ease;
}
.cs_post.cs_style_1 .cs_post_thumbnail:hover img {
    transform: scale(1);
}
.cs_post.cs_style_1 .cs_post_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cs_post.cs_style_1 .cs_post_title a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 2px;
}
.cs_post.cs_style_1 .cs_post_title a:hover {
    background-size: 100% 2px;
    background-position: 0 calc(100% - 0px);
}
.cs_post.cs_style_1 .cs_btn.cs_style_1 {
    margin-top: auto;
}
.cs_post.cs_style_1.cs_type_1 {
    padding: 15px 15px 26px;
    border: 1px solid var(--gray-color);
}
.cs_post.cs_style_1.cs_type_1 .cs_post_content {
    align-items: center;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_meta {
    display: flex;
    gap: 14px;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_meta span:first-child {
    display: inline-block;
    padding-right: 14px;
    position: relative;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_meta span:first-child::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.cs_post.cs_style_2 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cs_post.cs_style_2 .cs_post_thumbnail {
    display: block;
    width: 63px;
    height: 63px;
    flex: none;
}
.cs_post.cs_style_2 .cs_post_thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: all 0.5s ease;
}
.cs_post.cs_style_2 .cs_post_thumbnail:hover img {
    transform: scale(1.03);
}
.cs_post.cs_style_2 .cs_post_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cs_post.cs_style_2 .cs_post_title a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.cs_post.cs_style_2 .cs_post_title a:hover {
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}

/*======================================================================
 Post Details Page Styling
========================================================================*/
.cs_post_details .cs_post_meta_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cs_post_details .cs_post_meta:last-child {
    padding-left: 24px;
    position: relative;
}
.cs_post_details .cs_post_meta:last-child::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: currentColor;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
.cs_post_details h2 {
    font-size: 39px;
    font-weight: 600;
    line-height: 1.282em;
    margin-bottom: 34px;
}
.cs_post_details h3 {
    font-size: 31px;
    font-weight: 600;
    line-height: 1.29em;
    margin-bottom: 14px;
}
.cs_post_details p {
    margin-bottom: 30px;
}
.cs_post_details p:last-child {
    margin-bottom: 0;
}
.cs_post_details img {
    display: block;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 45px;
}
.cs_post_details blockquote {
    padding: 19px 32px;
    background-color: var(--gray3-color);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4em;
    color: var(--primary-color);
    margin-bottom: 40px;
    position: relative;
}
.cs_post_details blockquote::before {
    content: "";
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.cs_post_details blockquote svg {
    width: 49px;
    height: 49px;
    margin-bottom: 22px;
}
.cs_post_details blockquote small {
    margin-top: 13px;
}
.cs_post_details .cs_post_shares {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 30px;
    flex-wrap: wrap;
}
.cs_post_details .cs_post_shares .cs_categories {
    display: flex;
    gap: 15px;
}
.cs_post_details .cs_post_shares .cs_category {
    padding: 1px 15px;
    border: 1px solid var(--primary-color);
}
.cs_post_details .cs_post_shares .cs_category:hover {
    color: var(--primary-color);
    background-color: var(--white-color);
}
.cs_post_details .cs_social_share_btns {
    display: flex;
    gap: 18px;
}
.cs_post_details .cs_social_share_btns a:hover {
    color: var(--primary-color);
}
@media (max-width: 1199px) {
    .cs_post_details br {
        display: none;
    }
}
@media (max-width: 767px) {
    .cs_post_details blockquote {
        padding: 19px 15px 19px 20px;
    }
}

/*=======================================================
 Post Author
=========================================================*/
.cs_post_author {
    padding: 50px 0;
    display: flex;
    gap: 20px 50px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.cs_post_author .cs_author_thumbnail {
    width: 150px;
    height: 150px;
    flex: none;
}
.cs_post_author .cs_social_links {
    display: flex;
    gap: 10px;
}
.cs_post_author .cs_social_links a {
    width: 35px;
    height: 35px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}
.cs_post_author .cs_social_links a:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}
@media (max-width: 991px) {
    .cs_post_author {
        gap: 20px 30px;
    }
}
@media (max-width: 500px) {
    .cs_post_author {
        flex-direction: column;
    }
}

/*=======================================================
 Post Comment
=========================================================*/
.cs_comment_form .cs_form_field {
    width: 100%;
    padding: 12px 20px 13px;
    resize: none;
    color: var(--secondary-color);
}
.cs_comment_form .cs_form_field:focus {
    border-color: var(--primary-color);
}
.cs_comment_form .cs_input_wrapper {
    gap: 15px 30px;
}
.cs_comment_form .cs_btn.cs_style_1 {
    flex: none;
}
@media (max-width: 767px) {
    .cs_comment_form .cs_input_wrapper {
        flex-wrap: wrap;
    }
}

/*===============================================================
 17. Testimonials
=================================================================*/
.cs_testimonial.cs_style_1 {
    padding: 50px;
    border: 1px solid var(--secondary-color);
}
.cs_testimonial.cs_style_1 .cs_quote_icon {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.cs_testimonial.cs_style_1 blockquote {
    font-size: 16px;
    color: var(--gray-color);
    font-style: normal;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .cs_testimonial.cs_style_1 {
        padding: 30px 20px;
    }
}

.cs_testimonial.cs_style_2 .cs_testimonial_heading {
    width: min(100%, 570px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.cs_testimonial.cs_style_2 .slick-active .cs_avatar.cs_style_1 {
    transform: translateY(0);
    opacity: 1;
}
.cs_testimonial.cs_style_2 .cs_avatar.cs_style_1 {
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.4s ease;
    transition-delay: 0.4s;
}
.cs_testimonial.cs_style_2 blockquote {
    font-size: 39px;
    color: var(--white-color);
    font-family: var(--primary-font);
    font-style: normal;
}
.cs_testimonial.cs_style_2 .cs_slider.cs_style_1 {
    padding: 85px;
    border-radius: 20px;
    border: 1px solid var(--secondary-color);
    background: #202020;
}
.cs_testimonial.cs_style_2 .cs_testimonial_rating_info {
    width: 160px;
    height: 160px;
    padding: 50px;
    position: absolute;
    top: -80px;
    right: -80px;
    z-index: 0;
}
.cs_testimonial.cs_style_2 .cs_testimonial_rating_info svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: focusAnimation 20s linear infinite;
}
.cs_testimonial.cs_style_2 .cs_testimonial_rating_info span {
    position: relative;
    z-index: 1;
}
@media (max-width: 1550px) {
    .cs_testimonial.cs_style_2 .cs_testimonial_rating_info {
        top: -50px;
        right: -40px;
    }
}
@media (max-width: 1399px) {
    .cs_testimonial.cs_style_2 .cs_slider.cs_style_1 {
        padding: 80px 20px;
    }
}
@media (max-width: 1199px) {
    .cs_testimonial.cs_style_2 .cs_testimonial_heading {
        width: 100%;
    }
    .cs_testimonial.cs_style_2 .cs_testimonial_heading br {
        display: none;
    }
}
@media (max-width: 991px) {
    .cs_testimonial.cs_style_2 blockquote {
        font-size: 31px;
    }
    .cs_testimonial.cs_style_2 .cs_slider.cs_style_1 {
        padding: 80px 20px 60px;
    }
}
@media (max-width: 575px) {
    .cs_testimonial.cs_style_2 .cs_testimonial_rating_info {
        top: -80px;
    }
    .cs_testimonial.cs_style_2 blockquote {
        font-size: 25px;
    }
}

.cs_testimonial.cs_style_3 {
    width: min(100%, 936px);
    min-height: 160px;
    margin: 0 auto;
}
.cs_testimonial.cs_style_3 blockquote {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--primary-color);
    font-style: normal;
    font-family: var(--primary-font);
    margin-bottom: 23px;
    text-wrap: wrap;
}
.cs_testimonial.cs_style_3 small {
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
}
.cs_testimonial.cs_style_3.cs_type_1 blockquote,
.cs_testimonial.cs_style_3.cs_type_1 small {
    color: var(--white-color);
}

@keyframes focusAnimation {
    100% {
        transform: rotate(360deg);
    }
}
/*===============================================================
 18. Property and Property Details
=================================================================*/
.cs_flor_diagram img {
    width: 100%;
}

.cs_floor_plan_list li {
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 20px;
    flex-wrap: wrap;
    border-bottom: 1px dashed var(--border-color);
}
.cs_floor_plan_list li span:last-child {
    text-align: right;
}

/*=======================================================
 Property Gallery
=========================================================*/
.cs_gallery_item {
    display: flex;
    width: 696px;
}
.cs_gallery_item img {
    width: 100%;
    height: 100%;
}
.cs_gallery_item .cs_gallery_title {
    display: inline-block;
    position: absolute;
    left: 34px;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.cs_gallery_item .cs_gallery_title::after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%) scale(0, 1);
    transform-origin: top left;
    transition: transform 0.3s cubic-bezier(0.68, 0.55, 0.27, 1);
    transition-delay: 0.2s;
}
.cs_gallery_item:hover .cs_gallery_title {
    opacity: 1;
    bottom: 34px;
}
.cs_gallery_item:hover .cs_gallery_title::after {
    transform: translateY(-50%) scale(1, 1);
}

/*=======================================================
 Single Property Apartment
=========================================================*/
.cs_apartment_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.cs_apartment_item .cs_apartment_heading {
    min-width: 180px;
}
.cs_apartment_item .cs_property_title a {
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 2px;
}
.cs_apartment_item .cs_property_title a:hover {
    background-size: 100% 2px;
    background-position: 0 calc(100% - 0px);
}
.cs_apartment_item .cs_apartment_thumbnail {
    display: block;
    width: min(100%, 336px);
}
.cs_apartment_item .cs_apartment_thumbnail img {
    width: 100%;
    transform: scale(1) rotate(0);
    transition: all 0.8s ease;
}
.cs_apartment_item .cs_apartment_thumbnail:hover img {
    transform: scale(1.06) rotate(1deg);
}
.cs_apartment_item .cs_apartment_info_list {
    width: min(100%, 276px);
}
.cs_apartment_item .cs_apartment_info_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}
.cs_apartment_item .cs_apartment_info_list li:last-child {
    margin-bottom: 0;
}
.cs_apartment_item .cs_btn.cs_style_1 {
    flex: none;
}
@media (max-width: 1199px) {
    .cs_apartment_item .cs_apartment_thumbnail {
        width: min(100%, 260px);
    }
    .cs_apartment_item .cs_apartment_info_list {
        width: min(100%, 250px);
    }
}
@media (max-width: 991px) {
    .cs_apartment_item {
        flex-direction: column;
        align-items: flex-start;
    }
    .cs_apartment_item .cs_apartment_thumbnail,
    .cs_apartment_item .cs_apartment_info_list {
        width: 100%;
    }
}

.cs_apartment_list > li {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--border-color);
}
.cs_apartment_list > li:last-child {
    margin-bottom: 0;
}

/*=======================================================
 Property Explore Section
 ========================================================*/
.cs_explore_list li {
    padding: 0 150px 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.cs_explore_list li:last-child {
    margin-bottom: 0;
}
.cs_explore_list .cs_text_btn.cs_style_2 {
    position: absolute;
    top: 60px;
    right: 0;
}
.cs_explore_list .cs_text_btn.cs_style_2 .cs_btn_arrow {
    width: 35px;
}
.cs_explore_list .cs_text_btn.cs_style_2 .cs_btn_arrow i {
    text-shadow: -40px 0px 0px currentColor;
}
.cs_explore_list .cs_text_btn.cs_style_2:hover .cs_btn_arrow i {
    transform: translateX(40px);
}
@media (max-width: 1399px) {
    .cs_explore_list .cs_text_btn.cs_style_2 {
        top: 45px;
    }
}
@media (max-width: 1199px) {
    .cs_explore_list li {
        padding: 0 150px 30px 0;
        margin-bottom: 20px;
    }
    .cs_explore_list .cs_text_btn.cs_style_2 {
        top: 35px;
    }
}
@media (max-width: 991px) {
    .cs_explore_list .cs_text_btn.cs_style_2 {
        top: 25px;
    }
}
@media (max-width: 575px) {
    .cs_explore_list li {
        padding-right: 0;
    }
    .cs_explore_list .cs_text_btn.cs_style_2 {
        position: initial;
    }
}

/*=======================================================
 Property Details
 ========================================================*/
.cs_property_details .cs_property_header {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.cs_property_details .cs_property_header_right {
    text-align: right;
}
.cs_property_details .cs_property_banner {
    width: 100%;
}
.cs_property_details .cs_property_banner img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}
.cs_property_details .cs_property_banner .cs_property_badge {
    padding: 3px 12px 2px;
    top: 16px;
    left: 16px;
}
.cs_property_details .cs_property_features_list {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.cs_property_details .cs_property_features_list li {
    padding: 0 20px;
    position: relative;
}
.cs_property_details .cs_property_features_list li::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--secondary-color);
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
}
.cs_property_details .cs_property_features_list li:last-child::after {
    display: none;
}
@media (max-width: 1199px) {
    .cs_property_details .cs_property_features_list li {
        padding: 0;
    }
    .cs_property_details .cs_property_features_list li::after {
        display: none;
    }
}
@media (max-width: 991px) {
    .cs_property_details .cs_property_features_list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .cs_property_details .cs_property_header_right {
        text-align: left;
    }
}
@media (max-width: 575px) {
    .cs_property_details .cs_property_features_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.cs_single_property_content {
    padding: 30px 40px 40px;
    border: 1px solid var(--gray-color);
}
.cs_single_property_content > div {
    padding-bottom: 35px;
    margin-bottom: 32px;
    border-bottom: 1px solid var(--gray-color);
}
.cs_single_property_content > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.cs_single_property_content .cs_location_map iframe {
    filter: brightness(120%) grayscale(0.8);
}
.cs_single_property_content .cs_property_info_list {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.cs_single_property_content .cs_property_info_list li {
    width: calc(50% - 10px);
    display: flex;
    gap: 5px 20px;
    flex-wrap: wrap;
}
.cs_single_property_content .cs_property_info_list span:first-child {
    display: inline-block;
    width: min(40%, 147px);
}
.cs_single_property_content .cs_property_amenties_list {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}
.cs_single_property_content .cs_property_amenties_list li {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    gap: 15px 20px;
    flex-wrap: wrap;
}
.cs_single_property_content .cs_property_amenties_list span:first-child {
    display: inline-block;
    width: min(40%, 147px);
}
.cs_single_property_content .cs_property_floor .cs_floor_content_wrapper {
    padding: 45px;
}
.cs_single_property_content .cs_property_floor .cs_floor_diagram {
    width: min(100%, 547px);
    height: 460px;
    margin: 0 auto;
}
.cs_single_property_content .cs_property_floor .cs_floor_diagram img {
    width: 100%;
    height: 100%;
}
.cs_single_property_content .cs_financial_info_list li {
    margin-bottom: 10px;
}
.cs_single_property_content .cs_financial_info_list li:last-child {
    margin-bottom: 0;
}
.cs_single_property_content .cs_financial_info_list span:first-child {
    display: inline-block;
    width: min(50%, 175px);
}
.cs_single_property_content .cs_surroundings_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px 60px;
    flex-wrap: wrap;
}
.cs_single_property_content .cs_nearby_items {
    display: flex;
    align-items: center;
    gap: 30px 60px;
    flex-wrap: wrap;
}
.cs_single_property_content .cs_mortgage_calculation_form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px 20px;
}
.cs_single_property_content
    .cs_mortgage_calculation_form
    .cs_input_wrapper:last-child {
    grid-column: auto/span 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 8px;
}
.cs_single_property_content .cs_mortgage_calculation_form .cs_form_field {
    width: 100%;
}
.cs_single_property_content .cs_mortgage_calculation_form .cs_form_field:focus {
    border-color: var(--primary-color);
}
@media (max-width: 1199px) {
    .cs_single_property_content .cs_property_info_list span:first-child {
        width: min(50%, 147px);
    }
    .cs_single_property_content .cs_property_amenties_list span:first-child {
        width: min(55%, 147px);
    }
}
@media (max-width: 991px) {
    .cs_single_property_content {
        padding: 30px 20px 40px;
    }
    .cs_single_property_content .cs_property_floor .cs_floor_content_wrapper {
        padding: 30px;
    }
    .cs_single_property_content .cs_property_floor .cs_floor_diagram {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .cs_single_property_content .cs_property_info_list li,
    .cs_single_property_content .cs_property_amenties_list li {
        width: 100%;
    }
    .cs_single_property_content .cs_property_info_list span:first-child,
    .cs_single_property_content .cs_property_amenties_list span:first-child {
        width: 50%;
    }
    .cs_single_property_content .cs_floor_diagram {
        height: 360px;
    }
    .cs_single_property_content .cs_mortgage_calculation_form {
        grid-template-columns: repeat(2, 1fr);
    }
    .cs_single_property_content
        .cs_mortgage_calculation_form
        .cs_input_wrapper:last-child {
        grid-column: auto/span 2;
    }
}
@media (max-width: 575px) {
    .cs_single_property_content .cs_property_floor .cs_floor_diagram {
        height: 250px;
    }
    .cs_single_property_content .cs_mortgage_calculation_form {
        grid-template-columns: repeat(1, 1fr);
    }
    .cs_single_property_content
        .cs_mortgage_calculation_form
        .cs_input_wrapper:last-child {
        grid-column: auto/span 1;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 0;
    }
}

/*===============================================================
  19. Tabs
=================================================================*/
/*====================================================
  Tab Links Styling
 ======================================================*/
.cs_tab_links.cs_style_1 {
    display: flex;
    transform: translateY(1px);
}
.cs_tab_links.cs_style_1 li {
    position: relative;
    transition: all 0.2s ease;
}
.cs_tab_links.cs_style_1 li::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    opacity: 0.95;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}
.cs_tab_links.cs_style_1 li.active,
.cs_tab_links.cs_style_1 li:hover {
    color: var(--white-color);
}
.cs_tab_links.cs_style_1 li.active::before,
.cs_tab_links.cs_style_1 li:hover::before {
    background-color: var(--primary-color);
}
.cs_tab_links.cs_style_1 li:first-child {
    border-radius: 10px 0 0 0;
}
.cs_tab_links.cs_style_1 li a {
    display: inline-block;
    padding: 9px 25px;
    position: relative;
    z-index: 1;
}
.cs_tab_links.cs_style_1.cs_type_1 li:first-child {
    border-radius: 10px 0 0 0;
}
.cs_tab_links.cs_style_1.cs_type_1 li:last-child {
    border-radius: 0 10px 0 0;
}

.cs_tab_links.cs_style_2 {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cs_tab_links.cs_style_2 li a {
    display: inline-block;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    height: 45px;
    padding: 8px 25px;
    text-wrap: nowrap;
}
.cs_tab_links.cs_style_2 li.active a,
.cs_tab_links.cs_style_2 li:hover a {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.cs_tab_links.cs_style_2.cs_type_1 {
    padding: 7px;
    border-radius: 10px;
    gap: 3px;
    border: 1px solid var(--gray-color);
}
.cs_tab_links.cs_style_2.cs_type_1 li a {
    border: 0;
    border-radius: 7px;
    padding: 7px 20px;
}
@media (max-width: 991px) {
    .cs_tab_links.cs_style_2 {
        justify-content: center;
    }
}

.cs_tab_links.cs_style_3 {
    gap: 20px;
}
.cs_tab_links.cs_style_3 li a {
    display: inline-block;
    height: 72px;
    width: 72px;
    padding: 4px;
    border: 2px solid var(--gray-color);
    border-radius: 50%;
}
.cs_tab_links.cs_style_3 li img {
    border-radius: inherit;
}
.cs_tab_links.cs_style_3 li.active a,
.cs_tab_links.cs_style_3 li:hover a {
    border-color: var(--primary-color);
}
.cs_tab_links.cs_style_3.cs_type_1 {
    padding: 7px;
    border-radius: 10px;
    gap: 3px;
    border: 1px solid var(--gray-color);
}
.cs_tab_links.cs_style_3.cs_type_1 li a {
    border: 0;
    border-radius: 7px;
    padding: 7px 20px;
}
.cs_tab_links.cs_style_3.cs_type_2 li a {
    border: 2px solid var(--secondary-color);
}
.cs_tab_links.cs_style_3.cs_type_2 li.active a,
.cs_tab_links.cs_style_3.cs_type_2 li:hover a {
    border-color: var(--gray-color);
}
@media (max-width: 991px) {
    .cs_tab_links.cs_style_3 {
        justify-content: center;
    }
}

.cs_tab_links.cs_style_4 {
    counter-reset: section;
    transition: all 0.3s ease;
}
.cs_tab_links.cs_style_4 li {
    padding-left: 64px;
    position: relative;
    font-size: 39px;
    line-height: 1.28em;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--primary-font);
    border-bottom: 1px solid var(--gray-color);
}
.cs_tab_links.cs_style_4 li::before,
.cs_tab_links.cs_style_4 li::after {
    position: absolute;
    bottom: 40px;
    left: 0;
}
.cs_tab_links.cs_style_4 li::before {
    counter-increment: section;
    content: counters(section, "") ".";
    left: 30px;
}
.cs_tab_links.cs_style_4 li:not(:empty):not(:nth-child(n + 10))::after {
    content: counter(item);
    left: 0;
}
.cs_tab_links.cs_style_4 li:nth-child(n + 10)::before {
    left: 0;
}
.cs_tab_links.cs_style_4 li:first-child a {
    padding-top: 0;
}
.cs_tab_links.cs_style_4 li:hover {
    color: var(--secondary-color);
}
.cs_tab_links.cs_style_4 a {
    display: block;
    padding: 30px 0 40px;
}
@media (max-width: 1199px) {
    .cs_tab_links.cs_style_4 li {
        font-size: 31px;
        padding-left: 50px;
    }
    .cs_tab_links.cs_style_4 li::before,
    .cs_tab_links.cs_style_4 li::after {
        bottom: 20px;
    }
    .cs_tab_links.cs_style_4 li::before {
        left: 20px;
    }
    .cs_tab_links.cs_style_4 li a {
        padding: 15px 0 20px;
    }
}

.cs_tab_links.cs_style_5 {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.cs_tab_links.cs_style_5 a {
    display: inline-block;
    padding: 9px 20px;
    position: relative;
    z-index: 1;
}
.cs_tab_links.cs_style_5 li {
    font-family: var(--primary-font);
    font-weight: 500;
    position: relative;
    border-radius: 10px;
}
.cs_tab_links.cs_style_5 li::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.05;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}
.cs_tab_links.cs_style_5 li.active,
.cs_tab_links.cs_style_5 li:hover {
    color: var(--primary-color);
}
.cs_tab_links.cs_style_5 li.active::before,
.cs_tab_links.cs_style_5 li:hover::before {
    opacity: 0.1;
}

/*====================================================
 Tab Content Styling
======================================================*/
.cs_tabs {
    position: relative;
}
.cs_tabs .cs_tab_body {
    position: relative;
}
.cs_tabs .cs_tab_body.cs_type_1 {
    border-radius: 0 10px 10px 10px;
}
.cs_tabs .cs_tab {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.cs_tabs .cs_tab.active {
    opacity: 1;
    visibility: visible;
    position: initial;
    pointer-events: initial;
    top: 0;
}

/*==============================================================
  20. Profile
================================================================*/
.cs_or_login span {
    padding: 0 12px;
    position: relative;
    text-align: center;
}
.cs_or_login span::before,
.cs_or_login span::after {
    background-color: var(--border-color);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 35px;
}
.cs_or_login span::before {
    right: 100%;
}
.cs_or_login span::after {
    left: 100%;
}

/*------------------------------------------
 Profile page
--------------------------------------------*/
.cs_profile_menu {
    padding: 30px;
    border: 1px solid var(--border-color);
}
.cs_profile_menu .cs_profile_thumbnail {
    width: 150px;
    height: 150px;
    border: 5px solid var(--gray-color);
}
.cs_profile_menu .cs_profile_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.cs_dashboard_nav li {
    font-family: var(--primary-font);
    color: var(--primary-color);
    padding-left: 26px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    transition: all 0.4s ease;
}
.cs_dashboard_nav li:last-child {
    border-bottom: 0;
}
.cs_dashboard_nav li:last-child a {
    padding-bottom: 0;
}
.cs_dashboard_nav li.active,
.cs_dashboard_nav li:hover {
    opacity: 0.75;
}
.cs_dashboard_nav li a {
    display: inline-block;
    padding: 12px 0;
}
.cs_dashboard_nav li span:first-child {
    position: absolute;
    left: 0;
    top: 12px;
}

.cs_profile {
    width: min(100%, 860px);
    padding: 30px 30px 40px;
    margin: 0 auto;
}
.cs_profile .cs_avatar.cs_style_2 {
    display: flex;
    align-items: center;
    gap: 20px 25px;
    flex-wrap: wrap;
}
.cs_profile .cs_avatar.cs_style_2 .cs_avatar_icon {
    width: 120px;
    height: 120px;
    background-color: transparent;
}
.cs_profile .cs_avatar.cs_style_2 .cs_avatar_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.cs_profile .cs_avatar.cs_style_2 .cs_avatar_icon .cs_thumb_edit {
    width: 30px;
    height: 30px;
    padding: 6px;
    background-color: var(--primary-color);
    font-size: 14px;
    color: var(--white-color);
    bottom: 0;
    right: 15px;
    cursor: pointer;
}

.cs_admin_iconbox {
    align-items: center;
    display: flex;
    gap: 15px;
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(27, 27, 27, 0.1);
}
.cs_admin_iconbox .cs_admin_iconbox_icon {
    border: 1px solid var(--border-color);
    color: var(--primary-color);
    flex: none;
    font-size: 31px;
    height: 65px;
    width: 65px;
}

/*------------------------------------------
 Property Table
--------------------------------------------*/
.cs_property_list {
    padding: 30px;
}
@media (max-width: 991px) {
    .cs_property_list {
        padding: 30px 15px;
    }
}

.cs_property_table {
    min-width: 800px;
}
.cs_property_table thead {
    background-color: var(--gray3-color);
    padding-left: 20px;
}
.cs_property_table td,
.cs_property_table th {
    border-top: 0;
    padding-left: 20px;
}
.cs_property_table td {
    border-top: 0;
    padding: 20px 20px 20px 0;
    vertical-align: middle;
    text-align: center;
}
.cs_property_table tr .property_thumbnail {
    padding-left: 20px;
}
.cs_property_table tr:nth-child(even) {
    background-color: var(--gray3-color);
}
.cs_property_table .cs_property_item {
    display: none;
}
.cs_property_table .cs_property_info {
    text-align: left;
}
.cs_property_table .cs_property_info a {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
    transition: background-size 0.4s cubic-bezier(0.49, 0.49, 0.08, 1);
    background-position: 100% calc(100% - 0px);
    background-size: 0 1px;
}
.cs_property_table .cs_property_info a:hover {
    background-size: 100% 1px;
    background-position: 0 calc(100% - 0px);
}
.cs_property_table .property_thumbnail {
    width: 160px;
}
.cs_property_table .property_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.5s ease-in-out;
}
.cs_property_table .property_thumbnail a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.cs_property_table .property_thumbnail:hover img {
    transform: scale(1.06);
}
.cs_property_table .cs_rating {
    font-size: 14px;
}

.cs_change_password_form_wraper {
    padding: 30px;
}

.cs_password_change_quote {
    padding: 30px;
    position: relative;
}
.cs_password_change_quote > * {
    position: relative;
    z-index: 1;
}
.cs_password_change_quote::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--accent-color);
    opacity: 0.07;
    position: absolute;
    left: 0;
    top: 0;
}

/*------------------------------------------
 Dashboard Styling
--------------------------------------------*/
.cs_dashboard_contentbox:not(:last-child) {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .cs_dashboard_contentbox:not(:last-child) {
        margin-bottom: 30px;
    }
}

.cs_reviews_list li:not(:last-child) {
    margin-bottom: 40px;
}

.cs_customer_review {
    max-width: 650px;
}
.cs_customer_review .cs_review_header {
    display: flex;
    gap: 20px;
}
.cs_customer_review .cs_customer_icon {
    flex: none;
    width: 72px;
    height: 72px;
}
.cs_customer_review .cs_customer_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.cs_customer_review .cs_actions_btns {
    position: absolute;
    top: 30px;
    right: 0;
}
@media (max-width: 400px) {
    .cs_customer_review .cs_review_header {
        flex-direction: column;
    }
    .cs_customer_review .cs_actions_btns {
        top: 115px;
    }
}

/*======================================================================
 Add New Property Styling
========================================================================*/
.cs_add_property_container {
    max-width: 860px;
    padding: 40px 30px;
    margin: 0 auto;
}
.cs_add_property_container .cs_custom_select,
.cs_add_property_container .cs_form_field {
    color: var(--heading-color);
}
.cs_add_property_container .cs_custom_select {
    border-color: var(--heading-color);
    background-image:
        linear-gradient(45deg, transparent 50%, #152046 50%),
        linear-gradient(135deg, #152046 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
}
.cs_add_property_container .cs_notification_wrapper {
    padding: 20px 30px 24px;
}
.cs_add_property_container .cs_notification_wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--accent-color);
    opacity: 0.07;
    position: absolute;
    left: 0;
    top: 0;
}
.cs_add_property_container .cs_notification_wrapper > * {
    position: relative;
    z-index: 1;
    color: var(--accent-color);
}
.cs_add_property_container .cs_submit_section:not(:last-child) {
    margin-bottom: 50px;
}
.cs_add_property_container .cs_other_features_list {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
}
.cs_add_property_container .cs_file_input_wrapper {
    border: 2px dashed var(--accent-color);
}
.cs_add_property_container .cs_file_input_wrapper .cs_file_load {
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    appearance: none;
    cursor: pointer;
    opacity: 0;
}
.cs_add_property_container .cs_file_input_wrapper label {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.cs_add_property_container .cs_file_input_wrapper i {
    font-size: 28px;
    color: var(--accent-color);
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .cs_add_property_container .cs_submit_section:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .cs_add_property_container {
        padding: 40px 20px;
    }
    .cs_add_property_container .cs_notification_wrapper {
        padding: 20px 15px 24px;
    }
}

/*======================================================================
 Client list table Styling
========================================================================*/
.cs_clients_wrapper {
    padding: 30px 0px;
    text-wrap: nowrap;
    overflow-x: auto;
}

.cs_user_data_table .form-check {
    margin-bottom: 0;
    min-height: 28px;
}
.cs_user_data_table .form-check label {
    margin-bottom: 0;
    margin-right: 10px;
}
.cs_user_data_table .form-check-input {
    width: 15px;
    height: 15px;
    box-shadow: none;
    border-color: var(--primary-color);
    background-color: transparent;
    border-radius: 2px;
    margin-top: 6px;
    cursor: pointer;
}
.cs_user_data_table .form-check-input:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}
.cs_user_data_table .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}
.cs_user_data_table tr.even {
    background-color: var(--gray3-color);
}
.cs_user_data_table tr th {
    background-color: var(--gray3-color);
    padding: 12px 20px !important;
}
.cs_user_data_table tr .sorting_1,
.cs_user_data_table tr td {
    border-color: var(--border-color) !important;
    box-shadow: none !important;
}
.cs_user_data_table tbody td {
    padding: 12px 20px !important;
}
.cs_user_data_table td button {
    width: 100%;
    text-align: center;
}

.dataTables_length {
    padding-left: 20px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid var(--border-color);
    outline: 0;
    border-radius: 10px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 10px;
}
.dataTables_wrapper .dataTables_filter input:focus {
    border-color: var(--primary-color);
}

.dataTables_filter {
    padding-right: 20px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 20px !important;
    margin-left: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 20px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    line-height: 1.6em;
    margin-left: 10px;
    padding: 5px 15px !important;
}

/*===============================================================
 21. Dark Version
=================================================================*/
.cs_dark h1,
.cs_dark h2,
.cs_dark h3,
.cs_dark h4,
.cs_dark h5,
.cs_dark h6,
.cs_dark .cs_counter_number {
    color: var(--primary-color);
}
.cs_dark p {
    color: var(--secondary-color);
}
.cs_dark .cs_player_btn.cs_style_1::before,
.cs_dark .cs_player_btn.cs_style_1::after {
    border-color: var(--primary-color);
}
.cs_dark .cs_player_btn.cs_style_3 {
    background-color: var(--primary-color);
}
.cs_dark .cs_player_btn.cs_style_3::before {
    background-color: var(--primary-color);
}
.cs_dark section.cs_primary_bg,
.cs_dark footer.cs_primary_bg {
    background-color: var(--white-color);
}
.cs_dark section.cs_primary_bg .cs_gray_color,
.cs_dark footer.cs_primary_bg .cs_gray_color {
    color: var(--secondary-color);
}
.cs_dark .cs_btn.cs_style_1.cs_primary_bg.cs_white_color {
    color: var(--white-color);
}
.cs_dark .cs_btn.cs_style_1.cs_primary_bg.cs_white_color:hover {
    color: var(--primary-color);
}
.cs_dark .cs_btn.cs_style_1.cs_white_bg.cs_primary_color {
    color: var(--white-color);
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.cs_dark .cs_btn.cs_style_1.cs_white_bg.cs_primary_color::before {
    background-color: var(--white-color);
}
.cs_dark .cs_btn.cs_style_1.cs_white_bg.cs_primary_color:hover {
    color: var(--primary-color);
}
.cs_dark .cs_footer.cs_style_2 .cs_social_btns.cs_style_1 a {
    background-color: var(--gray2-color);
    border-color: var(--gray2-color);
}
.cs_dark .cs_footer.cs_style_2 .cs_social_btns.cs_style_1 a:hover {
    background-color: transparent;
}
.cs_dark .cs_about.cs_style_2 .cs_video_block.cs_style_2 {
    box-shadow: 0px 0px 50px 0px rgba(143, 143, 143, 0.15);
}
.cs_dark
    .cs_about.cs_style_2
    .cs_video_block.cs_style_2
    .cs_player_btn.cs_style_2 {
    background-color: var(--white-color);
}
.cs_dark .cs_about.cs_style_2 .cs_offerbox .cs_video_info {
    box-shadow: 0px 0px 50px 0px rgba(143, 143, 143, 0.15);
}
.cs_dark .cs_about.cs_style_2 .cs_offerbox .cs_offerbox_icon {
    background-color: var(--white-color);
    border-color: var(--secondary-color);
}
.cs_dark .cs_about.cs_style_3 .cs_text_logo_wrapper .cs_player_btn.cs_style_3 {
    color: var(--white-color);
}
.cs_dark .cs_pagination.cs_style_2 .slick-dots li {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.cs_dark .cs_pagination.cs_style_2 .slick-dots .slick-active {
    background-color: var(--white-color);
} /*# sourceMappingURL=style.css.map */
.cs_counter_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs_counter_icon i {
    font-size: 30px;
    color: #b49568; /* GOLD */
    transition: 0.3s;
}

.cs_counter:hover .cs_counter_icon i {
    color: #ffffff;
}

.cs_counter:hover .cs_counter_icon {
    background: #b49568;
}
.ks-why-invest-section {
    padding: 100px 0;
    background: #f8f8f8;
    position: relative;
}

.ks-section-heading {
    max-width: 700px;
    margin: 0 auto 50px;
}

.ks-section-heading .ks-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c8a45d;
    margin-bottom: 12px;
}

.ks-section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.ks-section-heading p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin: 0;
}

.ks-invest-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 25px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    border: 1px solid #eeeeee;
}

.ks-invest-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    border-color: #c8a45d;
}

.ks-invest-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #111111, #2b2b2b);
    color: #c8a45d;
    font-size: 30px;
    transition: all 0.35s ease;
}

.ks-invest-card:hover .ks-invest-icon {
    background: linear-gradient(135deg, #c8a45d, #a47c33);
    color: #ffffff;
}

.ks-invest-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 14px;
}

.ks-invest-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
    margin: 0;
}

@media (max-width: 991px) {
    .ks-why-invest-section {
        padding: 80px 0;
    }

    .ks-section-heading h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .ks-why-invest-section {
        padding: 70px 0;
    }

    .ks-section-heading {
        margin-bottom: 35px;
    }

    .ks-section-heading h2 {
        font-size: 28px;
    }

    .ks-section-heading p {
        font-size: 15px;
    }

    .ks-invest-card {
        padding: 28px 20px;
    }

    .ks-invest-card h3 {
        font-size: 20px;
    }
}
.ks_link {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #c8a45d;
    transition: 0.3s;
}

.ks_link:hover {
    color: #ffffff;
}

.cs_card_text h3 {
    margin-bottom: 5px;
}

.cs_card_text p {
    font-size: 14px;
    opacity: 0.9;
}
/*
Contact
*/
.ks_contact_section {
    background: #eff1fa;
}

.ks_contact_intro {
    max-width: 760px;
    margin: 15px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.ks_contact_box {
    background: #ffffff;
    border: 1px solid #14177b24;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ks_light_box {
    background: #ffffff;
}

.ks_whatsapp_box {
    background: #dfead8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ks_box_title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #1f2937;
}

.ks_contact_item {
    margin-bottom: 22px;
}

.ks_contact_label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #0e2971;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.ks_contact_item p,
.ks_contact_item a,
.ks_whatsapp_box p,
.ks_office_faq p {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
    text-decoration: none;
}

.ks_whatsapp_icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.ks_whatsapp_btn {
    background: #111111;
    color: white;
    display: inline-block;
    margin: 15px auto 0;
}

.ks_whatsapp_btn:hover {
    background: #0e2971;
}

.ks_form_box .cs_form_field {
    width: 100%;
    min-height: 58px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 14px 18px;
    font-size: 15px;
}

.ks_form_box textarea.cs_form_field {
    min-height: 150px;
    resize: none;
}

/* @media screen and (max-width: 768px) {
 .ks_icon{
    width: 25px !important;
 }
} */

.ks_map_wrap {
    height: 100%;
    min-height: 350px;
    overflow: hidden;
    border-radius: 16px;
}

.ks_map_wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: 0;
}

.ks_office_faq {
    height: 100%;
    background: #f8fafc;
    border-radius: 16px;
    padding: 25px;
}

@media (max-width: 991px) {
    .ks_box_title {
        font-size: 26px;
    }

    .ks_contact_box {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .ks_contact_intro {
        font-size: 15px;
    }

    .ks_contact_box {
        padding: 22px;
    }

    .ks_box_title {
        font-size: 22px;
    }

    .ks_map_wrap,
    .ks_map_wrap iframe {
        min-height: 260px;
    }
}
.ks_contact_item {
    gap: 15px;
    margin-bottom: 25px;
}

.ks_icon {
    width: 45px;
    height: 45px;
    /* min-width: 45px; */
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
}

.ks_contact_item:hover .ks_icon {
    background: #0e2971; /* gold */
}

.ks_contact_item a {
    color: #333;
    text-decoration: none;
}

.ks_contact_item a:hover {
    color: #0e2971;
}
/*
Contact
*/
/*
Advisor
*/
.cs_iconbox_icon i {
    font-size: 32px;
    line-height: 1;
}

.cs_iconbox.cs_style_4 .cs_iconbox_icon {
    background: #fff;
    transition: 0.3s ease;
}

.cs_iconbox.cs_style_4:hover .cs_iconbox_icon {
    background: #0e2971;
}
.ks-advisors-section {
    background: #eff1fa;
}

.ks-space-120 {
    height: 40px;
}

.ks-space-60 {
    height: 60px;
}

.ks-advisors-intro {
    max-width: 900px;
    margin: 0 auto;
}

.ks-section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0e2971;
    margin-bottom: 12px;
}

.ks-section-title {
    font-size: 30px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 18px;
}

.ks-section-desc {
    font-size: 13px;
    line-height: 1.9;
    color: #666666;
    margin: 0;
}

.ks-advisor-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #14177b24;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: 0.35s ease;
}

.ks-advisor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.ks-advisor-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.ks-advisor-content {
    padding: 28px 24px;
}

.ks-advisor-name {
    font-size: 22px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 8px;
}

.ks-advisor-role {
    font-size: 15px;
    font-weight: 600;
    color: #0e2971;
    margin-bottom: 14px;
    height: 45px;
}

.ks-advisor-specialization {
    background: #eff1fa;
    border: 1px solid #bfc0ee;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #444444;
    margin-bottom: 16px;
    line-height: 1.7;
}

.ks-advisor-specialization span {
    font-weight: 700;
    color: #111111;
}

.ks-advisor-bio {
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
    margin: 0;
}

.ks-trust-band {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ks-trust-left h3 {
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.ks-trust-left p {
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
    margin: 0;
}

.ks-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ks-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f8fafc;
    border-radius: 16px;
    padding: 18px;
    height: 100%;
}

.ks-trust-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ks-trust-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 6px;
}

.ks-trust-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
}

.ks-advisor-cta {
    background: linear-gradient(135deg, #dfead8, #cfe0c6);
    border-radius: 24px;
    padding: 50px 30px;
    border: 1px solid #c6d7bb;
}

.ks-advisor-cta h3 {
    font-size: 34px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 14px;
}

.ks-advisor-cta p {
    max-width: 760px;
    margin: 0 auto 24px;
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

.ks-btn-primary {
    display: inline-block;
    background: #111111;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.ks-btn-primary:hover {
    background: #c8a45d;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ks-space-120 {
        height: 80px;
    }

    .ks-space-60 {
        height: 40px;
    }

    .ks-section-title {
        font-size: 34px;
    }

    .ks-trust-grid {
        grid-template-columns: 1fr;
    }

    .ks-trust-band {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .ks-section-title {
        font-size: 22px;
    }

    .ks-section-desc {
        font-size: 15px;
    }

    .ks-advisor-image img {
        height: 260px;
    }

    .ks-advisor-content {
        padding: 22px 20px;
    }

    .ks-advisor-name {
        font-size: 22px;
    }

    .ks-trust-left h3,
    .ks-advisor-cta h3 {
        font-size: 26px;
    }

    .ks-advisor-cta {
        padding: 35px 20px;
    }
}
/*
Advisor
*/
/*
Blog
*/

.cs_featured_blog {
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
}

.cs_featured_blog_img img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
}

.cs_featured_blog_content {
    padding: 40px;
}

.cs_featured_badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.08);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.cs_blog_categories .cs_category_block {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    border: 1px solid #e8e8e8;
    transition: 0.3s ease;
}

.cs_blog_categories .cs_category_block:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.cs_blog_cta .cs_btn + .cs_btn {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .cs_featured_blog_img img {
        min-height: 320px;
    }

    .cs_featured_blog_content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .cs_featured_blog_content {
        padding: 22px;
    }

    .cs_featured_blog_img img {
        min-height: 260px;
    }

    .cs_blog_cta .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .cs_blog_cta .cs_btn + .cs_btn {
        margin-left: 0;
    }
}
.cs_category_block {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    color: #fff;
    transition: 0.4s ease;
}

.cs_category_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.4)
    );
    z-index: 1;
}

.cs_category_content {
    position: relative;
    z-index: 2;
}

.cs_category_block:hover {
    transform: translateY(-8px) scale(1.02);
}

.cs_category_content h3 {
    color: #fff;
}

.cs_category_content p {
    color: rgba(255, 255, 255, 0.85);
}
.ks_category_simple {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    border: 1px solid #eaeaea;
    transition: 0.3s ease;
    height: 100%;
}

.ks_category_simple h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.ks_category_simple p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* hover effect */
.ks_category_simple:hover {
    transform: translateY(-5px);
    border-color: #c8a45d;
}

/* optional accent line */
.ks_category_simple::before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #c8a45d;
    margin-bottom: 15px;
}
.ks_category_section {
    background: #f8f9f6;
    padding: 80px 0;
}
/*
Blog
*/
/*
Project
*/
.ks_analysis_box {
    background: linear-gradient(135deg, #e9e6d3, #f4e8b3);
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.ks_analysis_tag {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.06);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ks_analysis_points {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ks_analysis_point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #ececec;
}

.ks_analysis_icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.ks_analysis_point h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ks_analysis_point p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
}
/*
Project
*/
/*
Best Area
*/
.ks_best_areas_v3 {
    background: #f8f9fb;
}

.ks_best_intro {
    max-width: 820px;
    margin: 0 auto;
}

.ks_best_subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c8a45d;
    margin-bottom: 12px;
}

.ks_best_title {
    font-size: 46px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
}

.ks_best_desc {
    font-size: 16px;
    line-height: 1.9;
    color: #5f6673;
    margin: 0;
}

.ks_area_card_v3 {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid #e7ebf0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.ks_area_image {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
}

.ks_area_image_wide {
    min-height: 320px;
}

.ks_area_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82),
        rgba(0, 0, 0, 0.2)
    );
}

.ks_area_head {
    position: relative;
    z-index: 2;
    padding: 28px;
    color: #ffffff;
    max-width: 100%;
}

.ks_area_head h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.ks_area_head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.ks_area_details_box {
    padding: 24px;
}

.ks_info_item {
    background: #f8f9f6;
    border: 1px solid #e5e9f0;
    padding: 16px;
    border-radius: 14px;
    height: 100%;
}

.ks_info_item h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #162033;
}

.ks_info_item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #5f6673;
}

.ks_comparison_box_v3 {
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.ks_compare_title {
    font-size: 30px;
    font-weight: 700;
    color: #162033;
    margin-bottom: 22px;
}

.ks_compare_chip {
    background: #f8f9f6;
    border: 1px solid #e5e9f0;
    border-radius: 14px;
    padding: 16px 18px;
    height: 100%;
}

.ks_compare_chip strong {
    display: block;
    font-size: 15px;
    color: #162033;
    margin-bottom: 6px;
}

.ks_compare_chip span {
    font-size: 14px;
    color: #5f6673;
}

.ks_compare_note {
    margin: 22px 0 0;
    font-size: 15px;
    line-height: 1.85;
    color: #5f6673;
}

.ks_consultation_cta_v3 {
    background: linear-gradient(135deg, #dfead8, #d2e3ca);
    border: 1px solid #c8d9be;
    border-radius: 22px;
    padding: 40px 24px;
}

.ks_consultation_cta_v3 h3 {
    font-size: 32px;
    font-weight: 700;
    color: #162033;
    margin-bottom: 14px;
}

.ks_consultation_cta_v3 p {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: 16px;
    line-height: 1.85;
    color: #4d5766;
}

.ks_btn_primary_v3 {
    display: inline-block;
    background: #111111;
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.ks_btn_primary_v3:hover {
    background: #c8a45d;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ks_best_title {
        font-size: 36px;
    }

    .ks_area_head h3,
    .ks_compare_title,
    .ks_consultation_cta_v3 h3 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .ks_best_title {
        font-size: 30px;
    }

    .ks_area_head {
        padding: 22px;
    }

    .ks_area_head h3 {
        font-size: 24px;
    }

    .ks_area_details_box,
    .ks_comparison_box_v3,
    .ks_consultation_cta_v3 {
        padding: 22px;
    }

    .ks_best_desc,
    .ks_consultation_cta_v3 p,
    .ks_compare_note {
        font-size: 15px;
    }
}
/*
Best Area
*/

/*
Dubai Investment
*/

.ks_investment_guide {
    background: #f8f9f6;
    padding: 40px 0;
}

.ks_guide_intro h2 {
    font-size: 30px;
    font-weight: 600;
}

.ks_guide_intro p {
    color: #666;
    max-width: 600px;
    margin: auto;
}

/* Accordion */
.ks_guide_wrapper {
    margin-top: 40px;
}

.ks_guide_item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #eee;
}

/* CTA */
.ks_guide_cta {
    background: #e6f0e6;
    margin-top: 40px;
    padding: 40px;
    border-radius: 20px;
}

.ks_btn_dark {
    background: #111;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-block;
}

.ks_investment_guide_v2 {
    background: #f8f9f6;
    padding: 90px 0;
}

.ks_guide_intro_box {
    max-width: 860px;
    margin: 0 auto 45px;
    padding: 50px 30px;
    background: linear-gradient(135deg, #f4f6f1, #eef2ea);
    border: 1px solid #e5e9df;
    border-radius: 24px;
}

.ks_guide_subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c8a45d;
    margin-bottom: 12px;
}

.ks_guide_intro_box h2 {
    font-size: 44px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 14px;
}

.ks_guide_intro_box p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.85;
    color: #5f6673;
}

.ks_guide_accordion_wrap {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ks_guide_item {
    background: #ffffff;
    border: 1px solid #e7ebdf;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}

.ks_guide_item:hover {
    transform: translateY(-3px);
}

.ks_guide_title {
    padding: 24px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.ks_guide_title_left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ks_guide_icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ks_guide_title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a2233;
    margin: 0;
}

.ks_guide_toggle {
    font-size: 28px;
    font-weight: 500;
    color: #1a2233;
    line-height: 1;
}

.ks_guide_content {
    display: none;
    padding: 0 26px 26px 94px;
}

.ks_guide_item.active .ks_guide_content {
    display: block;
}

.ks_guide_content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #5f6673;
}

.ks_guide_steps {
    margin: 0;
    padding-left: 20px;
    color: #5f6673;
}

.ks_guide_steps li {
    margin-bottom: 8px;
    line-height: 1.8;
}

.ks_guide_cta_box {
    margin-top: 40px;
    padding: 42px 26px;
    background: linear-gradient(135deg, #dfead8, #d4e3ca);
    border: 1px solid #c9d8be;
    border-radius: 24px;
}

.ks_guide_cta_box h3 {
    font-size: 34px;
    font-weight: 700;
    color: #162033;
    margin-bottom: 12px;
}

.ks_guide_cta_box p {
    max-width: 760px;
    margin: 0 auto 22px;
    font-size: 16px;
    line-height: 1.85;
    color: #4f5968;
}

.ks_guide_btn {
    display: inline-block;
    background: #111111;
    color: #ffffff;
    text-decoration: none;
    padding: 13px 28px;
    border-radius: 999px;
    font-weight: 600;
    transition: 0.3s ease;
}

.ks_guide_btn:hover {
    background: #c8a45d;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ks_guide_intro_box h2 {
        font-size: 34px;
    }

    .ks_guide_title h3 {
        font-size: 22px;
    }

    .ks_guide_content {
        padding: 0 22px 22px 22px;
    }
}

@media (max-width: 767px) {
    .ks_investment_guide_v2 {
        padding: 70px 0;
    }

    .ks_guide_intro_box {
        padding: 35px 20px;
    }

    .ks_guide_intro_box h2 {
        font-size: 28px;
    }

    .ks_guide_title {
        padding: 20px;
    }

    .ks_guide_title_left {
        gap: 12px;
    }

    .ks_guide_icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 17px;
    }

    .ks_guide_title h3 {
        font-size: 18px;
    }

    .ks_guide_toggle {
        font-size: 24px;
    }

    .ks_guide_content {
        padding: 0 20px 20px 20px;
    }

    .ks_guide_cta_box {
        padding: 32px 18px;
    }

    .ks_guide_cta_box h3 {
        font-size: 26px;
    }
}
/*
Dubai Investment
*/

/*
ROI Calculator
*/

.ks_roi_calculator_page {
    background: #eff1fa;
}

.ks_roi_intro {
    max-width: 800px;
    margin: 0 auto;
}

.ks_roi_subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0e2971;
    margin-bottom: 12px;
}

.ks_roi_title {
    font-size: 32px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 15px;
}

.ks_roi_desc {
    font-size: 16px;
    line-height: 1.85;
    color: #5f6673;
    margin: 0;
}

.ks_roi_box,
.ks_roi_output_box,
.ks_lead_form_box {
    background: #ffffff;
    border: 1px solid #14177b24;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.ks_roi_formula_box {
    background: #f8f9f6;
    border: 1px solid #e4eadb;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
}

.ks_roi_formula_box h3,
.ks_output_title,
.ks_lead_text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #162033;
    margin-bottom: 10px;
}

.ks_roi_form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #162033;
    margin-bottom: 8px;
}

.ks_roi_form .form-control,
.ks_lead_form_box .form-control {
    width: 100%;
    height: 54px;
    border: 1px solid #14177b24;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 15px;
    color: #111111;
    box-shadow: none;
}

.ks_roi_form .form-control:focus,
.ks_lead_form_box .form-control:focus {
    border-color: #c8a45d;
    outline: none;
}

.ks_output_card {
    background: #f8f9f6;
    border: 1px solid #e5e9f0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
}

.ks_output_card:last-child {
    margin-bottom: 0;
}

.ks_output_card span {
    display: block;
    font-size: 14px;
    color: #5f6673;
    margin-bottom: 8px;
}

.ks_output_card h4 {
    font-size: 30px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.ks_lead_text p {
    font-size: 14px;
    line-height: 1.85;
    color: #5f6673;
    margin: 0;
}

.ks_btn_dark {
    display: inline-block;
    background: #111111;
    color: #ffffff;
    border: none;
    padding: 13px 28px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.ks_btn_dark:hover {
    background: #c8a45d;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ks_roi_title {
        font-size: 34px;
    }

    .ks_roi_formula_box h3,
    .ks_output_title,
    .ks_lead_text h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .ks_roi_title {
        font-size: 28px;
    }

    .ks_roi_box,
    .ks_roi_output_box,
    .ks_lead_form_box {
        padding: 22px;
    }

    .ks_output_card h4 {
        font-size: 20px;
    }
}
.ks_calc_box {
    background: #fff;
    border: 1px solid #a59bc35c;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.ks_roi_formula_box {
    background: #eff1fa;
    border: 1px solid #e8e4dc;
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 28px;
}

.ks_roi_formula_box h3,
.ks_output_title {
    font-size: 20px;
    font-weight: 600;
    color: #0e2240;
    margin-bottom: 12px;
}

.ks_mortgage_subtext {
    font-size: 13px;
    color: #5f6b7a;
    margin-bottom: 24px;
}

.ks_roi_form label,
.ks_mortgage_box label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0e2240;
    margin-bottom: 10px;
}

.ks_roi_form .form-control,
.ks_mortgage_box .form-control {
    height: 58px;
    border-radius: 16px;
    border: 1px solid #14177b24;
    padding: 12px 18px;
    font-size: 14px;
    box-shadow: none;
}

.ks_roi_form .form-control:focus,
.ks_mortgage_box .form-control:focus {
    border-color: #b9965b;
    box-shadow: 0 0 0 0.1rem rgba(185, 150, 91, 0.12);
}

.ks_btn_dark {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.ks_btn_dark:hover {
    background: #b9965b;
    color: #fff;
}

.ks_output_card {
    background: #eff1fa;
    border: 1px solid #14177b24;
    border-radius: 22px;
    padding: 22px;
    height: 100%;
}

.ks_output_card span {
    display: block;
    font-size: 15px;
    color: #5f6b7a;
    margin-bottom: 10px;
}

.ks_output_card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0e2240;
    margin: 0;
}

.ks_mortgage_result_card h4 {
    font-size: 34px;
}

.ks_mortgage_result_card small {
    display: block;
    margin-top: 6px;
    color: #5f6b7a;
    font-size: 14px;
}

.ks_residency_switch {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ks_residency_btn {
    min-width: 140px;
    padding: 12px 18px;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #111;
    font-weight: 600;
    transition: 0.3s;
}

.ks_residency_btn.active {
    background: #eff1fa;
    border-color: #14177b24;
    color: #0e2971;
}

.ks_payment_bar {
    display: flex;
    width: 100%;
    height: 42px;
    border-radius: 0;
    overflow: hidden;
    background: #d8ecec;
}

.ks_payment_interest {
    width: 38%;
    background: #0e2971;
}

.ks_payment_principal {
    width: 62%;
    background: #4547bc;
}

@media (max-width: 991px) {
    .ks_calc_box {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .ks_residency_btn {
        min-width: 100%;
    }

    .ks_output_card h4 {
        font-size: 24px;
    }

    .ks_mortgage_result_card h4 {
        font-size: 28px;
    }
    .ks_roi_output_box .ks_output_card {
        margin-bottom: 15px;
        .ks_roi_output_box {
            background: #f8f6f2;
            border: 1px solid #e8e4dc;
            border-radius: 24px;
            padding: 25px;
        }

        .ks_output_card {
            background: #fff;
            border: 1px solid #e8e4dc;
            border-radius: 20px;
            padding: 20px;
            text-align: center;
            height: 100%;
        }

        .ks_output_card span {
            font-size: 14px;
            color: #6c757d;
        }

        .ks_output_card h4 {
            font-size: 28px;
            font-weight: 700;
            color: #0e2240;
            margin-top: 10px;
        }
    }
    .ks_payment_bar {
        display: flex;
        width: 100%;
        height: 52px;
        overflow: hidden;
        background: #eee;
        border-radius: 0;
    }

    .ks_payment_interest {
        width: 0%;
        background: #0e2971;
        transition: width 0.3s ease;
    }

    .ks_payment_principal {
        width: 0%;
        background: #4547bc;
        transition: width 0.3s ease;
    }
}
/*
ROI Calculator
*/
.cs_property_details_section {
    position: relative;
}

.cs_property_header h1 {
    font-weight: 700;
}

.cs_property_gallery_item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.cs_property_info_box,
.cs_property_sidebar {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.cs_fact_item,
.cs_analysis_card {
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 15px;
    height: 100%;
    background-color: #fafafa;
}

.cs_fact_item h6,
.cs_analysis_card h6 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.cs_fact_item p,
.cs_analysis_card p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.cs_floor_plan_card img {
    border: 1px solid #ececec;
}

.cs_inquiry_form .form-control {
    height: 54px;
    border-radius: 12px;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 12px 15px;
}

.cs_inquiry_form textarea.form-control {
    height: auto;
}

.cs_map_area iframe {
    display: block;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .cs_property_gallery_item img {
        height: 380px;
    }

    .cs_property_info_box,
    .cs_property_sidebar {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .cs_property_header h1 {
        font-size: 32px;
    }

    .cs_property_gallery_item img {
        height: 260px;
    }

    .cs_property_info_box,
    .cs_property_sidebar {
        padding: 20px;
    }
}
.cs_mobile_logo {
    display: none;
}

.cs_mobile_logo img {
    max-width: 200px;
}

@media (max-width: 991px) {
    .cs_mobile_logo {
        display: block;
        text-align: left;
    }
}
.ks_form_right {
    max-width: 650px; /* match textarea width */
    margin-left: auto;
}

/* Force ALL fields full width */
.ks_form_right .cs_input_wrapper {
    width: 100%;
}

.ks_form_right .cs_form_field {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
}

/* Remove any column restriction */
.ks_form_right .col-md-6,
.ks_form_right .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Button same width */
.ks_form_right button {
    width: 100%;
}
.ks_form_right .cs_input_wrapper {
    margin-bottom: 18px;
}

.ks_form_right .cs_form_field {
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #1f1f1f;
}

.ks_form_right .cs_form_field::placeholder {
    color: #9c9c9c;
}

.ks_guide_download_wrap {
    margin-top: 60px;
}

.ks_guide_download_box {
    background: #ecf3f8;
    border: 1px solid #d1d5e7;
    border-radius: 24px;
    padding: 50px 30px;
    max-width: 900px;
    margin: 0 auto;
}

.ks_guide_download_icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #111111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.ks_guide_download_box h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0d2340;
}

.ks_guide_download_box p {
    font-size: 14px;
    color: #5d6c80;
    max-width: 600px;
    margin: 0 auto 25px;
}

.ks_download_btn,
.ks_download_submit_btn {
    background: #010101;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.ks_download_btn:hover,
.ks_download_submit_btn:hover {
    background: #0e2971;
    color: #fff;
}

.ks_download_popup {
    display: none;
}

.ks_download_popup.active {
    display: block;
}

.ks_download_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9998;
}

.ks_download_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 700px;
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.ks_download_modal h3 {
    font-size: 30px;
    font-weight: 700;
    color: #060606;
    margin-bottom: 10px;
}

.ks_download_modal p {
    color: #5d6c80;
    margin-bottom: 25px;
}

.ks_download_close {
    position: absolute;
    top: 14px;
    right: 18px;
    border: none;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    color: #000000;
    cursor: pointer;
}

.ks_download_form .form-control {
    height: 56px;
    border-radius: 14px;
    border: 1px solid #ddd5c7;
    padding: 12px 16px;
    box-shadow: none;
}

.ks_download_form .form-control:focus {
    border-color: #c9a15b;
    box-shadow: none;
}

@media (max-width: 767px) {
    .ks_guide_download_box {
        padding: 35px 20px;
    }

    .ks_guide_download_box h3 {
        font-size: 22px;
    }

    .ks_download_modal {
        padding: 28px 20px;
    }
}
@media (max-width: 767px) {
    .ks_guide_intro h2 {
        font-size: 22px !important;
        line-height: 1.3;
    }
}

.whatsapp_icon {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 9999;
}

.whatsapp_icon a img {
    width: 60px;
}
/*blog*/
.ks_blog_page {
    background: #ffffff;
    padding: 65px 0;
}

.ks_blog_block {
    margin-bottom: 30px;
}

.ks_blog_heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5f5c5c;
    margin-bottom: 28px;
}

/* Featured Blog */
.ks_top_featured_card {
    display: block;
}

.ks_top_featured_img_wrap {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    height: 350px;
}

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

.ks_top_featured_img_wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.15),
        rgba(0, 0, 0, 0.05)
    );
    z-index: 1;
}

.ks_top_featured_overlay {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 0 30px;
}

.ks_top_featured_overlay .ks_top_featured_subtitle {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1px;
    color: #fff;
}

.ks_top_featured_overlay h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}
.ks_top_featured_overlay h2,
.ks_top_featured_overlay .ks_top_featured_subtitle {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
    .ks_top_featured_img_wrap {
        height: 260px;
    }

    .ks_top_featured_overlay {
        bottom: 20px;
        padding: 0 15px;
    }

    .ks_top_featured_overlay .ks_top_featured_subtitle {
        font-size: 15px;
    }

    .ks_top_featured_overlay h2 {
        font-size: 24px;
    }
}
.ks_top_featured_subtitle {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.ks_top_featured_content {
    padding-top: 28px;
}

.ks_top_featured_content h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 12px;
}

.ks_top_featured_content h3 a {
    color: #4f4f4f;
    text-decoration: none;
}

.ks_top_featured_content h3 a:hover {
    color: #000;
}

/* Meta */

.ks_blog_meta span {
    margin: 0 8px;
}

/* Right Side Blog */
.ks_side_blog_list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ks_side_blog_item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.ks_side_blog_thumb {
    flex: 0 0 190px;
    max-width: 150px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}

.ks_side_blog_thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}

.ks_side_blog_content h4 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.ks_side_blog_content h4 a {
    color: #575757;
    text-decoration: none;
}

.ks_side_blog_content h4 a:hover {
    color: var(--primary-color);
}

/* CTA */
.ks_blog_cta {
    position: relative;
    /* background: url('../assets/img/cta-bg-3.jpg') center center / cover no-repeat; */
    border-radius: 8px;
    overflow: hidden;
    padding: 85px 70px;
    margin-bottom: 30px;
}

.ks_blog_cta_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.ks_blog_cta .row {
    z-index: 2;
    position: relative;
    margin-top: 37px;
}

.ks_blog_cta_content h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.ks_blog_cta_content p {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 0;
    max-width: 500px;
}

.ks_blog_cta_btns {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: nowrap;
}

.ks_btn_light,
.ks_btn_dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
}

.ks_btn_light {
    background: #fff;
    color: var(--primary-color);
}

.ks_btn_light:hover {
    background: #f2f2f2;
    color: var(--primary-color);
}

.ks_btn_dark {
    background: #111;
    color: #fff;
    border: 1px solid #111;
}

.ks_btn_dark:hover {
    background: #0e2971;
    color: #fff;
}

/* Card Style */
.ks_latest_blog_card {
    background: #fff;
    border: 1px solid #14177b24; /* ✅ border added */
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

/* Hover Effect */
.ks_latest_blog_card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

/* Image */
.ks_latest_blog_thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

/* Content */
.ks_latest_blog_content {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Title */
.ks_latest_blog_content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.ks_latest_blog_content h3 a {
    color: #2f465c;
    text-decoration: none;
}

.ks_latest_blog_content h3 a:hover {
    color: #0ecb81; /* green highlight like image */
}

/* Meta */
.ks_blog_meta {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 20px;
}

/* Read More Button */
.ks_blog_readmore {
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    color: #2f465c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.ks_blog_readmore span {
    transition: transform 0.3s ease;
}

/* Hover */
.ks_blog_readmore:hover {
    color: #2f465c;
}

.ks_blog_readmore:hover span {
    transform: translateX(5px);
}

.ks_latest_blog_thumb {
    display: block;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ks_latest_blog_thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.ks_latest_blog_content h3 {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
}

.ks_latest_blog_content h3 a {
    color: #575756;
    text-decoration: none;
}

.ks_latest_blog_content h3 a:hover {
    color: var(--primary-color);
}

/* Responsive */
@media (max-width: 1199px) {
    .ks_top_featured_overlay h2 {
        font-size: 34px;
    }

    .ks_side_blog_thumb {
        flex: 0 0 160px;
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .ks_blog_page {
        padding: 60px 0;
    }

    .ks_top_featured_img_wrap img {
        height: 360px;
    }

    .ks_top_featured_overlay {
        left: 25px;
        bottom: 25px;
    }

    .ks_top_featured_overlay h2 {
        font-size: 30px;
    }

    .ks_blog_cta {
        padding: 45px 30px;
    }

    .ks_blog_cta_btns {
        justify-content: flex-start;
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .ks_top_featured_img_wrap {
        position: relative !important;
        overflow: hidden !important;
    }

    .ks_top_featured_overlay {
        left: 12px !important;
        right: 12px !important;
        bottom: 12px !important;
        width: auto !important;
        max-width: calc(100% - 24px) !important;
        transform: none !important;
        padding: 0 !important;
    }

    .ks_top_featured_subtitle,
    .ks_top_featured_overlay h2 {
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        word-break: normal !important;
    }

    .ks_top_featured_subtitle {
        font-size: 11px !important;
        line-height: 1.2 !important;
    }

    .ks_top_featured_overlay h2 {
        font-size: 16px !important;
        line-height: 1.25 !important;
        margin: 3px 0 0 !important;
    }
}
@media (max-width: 767px) {
    .ks_blog_heading {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .ks_top_featured_img_wrap img {
        height: 270px;
    }

    .ks_top_featured_subtitle {
        font-size: 16px;
    }

    .ks_top_featured_overlay h2 {
        font-size: 24px;
    }

    .ks_top_featured_content h3 {
        font-size: 24px;
    }

    .ks_side_blog_item {
        flex-direction: column;
        gap: 15px;
    }

    .ks_side_blog_thumb {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ks_side_blog_thumb img {
        height: 100%;
    }

    .ks_blog_cta_content h2 {
        font-size: 24px;
    }

    .ks_blog_cta_content p {
        font-size: 16px;
    }

    .ks_btn_light,
    .ks_btn_dark {
        width: 100%;
    }

    .ks_latest_blog_thumb img {
        height: 240px;
    }

    .ks_latest_blog_content h3 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .ks_blog_cta_btns {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .ks_blog_cta_btns a {
        width: 100%;
        min-width: 0 !important;
        max-width: 100%;
        white-space: normal;
        text-align: center;
        justify-content: center;
    }

    .ks_btn_light,
    .ks_btn_dark {
        width: 100% !important;
        min-width: 0 !important;
        padding: 14px 18px !important;
        font-size: 15px;
        line-height: 1.3;
    }
}
/*blog*/
/*blog details*/

/* .ks_blog_details {
    padding: 80px 0;
} */
@media (max-width: 991px) {
    .ks_blog_details .col-lg-7,
    .ks_blog_details .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ks_blog_details .row {
        display: flex;
        flex-direction: column;
    }

    .ks_toc_wrap {
        width: 100%;
        margin-top: 30px;
        position: static !important;
    }

    .ks_toc,
    #ksToc {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .ks_blog_details .container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ks_blog_details .row {
        display: flex;
        flex-direction: column;
        --bs-gutter-x: 0;
    }

    .ks_blog_details .col-lg-8,
    .ks_blog_details .col-lg-7,
    .ks_blog_details .col-lg-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .ks_blog_main_img {
        width: 100%;
    }

    .ks_blog_main_img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .ks_toc_wrap,
    .ks_toc,
    #ksToc {
        width: 100% !important;
        max-width: 100% !important;
        left: auto !important;
        right: auto !important;
        position: static !important;
    }

    .ks_toc {
        margin-top: 24px;
        padding: 20px;
    }

    .ks_toc ul {
        padding-left: 0;
        margin: 0;
    }

    .ks_toc ul li {
        display: block;
        width: 100%;
    }

    .ks_toc a {
        display: block;
        width: 100%;
        white-space: normal !important;
        word-break: break-word;
        font-size: 16px;
        line-height: 1.6;
    }

    .ks_related_posts {
        width: 100%;
    }

    .ks_related_posts .col-lg-4 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .ks_blog_card img {
        width: 100%;
        height: auto;
        display: block;
    }
}
@media (max-width: 767px) {
    .ks_blog_title {
        font-size: 22px !important;
        line-height: 1.35 !important;
        padding-top: 10px !important;
        margin-bottom: 8px !important;
    }
}
@media (max-width: 767px) {
    .ks_blog_content h3 {
        font-size: 20px !important;
        line-height: 1.35 !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }
}
/* IMAGE */
.ks_blog_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}
.ks_blog_main_img {
    height: 420px;
    overflow: hidden;
    border-radius: 10px;
}

/* TITLE */
.ks_blog_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #36454f;
    line-height: 1.2;
    padding-top: 40px;
}

/* META */
.ks_blog_meta {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

/* CONTENT */
.ks_blog_content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #2f3e4e;
}

.ks_blog_content h2,
.ks_blog_content h3,
.ks_blog_content h4 {
    scroll-margin-top: 140px;
}

.ks_blog_content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #36454f;
    font-weight: 600;
}

.ks_blog_content ul {
    padding-left: 20px;
}

.ks_blog_content li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
    color: #2f3e4e;
}
.ks_blog_details .row {
    justify-content: space-between; /* creates gap */
}
.ks_blog_details .col-lg-7 {
    max-width: 60;
    flex: 0 0 60;
}

.ks_blog_details .col-lg-4 {
    max-width: 30;
    flex: 0 0 30;
}
.ks_area_detail_page .ks_area_detail_row {
    justify-content: space-between;
}

/* LEFT CONTENT */
.ks_area_detail_page .col-lg-7 {
    flex: 0 0 62%;
    max-width: 62%;
}

/* RIGHT TOC */
.ks_area_detail_page .col-lg-4 {
    flex: 0 0 28%;
    max-width: 28%;
}
/* TABLE */
.ks_blog_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.ks_blog_table th,
.ks_blog_table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.ks_blog_table th {
    color: #36454f;
    font-weight: 700;
}

/* SHARE */
.ks_blog_share {
    background: #f3f3f3;
    padding: 35px 40px;
    border-radius: 10px;
    margin-top: 40px;
}

.ks_blog_share h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #36454f;
}

.ks_share_icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ks_share_icons a {
    text-decoration: none;
    color: #36454f;
    font-size: 15px;
    font-weight: 500;
}

.ks_blog_share {
    background: #eff1fa;
    padding: 25px 30px;
    border-radius: 10px;
}

.ks_blog_share h4 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

/* FLEX ROW */
.ks_share_icons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

/* EACH LINK */
.ks_share_icons a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #2c3e47;
    font-size: 14px;
    font-weight: 500;
}
.ks_share_icons a:hover {
    color: #0e2971;
    transform: translateY(-2px);
}
/* ICON BOX (like screenshot) */
.ks_icon {
    width: 22px !important;
    height: 22px !important;
    background: #36454f;
    border-radius: 6px;

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

/* ICON SIZE */
.ks_icon i {
    font-size: 14px;
}

.ks_share_icons a:hover .ks_icon {
    background: #0e2971;
}

/* RELATED */
.ks_related_posts {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
}

.ks_related_posts h2 {
    font-size: 28px;
    font-weight: 600;
    color: #36454f;
    margin-bottom: 35px;
}

.ks_blog_card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
}

.ks_blog_card h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #36454f;
    font-weight: 700;
    margin-bottom: 10px;
}

/* SIDEBAR */
.ks_toc {
    background: #f7f7f7;
    padding: 35px 30px;
    border-radius: 10px;
    position: sticky;
    top: 100px;
}

.ks_toc h4 {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
    color: #36454f;
    letter-spacing: 1px;
}

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

.ks_toc li {
    margin-bottom: 18px;
}

.ks_toc a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    display: block;
    padding-left: 14px;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
}

.ks_toc a:hover,
.ks_toc a.active {
    color: #36454f;
    border-left: 2px solid #36454f;
    font-weight: 500;
}
/*blog details*/
/*best area*/

.ks_featured_areas_section {
    padding: 50px 0;
    background: #fffefe;
}

.ks_featured_areas_title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 600;
    color: #454545;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.ks_area_card {
    position: relative;
    /* height: 420px; */
    border-radius: 8px;
    overflow: hidden;
}

.ks_area_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ks_area_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72),
        rgba(0, 0, 0, 0.12)
    );
    z-index: 1;
}

.ks_area_content {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
}

.ks_area_content h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.ks_area_content a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ks_area_content a span {
    font-size: 20px;
    line-height: 1;
}

.ks_area_card:hover img {
    transform: scale(1.06);
}

/* make row 2 start from left */
.ks_featured_areas_section .row {
    justify-content: flex-start;
}
@media (max-width: 1199px) {
    .ks_featured_areas_title {
        font-size: 44px;
    }

    .ks_area_card {
        height: 380px;
    }
}

@media (max-width: 991px) {
    .ks_featured_areas_section {
        padding: 60px 0;
    }

    .ks_featured_areas_title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .ks_area_card {
        height: 340px;
    }

    .ks_area_content h3 {
        font-size: 22px;
    }

    .ks_area_content a {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .ks_featured_areas_title {
        font-size: 22px;
    }

    .ks_area_card {
        height: 300px;
    }

    .ks_area_content {
        left: 18px;
        bottom: 18px;
    }

    .ks_area_content h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .ks_area_content a {
        font-size: 16px;
    }
}
.ks_featured_communities_section {
    padding: 20px 0 40px;
    background: #fffefe;
}

.ks_featured_communities_title {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 600;
    color: #454545;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.ks_community_card {
    position: relative;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
}

.ks_community_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ks_community_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72),
        rgba(0, 0, 0, 0.1)
    );
    z-index: 1;
}

.ks_community_content {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
}

.ks_community_content h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.ks_community_content a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ks_community_content a span {
    font-size: 18px;
    line-height: 1;
}

.ks_community_card:hover img {
    transform: scale(1.06);
}
.ks_why_dubai_section {
    padding: 90px 0;
    background: #f7f7f7;
    border-top: 1px solid #dedede;
}

.ks_why_dubai_inner {
    padding: 20px 20px 0;
}

.ks_why_dubai_title {
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 45px;
    text-transform: none;
    max-width: 1200px;
}

.ks_why_dubai_col {
    padding-right: 40px;
}

.ks_why_dubai_item {
    margin-bottom: 34px;
}

.ks_why_dubai_item h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 18px;
}

.ks_why_dubai_item p {
    font-size: 16px;
    line-height: 1.8;
    color: #2f3e4e;
    margin-bottom: 0;
}

.ks_why_dubai_btn_wrap {
    margin-top: 20px;
}

.ks_why_dubai_btn:hover {
    background: var(--primary-color);
    color: #fff;
}
@media (max-width: 1199px) {
    .ks_featured_communities_title,
    .ks_why_dubai_title {
        font-size: 44px;
    }

    .ks_community_card {
        height: 340px;
    }
}

@media (max-width: 991px) {
    .ks_featured_communities_section,
    .ks_why_dubai_section {
        padding: 70px 0;
    }

    .ks_featured_communities_title,
    .ks_why_dubai_title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .ks_why_dubai_col {
        padding-right: 0;
    }

    .ks_community_card {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .ks_featured_communities_title,
    .ks_why_dubai_title {
        font-size: 22px;
    }

    .ks_community_card {
        height: 280px;
    }

    .ks_community_content h3 {
        font-size: 20px;
    }

    .ks_why_dubai_item h4 {
        font-size: 20px;
    }

    .ks_why_dubai_item p {
        font-size: 16px;
        line-height: 1.7;
    }
}
.ks_why_dubai_section {
    padding: 40px 0;
    background: #f7f7f7;
    border-top: 1px solid #dedede;
}

.ks_why_dubai_inner {
    padding: 20px 20px 0;
}

.ks_why_dubai_title {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
    color: #36454f;
    margin-bottom: 45px;
    max-width: 1200px;
}

.ks_why_dubai_col {
    padding-right: 40px;
}

.ks_why_dubai_item {
    margin-bottom: 34px;
}

.ks_why_dubai_item h4 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #36454f;
    margin-bottom: 18px;
}

.ks_why_dubai_item p {
    font-size: 14px;
    line-height: 1.8;
    color: #2f3e4e;
    margin-bottom: 0;
}

.ks_why_dubai_btn_wrap {
    margin-top: 20px;
}

.ks_why_dubai_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 45px;
    padding: 0 18px;
    border: none;
    border-radius: 6px;
    background: #36454f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ks_why_dubai_btn:hover {
    background: #000;
    color: #fff;
}

/* READ MORE FULL WIDTH */
.ks_readmore_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    width: 100%;
}

.ks_readmore_content.active {
    max-height: 2500px;
}

.ks_readmore_inner {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 40px;
}

/* responsive */
@media (max-width: 1199px) {
    .ks_why_dubai_title {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .ks_why_dubai_section {
        padding: 70px 0;
    }

    .ks_why_dubai_title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .ks_why_dubai_col {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .ks_why_dubai_title {
        font-size: 22px;
    }

    .ks_why_dubai_item h4 {
        font-size: 18px;
    }

    .ks_why_dubai_item p {
        font-size: 14px;
        line-height: 1.7;
    }
}
/*best area*/
/*area details*/

.ks_area_detail_page {
    padding-top: 50px;
    background: #ffffff;
}

.ks_area_detail_row {
    align-items: flex-start;
    /* margin-bottom: 70px; */
}

.ks_area_detail_content section {
    margin-bottom: 60px;
    scroll-margin-top: 140px;
}

.ks_area_intro,
.ks_area_detail_content p,
.ks_area_detail_content li {
    font-size: 14px;
    line-height: 1.8;
    color: #2f3e4e;
}

.ks_area_intro {
    margin-bottom: 40px;
}

.ks_area_detail_content h2 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    color: #36454f;
    margin-bottom: 25px;
}

.ks_area_detail_content h3 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #36454f;
    margin-top: 28px;
    margin-bottom: 18px;
}

.ks_area_detail_content ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.ks_area_detail_content li {
    margin-bottom: 10px;
}

.ks_area_toc {
    background: #efefef;
    border-radius: 8px;
    padding: 30px;
    position: sticky;
    top: 110px;
}

.ks_area_toc h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #36454f;
    margin-bottom: 24px;
}

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

.ks_area_toc li {
    margin-bottom: 18px;
}

.ks_area_toc a {
    display: block;
    text-decoration: none;
    color: #5b6670;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 16px;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
}

.ks_area_toc a:hover,
.ks_area_toc a.active {
    color: #36454f;
    border-left: 2px solid #36454f;
}

/* full width bottom sections */
.ks_area_bottom_fullwidth {
    width: 100%;
}

.ks_area_bottom_fullwidth section {
    margin-bottom: 20px;
}
/* Heading (same as yours - small improvement) */
.ks_area_gallery_section h2,
.ks_area_location_section h2,
.ks_area_faq_section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #36454f;
    margin-bottom: 30px;
}

/* Slider wrapper */
.ks_area_gallery_slider {
    position: relative;
}

/* Card */
.ks_area_gallery_card {
    border-radius: 10px;
    overflow: hidden;
}

/* Image */
.ks_area_gallery_card img {
    width: 100%;
    height: 320px; /* slightly increased for better look */
    object-fit: cover;
    display: block;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

/* Hover zoom effect (optional but premium look) */
.ks_area_gallery_card:hover img {
    transform: scale(1.05);
}

/* Navigation buttons */
.ks_area_gallery_prev,
.ks_area_gallery_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e47;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

/* Hover */
.ks_area_gallery_prev:hover,
.ks_area_gallery_next:hover {
    background: #fff;
}

/* Position */
.ks_area_gallery_prev {
    left: 15px;
}

.ks_area_gallery_next {
    right: 15px;
}

/* Icon */
.ks_area_gallery_prev i,
.ks_area_gallery_next i {
    font-size: 14px;
}
/* Why Dubai mobile read more fix */
@media (max-width: 991px) {
    .ks_why_dubai_section .row > .col-lg-6:nth-child(2),
    .ks_readmore_content {
        display: none;
    }

    .ks_why_dubai_section .row > .col-lg-6:nth-child(2).active,
    .ks_readmore_content.active {
        display: block;
    }

    .ks_why_dubai_btn_wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* Desktop: keep right column visible */
@media (min-width: 992px) {
    .ks_why_dubai_section .row > .col-lg-6:nth-child(2) {
        display: block;
    }

    .ks_readmore_content {
        display: none;
    }

    .ks_readmore_content.active {
        display: block;
    }
}
/* Responsive */
@media (max-width: 991px) {
    .ks_area_gallery_card img {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .ks_area_gallery_card img {
        height: 220px;
    }

    .ks_area_gallery_prev,
    .ks_area_gallery_next {
        width: 36px;
        height: 36px;
    }
}
.ks_area_location_map {
    border-radius: 8px;
    overflow: hidden;
}

.ks_area_faq_section {
    padding-bottom: 10px;
}

.ks_faq_list {
    border-top: 1px solid #ddd;
}

.ks_faq_item {
    border-bottom: 1px solid #ddd;
}

.ks_faq_question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    cursor: pointer;
}

.ks_faq_icon {
    font-size: 34px;
    line-height: 1;
    color: var(--primary-color);
    margin-left: 20px;
}

.ks_faq_answer {
    display: none;
    padding: 0 0 24px;
}

.ks_faq_answer p {
    margin: 0;
}

.ks_faq_item.active .ks_faq_answer {
    display: block;
}

@media (max-width: 991px) {
    .ks_area_detail_page {
        padding: 60px 0;
    }

    .ks_area_toc {
        position: relative;
        top: 0;
        margin-top: 30px;
    }

    .ks_area_detail_row {
        margin-bottom: 50px;
    }

    .ks_area_gallery_card img {
        height: 280px;
    }
}

@media (max-width: 767px) {
    .ks_area_detail_content h2,
    .ks_area_gallery_section h2,
    .ks_area_location_section h2,
    .ks_area_faq_section h2 {
        font-size: 24x;
    }

    .ks_area_detail_content h3 {
        font-size: 20x;
    }

    .ks_area_intro,
    .ks_area_detail_content p,
    .ks_area_detail_content li {
        font-size: 14px;
        line-height: 1.7;
    }

    .ks_faq_question {
        font-size: 14px;
        padding: 22px 0;
    }
}

/*area details*/
/*project*/
.ks_project_hero_pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #fff !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.ks_project_hero_pagination.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    width: 28px !important;
    height: 8px !important;
    background: #fff !important;
    border-radius: 20px !important;
}
.ks_project_hero {
    position: relative;
}

.ks_project_hero_slide {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.ks_project_hero_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.ks_project_hero .container {
    position: relative;
    z-index: 2;
}

.ks_project_breadcrumb {
    color: #fff;
    margin-bottom: 250px;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
}

.ks_project_breadcrumbbss {
    color: #545454;
    margin-top: 125px;
    margin-left: 0px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -25px;
}

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

.ks_project_breadcrumb span {
    margin: 0 8px;
}

.ks_project_hero_content {
    max-width: 760px;
    padding-bottom: 60px;
}
.ks_btn_light:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.ks_project_hero_content h2 {
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.ks_project_hero_meta {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.ks_meta_item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
}

.ks_meta_item i {
    font-size: 32px;
}

.ks_meta_item strong {
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.ks_meta_item span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.ks_project_hero_btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.ks_btn_light,
.ks_btn_outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ks_btn_light {
    background: #fff;
    color: #3f3f3f;
}

.ks_btn_outline {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.ks_btn_outline:hover {
    background: #fff;
    color: var(--primary-color);
}

.ks_project_hero_prev,
.ks_project_hero_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.ks_project_hero_prev {
    left: 30px;
}

.ks_project_hero_next {
    right: 30px;
}

.ks_project_hero_pagination {
    bottom: 24px !important;
}

.ks_project_listing_section {
    padding: 50px 0 50px;
    background: #ffffff;
}

.ks_section_title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 600;
    color: #545454;
    margin-bottom: 40px;
}

.ks_project_card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.ks_project_card_img_wrap {
    position: relative;
}

.ks_project_card_img_wrap img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
}

.ks_project_card_body {
    padding: 24px 20px 20px;
}

.ks_project_card_body h3 {
    font-size: 24px;
    line-height: 1.3;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1px;
}

.ks_project_dev_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ks_project_dev_row p {
    margin: 0;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 600;
}

.ks_project_dev_row img {
    max-height: 36px;
    width: auto;
}

.ks_project_price {
    padding-bottom: 10px;

    border-bottom: 1px solid #ececec;
}

.ks_project_price span {
    color: #9a9a9a;
    font-size: 14px;
    margin-right: 8px;
}

.ks_project_price strong {
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 600;
}

.ks_project_card_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 10px;
    color: #706f6f;
    font-size: 10px;
}

.ks_project_card_meta_between {
    justify-content: space-between;
}

.ks_project_enquire_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    background: #0e2971;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}
.ks_project_enquire_btn:hover {
    background: #fff;
    color: #0e2971;
    border: 1px solid #0e2971;
}

.ks_project_pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 50px;
}

.ks_project_pagination a {
    min-width: 48px;
    height: 48px;
    border-radius: 6px;
    background: #f1f1f1;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    padding: 0 16px;
}

.ks_project_pagination a.active {
    background: var(--primary-color);
    color: #fff;
}

.ks_project_cta_section {
    padding: 30px 0 10px;
    background: #f7f7f7;
}

.ks_project_cta_box {
    min-height: 360px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ks_project_cta_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.2)
    );
}

.ks_project_cta_content {
    position: relative;
    z-index: 2;
    padding: 60px 56px;
    max-width: 760px;
}

.ks_project_cta_content h2 {
    font-size: 54px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.ks_project_cta_content p {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 28px;
}

.ks_project_content_section {
    padding: 40px 0 30px;
    background: #eff1fa;
    border-top: 1px solid #dfdfdf;
}

.ks_project_content_box h2 {
    font-size: 24px;
    line-height: 1.3;
    color: #36454f;
    font-weight: 600;
    margin-bottom: 22px;
}

.ks_project_content_box h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #36454f;
    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 10px;
}

.ks_project_content_box p {
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 0;
}

.ks_project_content_item {
    margin-bottom: 20px;
}

.ks_project_content_item p {
    margin-bottom: 22px;
}

.ks_project_content_btn_wrap {
    margin-top: 28px;
}

.ks_project_content_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 45px;
    padding: 0 18px;
    border: none;
    border-radius: 6px;
    background: #0e2971;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.ks_project_more_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.ks_project_more_content.active {
    max-height: 3000px;
}

.ks_project_more_inner {
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .ks_project_hero_content h2 {
        font-size: 54px;
    }

    .ks_section_title,
    .ks_project_cta_content h2 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {
    .ks_project_hero_slide {
        min-height: 620px;
    }

    .ks_project_breadcrumb {
        margin-bottom: 160px;
    }

    .ks_project_hero_content h2 {
        font-size: 44px;
    }

    .ks_section_title,
    .ks_project_cta_content h2 {
        font-size: 36px;
    }

    .ks_project_card_img_wrap img {
        height: 260px;
    }

    .ks_project_cta_content {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .ks_project_hero_slide {
        min-height: 540px;
    }

    .ks_project_breadcrumb {
        margin-bottom: 110px;
        font-size: 16px;
    }

    .ks_project_hero_content h2 {
        font-size: 34px;
    }

    .ks_project_hero_meta {
        gap: 20px;
    }

    .ks_meta_item i {
        font-size: 24px;
    }

    .ks_btn_light,
    .ks_btn_outline {
        min-width: 160px;
        height: 52px;
    }

    .ks_section_title,
    .ks_project_cta_content h2 {
        font-size: 22px;
    }

    .ks_project_content_box h2 {
        font-size: 20px;
    }

    .ks_project_content_box h4 {
        font-size: 18px;
    }

    .ks_project_content_box p {
        font-size: 16px;
        line-height: 1.7;
    }

    .ks_project_cta_box {
        min-height: 300px;
    }
}
.ks_where_next_section {
    padding: 40px 0 40px;
    background: #eff1fa;
}

.ks_where_next_wrap {
    max-width: 1640px;
    margin: 0 auto;
}

.ks_where_next_title {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 600;
    color: #394957;
    margin: 0 0 42px;
    font-family: "Poppins", sans-serif;
}

.ks_where_next_card {
    display: block;
    height: 100%;
    /* min-height: 252px; */
    padding: 30px 28px 30px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ks_where_next_icon {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: #eff1fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.ks_where_next_icon span {
    font-size: 30px;
    line-height: 1;
    color: #111;
    display: inline-block;
}

.ks_where_next_card p {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #4c5a67;
    margin: 0 0 26px;
    font-family: "Poppins", sans-serif;
}

.ks_where_next_card h4 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3f4d59;
    margin: 0;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.ks_where_next_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #14177b24;
}

.ks_where_next_card:hover .ks_where_next_icon {
    background: #eff1fa;
}

@media (max-width: 1199px) {
    .ks_where_next_title {
        font-size: 46px;
    }

    .ks_where_next_card {
        min-height: 230px;
        padding: 32px 24px 26px;
    }

    .ks_where_next_card p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .ks_where_next_section {
        padding: 70px 0 60px;
    }

    .ks_where_next_title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .ks_where_next_card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .ks_where_next_title {
        font-size: 22px;
    }

    .ks_where_next_card {
        padding: 24px 20px;
    }

    .ks_where_next_icon {
        width: 46px;
        height: 46px;
        margin-bottom: 20px;
    }

    .ks_where_next_icon span {
        font-size: 24px;
    }

    .ks_where_next_card p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .ks_where_next_card h4 {
        font-size: 14px;
    }
}
/*project*/
.ks_project_details_page {
    background: #ffffff;
}

.ks_unitts {
    margin-left: auto;
    /* text-align: right; */
}

.ks_unitts {
    margin-left: auto;
    /* text-align: right; */
}

.ks_pd_general_plan img {
    width: 80%;
}

.ks_pd_developer_logo_box img {
    width: 399px;
    height: 272px;
}

.ks_project_card_meta {
    display: flex;
    align-items: center;
}

.ks_pd_gallery_section,
.ks_pd_payment_section,
/* .ks_pd_general_plan,
.ks_pd_parkings_section */
h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #36454f;
    font-weight: 600;
    margin-bottom: 20px;
}

.ks_pd_stat_item h2 {
    font-size: 22px;
    color: #40474cc5;
}

/* HERO */
.ks_pd_hero {
    height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;

    /* height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

.ks_pd_hero_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}

.ks_pd_hero .container {
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

.ks_pd_breadcrumb_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 320px;
    color: #fff;
}

.ks_pd_stat_item h3 {
    font-size: 24px;
    line-height: 1.1;
    color: #36454f;
    font-weight: 700;
    margin-bottom: 10px;
}

.ks_pd_breadcrumb,
.ks_pd_share_link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.ks_pd_breadcrumb {
    margin-top: 20px;
}

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

.ks_pd_breadcrumb span {
    margin: 0 8px;
}

.ks_pd_hero_content h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.ks_pd_hero_content p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 28px;
}

.ks_pd_hero_btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ks_pd_btn_light,
.ks_pd_btn_outline,
.ks_pd_btn_dark_small,
.ks_pd_btn_gray_small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 46px;
    padding: 0 26px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.ks_pd_btn_light {
    background: #fff;
    color: #36454f;
}

.ks_pd_btn_outline {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.ks_pd_btn_dark_small {
    background: #36454f;
    color: #fff;
}

.ks_pd_btn_gray_small {
    background: #efefef;
    color: #36454f;
}

/* TABS */
.ks_pd_tabs_bar {
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 20;
}

.ks_pd_tabs_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 74px;
}

.ks_pd_tabs_left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 44px;
}

.ks_pd_tab_link {
    color: #36454f;
    text-decoration: none;
    font-size: 14px;

    padding: 24px 0;
    border-bottom: 2px solid transparent;
}

.ks_pd_tab_link.active {
    border-bottom: 2px solid #36454f;
}

.ks_pd_tabs_right {
    display: flex;
    gap: 12px;
}

.ks_pd_details_section,
.ks_pd_gallery_section,
.ks_pd_floorplans_section,
.ks_pd_amenities_section,
.ks_pd_parkings_section,
.ks_pd_location_section,
.ks_pd_developer_section,
.ks_pd_payment_section,
.ks_pd_brochure_section,
.ks_pd_similar_projects_section,
.ks_pd_contact_section {
    background-color: #ffffff;
}

/* DETAILS */
.ks_pd_details_section,
.ks_pd_gallery_section,
.ks_pd_floorplans_section,
.ks_pd_amenities_section,
.ks_pd_location_section,
.ks_pd_developer_section,
.ks_pd_brochure_section,
.ks_pd_similar_projects_section,
.ks_pd_contact_section {
    padding: 20px 0;
}

.ks_pd_details_text p,
.ks_pd_location_content p,
.ks_pd_developer_content p,
.ks_pd_section_intro,
.ks_pd_small_note,
.ks_pd_form_note {
    font-size: 14px;
    line-height: 1.8;
    color: #28282bcf;
}

.ks_pd_details_text p {
    margin-bottom: 28px;
}

.ks_pd_stats_box {
    padding-left: 20px;
}

.ks_pd_stat_item {
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ddd;
}

.ks_pd_stat_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* .ks_pd_stat_item h3 {
    font-size: 24px;
    line-height: 1.1;
    color: #b49568;
    font-weight: 700;
    margin-bottom: 10px;
} */

.ks_pd_stat_item span {
    font-size: 12px;
    letter-spacing: 3px;
    color: #9a9a9a;
    text-transform: uppercase;
}

/* GALLERY */
.ks_pd_gallery_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
}

.ks_pd_gallery_grid > div {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.ks_pd_gallery_big {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.ks_pd_gallery_mid {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

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

.ks_pd_gallery_big img,
.ks_pd_gallery_mid img,
.ks_pd_gallery_small img {
    min-height: 230px;
    height: 100px;
}

.ks_pd_gallery_more_overlay {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: rgba(26, 35, 44, 0.7);
    color: #fff;
    text-decoration: none;
    padding: 16px 22px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}

/* FLOOR PLANS */
.ks_pd_floorplans_section h2,
.ks_pd_amenities_section h2,
.ks_pd_location_content h2,
.ks_pd_developer_content h2,
.ks_pd_brochure_form_wrap h2,
.ks_pd_similar_projects_section h2,
.ks_pd_contact_form_wrap h2 {
    font-size: 30px;
    line-height: 1.1;
    color: #36454f;
    font-weight: 600;
    margin-bottom: 20px;
}

.ks_pd_floorplan_tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 26px;
    margin-bottom: 40px;
}

.ks_fp_tab {
    background: transparent;
    border: none;
    padding: 6px 15px;
    font-size: 15px;
    color: #36454f;
    cursor: pointer;
}

.ks_fp_tab.active {
    background: #efefef;
}

.ks_fp_content {
    display: none;
}

.ks_fp_content.active {
    display: block;
}

.ks_fp_image_box {
    background: #eef2ea;
    padding: 26px;
}

.ks_fp_image_box img {
    width: 100%;
    display: block;
}

.ks_fp_info_box h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #36454f;
    font-weight: 600;
    margin-bottom: 34px;
}

.ks_fp_info_row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
    font-size: 14px;
    color: #2f3e4e;
}

.ks_fp_info_row strong {
    color: #36454f;
    font-weight: 700;
}

.ks_fp_download_btn {
    min-width: 140px;
}

/* AMENITIES */
.ks_pd_amenities_grid {
    margin: 30px;
}

.ks_pd_amenity_item img {
    width: 100%;
    max-width: 500px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 18px;
}

.ks_pd_amenity_item h4 {
    font-size: 13px;
    line-height: 1.4;
    color: #36454f;
    font-weight: 600;
    margin: 0;
}

/* LOCATION */
.ks_pd_location_map iframe {
    border-radius: 8px;
    overflow: hidden;
}

.ks_pd_location_content p {
    margin-bottom: 28px;
}

/* DEVELOPER */
.ks_pd_developer_logo_box {
    background: #fff;
    border-radius: 8px;

    text-align: center;
}

/* .ks_pd_developer_logo_box img {
    max-width: 100%;
    height: auto;
} */

/* BROCHURE + CONTACT FORM */
.ks_pd_form_group {
    margin-bottom: 18px;
}

.ks_pd_form_group input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 24px;
    font-size: 14px;
    background: transparent;
}

.ks_pd_phone_group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    height: 50px;
}

.ks_pd_phone_group input {
    border: none;
    border-radius: 0;
}

.ks_pd_checkbox_wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 20px 0;
    font-size: 12px;
    color: #2f3e4e;
}

.ks_pd_checkbox_wrap input {
    margin-top: 5px;
}

.ks_pd_form_note {
    margin-bottom: 10px;
}

.ks_pd_brochure_image_box img {
    width: 600px;
    height: 450px;
    display: block;
    padding: 0px;
}

/* SIMILAR PROJECTS */
.ks_project_card {
    background: #fff;
    border: 1px solid #14177b24;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.ks_project_card_img_wrap {
    position: relative;
}

.ks_project_card_img_wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.ks_project_badge {
    position: absolute;
    top: 18px;
    left: 18px;

    padding: 8px 14px;
    border-radius: 6px;

    color: #fff;
    font-size: 13px;
    font-weight: 600;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.ks_project_card_body {
    padding: 24px 12px 20px;
}

.ks_project_card_body h3 {
    font-size: 18px;
    line-height: 1.3;
    color: #6a6868;
    font-weight: 600;
    width: 275px;
    height: 68px;
}

.ks_project_dev_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ks_project_dev_row p {
    margin: 0;
    font-size: 11px;
    color: #5d5d5d;
    font-weight: 600;
}

.ks_project_dev_row img {
    max-height: 50px;
    width: auto;
}

/* CONTACT */
.cs_input_wrapper {
    margin-bottom: 15px;
}
.ks_career_box {
    position: relative;
    overflow: hidden;
    padding: 50px 40px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111111 0%, #1b1b1b 50%, #000000 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.ks_career_tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
}

.ks_career_title {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.ks_career_text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 650px;
}

.ks_career_points {
    row-gap: 16px;
    margin-bottom: 30px;
}

.ks_career_point {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: all 0.3s ease;
}

.ks_career_point i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.ks_career_point span {
    font-size: 15px;
    font-weight: 500;
}

.ks_career_point:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
}

.ks_career_btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.ks_career_mail {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 2px;
}

.ks_career_mail:hover {
    color: #fff;
    border-color: #fff;
}

.ks_career_card {
    position: relative;
    min-height: 100%;
    height: 100%;
    border-radius: 22px;
    padding: 40px 30px;
    background: url("assets/img/career-bg.jpg") center center / cover no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.ks_career_card_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82),
        rgba(0, 0, 0, 0.25)
    );
}

.ks_career_card_content {
    position: relative;
    z-index: 2;
}

.ks_career_card_content h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 12px;
}

.ks_career_card_content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ks_career_card_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000;
    background: #fff;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ks_career_card_btn:hover {
    transform: translateY(-2px);
    color: #000;
}

@media (max-width: 991px) {
    .ks_career_box {
        padding: 35px 25px;
    }

    .ks_career_title {
        font-size: 30px;
    }

    .ks_career_card {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .ks_career_title {
        font-size: 20px;
    }

    .ks_career_text {
        font-size: 15px;
    }

    .ks_career_btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .ks_career_card {
        padding: 30px 22px;
    }

    .ks_career_card_content h4 {
        font-size: 24px;
    }
}
.ks_cv_form {
    margin-top: 15px;
}

.ks_cv_input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
}

.ks_cv_input:focus {
    outline: none;
}

/* File Upload */
.ks_file_upload {
    position: relative;
    margin-bottom: 15px;
}

.ks_file_upload input {
    display: none;
}

.ks_file_upload label {
    display: block;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    transition: 0.3s;
}

.ks_file_upload label:hover {
    background: rgba(255, 255, 255, 0.25);
}
.ks_pd_contact_box {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.ks_pd_contact_left {
    min-height: 609px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ks_pd_contact_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
}

.ks_pd_contact_left_content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 48px 40px;
    height: 100%;
}

.ks_pd_contact_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 40px;
}

.ks_pd_contact_left_content h2 {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin-bottom: 50px;
}

.ks_pd_contact_info_item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 15px;
    line-height: 1.6;
}

.ks_pd_contact_info_item i {
    margin-top: 6px;
    font-size: 20px;
    width: 28px;
}

.ks_pd_contact_qr_row {
    margin-top: 34px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.ks_pd_contact_qr_row img {
    width: 100px;
    height: auto;
}

.ks_pd_contact_qr_row p {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 8px;
}

.ks_pd_contact_form_wrap {
    background: #fff;
    padding: 48px 40px;
    min-height: 100%;
}

.ks_pd_contact_form_wrap > p {
    font-size: 14px;
    line-height: 1.7;
    color: #2f3e4e;
    margin-bottom: 26px;
}

.ks_pd_small_note {
    margin-top: 24px;
}

/* RESPONSIVE */
@media (max-width: 1399px) {
    .ks_pd_floorplans_section h2,
    .ks_pd_amenities_section h2,
    .ks_pd_location_content h2,
    .ks_pd_developer_content h2,
    .ks_pd_brochure_form_wrap h2,
    .ks_pd_similar_projects_section h2,
    .ks_pd_contact_form_wrap h2 {
        font-size: 46px;
    }

    .ks_pd_hero_content h2 {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .ks_pd_hero {
        min-height: 620px;
    }

    .ks_pd_breadcrumb_row {
        margin-bottom: 260px;
    }

    .ks_pd_tabs_wrap {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0;
    }

    .ks_pd_tabs_left {
        gap: 20px;
    }

    .ks_pd_floorplans_section h2,
    .ks_pd_amenities_section h2,
    .ks_pd_location_content h2,
    .ks_pd_developer_content h2,
    .ks_pd_brochure_form_wrap h2,
    .ks_pd_similar_projects_section h2,
    .ks_pd_contact_form_wrap h2 {
        font-size: 36px;
    }

    .ks_pd_stats_box {
        padding-left: 0;
    }

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

    .ks_pd_contact_left {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .ks_pd_hero_content h2 {
        font-size: 36px;
    }

    .ks_pd_breadcrumb_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 200px;
    }

    .ks_pd_tabs_left {
        gap: 16px;
    }

    .ks_pd_tab_link {
        padding: 10px 0;
    }

    .ks_pd_tabs_right {
        flex-wrap: wrap;
    }

    .ks_pd_floorplans_section h2,
    .ks_pd_amenities_section h2,
    .ks_pd_location_content h2,
    .ks_pd_developer_content h2,
    .ks_pd_brochure_form_wrap h2,
    .ks_pd_similar_projects_section h2,
    .ks_pd_contact_form_wrap h2 {
        font-size: 22px;
    }

    .ks_pd_details_text p,
    .ks_pd_location_content p,
    .ks_pd_developer_content p,
    .ks_pd_section_intro,
    .ks_pd_small_note,
    .ks_pd_form_note,
    .ks_pd_contact_form_wrap > p {
        font-size: 14px;
        line-height: 1.7;
    }

    .ks_pd_stat_item h3 {
        font-size: 22px;
    }

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

    .ks_pd_gallery_more_overlay {
        right: 12px;
        bottom: 12px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .ks_fp_tab {
        padding: 14px 20px;
        font-size: 14px;
    }

    .ks_fp_info_box h3 {
        font-size: 24px;
    }

    .ks_project_card_img_wrap img {
        height: 240px;
    }

    .ks_pd_contact_form_wrap,
    .ks_pd_contact_left_content {
        padding: 30px 20px;
    }
}
.ks_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.ks_modal_content {
    background: #fff;
    width: 420px;
    max-width: 90%;
    margin: 80px auto;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.ks_modal_content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #36454f;
}

.ks_modal_content p {
    font-size: 14px;
    color: #555;
}

.ks_modal_content input {
    padding: 12px;
    margin-top: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.phone_field {
    display: flex;
    margin-top: 12px;
}

.phone_field span {
    padding: 12px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-right: none;
}

.phone_field input {
    flex: 1;
    border-left: none;
}

.checkbox {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
}

.submit_btn {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 12px;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
}

.ks_close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
    display: block;
    max-width: 90%;
    max-height: 85%;
    margin: 60px auto;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.nav {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    padding: 10px;
    user-select: none;
}

.prev {
    left: 20px;
}
.next {
    right: 20px;
}
.ks_modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.65);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.ks_floorplan_modal_content {
    background: #fff;
    width: 100%;
    max-width: 630px;
    border-radius: 8px;
    padding: 36px 40px;
    position: relative;
}

.ks_floorplan_modal_content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #344250;
    margin-bottom: 8px;
}

.ks_floorplan_modal_content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.ks_floorplan_modal_content input[type="text"],
.ks_floorplan_modal_content input[type="email"],
.ks_floorplan_modal_content input[type="tel"] {
    width: 100%;
    height: 56px;
    border: 1px solid #dcdfe3;
    border-radius: 6px;
    padding: 0 18px;
    font-size: 16px;
    margin-bottom: 18px;
    outline: none;
}

.phone_field {
    display: flex;
    align-items: center;
    border: 1px solid #dcdfe3;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 18px;
}

.phone_field span {
    min-width: 92px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dcdfe3;
    background: #fff;
    font-size: 16px;
}

.phone_field input {
    border: none !important;
    margin-bottom: 0 !important;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

.checkbox input {
    margin-top: 5px;
}

.privacy {
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
}

.submit_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 56px;
    padding: 0 24px;
    background: #36454f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.ks_close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 34px;
    line-height: 1;
    color: #555;
    cursor: pointer;
}
.cs_hero_value {
    font-size: 18px;
    font-weight: 500;
    opacity: 0.9;
}
.ks_blog_details .row {
    align-items: flex-start;
}
#ksAreaTocWrap,
.ks_area_toc_wrap {
    margin-top: 0 !important;
    align-self: flex-start;
}
.ks_toc_wrap {
    position: relative;
    min-height: 100%;
}

.ks_toc {
    background: #eff1fa;
    padding: 24px;
    border: 1px solid #14177b24;
    border-radius: 6px;
    width: 100%;
    transition: none;
}

.ks_toc.is-fixed {
    position: fixed;
    top: 120px;
    z-index: 100;
}

.ks_toc.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.ks_toc h4 {
    margin-bottom: 18px;
}

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

.ks_toc ul li {
    margin-bottom: 12px;
}

.ks_toc ul li:last-child {
    margin-bottom: 0;
}

.ks_toc ul li a {
    display: block;
    text-decoration: none;
    color: #6b6b6b;
}

@media (max-width: 991px) {
    .ks_toc,
    .ks_toc.is-fixed,
    .ks_toc.is-bottom {
        position: static !important;
        width: 100% !important;
    }
}
.ks_area_detail_row,
.ks_blog_details .row {
    align-items: flex-start !important;
}

.ks_area_detail_page,
.ks_area_detail_page .container,
.ks_area_detail_row,
.ks_area_detail_row .col-lg-4,
.ks_blog_details,
.ks_blog_details .container,
.ks_blog_details .row,
.ks_blog_details .col-lg-4 {
    overflow: visible !important;
}

.ks_area_toc_wrap,
.ks_toc_wrap {
    position: sticky;

    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

@media (max-width: 991px) {
    .ks_area_toc_wrap,
    .ks_toc_wrap {
        position: static;
        top: auto;
        max-height: unset;
        overflow: visible;
    }
}
.ks_area_detail_row {
    align-items: flex-start !important;
}

.ks_area_toc_wrap {
    position: relative;
    min-height: 100%;
}

.ks_area_toc {
    background: #eff1fa;
    padding: 24px;
    border: 1px solid #14177b24;
    border-radius: 6px;
    width: 100%;
}

.ks_area_toc.is-fixed {
    position: fixed;
    top: 120px;
    z-index: 100;
}

.ks_area_toc.is-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.ks_area_toc h4 {
    margin-bottom: 18px;
}

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

.ks_area_toc ul li {
    margin-bottom: 12px;
}

.ks_area_toc ul li:last-child {
    margin-bottom: 0;
}

.ks_area_toc ul li a {
    display: block;
    text-decoration: none;
}

@media (max-width: 991px) {
    .ks_area_toc,
    .ks_area_toc.is-fixed,
    .ks_area_toc.is-bottom {
        position: static !important;
        width: 100% !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
}
.ks_area_hero {
    position: relative;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.ks_area_hero_overlay {
    position: absolute;
    inset: 0;
    background: rgba(53, 70, 84, 0.52);
    z-index: 1;
}

.ks_area_hero .container {
    position: relative;
    z-index: 2;
}

.ks_area_hero_inner {
    padding: 32px 0 30px;
}

.ks_area_breadcrumbs {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 170px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.ks_area_breadcrumbs a,
.ks_area_breadcrumbs span {
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.ks_back_link {
    font-size: 34px;
    line-height: 1;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

.ks_area_hero_content {
    max-width: 980px;
}

.ks_area_hero_content h2 {
    margin: 0 0 26px;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
    letter-spacing: -1px;
}

.ks_area_hero_content p {
    max-width: 820px;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 200;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

/* responsive */
@media (max-width: 1399px) {
    .ks_area_hero_content h1 {
        font-size: 56px;
    }

    .ks_area_hero_content p {
        font-size: 21px;
    }

    .ks_area_breadcrumbs {
        margin-bottom: 140px;
    }
}

@media (max-width: 991px) {
    .ks_area_hero {
        min-height: 420px;
    }

    .ks_area_hero_inner {
        padding: 35px 0 55px;
    }

    .ks_area_breadcrumbs {
        margin-bottom: 100px;
        font-size: 15px;
        gap: 10px;
    }

    .ks_back_link {
        font-size: 28px;
    }

    .ks_area_hero_content h1 {
        font-size: 42px;
        margin-bottom: 18px;
    }

    .ks_area_hero_content p {
        font-size: 18px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ks_area_hero {
        min-height: 360px;
    }

    .ks_area_hero_inner {
        padding: 28px 0 40px;
    }

    .ks_area_breadcrumbs {
        margin-bottom: 200px;
        font-size: 14px;
    }

    .ks_area_hero_content h1 {
        font-size: 22px;
        line-height: 1.15;
    }

    .ks_area_hero_content p {
        font-size: 16px;
        line-height: 1.6;
    }
}
.ks_area_content span {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

/* hover effect */
.ks_area_link:hover .ks_area_content span {
    letter-spacing: 1px;
}

/* underline expand on hover */
.ks_area_link:hover .ks_area_content span::after {
    width: 100%;
}
/* SECTION */
.ks_area_faq_section {
    padding: 60px 0;
}

/* HEADING */
.ks_area_faq_section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #36454f;
    margin-bottom: 30px;
}

/* LIST */
.ks_area_faq_list {
    border-top: 1px solid #e5e7eb;
}

/* ITEM */
.ks_area_faq_item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 12px;
}

/* QUESTION */
.ks_area_faq_question {
    width: 100%;
    background: transparent;
    border: none;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #243b53;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* QUESTION TEXT */
.ks_area_faq_question span:first-child {
    flex: 1;
}

/* ICON */
.ks_area_faq_icon {
    font-size: 28px;
    font-weight: 300;
    color: #243b53;
    transition: all 0.3s ease;
}

/* ACTIVE QUESTION */
.ks_area_faq_item.active .ks_area_faq_question {
    background: #0e2971;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

/* ACTIVE ICON */
.ks_area_faq_item.active .ks_area_faq_icon {
    color: #fff;
    transform: rotate(45deg);
}

/* ANSWER */
.ks_area_faq_answer {
    max-height: 0;
    overflow: hidden;
    background: #eff1fa;
    padding: 0 20px;
    border-radius: 0 0 6px 6px;
    transition: all 0.4s ease;
}

/* SHOW ANSWER */
.ks_area_faq_item.active .ks_area_faq_answer {
    max-height: 300px;
    padding: 20px;
}

/* ANSWER TEXT */
.ks_area_faq_answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4a5d73;
}

/* HOVER EFFECT */
.ks_area_faq_question:hover {
    color: #36454f;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .ks_area_faq_question {
        font-size: 14px;
        padding: 20px;
    }

    .ks_area_faq_icon {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .ks_area_faq_section h2 {
        font-size: 22px;
    }

    .ks_area_faq_question {
        font-size: 14px;
        padding: 18px;
    }

    .ks_area_faq_answer p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .ks_area_detail_page .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ks_area_detail_page .ks_area_detail_row {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .ks_area_detail_page .col-lg-7,
    .ks_area_detail_page .col-lg-4,
    .ks_area_detail_page .ks_left_col,
    .ks_area_detail_page .ks_right_col {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ks_area_detail_page .ks_area_detail_content {
        width: 100%;
    }

    .ks_area_detail_page #ksAreaTocWrap,
    .ks_area_detail_page .ks_area_toc_wrap {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        align-self: stretch !important;
    }

    .ks_area_detail_page #ksAreaToc,
    .ks_area_detail_page .ks_area_toc {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        padding: 20px !important;
        box-sizing: border-box;
    }

    .ks_area_detail_page .ks_area_toc h4 {
        white-space: normal;
        word-break: normal;
    }

    .ks_area_detail_page .ks_area_toc ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .ks_area_detail_page .ks_area_toc ul li {
        display: block;
        width: 100%;
    }

    .ks_area_detail_page .ks_area_toc a {
        display: block;
        width: 100%;
        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word;
        line-height: 1.6;
    }
}
@media (max-width: 767px) {
    .ks_area_detail_page .col-lg-7,
    .ks_area_detail_page .col-lg-4 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}
.ks_callback_modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.ks_callback_modal.show {
    display: flex;
}

/* box */
.ks_callback_box {
    background: #fff;
    padding: 50px 50px 50px;
    border-radius: 12px;
    width: 480px;
    max-width: 92%;
    text-align: left;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* heading */
.ks_callback_box h3 {
    margin: 0 0 25px;
    font-size: 21px;
    font-weight: 600;
    color: #2a4ea1;
}

/* close button */
.ks_close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 30px;
    cursor: pointer;
    color: #a5b2d6;
}

/* label */
.ks_label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #1f2f4d;
}

/* date row */
.ks_date_row {
    display: flex;
    gap: 12px;
    margin: 10px 0 25px;
}

/* select styling */
.ks_date_row select {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d4dbea;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    outline: none;
}

/* widths like screenshot */
.ks_date_row select:first-child {
    flex: 1;
}

.ks_date_row select:nth-child(2),
.ks_date_row select:nth-child(3) {
    width: 70px;
}

/* button */
.ks_btn_primary {
    display: block;
    margin: 0 auto;
    background: #2f4ea2;
    color: #fff;
    padding: 6px 18px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.ks_btn_primary:hover {
    background: #223c80;
}

/* mobile */
@media (max-width: 576px) {
    .ks_callback_box {
        padding: 25px 20px;
    }

    .ks_date_row {
        flex-direction: column;
    }

    .ks_date_row select,
    .ks_date_row select:nth-child(2),
    .ks_date_row select:nth-child(3) {
        width: 100%;
    }
}
.ks_callback_modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.ks_callback_modal.show {
    display: flex;
}

.ks_callback_box {
    background: #fff;
    padding: 35px 40px 40px;
    border-radius: 12px;
    width: 480px;
    max-width: 92%;
    text-align: left;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.ks_callback_box_form {
    width: 480px;
    max-width: 92%;
}

.ks_callback_box h3 {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 600;
    color: #2a4ea1;
    text-align: center;
}

.ks_close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 30px;
    cursor: pointer;
    color: #a5b2d6;
    line-height: 1;
}

.ks_label,
.ks_form_group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #334e68;
}

.ks_date_row {
    display: flex;
    gap: 12px;
    margin: 10px 0 25px;
}

.ks_date_row select,
.ks_form_group input {
    height: 40px;
    padding: 0 14px;
    border: 1px solid #d4dbea;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
    outline: none;
    width: 100%;
}

.ks_date_row select:first-child {
    flex: 1;
}

.ks_date_row select:nth-child(2),
.ks_date_row select:nth-child(3) {
    width: 80px;
}

.ks_btn_primary {
    display: block;
    margin: 0 auto;
    background: #2f4ea2;
    color: #fff;
    padding: 6px 18px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.ks_form_group {
    margin-bottom: 18px;
}

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

.ks_form_group {
    margin-bottom: 18px;
}

.ks_form_group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #223a5e;
}

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

.ks_phone_input_wrap {
    position: relative;
    flex: 1;
}

.ks_country_code {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
    font-size: 15px;
    color: #111;
    background: #fff;
}

.ks_flag {
    font-size: 18px;
    line-height: 1;
}

.ks_arrow {
    font-size: 10px;
    color: #6b7280;
    margin-top: 1px;
}

.ks_code {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

#callbackNumber {
    width: 100%;
    height: 48px;
    border: 1px solid #cfd8e3;
    border-radius: 6px;
    padding: 0 14px 0 120px;
    font-size: 15px;
    outline: none;
    background: #fff;
}

.ks_btn_call {
    height: 48px;
    min-width: 120px;
    border: none;
    border-radius: 6px;
    background: #d3d3d3;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 24px;
}

@media (max-width: 576px) {
    .ks_phone_row {
        flex-direction: column;
        align-items: stretch;
    }

    .ks_btn_call {
        width: 100%;
    }
}
.ks_note {
    margin: 25px 0 0;
    text-align: center;
    color: #8c98a4;
    font-size: 12px;
}

@media (max-width: 767px) {
    .ks_callback_box,
    .ks_callback_box_form {
        padding: 28px 20px 30px;
    }

    .ks_date_row,
    .ks_phone_row {
        flex-direction: column;
    }

    .ks_date_row select,
    .ks_date_row select:nth-child(2),
    .ks_date_row select:nth-child(3),
    .ks_country_code,
    .ks_btn_call {
        width: 100%;
    }
}
/*home*/
.ks_home_hero {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.ksHomeHeroSlider,
.ksHomeHeroSlider .swiper-wrapper,
.ksHomeHeroSlider .swiper-slide {
    width: 100%;
    height: 100%;
}

/* .ks_home_slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.ks_home_slide {
    width: 100%;
    aspect-ratio: 1919 / 720;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ks_home_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.ks_home_inner {
    position: relative;
    z-index: 2;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 60px;
}

.ks_home_content {
    max-width: 650px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
}

.ks_badge {
    display: inline-block;
    padding: 6px 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(46, 33, 25, 0.55);
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 18px;
}

.ks_home_content h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.ks_home_content p {
    max-width: 600px;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 28px;
}

.ks_btn_light {
    display: inline-block;
    background: #fff;
    color: #22304f;
    padding: 10px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;

    /* FIX */
    text-align: center;
    line-height: normal;
}

/* .ks_home_search {
    width: 100%;
    max-width: 1260px;
    background: rgba(46, 33, 25, 0.55);
    border-radius: 10px;
    padding: 22px 20px;
    backdrop-filter: blur(4px);
} */

.ks_home_search {
    position: relative;
    z-index: 99;

    width: 100%;
    max-width: 1260px;
    background: rgba(46, 33, 25, 0.55);
    border-radius: 10px;
    padding: 22px 20px;
    backdrop-filter: blur(4px);
    margin-bottom: 40px;
    margin-top: -195px;
    margin-left: 0px;
}

.ks_home_search h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 14px;
    text-align: left;
}

.ks_search_row {
    display: flex;
    gap: 0;
    align-items: center;
    overflow: hidden;
    border-radius: 6px;
}

.ks_search_row input {
    flex: 1;
    height: 52px;
    border: none;
    outline: none;
    padding: 0 18px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.ks_search_row input::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.ks_search_row button {
    width: 150px;
    height: 52px;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.ks_home_prev,
.ks_home_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

.ks_home_prev {
    left: 35px;
}

.ks_home_next {
    right: 35px;
}

.ks_home_pagination {
    margin-top: -22px !important;
    position: relative !important;
}

.ks_home_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.ks_home_pagination .swiper-pagination-bullet-active {
    width: 42px;
    border-radius: 30px;
    background: #fff;
}
@media (max-width: 767px) {
    .ks_project_hero_btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .ks_btn_light,
    .ks_btn_outline {
        width: auto !important;
        padding: 14px 10px !important;
        font-size: 14px !important;
        border-radius: 6px;
    }
}

@media (max-width: 991px) {
    .ks_home_slide,
    .ks_home_inner {
        min-height: 760px;
    }

    .ks_home_content h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .ks_home_slide,
    .ks_home_inner {
        min-height: 680px;
    }

    .ks_home_inner {
        padding-top: 0px;
        padding-bottom: 90px;
        margin-top: -70px;
    }

    .ks_home_content h1 {
        font-size: 30px;
    }

    .ks_home_content p {
        font-size: 16px;
    }

    .ks_search_row {
        flex-direction: column;
        gap: 10px;
        overflow: visible;
    }

    .ks_search_row input,
    .ks_search_row button {
        width: 100%;
        border-radius: 6px;
    }

    .ks_home_prev {
        left: 15px;
    }

    .ks_home_next {
        right: 15px;
    }
}
.ks_project_topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

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

.ks_more_project_btn {
    background: #eff1fa;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: #444;
    font-weight: 500;
    font-size: 14px;
}

.ks_project_nav button {
    width: 40px;
    height: 40px;
    border: none;
    background: #eee;
    border-radius: 6px;
    cursor: pointer;
}

/* IMAGE SLIDER */
.ks_card_slider {
    position: relative;
}

.ks_card_slider img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.ks_card_prev,
.ks_card_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.ks_card_prev {
    left: 10px;
}
.ks_card_next {
    right: 10px;
}
.ks_project_card_img_wrap {
    position: relative;
    overflow: hidden;
}

.ks_card_slider {
    position: relative;
}

.ks_card_prev,
.ks_card_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 36px;
    height: 36px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.4);
    color: #fff;

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

    cursor: pointer;
}

.ks_card_prev {
    left: 10px;
}

.ks_card_next {
    right: 10px;
}

/* Optional hover */
.ks_card_prev:hover,
.ks_card_next:hover {
    background: rgba(0, 0, 0, 0.6);
}
/* Overlay */
.ks_blog_cta_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
}

/* Content spacing */
.ks_blog_cta_content {
    position: relative;
    z-index: 2;
}

/* Main Button */
.ks_btn_main {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 15px;
    background: #ffffff;
    color: #000;
    font-size: 14px;

    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover Effect */
.ks_btn_main:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

/* CTA box styling */
.ks_blog_cta {
    position: relative;
    padding: 60px;
    border-radius: 12px;
    overflow: hidden;
}
.ks_developers_section,
.ks_locations_section {
    padding: 40px 0;
}

.ks_section_head,
.ks_locations_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.ks_section_head h2,
.ks_locations_head h2 {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 600;
    color: #24384c;
    margin: 0;
}

.ks_locations_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 28px;
    min-width: 150px;
    border-radius: 8px;
    background: #eff1fa;
    color: #24384c;
    text-decoration: none;
    font-size: 14px;

    transition: all 0.3s ease;
}

.ks_locations_btn:hover {
    background: #24384c;
    color: #fff;
}

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

.ks_developer_card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    transition: all 0.3s ease;
}

.ks_developer_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.ks_developer_card img {
    max-width: 100%;
    max-height: 42px;
    object-fit: contain;
}

.ks_locations_layout {
    display: grid;
    grid-template-columns: 2.1fr 1fr;
    gap: 20px;
}

.ks_locations_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ks_locations_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ks_location_card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    background: #ddd;
}

.ks_location_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ks_location_card:hover img {
    transform: scale(1.06);
}

.ks_location_card_large {
    height: 270px;
}

.ks_location_card_small {
    height: 250px;
}

.ks_location_card_tall {
    height: 540px;
}

.ks_location_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.12) 45%,
        rgba(0, 0, 0, 0.02) 100%
    );
    z-index: 1;
}

.ks_location_content {
    position: absolute;
    left: 28px;
    bottom: 24px;
    z-index: 2;
}

.ks_location_content h3 {
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1399px) {
    .ks_section_head h2,
    .ks_locations_head h2 {
        font-size: 44px;
    }

    .ks_location_card_large {
        height: 340px;
    }

    .ks_location_card_small {
        height: 220px;
    }

    .ks_location_card_tall {
        height: 580px;
    }
}

@media (max-width: 991px) {
    .ks_developer_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ks_locations_head {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .ks_locations_right {
        width: 100%;
    }

    .ks_location_card_tall {
        height: 420px;
    }

    .ks_section_head h2,
    .ks_locations_head h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .ks_developer_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

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

    .ks_location_card_large,
    .ks_location_card_small,
    .ks_location_card_tall {
        height: 280px;
    }

    .ks_section_head h2,
    .ks_locations_head h2 {
        font-size: 22px;
    }

    .ks_location_content {
        left: 18px;
        bottom: 18px;
    }

    .ks_location_content h3 {
        font-size: 22px;
    }
}
.ks_marquee {
    overflow: hidden;
    position: relative;
}

.ks_marquee_track {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: ks_scroll 25s linear infinite;
}

/* Pause on hover (optional) */
.ks_marquee:hover .ks_marquee_track {
    animation-play-state: paused;
}
@media (max-width: 767px) {
    .cs_cta_title {
        font-size: 22px !important;
        line-height: 1.3;
    }
}
/* Card style */
.ks_dev_card {
    min-width: 200px;
    height: 110px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ks_dev_card img {
    max-height: 90px;
    object-fit: contain;
}

/* Animation */
@keyframes ks_scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.ks_ceo_section {
    padding: 30px 0;
    background: #fff;
}

.ks_ceo_row {
    row-gap: 40px;
}

.ks_ceo_content h2 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    color: #2f465c;
    margin-bottom: 36px;
}

.ks_ceo_intro {
    font-size: 14px;
    line-height: 1.7;
    color: #394b5b;
    margin-bottom: 42px;
    max-width: 95%;
}

.ks_ceo_points p {
    font-size: 14px;
    line-height: 1.7;
    color: #394b5b;
    margin-bottom: 10px;
}

.ks_ceo_points p strong {
    color: #2f465c;
    font-weight: 500;
}

.ks_ceo_youtube_btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
    padding: 8px 15px;
    background: #eff1fa;
    border-radius: 8px;
    color: #2f465c;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ks_ceo_youtube_btn:hover {
    background: #eff1fa;
    color: #1d3144;
}

.ks_ceo_yt_icon {
    width: 28px;
    height: 28px;
    background: #ff0033;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}

.ks_ceo_video_wrap {
    width: 100%;
}

.ks_ceo_slider {
    width: 100%;
    overflow: hidden;
}

.ks_ceo_video_card {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.ks_ceo_video_card img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
    padding: 30px 30px 30px;
}

.ks_ceo_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background: rgba(24, 38, 52, 0.78);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s ease;
}

.ks_ceo_video_card:hover .ks_ceo_play_btn {
    background: rgba(24, 38, 52, 0.92);
    transform: translate(-50%, -50%) scale(1.06);
}

.ks_ceo_pagination {
    position: static !important;
    text-align: center;
}

.ks_ceo_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #d6d6d6;
    opacity: 1;
    margin: 0 6px !important;
}

.ks_ceo_pagination .swiper-pagination-bullet-active {
    background: #415667;
}

@media (max-width: 1399px) {
    .ks_ceo_content h2 {
        font-size: 48px;
    }

    .ks_ceo_intro {
        font-size: 18px;
    }

    .ks_ceo_points p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .ks_ceo_section {
        padding: 70px 0;
    }

    .ks_ceo_content h2 {
        font-size: 38px;
        margin-bottom: 24px;
    }

    .ks_ceo_intro {
        font-size: 17px;
        margin-bottom: 28px;
        max-width: 100%;
    }

    .ks_ceo_points p {
        font-size: 17px;
    }

    .ks_ceo_youtube_btn {
        margin-top: 24px;
        padding: 15px 24px;
        font-size: 17px;
    }

    .ks_ceo_video_card img {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .ks_ceo_content h2 {
        font-size: 22px;
    }

    .ks_ceo_intro,
    .ks_ceo_points p {
        font-size: 16px;
        line-height: 1.6;
    }

    .ks_ceo_video_card img {
        height: 240px;
    }

    .ks_ceo_play_btn {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }
}
.ks_brand_section {
    padding: 40px 0;
    background: #fff;
}

.ks_brand_title {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;
    color: #2e465c;
    margin: 0 0 40px;
}

.ks_brand_stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-bottom: 90px;
}

.ks_brand_stat_card {
    border: 1px solid #14177b24;
    border-radius: 8px;
    padding: 34px 26px 30px;
    background: #eff1fa;
    height: 100%;
}

.ks_brand_stat_card h3 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #2e465c;
    margin: 0 0 24px;
}

.ks_brand_stat_card h4 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #2e465c;
    margin: 0 0 20px;
}

.ks_brand_stat_card p {
    font-size: 14px;
    line-height: 1.6;
    color: #3f4c59;
    margin: 0;
}

.ks_brand_bottom {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: start;
}

.ks_brand_gallery_main {
    margin-bottom: 18px;
}

.ks_brand_gallery_main img,
.ks_brand_gallery_item img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}

.ks_brand_gallery_main img {
    height: 280px;
}

.ks_brand_gallery_small {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ks_brand_gallery_item img {
    height: 190px;
}

.ks_brand_content h2 {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
    color: #2e465c;
    margin: 0 0 28px;
}

.ks_brand_intro {
    font-size: 14px;
    line-height: 1.7;
    color: #3f4c59;
    margin: 0 0 42px;
}

.ks_brand_point + .ks_brand_point {
    margin-top: 36px;
}

.ks_brand_point h3 {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    color: #2e465c;
    margin: 0 0 16px;
}

.ks_brand_point p {
    font-size: 14px;
    line-height: 1.7;
    color: #3f4c59;
    margin: 0;
}

@media (max-width: 1399px) {
    .ks_brand_title {
        font-size: 48px;
    }

    .ks_brand_content h2 {
        font-size: 46px;
    }

    .ks_brand_stat_card h3 {
        font-size: 38px;
    }

    .ks_brand_stat_card h4 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .ks_brand_stats {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .ks_brand_gallery_main img {
        height: 380px;
    }
}

@media (max-width: 991px) {
    .ks_brand_section {
        padding: 70px 0;
    }

    .ks_brand_title {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .ks_brand_stats {
        margin-bottom: 60px;
        gap: 20px;
    }

    .ks_brand_stat_card {
        padding: 28px 22px;
    }

    .ks_brand_stat_card h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .ks_brand_stat_card h4 {
        font-size: 19px;
        margin-bottom: 14px;
    }

    .ks_brand_content h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .ks_brand_intro,
    .ks_brand_point p {
        font-size: 16px;
    }

    .ks_brand_point h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .ks_brand_stats {
        grid-template-columns: 1fr;
    }

    .ks_brand_title {
        font-size: 22px;
    }

    .ks_brand_content h2 {
        font-size: 22px;
    }

    .ks_brand_gallery_main img {
        height: 260px;
    }

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

    .ks_brand_gallery_item img {
        height: 220px;
    }

    .ks_brand_point + .ks_brand_point {
        margin-top: 26px;
    }

    .ks_brand_point h3 {
        font-size: 20px;
    }
}
.ks_awards_section {
    padding: 30px 0;
}

.ks_awards_title {
    font-size: 30px;
    font-weight: 600;
    color: #2e465c;
    margin-bottom: 40px;
}

/* ITEM */
.ks_award_item {
    border-bottom: 1px solid #14177b24;
    padding: 20px 0;
}

/* HEADER */
.ks_award_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ks_award_header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2e465c;
    margin: 0;
}

.ks_award_header span {
    font-size: 18px;
    color: #2e465c;
    font-weight: 600;
}

/* CONTENT (hidden) */
.ks_award_content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* ACTIVE */
.ks_award_item.active .ks_award_content {
    max-height: 500px;
}
.ks_award_item.active .ks_award_header {
    display: none;
}

/* INNER DESIGN (MATCH IMAGE 2) */
.ks_award_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    background: #eff1fa;
    padding: 40px 30px;
    border-radius: 6px;
}

/* LEFT */
.ks_award_left h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2e465c;
    margin: 0;
}

/* CENTER IMAGE */
.ks_award_center {
    text-align: center;
}

.ks_award_center img {
    max-width: 180px;
}

/* RIGHT */
.ks_award_right {
    text-align: right;
}

.ks_award_right span {
    font-size: 20px;
    font-weight: 600;
    color: #2e465c;
}

/* HOVER EFFECT */
.ks_award_inner:hover {
    background: #eeeeee;
}
/* hide content by default */
.ks_award_content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* open on hover */
.ks_award_item:hover .ks_award_content {
    max-height: 500px; /* adjust if needed */
}

/* smooth inner animation */
.ks_award_inner {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

/* show inner when hover */
.ks_award_item:hover .ks_award_inner {
    opacity: 1;
    transform: translateY(0);
}

/* optional: highlight background on hover */
.ks_award_item:hover {
    background: #eff1fa;
}
/* hide top header when hover */
.ks_award_item:hover .ks_award_header {
    display: none;
}
/* MOBILE */
@media (max-width: 768px) {
    .ks_award_inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 20px;
    }

    .ks_award_right {
        text-align: center;
    }
}
.ks_trust_section {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

.ks_trust_head {
    margin-bottom: 36px;
}

.ks_trust_head h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    color: #2f465c;
}

.ks_trust_slider_wrap {
    position: relative;
    padding: 0 20px;
}

.ks_trust_slider {
    overflow: hidden;
}

.ks_trust_slider .swiper-wrapper {
    align-items: flex-start;
}

.ks_trust_slider .swiper-slide {
    height: auto !important;
    align-self: flex-start;
}

.ks_trust_card {
    background: #eff1fa;
    border-radius: 18px;
    padding: 26px 26px 24px;
    min-height: 290px;
    height: auto !important;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.ks_trust_card.active {
    min-height: auto;
}
.ks_trust_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
}

.ks_trust_user {
    flex: 1;
    min-width: 0;
}

.ks_trust_top h3 {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
}

.ks_trust_top span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    color: #7a7a7a;
}

.ks_google_icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.ks_trust_rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.ks_star {
    color: #f4b400;
    font-size: 20px;
    line-height: 1;
}

.ks_verified {
    margin-left: 6px;
    color: #4285f4;
    font-size: 18px;
    line-height: 1;
}

.ks_review_text {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-word;
}

.ks_trust_card.active .ks_review_text {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
}

.ks_read_more {
    font-size: 13px;
    line-height: 1.3;
    color: #7a7a7a;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s ease;
}

.ks_read_more:hover {
    color: #2f465c;
}

.ks_trust_arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eff1fa;
    border-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7a7a;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: all 0.3s ease;
}

.ks_trust_arrow:hover {
    background: #e8e8e8;
    color: #2f465c;
}

.ks_trust_prev {
    left: 0;
}

.ks_trust_next {
    right: 0;
}

@media (max-width: 1399px) {
    .ks_trust_head h2 {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .ks_trust_section {
        padding: 70px 0;
    }

    .ks_trust_head h2 {
        font-size: 38px;
    }

    .ks_trust_slider_wrap {
        padding: 0 30px;
    }

    .ks_trust_card {
        min-height: 260px;
        padding: 22px;
    }

    .ks_review_text {
        font-size: 16px;
    }

    .ks_trust_arrow {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .ks_awards_title {
        font-size: 22px !important;
        line-height: 1.3;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .ks_trust_head h2 {
        font-size: 22px;
    }

    .ks_trust_slider_wrap {
        padding: 0 22px;
    }

    .ks_trust_card {
        min-height: auto;
        padding: 20px;
    }

    .ks_trust_top h3 {
        font-size: 17px;
    }

    .ks_star {
        font-size: 20px;
    }

    .ks_trust_arrow {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .ks_google_icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }
}
@media (max-width: 767px) {
    .ks_award_item,
    .ks_award_item.active {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }

    .ks_award_content,
    .ks_award_inner,
    .ks_award_center {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .ks_award_center img {
        display: block !important;
        width: 160px !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 20px auto !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
/*home*/
/*footer*/
.ks_footer_new {
    background: #0e2971;
    padding: 70px 0 30px;
    color: #fff;
}

.ks_footer_new a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.88);
    transition: 0.3s ease;
}

.ks_footer_new a:hover {
    color: #ffffff;
}

.ks_footer_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 35px;
}

.ks_footer_logo img {
    max-width: 220px;
    height: auto;
    display: block;
}

.ks_footer_contact_top {
    text-align: left;
}

.ks_footer_phone,
.ks_footer_email {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff !important;
}

.ks_footer_line {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 0 35px;
}

.ks_footer_main {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1fr 1.2fr 1fr;
    gap: 40px;
    padding-bottom: 25px;
}

.ks_footer_col h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

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

.ks_footer_col ul li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 0.7;
    color: rgba(255, 255, 255, 0.88);
}

.ks_footer_office ul li {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.ks_footer_social_list li a {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ks_footer_social_list i {
    width: 18px;
    text-align: center;
    font-size: 15px;
}

.ks_footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
}

.ks_footer_copy {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.ks_footer_bottom_links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.ks_footer_bottom_links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1199px) {
    .ks_footer_main {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .ks_footer_top {
        flex-direction: column;
        align-items: flex-start;
    }

    .ks_footer_contact_top {
        text-align: left;
    }

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

    .ks_footer_bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .ks_footer_new {
        padding: 50px 0 25px;
    }

    .ks_footer_main {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .ks_footer_logo img {
        max-width: 115px;
    }

    .ks_footer_phone,
    .ks_footer_email {
        font-size: 16px;
    }

    .ks_footer_col h3 {
        font-size: 17px;
    }

    .ks_footer_col ul li,
    .ks_footer_copy,
    .ks_footer_bottom_links a {
        font-size: 15px;
    }
}
/*footer*/

/*damac island*/
.ks_hero_project {
    position: relative;
    min-height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    padding: 0 0 70px;
    overflow: hidden;
}

.ks_hero_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.48);
    z-index: 1;
}

.ks_hero_project .container {
    position: relative;
    z-index: 2;
}

.ks_hero_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.ks_hero_left {
    max-width: 760px;
}

.ks_badge {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    margin-bottom: 25px;
}

.ks_hero_left h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 600;
    margin-bottom: 22px;
}

.ks_hero_left p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    max-width: 690px;
    margin-bottom: 28px;
}

.ks_hero_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1b2733;
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
}

.ks_hero_info_wrap {
    display: grid;
    grid-template-columns: repeat(2, 270px);
    gap: 28px;
}

.ks_hero_info_box {
    min-height: 165px;
    min-width: 165px;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ks_hero_info_box span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
}

.ks_hero_info_box h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 1199px) {
    .ks_hero_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .ks_hero_info_wrap {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ks_hero_project {
        min-height: auto;
        padding: 160px 0 45px;
        align-items: flex-end;
    }

    .ks_hero_left h1 {
        font-size: 34px;
    }

    .ks_hero_left p {
        font-size: 15px;
    }

    .ks_hero_info_wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ks_hero_info_box {
        min-height: auto;
        gap: 25px;
        padding: 24px 22px;
    }

    .ks_hero_info_box h3 {
        font-size: 23px;
    }

    .ks_hero_btn {
        padding: 14px 24px;
        font-size: 15px;
    }
}
.ks_about_community {
    padding: 70px 0 0;
    background: #fff;
}

.ks_about_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 45px;
}

.ks_about_title span {
    display: block;
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.ks_about_title h2 {
    color: #243646;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 600;
    margin: 0;
    max-width: 720px;
}

.ks_about_intro p {
    color: #5e6670;
    font-size: 14px;
    line-height: 1.55;
    margin: 45px 0 0;
}

.ks_about_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 50px;
}

.ks_about_feature {
    border-left: 3px solid #243646;
    padding-left: 25px;
}

.ks_about_feature h4 {
    color: #243646;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 18px;
}

.ks_about_feature p {
    color: #5e6670;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.ks_about_image_box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ks_about_image_box img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    display: block;
}

.ks_book_btn {
    position: absolute;
    left: 28px;
    bottom: 30px;
    background: #fff;
    color: #243646;
    padding: 6px 24px;
    min-width: 215px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.ks_book_btn span {
    font-size: 34px;
    line-height: 1;
    font-weight: 300;
}

@media (max-width: 991px) {
    .ks_about_top,
    .ks_about_features {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ks_about_intro p {
        margin-top: 0;
    }

    .ks_about_title h2 {
        font-size: 32px;
    }

    .ks_about_image_box img {
        height: 430px;
    }
}

@media (max-width: 575px) {
    .ks_about_community {
        padding-top: 45px;
    }

    .ks_about_title h2 {
        font-size: 28px;
    }

    .ks_about_intro p,
    .ks_about_feature p {
        font-size: 15px;
    }

    .ks_about_feature h4 {
        font-size: 18px;
    }

    .ks_about_image_box img {
        height: 320px;
    }

    .ks_book_btn {
        left: 18px;
        bottom: 18px;
        min-width: 180px;
        padding: 14px 20px;
        font-size: 15px;
    }
}
.ks_amenities_section {
    padding: 40px 0 40px;
    background: #fff;
}

.ks_section_label {
    display: block;
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
}

.ks_amenities_section h2 {
    color: #263847;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 42px;
}

.ks_amenities_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

.ks_amenities_list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff1fa;
    color: #1f3444;
    padding: 14px 22px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.ks_extra_amenity {
    display: none !important;
}

.ks_amenities_list.active .ks_extra_amenity {
    display: inline-flex !important;
}

.ks_view_more_btn {
    margin-top: 40px;
    background: #2d3f4d;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 6px 22px;
    min-width: 125px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.ks_view_more_btn span {
    font-size: 24px;
    line-height: 1;
}

@media (max-width: 575px) {
    .ks_amenities_section h2 {
        font-size: 30px;
    }

    .ks_amenities_list span {
        font-size: 14px;
        padding: 12px 16px;
    }

    .ks_view_more_btn {
        font-size: 16px;
        padding: 14px 24px;
    }
}
.ks_gallery_section {
    padding: 40px 0;
    background: #fff;
}

.ks_section_label {
    display: block;
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.ks_gallery_section h2 {
    color: #263847;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 42px;
}

.ks_gallery_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}

.ks_gallery_item {
    height: 330px;
    border-radius: 4px;
    overflow: hidden;
}

.ks_gallery_big {
    grid-column: span 1;
}

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

/* second row */
.ks_gallery_item:nth-child(4),
.ks_gallery_item:nth-child(5),
.ks_gallery_item:nth-child(6) {
    height: 310px;
}

.ks_gallery_item:nth-child(4) {
    grid-column: span 1;
}

.ks_gallery_item:nth-child(5),
.ks_gallery_item:nth-child(6) {
    grid-column: span 1;
}

@media (max-width: 991px) {
    .ks_gallery_grid {
        grid-template-columns: 1fr 1fr;
    }

    .ks_gallery_item,
    .ks_gallery_item:nth-child(4),
    .ks_gallery_item:nth-child(5),
    .ks_gallery_item:nth-child(6) {
        height: 320px;
    }

    .ks_gallery_big {
        grid-column: span 2;
    }
}

@media (max-width: 575px) {
    .ks_gallery_section {
        padding: 45px 0;
    }

    .ks_gallery_section h2 {
        font-size: 30px;
        margin-bottom: 28px;
    }

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

    .ks_gallery_big {
        grid-column: span 1;
    }

    .ks_gallery_item,
    .ks_gallery_item:nth-child(4),
    .ks_gallery_item:nth-child(5),
    .ks_gallery_item:nth-child(6) {
        height: 260px;
    }
}
.ks_floorplan_section {
    padding: 30px 0;
    background: #fff;
}

.ks_section_label {
    color: #999;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.ks_floorplan_section h2 {
    color: #263847;
    font-size: 30px;
    font-weight: 600;
    margin: 8px 0 45px;
}

.ks_floorplan_item {
    border-bottom: 1px solid #ddd;
}

.ks_floorplan_head {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 26px 22px;
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.2fr 1.2fr 40px;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.ks_floorplan_head span,
.ks_table_head span {
    color: #999;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.7px;
    display: block;
    margin-bottom: 10px;
}

.ks_floorplan_head strong {
    color: #263847;
    font-size: 16px;
    font-weight: 600;
}

.ks_floorplan_head p {
    color: #263847;
    font-size: 14px;
    margin: 0;
}

.ks_arrow {
    font-size: 34px;
    font-style: normal;
    color: #000;
    transform: rotate(0deg);
}

.ks_floorplan_item.active .ks_arrow {
    transform: rotate(90deg);
}

.ks_floorplan_body {
    display: none;
    background: #eff1fa;
}

.ks_floorplan_item.active .ks_floorplan_body {
    display: block;
}

.ks_floor_table {
    padding: 22px;
}

.ks_table_head,
.ks_table_row {
    display: grid;
    grid-template-columns: 1.2fr 1.1fr 0.8fr 1.3fr 1.4fr 1fr;
    align-items: center;
    gap: 20px;
}

.ks_table_row {
    padding: 18px 0;
    color: #263847;
    font-size: 14px;
}

.ks_view_plan {
    background: transparent;
    border: 0;
    color: #263847;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}

/* Modal */
.ks_floor_modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 35px;
}

.ks_floor_modal.active {
    display: flex;
}

.ks_floor_modal_box {
    position: relative;
    width: 94%;
    max-width: 1600px;
    background: #fff;
    border-radius: 4px;
    padding: 70px 60px 45px;
}

.ks_floor_modal_box img {
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
    display: block;
}

.ks_modal_close {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 46px;
    height: 46px;
    border: 1px solid #ddd;
    background: #fff;
    color: #263847;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .ks_floorplan_head {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
        padding: 22px 0;
    }

    .ks_arrow {
        grid-column: 2;
        justify-self: end;
    }

    .ks_table_head {
        display: none;
    }

    .ks_table_row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ks_floor_modal_box {
        padding: 60px 15px 25px;
    }
}
.ks_location_section {
    padding: 70px 0;
    background: #fff;
}

.ks_location_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 55px;
}

.ks_section_label {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.ks_location_top h2 {
    color: #263847;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}

.ks_location_top p {
    color: #5e6670;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    max-width: 720px;
}

.ks_location_box {
    display: grid;
    grid-template-columns: 1fr 410px;
    align-items: stretch;
}

.ks_location_map {
    height: 650px;
    overflow: hidden;
}

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

.ks_location_times {
    background: #2f414e;
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ks_time_item {
    margin-bottom: 34px;
}

.ks_time_item:last-child {
    margin-bottom: 0;
}

.ks_time_item h3 {
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 10px;
}

.ks_time_item h3 span {
    font-size: 16px;
    font-weight: 700;
}

.ks_time_item p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: 0.8px;
    margin: 0;
}

@media (max-width: 991px) {
    .ks_location_top {
        grid-template-columns: 1fr;
        gap: 25px;
    }

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

    .ks_location_map {
        height: 430px;
    }

    .ks_location_times {
        padding: 35px 30px;
    }
}

@media (max-width: 575px) {
    .ks_location_section {
        padding: 45px 0;
    }

    .ks_location_top h2 {
        font-size: 30px;
    }

    .ks_location_top p {
        font-size: 15px;
    }

    .ks_location_map {
        height: 320px;
    }

    .ks_time_item h3 {
        font-size: 42px;
    }

    .ks_time_item p {
        font-size: 13px;
    }
}
.ks_location_map {
    height: 650px;
    overflow: hidden;
}

.ks_location_map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.ks_about_dev {
    padding: 30px 0;
    background: #fff;
}

.ks_about_dev_wrap {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

.ks_section_label {
    color: #999;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 10px;
}

.ks_about_dev_content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #263847;
    margin-bottom: 20px;
}

.ks_about_dev_content p {
    color: #5e6670;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.ks_dev_btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    background: #2f414e;
    color: #fff;
    padding: 16px 28px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
}

.ks_dev_btn span {
    font-size: 22px;
}
.ks_dev_btn {
    transition: all 0.3s ease;
}

.ks_dev_btn:hover {
    color: #fff !important;
}

.ks_dev_btn:hover span {
    color: #fff !important;
}
/* RIGHT IMAGE GRID */
.ks_about_dev_images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.ks_dev_img_big {
    grid-row: span 2;
}

.ks_dev_img_big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ks_dev_img_small {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.ks_dev_img_small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* MOBILE */
@media (max-width: 991px) {
    .ks_about_dev_wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ks_about_dev_content h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .ks_about_dev {
        padding: 45px 0;
    }

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

    .ks_dev_img_big {
        grid-row: auto;
    }

    .ks_dev_img_small {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
}
.ks_faq_section {
    padding: 30px 0 30px;
    background: #fff;
}

.ks_section_label {
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

.ks_faq_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 55px;
}

.ks_faq_head h2 {
    color: #263847;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.ks_faq_btn {
    background: #2f414e;
    color: #fff;
    padding: 17px 32px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.ks_faq_wrap {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
}
.ks_faq_btn:hover {
    color: #fff !important;
}

.ks_faq_tabs button {
    width: 100%;
    border: 0;
    background: transparent;
    color: #263847;
    padding: 6px 12px;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    margin-bottom: 10px;
}

.ks_faq_tabs button.active {
    background: #eff1fa;
    font-weight: 800;
}

.ks_faq_panel {
    display: none;
}

.ks_faq_panel.active {
    display: block;
}

.ks_faq_item {
    border-top: 1px solid #ddd;
}

.ks_faq_item:last-child {
    border-bottom: 1px solid #ddd;
}

.ks_faq_question {
    width: 100%;
    min-height: 72px;
    border: 0;
    background: transparent;
    color: #172f40;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ks_faq_question span {
    font-size: 28px;
    line-height: 1;
    color: #000;
}

.ks_faq_answer {
    display: none;
    background: #f1f1f1;
    color: #263847;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 22px 25px;
}

.ks_faq_item.active {
    background: #f1f1f1;
}

.ks_faq_item.active .ks_faq_question {
    padding-left: 22px;
    padding-right: 22px;
}

.ks_faq_item.active .ks_faq_question span {
    transform: rotate(90deg);
}

.ks_faq_item.active .ks_faq_answer {
    display: block;
}

@media (max-width: 991px) {
    .ks_faq_head {
        flex-direction: column;
    }

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

    .ks_faq_tabs {
        display: flex;
        overflow-x: auto;
        gap: 10px;
    }

    .ks_faq_tabs button {
        white-space: nowrap;
        min-width: max-content;
    }
}

@media (max-width: 575px) {
    .ks_faq_section {
        padding: 45px 0;
    }

    .ks_faq_head h2 {
        font-size: 30px;
    }

    .ks_faq_question,
    .ks_faq_answer {
        font-size: 15px;
    }
}
.ks_enquiry_modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.ks_enquiry_modal.active {
    display: flex;
}

.ks_enquiry_box {
    width: 100%;
    max-width: 510px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.ks_enquiry_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px;
    border-bottom: 1px solid #e5e5e5;
}

.ks_enquiry_head h3 {
    margin: 0;
    color: #354653;
    font-size: 22px;
    font-weight: 600;
}

.ks_enquiry_head button {
    border: 0;
    background: transparent;
    font-size: 36px;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.ks_enquiry_form {
    padding: 24px 26px 28px;
}

.ks_enquiry_form input {
    width: 100%;
    height: 48px;
    border: 1px solid #e1e5e8;
    background: #f8f9fa;
    padding: 0 24px;
    font-size: 14px;
    margin-bottom: 22px;
    outline: none;
}

.ks_phone_field {
    display: flex;
    border: 1px solid #e1e5e8;
    background: #f8f9fa;
    margin-bottom: 22px;
    margin-top: 13px;
}

.ks_phone_field input {
    border: 0;
    margin: 0;
    background: transparent;
}

.ks_country {
    min-width: 100px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #eef0f2;
    font-size: 16px;
}

.ks_checkbox {
    display: flex;
    gap: 12px;
    color: #777;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.ks_checkbox input {
    width: auto;
    height: auto;
    margin-top: 6px;
}

.ks_enquiry_form p {
    color: #777;
    font-size: 15px;
    margin-bottom: 24px;
}

.ks_enquiry_form p a {
    color: #354653;
    font-weight: 700;
    text-decoration: none;
}

.ks_submit_btn {
    background: #2f414e;
    color: #fff;
    border: 0;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 575px) {
    .ks_enquiry_head h3 {
        font-size: 22px;
    }

    .ks_enquiry_form input,
    .ks_country {
        height: 58px;
    }
}
/*damac island*/
.ks_community_card {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.ks_community_card img {
    width: 100%;
    display: block;
}
/* BACKDROP */
.ks_call_modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.ks_call_modal.active {
    opacity: 1;
    visibility: visible;
}

/* BOX */
.ks_call_box {
    width: 520px;
    max-width: 95%;
    background: #fff;
    border-radius: 12px;
    padding: 35px 40px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

/* CLOSE */
#ksCallClose {
    position: absolute;
    right: 18px;
    top: 15px;
    border: none;
    background: transparent;
    font-size: 22px;
    color: #8a8a8a;
    cursor: pointer;
}

/* HEADER */
.ks_call_head {
    text-align: center;
    margin-bottom: 25px;
}
.ks_call_head h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2f4fae;
}
.ks_call_head p {
    font-size: 14px;
    color: #6b6b6b;
}

/* FIELD */
.ks_call_field {
    margin-bottom: 18px;
}
.ks_call_field label {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 6px;
}
.ks_call_field input {
    width: 100%;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 12px;
}

/* PHONE ROW */
.ks_call_phone_row {
    display: flex;
    gap: 12px;
}

/* PHONE FIELD */
.ks_call_phone {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: 46px;
    flex: 1;
}

.ks_call_country {
    background: #f3f3f3;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #ddd;
}

.ks_call_code {
    padding: 0 10px;
}

.ks_call_phone input {
    border: none;
    flex: 1;
}

/* BUTTON */
.ks_call_btn {
    width: 120px;
    background: #dcdcdc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
}

/* NOTE */
.ks_call_note {
    text-align: center;
    font-size: 12px;
    color: #8a8a8a;
    margin-top: 15px;
}
.ks_call_phone {
    border: 1px solid #ccc !important;
}
/* FIX PHONE FIELD BORDER */
.ks_call_phone {
    display: flex;
    align-items: center;
    border: 1px solid #ccc; /* ensure border visible */
    border-radius: 6px;
    height: 46px;
    flex: 1;
    background: #fff; /* important */
    overflow: hidden; /* keeps border clean */
}

/* FIX INPUT INSIDE */
.ks_call_phone input {
    border: none;
    outline: none;
    flex: 1;
    height: 100%;
    padding: 0 10px;
    background: transparent;
}

/* COUNTRY PART */
.ks_call_country {
    background: #f3f3f3;
    padding: 0 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #ddd;
}

/* CODE */
.ks_call_code {
    padding: 0 10px;
    color: #333;
}
.ks_location_card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    text-decoration: none;
}

.ks_location_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.ks_location_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.15)
    );
    transition: background 0.4s ease;
    z-index: 1;
}

.ks_location_content {
    position: absolute;
    left: 30px;
    right: 25px;
    bottom: 26px;
    z-index: 2;
    color: #fff;
    transition: all 0.4s ease;
}

.ks_location_content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.ks_location_content p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 0;
    max-width: 760px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.ks_location_card:hover img {
    transform: scale(1.08);
}

.ks_location_card:hover .ks_location_overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.25)
    );
}

.ks_location_card:hover .ks_location_content p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 120px;
}

/* Optional sizes */
.ks_location_card_large {
    height: 260px;
}

.ks_location_card_small {
    height: 260px;
}

.ks_location_card_tall {
    height: 540px;
}

/* Mobile */
@media (max-width: 767px) {
    .ks_location_content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .ks_location_content h3 {
        font-size: 22px;
    }

    .ks_location_content p {
        font-size: 14px;
    }

    .ks_location_card_large,
    .ks_location_card_small,
    .ks_location_card_tall {
        height: 280px;
    }
}

/* ============================================================
               EMAAR DEVELOPER PAGE STYLES
               ============================================================ */

/* --- Developer Hero --- */
.developer-hero {
    border-bottom: 1px solid #e0e0e0;
    padding: 40px 0;
}

.developer-hero__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.developer-hero__text h2 {
    margin-top: 0;
}

.developer-hero__logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 40px;
}

.developer-hero__logo img {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
}

/* --- Properties Grid --- */
.properties-section {
    padding: 48px 0;
}

.properties-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 32px;
}

.property-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #ebebeb;
    transition:
        box-shadow 0.3s ease,
        transform 0.2s ease;
}

.property-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.property-card__image {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.property-card__image-placeholder {
    width: 100%;
    height: 210px;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #388e3c;
    font-size: 40px;
}

.property-card__tags {
    position: relative;
}

.property-card__image-tag {
    display: inline-block;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    left: 12px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.property-card__body {
    padding: 16px;
}

.property-card__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.property-card__title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
}

.property-card__title a:hover {
    color: #2e7d32;
}

.property-card__developer {
    font-size: 12px;
    color: #888;
    margin: 0 0 10px 0;
}

.property-card__developer span {
    font-weight: 600;
    color: #444;
}

.property-card__price {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.property-card__price span {
    font-weight: 700;
    color: #2e7d32;
    font-size: 15px;
}

.property-card__meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    margin-top: 10px;
}

.property-card__meta i {
    margin-right: 4px;
    color: #aaa;
}

.property-card__action {
    margin-top: 14px;
}

.property-card__action a {
    display: block;
    text-align: center;
    background: #2e7d32;
    color: #fff;
    padding: 9px 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.property-card__action a:hover {
    background: #1b5e20;
}

.property-card__image-wrap {
    position: relative;
}

/* --- CTA Section --- */
.emaar-cta {
    border-radius: 8px;
    padding: 56px 48px;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
        url("/storage/assets/img/dubai-skyline.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 48px 0;
}

.emaar-cta__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
}

.emaar-cta__desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 420px;
    margin: 0;
}

.emaar-cta__buttons {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}

.emaar-cta__btn {
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    transition: all 0.25s;
}

.emaar-cta__btn--primary {
    background: #fff;
    color: #2e7d32;
}

.emaar-cta__btn--primary:hover {
    background: transparent;
    color: #fff;
}

.emaar-cta__btn--secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.emaar-cta__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.22);
}

/* --- Content Section (Read More / Less) --- */
.emaar-content-section {
    padding: 48px 0;
}

.emaar-content-wrap {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.emaar-content-wrap.collapsed {
    max-height: 220px;
}

.emaar-content-wrap.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
}

.emaar-content-wrap h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 32px 0 14px;
}

.emaar-content-wrap h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 24px 0 10px;
}

.emaar-content-wrap p {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

.emaar-content-wrap ul,
.emaar-content-wrap ol {
    padding-left: 22px;
    margin-bottom: 16px;
}

.emaar-content-wrap li {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 6px;
}

.emaar-content-wrap a {
    color: #2e7d32;
}

.emaar-content-wrap table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}

.emaar-content-wrap th {
    background: #f4f4f4;
    font-weight: 600;
    padding: 10px 12px;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.emaar-content-wrap td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

.emaar-read-more-btn {
    background: #36454f;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 24px;
    display: inline-block;
    transition: background 0.2s;
}

.emaar-read-more-btn:hover {
    background: #36454f;
}

/* --- Where Next Section --- */
.where-next-section {
    background: #f5f5f5;
    padding: 48px 0;
}

.where-next-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 28px;
}

.where-next-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.where-next-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 28px 20px;
    transition: border-color 0.25s;
}

.where-next-card:hover {
    border-color: #2e7d32;
}

.where-next-card__icon {
    width: 38px;
    height: 38px;
    background: #f0f0f0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2e7d32;
    margin-bottom: 14px;
}

.where-next-card p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
    min-height: 40px;
}

.where-next-card a {
    font-size: 12px;
    font-weight: 700;
    color: #2e7d32;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.where-next-card a:hover {
    text-decoration: underline;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .developer-hero__content {
        grid-template-columns: 1fr;
    }

    .developer-hero__logo-container {
        order: -1;
        min-height: 180px;
    }

    .emaar-cta {
        flex-direction: column;
        padding: 36px 20px;
    }

    .emaar-cta__buttons {
        flex-direction: column;
        width: 100%;
    }

    .emaar-cta__btn {
        text-align: center;
    }

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

@media (max-width: 576px) {
    .properties-grid {
        grid-template-columns: 1fr;
    }

    .where-next-grid {
        grid-template-columns: 1fr;
    }
}

.ks_no_projects {
    text-align: center;
    padding: 60px 20px;
    background: #eff1fa;
    border-radius: 10px;
    border: 1px dashed #14177b24;
}

.ks_no_projects i {
    font-size: 48px;
    color: #cccccc;
    margin-bottom: 16px;
    display: block;
}

.ks_no_projects h3 {
    font-size: 20px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 10px;
}

.ks_no_projects p {
    font-size: 14px;
    color: #888888;
    max-width: 400px;
    margin: 0 auto 20px auto;
    line-height: 1.7;
}

/* Update or add this to your CSS file */
.ks_view_all_projects_btn {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    background-color: #3a4d5c; /* Match your dark button color */
    color: white;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.ks_view_all_projects_btn:hover {
    background-color: #2d3d47; /* Slightly darker on hover */
    text-decoration: none;
    color: white;
}

.ks_pd_country_code {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    cursor: pointer;
    min-width: 85px;
    flex-shrink: 0;
    background-color: #f2f2f2;
    height: 100%;
    border-right: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.ks_pd_country_code select {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
}

.ks_pd_country_code span {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* .ks_pd_country_code {
    min-width: 100px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    font-size: 18px;
    color: var(--primary-color);
} */

#ks_search_dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-top: none !important;
    border-radius: 0 0 6px 6px !important;
    z-index: 999 !important;
    max-height: 260px !important;
    overflow-y: auto !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

#ks_search_dropdown .ks_drop_item {
    padding: 10px 14px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    color: #333 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

#ks_search_dropdown .ks_drop_item:hover {
    background: #f5f5f5 !important;
}

#ks_search_dropdown .ks_drop_item span {
    font-size: 12px !important;
    color: #888 !important;
    display: block !important;
}

#ks_search_msg {
    font-size: 13px !important;
    margin-top: 6px !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
}

#ks_search_msg.error {
    color: #c0392b !important;
    background: #fdecea !important;
}

#ks_search_msg.success {
    color: #1a7a3c !important;
    background: #eafaf1 !important;
}

.ks_search_row {
    position: relative;
    display: flex;
    align-items: center;
    overflow: visible;
}

#ks_search_input {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

#ks_search_input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#ks_search_btn {
    width: 170px;
    height: 60px;
    border: none;
    cursor: pointer;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 0 10px 10px 0;
}

#ks_search_clear {
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #333;
    color: #fff;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.ks_autocomplete_dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    z-index: 99999 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* .ks_autocomplete_dropdown {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    background: #fff;
    border-radius: 10px;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    z-index: 999999 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
} */

.ks_input_wrapper {
    position: relative;
    flex: 1;
}

.ks_ghost_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #aaa;
    z-index: 1;
    pointer-events: none;
    user-select: none;
    font-size: inherit;
    font-family: inherit;
    padding: inherit;
    box-sizing: border-box;
}

#ks_search_input {
    position: relative;
    z-index: 2;
    background: #ffffff38;
    width: 100%;
    /* border-top-right-radius: 11px;
    border-bottom-right-radius: 11px; */
}

@media (max-width: 768px) {
    #ks_search_input {
        border-top-right-radius: 11px;
        border-bottom-right-radius: 11px;
    }
}

.ks_autocomplete_item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: 0.3s;
}

.ks_autocomplete_item:hover {
    background: #f5f5f5;
}

.ks_autocomplete_item img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 6px;
}

.ks_autocomplete_item h4 {
    margin: 0;
    font-size: 20px;
    color: #0047ab;
    font-weight: 600;
}

.ks_autocomplete_item p {
    margin: 5px 0 0;
    color: #666;
}

.cs_white_colorr {
    color: #fff;
}

.ks_hero_left h1 {
    color: #fff;
}

.ks_pd_country_code {
    position: relative; /* ← MUST be relative */
}

.ks_pd_country_code .ks_cc_select {
    position: absolute; /* ← pulls it out of flow */
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* ← invisible but clickable */
    cursor: pointer;
    font-size: 16px; /* ← prevents iOS zoom */
    z-index: 2;
}

.ks_pd_country_code .ks_flag,
.ks_pd_country_code .ks_dial {
    pointer-events: none; /* ← clicks pass through to select */
}

.ks_phone_field_wrap {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.ks_country {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.ks_country .ks_cc_select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.ks_flag {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
    display: block;
}

.ks_dial {
    font-size: 14px;
    color: #333;
    pointer-events: none;
}

.ks_phone_field_wrap input[type="tel"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 14px;
    background: #fff;
}

.ks_pd_phone_group {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.ks_pd_country_code {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    flex-shrink: 0;
}

#ks_cc_select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

#ks_flag {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

#ks_dial {
    font-size: 14px;
    color: #333;
    pointer-events: none;
}

.ks_pd_phone_group input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 14px;
    background: #fff;
}

.ks_search_row {
    position: relative;
}

.ks_autocomplete_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 999;
    max-height: 400px;
    overflow-y: auto;
    margin-top: 6px;
}

.ks_ac_item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.ks_ac_item:last-child {
    border-bottom: none;
}

.ks_ac_item:hover {
    background: #f5f5f5;
}

.ks_ac_thumb {
    width: 60px;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.ks_ac_name {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.ks_ac_no_result {
    padding: 16px;
    color: #888;
    font-size: 14px;
    text-align: center;
}
.ks_search_row {
    position: relative;
}

#ks_search_clear {
    display: none;
}

.ks_autocomplete_dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9999;
    max-height: 350px;
    overflow-y: auto;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.ks_autocomplete_item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.ks_autocomplete_item img {
    width: 85px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
}

.ks_autocomplete_content span {
    display: block;
    color: #004aad;
    font-weight: 700;
    text-align: left;
}

.ks_autocomplete_content small {
    color: #777;
    display: block !important;
    text-align: left !important;
    width: 100% !important;
}

/* ── Mobile: ≤768px ─────────────────────────────────────── */
@media (max-width: 768px) {
    .ks_home_slide {
        aspect-ratio: unset;
        height: 420px;
    }

    .ks_home_search {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: -80px;
        padding: 16px 14px;
        max-width: calc(100% - 32px);
    }

    .ks_home_search h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .ks_search_row {
        flex-direction: column;
        gap: 10px;
    }

    .ks_search_row input {
        width: 100%;
        box-sizing: border-box;
    }

    #ks_search_btn {
        width: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #ks_search_clear {
        display: none !important;
    }

    .ks_home_prev,
    .ks_home_next {
        display: none;
    }

    .ks_home_hero {
        margin-top: 0;
        z-index: 1;
    }
}

/* ── Small phones: ≤480px ───────────────────────────────── */
@media (max-width: 480px) {
    .ks_home_slide {
        height: 360px;
    }

    .ks_home_search {
        margin-top: -200px;
        margin-left: 12px;
        margin-right: 12px;
        max-width: calc(100% - 24px);
    }
}

@media (max-width: 768px) {
    .ks_latest_blog_card {
        border-radius: 6px;
    }

    .ks_latest_blog_thumb img {
        height: 200px;
    }

    .ks_latest_blog_thumb {
        margin-bottom: 14px;
    }

    .ks_latest_blog_content {
        padding: 14px 16px 18px;
    }

    .ks_latest_blog_content h3 {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .ks_blog_meta {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .ks_blog_readmore {
        font-size: 13px;
    }

    .ks_section_title {
        margin-bottom: 10px;
    }

    .ks_project_topbar_right {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .ks_more_project_btn {
        padding: 10px 10px;
    }

    .cs_mobile_logo img {
        max-width: 50%;
    }

    .ks_project_hero_prev,
    .ks_project_hero_next {
        display: none;
    }

    .ks_pd_gallery_grid {
        margin-left: -14px;
    }

    .ks_pd_general_plan img {
        width: 100%;
    }

    .ks_pd_location_map {
        width: 100%;
    }

    .ks_pd_breadcrumb {
        margin-top: -145px;
    }
}

@media (max-width: 480px) {
    .ks_latest_blog_thumb img {
        height: 180px;
    }

    .ks_latest_blog_content {
        padding: 12px 14px 16px;
    }

    .ks_latest_blog_content h3 {
        font-size: 14px;
    }
}

.cs_site_header {
    background-color: #fff;
}

.cs_card hr {
    color: #0e2971;
    opacity: 10%;
}

/* ── Vertical Scrollbar (all pages) ── */
/* ── Force vertical scrollbar ── */
html,
body {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px !important;
    display: block !important;
}

::-webkit-scrollbar-track {
    background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
    background: #0e2971;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0a1f57;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #0e2971 #f4f4f4;
}

/* ── Pagination ── */
.ks_pagination {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.ks_pagination_list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.ks_page_link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #0e2971;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.ks_page_item.active .ks_page_link {
    background-color: #0e2971; /* ← your brand colour */
    border-color: #0e2971;
    color: #fff;
    pointer-events: none;
}

.ks_page_item.disabled .ks_page_link {
    opacity: 0.35;
    pointer-events: none;
}

.ks_page_link:hover {
    background-color: #37539f23;
    border-color: #0e2971;
    color: #0e2971;
}

.ks_pagination_info,
.ks_pagination_count {
    font-size: 0.85rem;
    color: #888;
    margin: 0;
}

.ks_no_results {
    text-align: center;
    padding: 48px 0;
    color: #888;
    font-size: 1.1rem;
}

.ks_box_titleee {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #1f2937;
}

@media (max-width: 768px) {
    .ks_investment_guide {
        margin-top: -30px;
    }

    .ks-advisors-intro {
        margin-top: -55px;
    }

    .ks_roi_intro {
        margin-top: -55px;
    }
}

/* Fix ALL lightgallery icons with Font Awesome */
.lg-toolbar .lg-close:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f00d" !important;
}
.lg-toolbar .lg-download:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f019" !important;
}
.lg-toolbar .lg-fullscreen:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f065" !important;
}
.lg-actions .lg-next:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f054" !important;
}
.lg-actions .lg-prev:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f053" !important;
}
#lg-zoom-in:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f00e" !important;
}
#lg-zoom-out:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f010" !important;
}
#lg-actual-size:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f422" !important;
}

/* Hide broken thumbnail strip */
.lg-thumb-outer {
    display: none !important;
}

/* Hide original broken font characters, show only Font Awesome */
.lg-toolbar .lg-close,
.lg-toolbar .lg-download,
.lg-toolbar .lg-fullscreen,
.lg-actions .lg-next,
.lg-actions .lg-prev,
#lg-zoom-in,
#lg-zoom-out,
#lg-actual-size {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    color: #fff !important;
}

/* Override the broken original icon content */
.lg-toolbar .lg-close::after,
.lg-toolbar .lg-download::after,
.lg-toolbar .lg-fullscreen::after,
.lg-actions .lg-next::after,
.lg-actions .lg-prev::after,
#lg-zoom-in::after,
#lg-zoom-out::after,
#lg-actual-size::after {
    display: none !important;
    content: none !important;
}

/* Hide unwanted lightgallery toolbar icons */
#lg-share,
.lg-autoplay-button {
    display: none !important;
}

.lg-sub-html {
    display: none !important;
}

.ks_pagination {
    display: flex;
    flex-direction: row; /* horizontal layout */
    flex-wrap: wrap; /* wrap on small screens */
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 30px 0 15px;
    list-style: none;
    padding: 0;
}

.ks_page_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    color: #1a2e6b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.ks_page_link:hover {
    background-color: #1a2e6b;
    color: #fff;
    border-color: #1a2e6b;
}

.ks_page_link.active {
    background-color: #1a2e6b;
    color: #fff;
    border-color: #1a2e6b;
    pointer-events: none;
}

.ks_page_link.disabled {
    color: #adb5bd;
    pointer-events: none;
    cursor: default;
}

.ks_pagination_count {
    text-align: center;
    color: #6c757d;
    font-size: 14px;
    margin-top: 8px;
}

.ks_hero_h2 .bann-headd {
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    font-size: 56px;
    clear: both;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: 700;
    line-height: 1.2em;
}

@media (max-width: 768px) {
    .ks_hero_h2 .bann-headd {
        font-size: 39px;
    }

    .ks_pd_amenity_item img {
        /* width: 100%;
        max-width: 600px; */
        height: 168px;
        /* object-fit: cover;
        object-position: center;
        margin-bottom: 18px; */
    }
}

.ks_pd_phone_group {
    flex-wrap: wrap;
}

.ks_pd_phone_group .ks_field_error {
    width: 100%;
    margin-top: 4px;
}
