/*--------------------------------------------------------------
>> 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&family=Carattere&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --white-color: #fff;
  --black-color: #000;
  --primary-color: #1D1D1D;
  --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: 16px;
  line-height: 1.75em;
  font-weight: 400;
  overflow-x: clip;
  background-color: var(--web-wash);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

body {
  height: auto;
  overflow: 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;
  border-radius: inherit;
}

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: var(--primary);
  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: 120px;
  }
  .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: 127px;
  }
  .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: 25px;
  line-height: 1.4em;
}
@media (max-width: 1399px) {
  .cs_fs_25 {
    font-size: 22px;
  }
}

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

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

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

.cs_fs_61 {
  font-size: 61px;
  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: #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: var(--primary-color);
}

.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: var(--gray3-color);
}

.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: 1416px;
  }
}
.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
=====================================================================*/
.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_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(29, 29, 29, 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: #1d1d1d;
    color: #fff;
  }
}
@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;
  }
  .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: var(--gray-color);
}
.cs_preloader .cs_preloader_icon::before, .cs_preloader .cs_preloader_icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  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;
}
@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(--accent-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: 127px 0 140px;
}
.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 var(--gray-color);
}
.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: var(--primary-color);
  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: var(--primary-color);
  border-color: var(--primary-color);
}
.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 */