@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --white-color: #fff;
  --black-color: #222;
  --heading-color: #116344;
  --accent-color: #016342;
  --body-color: #636363;
  --gray-color: rgba(255, 255, 255, 0.5);
  --light-gray-color: #F5F5F5;
  --border-color: rgba(99, 99, 99, 0.50);
  --heading-font:  "DM Sans", sans-serif;
  --body-font: "Inter", sans-serif;
}
.form-mobile-fixed{display:block;position:fixed;left:0;z-index:999999999;bottom:env(safe-area-inset-bottom);width:100%;height:60px;background:#fff;box-shadow:0 -5px 20px rgb(17 30 44 / 20%);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 20px}
.form-mobile-btn{width:80px;height:80px;position:absolute;display:flex;align-items:center;justify-content:center;background:#116344;border-radius:50%;bottom:10px;color:#fff;font-size:40px;left:50%;margin-left:-40px;cursor:pointer}
.form-mobile-btn:before{content:"";width:100%;height:100%;border:3px solid rgb(17 99 68);border-radius:50%;position:absolute;top:0;left:0;z-index:1;transform:scale(.9);animation:ring-animation 2s infinite ease-out}
@keyframes ring-animation{
    0%{transform:scale(.9);opacity:1}
    100%{transform:scale(1.3);opacity:.1}
}
.form-mobile-fixed a{display:flex;align-items:center;color:var(--title-color);font-size:14px;font-weight:500}
.form-mobile-fixed a i{margin-right:10px;font-size:18px}
.formBtn span i{
    margin-right: 5px;
}
.price-check{
    color: #116344;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 15px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #116344;
    background: transparent;
}

.price-check.active{
    background: #116344;
    color: #fff;
    font-weight: bold;
}
.price-text{
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 21.5px;
    color: #116344;
    font-weight: bold;
}
.formBtn{
    background-size: 300% 300%;
    background: #116344;
    position: fixed;
    top: 35%;
    color: #fff;
    z-index: 9;
    right: 0;
    font-size: 20px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    padding: 8px 20px;
    transform-origin: bottom right;
    border-radius: 30px 30px 0 0;
    font-weight: bold;
    animation: pulse2 1.5s infinite;
    cursor: pointer;
}
.form-holder {
    border-radius: 0px 0px 10px 10px;
    line-height: 20px;
    text-align: center;
    width: 320px;
    font-size: 12px;
    position: fixed;
    right: -400px;
    box-sizing: border-box;
    padding: 40px 30px;
    background-color: #fff;
    z-index: 10;
    height: auto;
    display: table;
    top: 50%;
    transition: all .6s cubic-bezier(.42,0,.07,.99);
    transform: translateY(-50%);
    box-shadow: -1px 1px 19px 6px #00000024;
}
.close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 29px 0 rgb(0 0 0 / 30%);
    left: -17px;
    top: -10px;
    color: black;
    cursor: pointer;
}
.form-inner {
    display: table-cell;
    vertical-align: middle;
}
.form-holder .form-title {
    color: #116344;
    text-align: center;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Questrial', sans-serif;
}
.contact_form>UL {
    margin: 0;
    padding: 0;
}
.contact_form>ul>LI {
    margin: 0 0 7px;
    padding: 0;
    list-style: none;
    font-size: 8pt;
    position: relative;
    color: #fff;
    float: left;
    width: 100%;
    display: inline-block;
}
input[type="text"],input[type="tel"],input[type="email"],
select,
textarea {
    -webkit-appearance: none; /* iOS Safari varsayılan stilini kapatır */
    -moz-appearance: none;
    appearance: none;

    border: none;              /* Kenarlığı sıfırla */
    border-bottom: 1px solid #004d25; /* Sadece altta çizgi */
    border-radius: 0;          /* Oval kenarlıkları sıfırla */
    background-color: transparent; /* Safari'nin beyaz arka planını kaldır */
    box-shadow: none;          /* Gölgeyi kaldır */

    width: 100%;
    padding: 8px 0;            /* Düzgün hizalama */
    font: inherit;             /* Varsayılan font yerine site fontunu kullan */
    color: inherit;
}

/* Select özelinde aşağı oka müdahale */
select::-ms-expand {
    display: none; /* Edge’deki oku gizler */
}

/* Odaklanıldığında (focus) efektleri de sadeleştir */
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-bottom: 2px solid #007b55; /* Odak rengi */
}
.contact_form .form-text, .contact_form .form-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Questrial', sans-serif;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 37px;
    line-height: 32px;
    padding-left: 10px;
    background: 0 0;
    border: 0;
    border-bottom: solid 1px #116344;
    resize: none;
    color: #116344;
}
.contact_form ul .lispan {
    width: calc(100% - 25px);
    float: right;
    position: relative;
    top: -4px;
    text-align: left;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    color: #116344;
}
.contact_form ul .lispan a{
    color:#116344;
    text-decoration: underline;
}
input[type=checkbox]:not(old), input[type=radio]:not(old) {
    margin: 0;
    padding: 0;
    float: left;
    width: 16px;
    height: 16px;
}
.form-submit {
    width: 100%;
    height: 40px;
    border: 0;
    background-color: #116344;
    color:#fff;
    text-align: center;
    font-size: 16px;
    margin: auto;
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 10px;
}
.formTel a {
    display: block;
    color: #116344;
    font-size: 18px;
    font-weight: 700;
}

.contact_form .form-text::placeholder, .contact_form .form-textarea::placeholder {
    color:#116344;
    font-size: 13px;
}
.contact_form .form-textarea {
    height: 69px;
}
.formTel {
    position: relative;
    display: table;
    margin: auto;
    margin-top: 20px;
}
.form-holder.active {
    right: 0;
}
/*--------------------------------------------------------------
 2. Typography
----------------------------------------------------------------*/
/* Google Fonts */
.cs_green_color {
  color: #116344;
}
.cs_white_color
body,
html {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.88em;
  font-weight: 400;
  overflow-x: clip;
}

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

.cs_heading_font {
  font-family: var(--heading-font);
}

.cs_body_font {
  font-family: var(--body-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;
}

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

button {
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

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

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

b,
strong {
  font-weight: bold;
}

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

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

input,
textarea {
  color: var(--heading-color);
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
  3. 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;
}

@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;
  }
}
@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: 50px;
  }
  .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;
  }
  .cs_height_lg_101 {
    height: 101px;
  }
  .cs_height_lg_102 {
    height: 102px;
  }
  .cs_height_lg_103 {
    height: 103px;
  }
  .cs_height_lg_104 {
    height: 104px;
  }
  .cs_height_lg_105 {
    height: 105px;
  }
  .cs_height_lg_106 {
    height: 106px;
  }
  .cs_height_lg_107 {
    height: 107px;
  }
  .cs_height_lg_108 {
    height: 108px;
  }
  .cs_height_lg_109 {
    height: 109px;
  }
  .cs_height_lg_110 {
    height: 110px;
  }
}
/*--------------------------------------------------------------
  4. General
----------------------------------------------------------------*/
.cs_fs_12 {
  font-size: 12px;
  line-height: 1.25em;
}

.cs_fs_14 {
  font-size: 14px;
  line-height: 1.95em;
}

.cs_fs_15 {
  font-size: 15px;
  line-height: 1.67em;
}

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

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

.cs_fs_20 {
  font-size: 20px;
  line-height: 1.7em;
}
@media (max-width: 991px) {
  .cs_fs_20 {
    font-size: 18px;
  }
}

.cs_fs_21 {
  font-size: 21px;
  line-height: 1.29em;
}
@media (max-width: 991px) {
  .cs_fs_21 {
    font-size: 20px;
  }
}

.cs_fs_24 {
  font-size:20px;
  line-height: 1.30em;
}
.cs_fs_19 {
  font-size:19px ;
  line-height: 1.50em;
}
@media (max-width: 767px) {
  .cs_fs_24 {
    font-size: 15px;
  }
}

.cs_fs_28 {
  font-size: 26px;
  line-height: 1.25em;
}
@media (max-width: 1199px) {
  .cs_fs_28 {
    font-size: 24px;
  }
}

.cs_fs_30 {
  font-size: 30px;
  line-height: 1.33em;
}
@media (max-width: 991px) {
  .cs_fs_30 {
    font-size: 24px;
  }
}

.cs_fs_36 {
  font-size: 36px;
  line-height: 1.056em;
}
@media (max-width: 1399px) {
  .cs_fs_36 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cs_fs_36 {
    font-size: 24px;
  }
}

.cs_fs_40 {
  font-size: 40px;
  line-height: 1.25em;
}
@media (max-width: 991px) {
  .cs_fs_40 {
    font-size: 36px;
  }
}

.cs_fs_48 {
  font-size: 48px;
  line-height: 1.21em;
}
@media (max-width: 1199px) {
  .cs_fs_48 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cs_fs_48 {
    font-size: 36px;
  }
}

.cs_fs_50 {
  font-size: 50px;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .cs_fs_50 {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .cs_fs_50 {
    font-size: 36px;
  }
}

.cs_fs_64 {
  font-size: 64px;
  line-height: 1.16em;
}
@media (max-width: 1199px) {
  .cs_fs_64 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .cs_fs_64 {
      font-size: 33px !important;
      margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cs_fs_64 {
    font-size: 46px;
  }
}

.cs_fs_89 {
  font-size: 89px;
  line-height: 1.13em;
}
@media (max-width: 1199px) {
  .cs_fs_89 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .cs_fs_89 {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .cs_fs_89 {
    font-size: 56px;
  }
}

.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_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

.cs_white_color {
  color: var(--white-color);
}

.cs_heading_color {
  color: var(--heading-color);
}

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

.cs_border_color {
  color: var(--border-color);
}

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

.cs_light_gray_color {
  color: var(--light-gray-color);
}

.cs_accent_color {
  color: var(--accent-color);
}

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

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

.cs_heading_bg {
  background-color: #fff;
  box-shadow: -1px 3px 20px 2px rgb(21 32 70 / 8%);
}
footer.cs_heading_bg{
    background: #116344;
}
.cs_secondary_bg {
  background-color: var(--body-color);
}

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

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

.cs_accent_bg {
  background-color: #fff;
}

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

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

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

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

.cs_radius_4 {
  border-radius: 4px;
}

.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_25 {
  border-radius: 25px;
}

.cs_radius_30 {
  border-radius: 30px;
}

.cs_radius_50 {
  border-radius: 50%;
}

.cs_btn.cs_style_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--accent-color);
  gap: 10px;
  padding: 12px 30px;
  letter-spacing: 0.24px;
  position: relative;
    background: #116344;
    border-color:#116344;
}
.ps-rel{
    position: relative;
    /*border: 4px solid #116344;*/
    /*border-radius: 23px;*/
}
.project-content{
    position: absolute;
    bottom: 0;
    color: #fff;
    padding-bottom: 25px;
    padding-left: 38px;
}
.project-content a{
    color:#fff !important;
}
.project-title{
    color:#fff;
    font-weight: bold;
    margin-bottom: 0 !important;
}
.project-box{
    position:relative;
    border-radius:20px
}
.project-box img{
    border-radius: 20px;
    object-fit: cover;
    min-height: 387px;
}
.project-box:after{
    content: '';
    position: absolute;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg, rgb(17 99 68 / 74%) 22%, rgba(0, 0, 0, 0) 100%);

    pointer-events: none; /* Kullanıcı etkileşimini engellemez */
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    padding: 8px 20px;
  }
}
.cs_btn.cs_style_1 > * {
  position: relative;
  z-index: 1;
}
.cs_btn.cs_style_1 .cs_btn_icon {
  font-size: 16px;
}
.cs_btn.cs_style_1:hover {
  background:#fff !important;
  color: #116344 !important;
}
.cs_btn.cs_style_1:hover.cs_type_1 {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.bg-brown{
    background: #116344;
}
.font-white{
    color:#fff;
}
.cs_scrolltop_btn {
  width: 45px;
  height: 45px;
  background-color: var(--white-color);
  border: 2px solid var(--accent-color);
  outline: 0;
  position: fixed;
  bottom: 0px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.4s ease;
}
.cs_scrolltop_btn.show {
  bottom: 70px;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------
 Bootstrap Classes
----------------------------------*/
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1620px;
  }
}
.cs_row_gap_20 {
  margin-left: -10px;
  margin-right: -10px;
}
.cs_row_gap_20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.cs_row_gap_40 {
  margin-left: -20px;
  margin-right: -20px;
}
.cs_row_gap_40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.cs_gap_y_20 {
  gap: 20px 0;
}

.cs_gap_y_24 {
  gap: 24px 0;
}

.cs_gap_y_28 {
  gap: 28px 0;
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_40 {
  gap: 40px 0;
}

.cs_gap_y_50 {
  gap: 50px 0;
}

.cs_gap_y_60 {
  gap: 60px 0;
}

.breadcrumb {
  line-height: 1.625em;
}
.breadcrumb li.active {
  color: var(--heading-color);
}

.cs_section_heading.cs_style_1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 br {
    display: none;
  }
}
.cs_section_heading.cs_style_1.cs_type_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1.cs_type_1 {
    flex-direction: column;
    align-items: flex-start;
  }
    .mbl-50{
        height: 0;
    }
    .cs_btns_wrapper.wow.fadeInRight{
        display: none;
    }
}
.cs_section_heading.cs_style_1.cs_type_2 {
  margin-top: -60px;
}
.cs_section_heading.cs_style_1 .cs_section_heading_left {
  max-width: 750px;
}

.cs_full_screen_right {
  width: calc(60vw + 650px);
}
@media (max-width: 991px) {
  .cs_full_screen_right {
    width: 100%;
  }
}

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

/*--------------------------------
 Start List Styling
---------------------------------*/
.cs_mp_0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------------
 Start Rating
 ------------------------------------------ */
.cs_rating_container {
  max-width: 180px;
}

.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 {
  flex: none;
  width: 120px;
  height: 26px;
  position: relative;
  font-size: 16px;
  letter-spacing: 7px;
  color: #FED55B;
}
.cs_rating::before {
  font-weight: 400;
}

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

/*--------------------------------------
 Rounded Progressbar
----------------------------------------*/
.cs_round_progress_wrap {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: relative;
  bottom: 0;
  z-index: 3;
  margin: auto;
}

.cs_round_progress_in {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.cs_round_progress_in::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 6px solid currentColor;
}

.cs_round_progress_number {
  padding-top: 3px;
  display: flex;
  align-items: center;
}

.cs_round_progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cs_round_progress svg {
  width: 68px;
  height: 68px;
}
.cs_round_progress .cs_round_progress_percentage {
  stroke-width: 10px;
}

.cs_round_progress_percentage {
  transform: rotate(-81deg);
  fill: none;
  stroke: currentColor;
  stroke-width: 10;
  stroke-dasharray: 0 999;
  transition: all 1s ease-in-out;
  stroke-width: 10px;
}

/*------------------------------------------
  Pagination Box
------------------------------------------ */
.cs_pagination_box {
  list-style: none;
  padding: 0;
  margin: 0;
  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: 10px;
  background: var(--white-color);
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  height: 45px;
  width: 45px;
  color: var(--heading-color);
  line-height: 1.5em;
}
@media (max-width: 400px) {
  .cs_pagination_box .cs_pagination_item {
    height: 40px;
    width: 40px;
  }
}
.cs_pagination_box .cs_pagination_item.active {
  background-color: var(--accent-color);
  color: var(--white-color);
  pointer-events: none;
}
.cs_pagination_box a.cs_pagination_item:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_pagination_box .cs_pagination_arrow {
  transition: all 0.4s ease;
}
.cs_pagination_box .cs_pagination_arrow:hover {
  color: var(--heading-color);
}
.cs_pagination_box .cs_pagination_arrow_left {
  margin-right: 15px;
}
.cs_pagination_box .cs_pagination_arrow_right {
  margin-left: 15px;
}

/*------------------------------------------
  Preloader
 ------------------------------------------ */
.cs_preloader {
  width: 100%;
  height: 100vh;
  background-color: var(--white-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.cs_preloader .cs_preloader_in {
  width: 130px;
  height: 130px;
  position: relative;
}
.cs_preloader .cs_preloader_in::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid var(--accent-color);
  border-top-color: var(--heading-color);
  border-bottom-color: var(--heading-color);
  border-right-color: var(--accent-color);
  border-radius: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: infinite-rotation 3s linear infinite;
}
.cs_preloader .cs_preloader_in span {
  width: 120px;
  height: 120px;
  border-radius: inherit;
}
.cs_preloader svg {
  transform: scale(0.5);
  animation: scale-up 5s linear infinite;
}

/*------------------------------------------
  Scroll Bar
 ------------------------------------------ */
::-webkit-scrollbar {
  width: 12px;
  padding: 0 10px;
}

::-webkit-scrollbar-track {
  background-color: rgba(99, 99, 99, 0.08);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(99, 99, 99, 0.1);
  border-radius: 6px;
}

/*-------------------------------------
 Animations
--------------------------------------*/
@keyframes infinite-rotation {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes scale-up {
  50% {
    transform: scale(1);
  }
}
/*--------------------------------------------------------------
5. Header
----------------------------------------------------------------*/
.cs_site_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 101;
  transition: all 0.4s ease;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 116px;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 100%;
}
.cs_site_header.cs_style_1.cs_type_2 {
  border-bottom: 1px solid var(--border-color);
}
.cs_site_header.cs_style_1.cs_sticky_active {
  background-color: var(--white-color);
  box-shadow: 0px 1px 4px 0px rgba(2, 0, 181, 0.1);
}
.cs_site_header.cs_style_1.cs_sticky_active .cs_main_header_in {
  height: auto;
}
.cs_site_header.cs_style_1.cs_sticky_active.cs_type_1 .cs_nav {
  color: var(--heading-color);
}
.cs_site_header.cs_style_1.cs_sticky_active.cs_type_2 {
  border-color: transparent;
}

.cs_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
    /*background-color: var(--heading-color);*/
  }
  .cs_site_header.cs_style_1 .cs_nav {
    display: flex;
  }
  .cs_main_header_right {
    padding-right: 45px;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_site_branding {
  display: inline-block;
}
.cs_site_branding + .cs_nav {
  margin-left: 60px;
}

@media screen and (min-width: 1400px) {
  .cs_site_branding + .cs_nav {
    margin-left: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative;
  }
  .cs_main_header_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cs_nav {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 40px;
    height: inherit;
    position: relative;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
      color:#116344 !important;
      font-size: 18px;
      font-weight: bolder;
      letter-spacing: 0.4px;
    font-family: var(--heading-font);
  }
  .cs_nav .cs_nav_list > li > ul {
    display: block !important;
    width: 250px;
    padding: 0px 0;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
    background-color: var(--white-color);
    color: #116344;
    border-top: 2px solid #116344;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 1px 4px 0px rgba(2, 0, 181, 0.05);
    transform: perspective(700px) rotatex(25deg);
    transform-origin: 50% 0%;
  }
  .cs_nav .cs_nav_list > li > ul a {
    display: block;
    line-height: inherit;
    padding: 8px 20px;
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: perspective(300px) rotatex(0);
      border: 1px solid #1a5a32;
      border-radius: 0 0 30px 30px;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    content: "\f0d7";
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    margin-left: 7px;
  }
  .cs_menu_toggle,
  .cs_menu_dropdown_toggle {
    display: none;
  }
    .cs_nav_list,
    .cs_nav_list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .cs_nav_list li {
        position: relative;
    }

    .cs_nav_list > li {
        display: inline-block;
    }

    .cs_nav_list li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        min-width: 220px;
        z-index: 999;
    }

    .cs_nav_list li:hover > ul {
        display: block;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        border-left: 1px solid #1a5a32;

    }

    /* 3. seviye menü sağa açılır */
    .cs_nav_list li ul li ul {
        top: 0;
        left: 100%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        margin-top: -1px;
        border-radius: 0 0 8px 0px;
        border-top: 2px solid #116344;
    }
}
.h-top-menu{
    list-style: none;
    display: flex;
    gap: 10px;
    background: #026242;
    padding: 15px 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.h-top-menu i{
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 7px;
    width: 29px;
    height: 29px;
    line-height: 14px;
    color: #026242;
    text-align: center;
    background: #fff;
}
.h-top-menu a{
    color: #fff !important;
    font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .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_menu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }
  .cs_menu_dropdown_toggle span:before, .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_menu_dropdown_toggle span:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_menu_dropdown_toggle.active span:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .cs_menu_dropdown_toggle {
    padding: 20px 18px;
  }
  .cs_site_branding {
    position: relative;
    z-index: 1020;
  }
  .cs_nav .cs_nav_list {
    position: fixed;
    left: -100vw;
    color: var(--white-color);
    background:linear-gradient(90deg, rgb(2 37 0) 0%, rgb(38 145 97) 100%);
    padding: 30px 10px 70px 10px;
    top: 105px;
      margin: 0 14px;
      width: 93vw;
    overflow: auto;
    border-radius: 60px ;
  }
    .cs_nav .cs_nav_list > li{
        margin-left : 20px ;
    }
  .cs_nav .cs_nav_list.cs_active {
    left: 0;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list ul a {
    display: inline-block;
    padding: 6px 0;
  }
  .cs_nav .cs_nav_list > li > a {
    display: inline-block;
    padding: 8px 0;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  .cs_transparent_header .cs_nav_list {
    background-color: #1b1b1b;
      color: #116344;
  }
  /*--------------------------------------
   Mobile Menu Button
  ----------------------------------------*/
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
    color: #116344;
  }
  .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_site_header.cs_style_1 .cs_menu_toggle {
    top: 50%;
    right: 0px;
      z-index: 999999;
      margin-top: -13px;
      margin-right: 20px;
      color: #fff !important;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 90px;
  }
  .cs_site_header.cs_style_1 {
    top: 0;
  }
  .cs_has_main_nav {
    display: none;
  }
}
.cs_site_header .cs_btn.cs_style_1 {
  padding: 10px 20px;
  border: 1px solid #116344;
    background:#116344;
}

@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cs_site_header .cs_btn.cs_style_1 {
    display: none;
  }
}
/*--------------------------------------------------------------
  6. Footer
----------------------------------------------------------------*/
.cs_footer_row {
  display: flex;
  gap: 50px 100px;
  padding: 80px 0 50px;
}
@media (max-width: 1400px) {
  .cs_footer_row {
    gap: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .cs_footer_row {
    gap: 50px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cs_footer_row {
    gap: 30px 40px;
  }
}
@media (max-width: 767px) {
  .cs_footer_row {
    flex-direction: column;
    gap: 30px;
  }
}
.cs_footer_row .cs_footer_col {
  flex: 1;
}
@media (max-width: 1199px) {
  .cs_footer_row .cs_footer_col:nth-child(1) {
    flex: 1.2;
  }
}
@media (max-width: 991px) {
  .cs_footer_row .cs_footer_col {
    flex: none !important;
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .cs_footer_row .cs_footer_col {
    width: 100%;
  }
}
.cs_footer_row .cs_footer_col:nth-child(1) {
  flex: 1.5;
}
.cs_footer_row .cs_footer_col:nth-child(4) {
  flex: 1.5;
}
@media (max-width: 1199px) {
  .cs_footer_row .cs_footer_col:nth-child(4) {
    flex: 2;
  }
}

.cs_footer_widget_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs_footer_widget_menu li:not(:last-child) {
  margin-bottom: 10px;
}

.cs_footer_widget_address li {
  padding-left: 25px;
  position: relative;
}
.cs_footer_widget_address li:not(:last-child) {
  margin-bottom: 10px;
}
.cs_footer_widget_address i {
  position: absolute;
  top: 8px;
  left: 0;
}

.cs_footer_bottom_in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
  gap: 5px 25px;
  border-top:1px solid #fff;
}
.cs_footer_bottom_in .cs_footer_widget_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.cs_footer_bottom_in .cs_footer_widget_menu li {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cs_footer_bottom_in .cs_footer_widget_menu {
    gap: 10px 20px;
  }
}
@media (max-width: 767px) {
  .cs_footer_bottom_in {
    flex-direction: column;
    gap: 15px;
  }
}

.cs_footer_widget_menu a,
.cs_copyright a,
.cs_page_heading .breadcrumb a {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 1px;
}
.cs_footer_widget_menu a:hover,
.cs_copyright a:hover,
.cs_page_heading .breadcrumb a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}

.cs_footer.cs_style_1 .cs_newsletter_form {
  display: flex;
  padding: 3px;
  border: 1px solid var(--gray-color);
}
@media (max-width: 375px) {
  .cs_footer.cs_style_1 .cs_newsletter_form {
    flex-direction: column;
    gap: 15px;
    border: 0;
  }
}
.cs_footer.cs_style_1 .cs_newsletter_input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px 20px;
  color: var(--gray-color);
}
@media (max-width: 1399px) {
  .cs_footer.cs_style_1 .cs_newsletter_input {
    padding: 9px 10px;
  }
}
@media (max-width: 375px) {
  .cs_footer.cs_style_1 .cs_newsletter_input {
    background-color: var(--white-color);
    color: var(--heading-color);
    text-align: center;
  }
}
.cs_footer.cs_style_1 .cs_btn.cs_style_1 {
  padding: 10px 25px;
}
.cs_footer.cs_style_1 .cs_btn.cs_style_1:hover {
  background-color: var(--white-color);
  color: var(--accent-color);
  border-color: var(--white-color);
}
@media (max-width: 1399px) {
  .cs_footer.cs_style_1 .cs_btn.cs_style_1 {
    padding: 9px 15px;
  }
}
.cs_footer.cs_style_1 .cs_socials_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .cs_footer.cs_style_1 .cs_socials_wrapper {
    gap: 20px;
  }
}
.cs_footer.cs_style_1 .cs_social_btns.cs_style_1 {
  gap: 13px;
}
.cs_footer.cs_style_1 .cs_social_btns.cs_style_1 a {
  height: 20px;
  width: 20px;
  font-size: 10px;
  color: var(--heading-color);
  position: relative;
}
.cs_footer.cs_style_1 .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--white-color);
}

.cs_social_btns.cs_style_1 {
  display: flex;
  align-items: center;
}
.cs_social_btns.cs_style_1 a {
  position: relative;
}
.cs_social_btns.cs_style_1 a > * {
  position: relative;
  z-index: 1;
}
.cs_social_btns.cs_style_1 a:hover::before {
  background-color: var(--white-color);
}

/*--------------------------------------------------------------
  7. Video Modal
----------------------------------------------------------------*/
.cs-pd-video .cs_video_open,
.cs-sample-img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-pd-video .cs_video_open:hover,
.cs-sample-img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.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: 100%;
  vertical-align: middle;
}

.cs_video_popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  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: #fff;
  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: #fff;
  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*/
/*--------------------------------------------------------------
  8. Slider
----------------------------------------------------------------*/
.cs_slider {
  position: relative;
}
.cs_slider .cs_full_screen_right {
  position: relative;
  z-index: 1;
}
.cs_slider.cs_align_center .slick-slide:nth-child(odd) .cs_card.cs_style_2 {
  height: 75%;
}
.cs_slider.cs_overflow_visible .slick-list {
  overflow: visible;
}
.cs_slider.cs_overflow_visible .slick-slide {
  opacity: 0;
  transition: all 0.3s ease;
}
.cs_slider.cs_overflow_visible .slick-active {
  opacity: 1;
}
.cs_slider.cs_overflow_visible_2 .slick-list {
  overflow: visible;
}
.cs_slider.cs_style_2 .cs_slider_container {
  max-width: 870px;
  margin: 0 auto;
}
.cs_slider.cs_style_2 .slick-current .cs_card.cs_style_5 {
  opacity: 1;
}

.cs_slider_wrapper {
  overflow: visible;
  z-index: 1;
}

.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;
}

.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_60 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}
.cs_slider_gap_60 .slick-list {
  margin-left: -30px;
  margin-right: -30px;
}

@media screen and (max-width: 991px) {
  .cs_slider_gap_60 .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cs_slider_gap_60 .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.cs_slider_gap_100 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}
.cs_slider_gap_100 .slick-list {
  margin-left: -50px;
  margin-right: -50px;
}

.cs_ptb_12 .slick-slide {
  padding-top: 12px;
  padding-bottom: 12px;
}
.cs_ptb_12 .slick-list {
  margin-top: -12px;
  margin-bottom: -12px;
}

.cs_slider_gap_90 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}
.cs_slider_gap_90 .slick-list {
  margin-left: -45px;
  margin-right: -45px;
}

@media (max-width: 991px) {
  .cs_featured_properties .cs_slider_arrows.cs_style_1 {
    position: initial;
    transform: translate(0, 0);
    margin-bottom: 40px;
    z-index: 99;
  }
}

.cs_testimonial_slider .slick-list {
  padding: 30px 9px;
}
.cs_testimonial_slider .cs_slider_arrows.cs_style_1 {
  left: 0;
  bottom: 0;
  transform: initial;
}
@media (max-width: 991px) {
  .cs_testimonial_slider .cs_slider_arrows.cs_style_1 {
    position: initial;
    margin-top: 20px;
  }
}

.cs_single_property_nav_1 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 575px) {
  .cs_single_property_nav_1 .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.cs_single_property_nav_1 .slick-slide {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .cs_single_property_nav_1 .slick-slide {
    padding: 0 8px;
  }
}
@media (max-width: 575px) {
  .cs_single_property_nav_1 .slick-slide {
    padding: 0 5px;
  }
}
.cs_single_property_nav_1 .slick-slide.slick-current .cs_single_product_thumb_mini img {
  border-color: var(--heading-color);
}

.cs_single_property_slider_wrapper .cs_single_product_thumb_item img {
  border-radius: inherit;
}
.cs_single_property_slider_wrapper .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.cs_single_property_slider_wrapper .slick-slide {
  padding: 0 10px;
}
.cs_single_property_slider_wrapper .cs_single_product_thumb_mini {
  display: block;
  width: 100%;
}
.cs_single_property_slider_wrapper .cs_single_product_thumb_mini img {
  width: 240px;
  border-radius: inherit;
}
@media (max-width: 991px) {
  .cs_single_property_slider_wrapper .slick-list {
    margin-left: -3px;
    margin-right: -3px;
  }
  .cs_single_property_slider_wrapper .slick-slide {
    padding: 0 3px;
  }
}

.cs_slider_arrows.cs_style_1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 188px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
}
.cs_slider_arrows.cs_style_1.cs_type_1 {
  position: initial;
  transform: translate(0, 0);
}
.cs_slider_arrows.cs_style_1.cs_type_2 {
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cs_slider_arrows.cs_style_1.cs_type_2 {
    position: initial;
    transform: translateY(0%);
    justify-content: center;
    padding: 40px 0 0;
  }
}
.cs_slider_arrows.cs_style_1.cs_type_2 .cs_left_arrow {
  margin-left: -10px;
}
.cs_slider_arrows.cs_style_1.cs_type_2 .cs_right_arrow {
  margin-right: -80px;
}
@media (max-width: 1199px) {
  .cs_slider_arrows.cs_style_1.cs_type_2 .cs_left_arrow,
  .cs_slider_arrows.cs_style_1.cs_type_2 .cs_right_arrow {
    margin: 0;
  }
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow,
.cs_slider_arrows.cs_style_1 .cs_right_arrow {
  height: 55px;
  width: 55px;
  flex: none;
  border: 2px solid #fff;
    color:#fff;
  font-size: 24px;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .cs_slider_arrows.cs_style_1 .cs_left_arrow,
  .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    width: 50px;
    height: 50px;
      color:#fff !important;
      border-color:#fff;
  }
    .owl-dots{
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .owl-carousel button.owl-dot{
        border:1px solid #116344;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-right: 7px;
    }
    .owl-carousel button.owl-dot.active{
        background:#116344;
    }
}
#video_slider_yeni .owl-dots{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#video_slider_yeni button.owl-dot{
    border:1px solid #116344;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 7px;
}
#video_slider_yeni  button.owl-dot.active{
    background:#116344;
}
.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,
.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

.cs_pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.cs_pagination.cs_style_1 li {
  display: flex;
}
.cs_pagination.cs_style_1 li button {
  height: 15px;
  width: 15px;
  font-size: 0;
  color: transparent;
  padding: 0;
  background-color: var(--body-color);
  opacity: 0.3;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_1 li.slick-active button {
  background-color: var(--accent-color);
  opacity: 1;
}

.cs_show_lg {
  display: none !important;
}

@media (max-width: 991px) {
  .cs_hide_lg {
    display: none !important;
  }
  .cs_show_lg {
    display: flex !important;
  }
}
/*--------------------------------------------------------------
  9. Hero
----------------------------------------------------------------*/
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .container {
    max-width: 100vw;
  }
}
.cs_hero.cs_style_1 .cs_hero_content_wrapper {
  width: 100%;
  height: 100%;
  padding: 80px 15px 450px;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1 .cs_hero_content_wrapper {
    padding: 120px 15px 270px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_content_wrapper {
      padding: 24px 15px 250px;
  }
}
.cs_hero.cs_style_1 .cs_hero_text {
  width: 100%;
  max-width: 830px;
}

.cs_hero.cs_style_2 {
  padding: 240px 0 210px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_2 {
    padding: 180px 0 100px;
  }
}
.cs_hero.cs_style_2 .cs_hero_text {
  max-width: 710px;
  position: relative;
  z-index: 1;
}
.cs_hero.cs_style_2 .cs_tabs.cs_style_1 {
  margin: 0;
}
.cs_hero.cs_style_2 .cs_hero_shape_1 {
  bottom: -75px;
  right: 60px;
  opacity: 0.5;
  animation: rotate-y 10s linear infinite;
}
.cs_hero.cs_style_2 .cs_hero_shape_2 {
  left: 0;
  bottom: 0;
}

.cs_hero.cs_style_3 {
  padding: 220px 0 180px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 {
    padding: 180px 0 80px;
  }
}
.cs_hero.cs_style_3 .cs_hero_overlay {
  width: 100%;
  height: calc(100% - 80px);
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_overlay {
    height: calc(100% - 0px);
  }
}
.cs_hero.cs_style_3 .cs_hero_text {
  position: relative;
  z-index: 1;
}
.cs_hero.cs_style_3 .cs_tabs.cs_style_1 {
  margin-top: 0;
}
.cs_hero.cs_style_3 .cs_hero_slider_wrapper {
  margin-bottom: -170px;
  z-index: 2;
}
@media (min-width: 1800px) {
  .cs_hero.cs_style_3 .cs_hero_slider_wrapper {
    margin-right: -150px;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_hero_slider_wrapper {
    margin-bottom: 0;
  }
}
.cs_hero.cs_style_3 .cs_single_property_slider_1 {
  clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0 100%, 0 35%);
}
@media (max-width: 767px) {
  .cs_hero.cs_style_3 .cs_single_property_slider_1 {
    clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  }
}
.cs_hero.cs_style_3 .cs_single_property_slider_1 .cs_single_product_thumb_item {
  height: 739px;
}
@media (min-width: 1600px) {
  .cs_hero.cs_style_3 .cs_single_property_slider_1 .cs_single_product_thumb_item {
    padding: 0 16%;
  }
}
@media (max-width: 1399px) {
  .cs_hero.cs_style_3 .cs_single_property_slider_1 .cs_single_product_thumb_item {
    padding: 0 2%;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_3 .cs_single_property_slider_1 .cs_single_product_thumb_item {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cs_hero.cs_style_3 .cs_single_property_slider_1 .cs_single_product_thumb_item {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .cs_hero.cs_style_3 .cs_single_property_slider_1 .cs_single_product_thumb_item {
    height: 600px;
  }
}
.cs_hero.cs_style_3 .cs_single_property_slider_1 .cs_single_product_thumb_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.cs_hero.cs_style_3 .cs_single_property_nav_1 {
  max-width: 763px;
  margin: 0 auto;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.14);
  padding: 25px;
}
.cs_hero.cs_style_3 .cs_single_product_thumb_mini {
  border-radius: 10px;
  width: 106px;
}
.cs_hero.cs_style_3 .cs_single_product_thumb_mini img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: inherit;
  border: 1px solid transparent;
}
@media (max-width: 575px) {
  .cs_hero.cs_style_3 .cs_single_product_thumb_mini img {
    height: 65px;
  }
}
.cs_hero.cs_style_3 .cs_propety_infobox {
  right: 7%;
  bottom: 25%;
  z-index: 2;
  padding-top: 20px;
}
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_for {
  display: inline-block;
  padding: 5px 28px;
  position: absolute;
  top: 0;
  right: 14px;
}
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_info {
  padding: 18px 28px;
  text-align: left;
}
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_category,
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_location {
  opacity: 0.5;
}
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_category i,
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_location i {
  margin-right: 4px;
}
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_price {
  padding: 5px 15px;
}
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_price::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.07;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_hero.cs_style_3 .cs_propety_infobox .cs_property_price h3 {
  position: relative;
  z-index: 1;
}
.cs_hero.cs_style_3 .cs_hero_shape_2 {
  left: 0;
  bottom: 0;
}
.cs_hero.cs_style_3 .cs_hero_shape_3 {
  width: 20px;
  height: 20px;
  top: 5%;
  left: 12%;
  z-index: 2;
  animation: scale-down 5s linear infinite;
}
.cs_hero.cs_style_3 .cs_hero_shape_4 {
  width: 90px;
  height: 90px;
  top: 15%;
  left: 12%;
  z-index: 2;
}

@keyframes scale-down {
  50% {
    transform: scale(0);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
  10. Iconbox
----------------------------------------------------------------*/
.cs_iconbox.cs_style_1 {
  display: inline-block;
  width: 100%;
  padding: 45px 20px 40px;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
.arsa_neler{
    background: #f1f1f1;
    padding-bottom: 80px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .arsa_neler{
        background: #f1f1f1;
        padding-bottom: 30px !important;
        margin-top: 10px;
    }
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon img {
  height: 80px;
    filter: brightness(0.5);
}
.cs_iconbox.cs_style_1:hover {
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
}

.cs_iconbox.cs_style_2 {
  padding-right: 170px;
}
@media (max-width: 1500px) {
  .cs_iconbox.cs_style_2 {
    padding-right: 130px;
  }
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_2 {
    padding-right: 90px;
  }
}
@media (max-width: 767px) {
  .cs_iconbox.cs_style_2 {
    padding-right: 0px;
  }
}
.cs_iconbox.cs_style_2:last-child {
  padding-right: 0;
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  width: 140px;
  height: 140px;
  padding: 25px;
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_2 .cs_iconbox_icon {
    width: 120px;
    height: 120px;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_indicator {
  position: absolute;
  top: 60px;
  right: 40px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .cs_iconbox.cs_style_2 .cs_iconbox_indicator {
    right: 20px;
  }
}
@media (max-width: 1400px) {
  .cs_iconbox.cs_style_2 .cs_iconbox_indicator {
    top: 50px;
    width: 60px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .cs_iconbox.cs_style_2 .cs_iconbox_indicator {
    display: none;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_indicator svg {
  flex: none;
}

.cs_iconbox.cs_style_3 {
  position: relative;
  padding-right: 92px;
}
@media (max-width: 1500px) {
  .cs_iconbox.cs_style_3 {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .cs_iconbox.cs_style_3 {
    padding-right: 0px;
  }
}
.cs_iconbox.cs_style_3:last-child {
  padding-right: 0;
}
.cs_iconbox.cs_style_3.cs_type_1 {
  padding-top: 26px;
  transition: all 0.4s ease;
}
.cs_iconbox.cs_style_3.cs_type_1 .cs_iconbox_index {
  width: 53px;
  height: 53px;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.cs_iconbox.cs_style_3.cs_type_1 .cs_iconbox_content {
  padding: 76px 15px 52px;
  box-shadow: 0px 4px 60px 0px rgba(21, 32, 70, 0.15);
}
@media (max-width: 1399px) {
  .cs_iconbox.cs_style_3.cs_type_1 .cs_iconbox_content {
    padding: 50px 15px 30px;
  }
}
.cs_iconbox.cs_style_3.cs_type_1 .cs_iconbox_icon {
  width: 110px;
  height: 100px;
  box-shadow: none;
}
.cs_iconbox.cs_style_3.cs_type_1 .cs_iconbox_icon img {
  width: 100%;
}
.cs_iconbox.cs_style_3.cs_type_1 .cs_iconbox_indicator {
  overflow: hidden;
}
.cs_iconbox.cs_style_3 .cs_iconbox_content {
  height: 100%;
  width: 220px;
  padding: 40px 15px;
  text-wrap: wrap;
  transition: all 0.3s ease;
}
@media (min-width: 1600px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_content {
    width: 234px;
  }
}
@media (max-width: 1399px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_content {
    width: 175px;
    padding: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_content {
    width: 220px;
    padding: 30px 20px;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon {
  width: 140px;
  height: 140px;
  flex: none;
  box-shadow: 0px 4px 60px 0px rgba(21, 32, 70, 0.15);
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_3 .cs_iconbox_icon img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(36%) saturate(7342%) hue-rotate(103deg) brightness(100%) contrast(80%);
  transition: all 0.3s ease;
}
@media (max-width: 1399px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_icon {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_indicator {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_indicator {
    width: 60px;
  }
}
@media (max-width: 1399px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_indicator {
    top: 40%;
    transform: translateY(-40%);
  }
}
@media (max-width: 767px) {
  .cs_iconbox.cs_style_3 .cs_iconbox_indicator {
    display: none;
  }
}
.cs_iconbox.cs_style_3 .cs_iconbox_indicator svg {
  flex: none;
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_content {
  box-shadow: 0px 4px 60px 0px rgba(21, 32, 70, 0.15);
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon {
  background-color: var(--accent-color);
}
.cs_iconbox.cs_style_3:hover .cs_iconbox_icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(179deg) brightness(100%) contrast(106%);
}
.cs_iconbox.cs_style_3:hover.cs_type_1 .cs_iconbox_icon {
  background-color: transparent;
}
.cs_iconbox.cs_style_3:hover.cs_type_1 .cs_iconbox_icon img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(36%) saturate(7342%) hue-rotate(103deg) brightness(100%) contrast(80%);
}

.cs_iconbox.cs_style_4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 27px;
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon {
  width: 80px;
  height: 80px;
  padding: 10px;
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.07;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cs_iconbox.cs_style_4 .cs_iconbox_icon > * {
  position: relative;
  z-index: 2;
}
.cs_iconbox.cs_style_4 p {
  opacity: 0.6;
}
.cs_iconbox.cs_style_4 small {
  font-size: 16px;
}
.cs_iconbox.cs_style_4:not(:last-child) {
  margin-bottom: 18px;
}
.cs_iconbox.cs_style_4.cs_type_1 {
  margin-bottom: 0;
}
.cs_iconbox.cs_style_4.cs_type_2 .cs_iconbox_icon {
  border: 2px solid var(--accent-color);
}
.cs_iconbox.cs_style_4.cs_type_2:not(:last-child) {
  margin-bottom: 16px;
}
.cs_iconbox.cs_style_4.cs_type_3 {
  gap: 14px;
  align-items: flex-start;
}
.cs_iconbox.cs_style_4.cs_type_3 .cs_iconbox_icon {
  width: 24px;
  height: 24px;
  padding: 5px;
  margin-top: 4px;
}
.cs_iconbox.cs_style_4.cs_type_3:not(:last-child) {
  margin-bottom: 19px;
}

.cs_iconbox.cs_style_5 {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon {
  width: 60px;
  height: 60px;
}

/*--------------------------------------------------------------
  11. Card
----------------------------------------------------------------*/
.cs_card.cs_style_1 {
  height: 100%;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  padding: 15px;
  display: flex;
  flex-direction: column;
}
.cs_card.cs_style_1.cs_type_1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_thumbnail {
  border-radius: 15px 15px 0 0;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_content {
  padding: 20px 15px;
}
@media (min-width: 1500px) {
  .cs_card.cs_style_1.cs_type_1 .cs_card_content {
    padding: 20px 40px;
  }
}
.cs_card.cs_style_1.cs_type_1 .cs_property_for {
  padding: 7px 17px;
  left: 20px;
  top: 15px;
}
.cs_card.cs_style_1.cs_type_1 .cs_heart_icon {
  top: 15px;
  right: 20px;
}
.cs_card.cs_style_1.cs_type_1 .cs_separator {
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  opacity: 0.5;
  margin-top: 20px;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_price {
  border: 0;
  padding: 0;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_price h3 {
  line-height: 1.2em;
}
.cs_card.cs_style_1.cs_type_1 .cs_card_price span {
  display: block;
  line-height: 1em;
}
.cs_card.cs_style_1 .cs_card_content {
  padding: 20px 16px 13px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .cs_card.cs_style_1 .cs_card_content {
    padding: 20px 0 13px;
  }
}
.cs_card.cs_style_1 .cs_card_thumbnail {
  display: block;
  overflow: hidden;
}
.cs_card.cs_style_1 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: all 0.4s ease-in-out;
}
.cs_card.cs_style_1 .cs_card_text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cs_card.cs_style_1 .cs_card_subtitle {
  display: flex;
  gap: 10px;
  opacity: 0.6;
}
.cs_card.cs_style_1 .cs_card_subtitle i {
  margin-top: 8px;
}
.cs_card.cs_style_1 .cs_card_features_list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  gap: 4px 20px;
  margin-top: auto;
}
.cs_card.cs_style_1 .cs_card_features_list li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  line-height: 1.6em;
}
.cs_card.cs_style_1 .cs_card_features_list span {
  display: flex;
}
.cs_card.cs_style_1 .cs_card_btns_wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 14px;
}
.cs_card.cs_style_1 .cs_card_price {
  flex: 1;
  border: 1px solid var(--border-color);
  padding: 6px 10px 6px 22px;
}
.cs_card.cs_style_1 .cs_card_price small,
.cs_card.cs_style_1 .cs_card_price span {
  font-size: 16px;
  font-weight: 400;
  color: var(--black-color);
}
.cs_card.cs_style_1 .cs_card_btn {
    overflow: hidden;
    color: var(--white-color);
    position: relative;
    font-weight: 600;
    padding: 23px 55px !important;
    background: #116344;
}
.cs_card.cs_style_1 .cs_card_btn span {
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.cs_card.cs_style_1 .cs_card_btn span:nth-child(1) {
  transform: translateX(-40px);
  opacity: 0;
}
.cs_card.cs_style_1 .cs_card_btn:hover span:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
}
.cs_card.cs_style_1 .cs_card_btn:hover span:nth-child(2) {
  transform: translateX(40px);
  opacity: 0;
}
.cs_card.cs_style_1 .cs_heart_icon {
  width: 40px;
  height: 40px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  top: 30px;
  right: 30px;
  border: none;
  outline: none;
}
.cs_card.cs_style_1 .cs_heart_icon i {
  transition: all 0.4s ease-in-out;
}
.cs_card.cs_style_1:hover .cs_card_thumbnail img {
  transform: scale(1.06);
}

.cs_card.cs_style_2 {
  width: 390px;
  height: inherit;
}
.cs_card.cs_style_2.cs_type_1 {
  display: inline-block;
  height: 523px;
}
.cs_card.cs_style_2.cs_type_1 .cs_card_info {
  padding: 18px 0 22px;
}
.cs_card.cs_style_2.cs_type_1 .cs_card_info::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--heading-color);
  opacity: 0.3;
  border-radius: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_card.cs_style_2.cs_type_1 .cs_card_subtitle {
  padding: 9px 49px;
  border: 1px solid var(--white-color);
}
.cs_card.cs_style_2.cs_type_1:hover {
  transform: scale(1.15);
  z-index: 1;
}
@media (max-width: 380px) {
  .cs_card.cs_style_2.cs_type_1 {
    width: 290px;
  }
}
.cs_card.cs_style_2 .cs_card_overlay {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  top: 0;
  left: 0;
  border-radius: inherit;
}
.cs_card.cs_style_2 .cs_card_thumbnail {
  width: 100%;
  height: 100%;
  --aspect-radio-w: 4;
  --aspect-radio-h: 3;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.cs_card.cs_style_2 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: all 0.5s ease-in-out;
}
.cs_card.cs_style_2 .cs_card_info {
  width: 100%;
  padding: 20px 15px 50px;
  border-radius: 0 0 15px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_card.cs_style_2 .cs_card_info > * {
  position: relative;
  z-index: 1;
}
.cs_card.cs_style_2:hover .cs_card_thumbnail img {
  transform: scale(1.06);
}
@media (max-width: 380px) {
  .cs_card.cs_style_2 {
    width: 290px;
  }
}

.cs_card.cs_style_3 {
    width: 100%;
    height: 433px;
    display: flex;
    flex-direction: column;
    padding: 50px 33px;
    box-shadow: 0px 4px 60px 0px rgb(21 32 70 / 11%);
    border: 1px solid #11634473;
}
@media (max-width: 1399px) {
  .cs_card.cs_style_3 {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .cs_card.cs_style_3 {
    padding: 30px 15px;
    height: 350px;
  }
}
.cs_card.cs_style_3 blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63em;
  font-style: normal;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.cs_card.cs_style_3 .cs_rating {
  margin-top: auto;
}

.cs_card.cs_style_4 {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
}
.cs_card.cs_style_4::before {
  content: "";
  width: 100%;
  height: 30%;
  border-radius: 0px 0px 15px 15px;
  background: linear-gradient(0deg, #152046 0%, rgba(21, 32, 70, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.cs_card.cs_style_4 .cs_card_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  border-radius: inherit;
  background-color: var(--heading-color);
  transition: all 0.3s ease-in-out;
}
.cs_card.cs_style_4 .cs_card_thumbnail {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.cs_card.cs_style_4 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.cs_card.cs_style_4 .cs_card_info {
  padding: 58px 15px 38px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cs_card.cs_style_4:hover::before {
  opacity: 0;
}
.cs_card.cs_style_4:hover .cs_card_overlay {
  opacity: 0.5;
}
.cs_card.cs_style_4:hover .cs_card_info {
  bottom: 50%;
  transform: translateY(50%);
}

.cs_card.cs_style_5 {
  max-width: 870px;
  opacity: 0.5;
  transition: all 0.4s ease;
}
.cs_card.cs_style_5 .cs_avatar.cs_style_1 {
  padding: 29px 70px;
  position: relative;
  z-index: 1;
}
.cs_card.cs_style_5 .cs_card_content_wrapper {
  padding-left: 70px;
}
.cs_card.cs_style_5 .cs_card_content {
  padding: 130px 110px 75px;
  margin-top: -65px;
  box-shadow: 0px 4px 60px 0px rgba(21, 32, 70, 0.15);
}
.cs_card.cs_style_5 blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63em;
  font-style: normal;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cs_card.cs_style_5 .cs_card_content_wrapper {
    padding-left: 0;
  }
  .cs_card.cs_style_5 .cs_card_content {
    padding: 100px 20px 40px;
  }
  .cs_card.cs_style_5 .cs_avatar.cs_style_1 {
    padding: 20px;
  }
  .cs_card.cs_style_5 blockquote {
    margin-bottom: 24px;
  }
}

.cs_card.cs_style_6 {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  padding: 25px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
}
@media (max-width: 1399px) {
  .cs_card.cs_style_6 {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .cs_card.cs_style_6 {
    min-height: 280px;
  }
}
.cs_card.cs_style_6 .cs_card_content {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.cs_card.cs_style_6 .cs_card_overlay {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.cs_card.cs_style_6 .cs_card_title {
  z-index: 1;
  transform: rotateX(90deg);
  transition: all 0.4s ease-in-out;
}
.cs_card.cs_style_6:hover .cs_card_overlay {
  opacity: 0.5;
}
.cs_card.cs_style_6:hover .cs_card_title {
  transform: rotateX(0deg);
}

.cs_card.cs_style_7 {
  height: 100%;
  display: flex;
  gap: 20px;
  padding: 18px 20px;
  border: 1px solid var(--border-color);
  box-shadow: 0px 4px 60px 0px rgba(21, 32, 70, 0.15);
  transition: all 0.3s ease;
}
.cs_card.cs_style_7:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .cs_card.cs_style_7 {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cs_card.cs_style_7 {
    flex-direction: column;
  }
}
.cs_card.cs_style_7 .cs_card_thumbnail {
  display: inline-block;
  width: 233px;
  flex: none;
}
@media (max-width: 767px) {
  .cs_card.cs_style_7 .cs_card_thumbnail {
    width: 100%;
  }
}
.cs_card.cs_style_7 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.cs_card.cs_style_7 .cs_card_content {
  flex: 1;
}
.cs_card.cs_style_7 .cs_card_subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.6;
}
.cs_card.cs_style_7 .cs_card_features_list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cs_card.cs_style_7 .cs_card_features_list {
    grid-template-columns: repeat(2, auto);
    gap: 5px;
  }
}
.cs_card.cs_style_7 .cs_card_features_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.cs_card.cs_style_7 .cs_heart_icon {
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  top: 16px;
  right: 17px;
}
@media (max-width: 767px) {
  .cs_card.cs_style_7 .cs_heart_icon {
    top: 25px;
    right: 25px;
  }
}
.cs_card.cs_style_7 .cs_heart_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.2);
  opacity: 0.3;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_card.cs_style_7:hover {
  border-color: transparent;
}
.cs_card.cs_style_7:hover .cs_heart_icon i {
  fill: red;
}

.cs_card.cs_style_8 {
  height: 100%;
  padding: 18px;
  padding-bottom: 0;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
}
.cs_card.cs_style_8 .cs_card_thumbnail {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cs_card.cs_style_8 .cs_card_thumbnail {
    height: 300px;
  }
}
.cs_card.cs_style_8 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.6s ease-in-out;
}
.cs_card.cs_style_8 .cs_card_info {
  padding: 20px;
  padding-bottom: 0;
  margin-top: auto;
}
.cs_card.cs_style_8 .cs_card_subtitle {
  padding: 9px 45px;
  border: 1px solid var(--border-color);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  text-wrap: nowrap;
}
.cs_card.cs_style_8:hover .cs_card_thumbnail img {
  transform: scale(1.05);
}

.cs_card.cs_style_9 {
  height: 100%;
}
.cs_card.cs_style_9 .cs_card_content {
  height: 400px;
  display: flex;
  flex-direction: column;
  padding: 70px 62px 94px;
  border: 1px solid var(--border-color);
  margin-bottom: 80px;
  position: relative;
  transition: all 0.3s ease;
}
.cs_card.cs_style_9 .cs_card_content::after {
  content: "";
  width: 53px;
  height: 52px;
  border: 1px solid var(--border-color);
  border-right: 0;
  border-bottom: 0;
  background-color: var(--white-color);
  transform: rotate(272deg) translate(26px, 10px) scale(1, 1) skew(46deg, 0deg);
  position: absolute;
  left: 20px;
  top: 100%;
  transition: all 0.3s ease;
}
.cs_card.cs_style_9 blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.cs_card.cs_style_9 .cs_rating {
  margin-top: auto;
}
.cs_card.cs_style_9:hover .cs_card_content {
  filter: drop-shadow(0px 4px 60px rgba(21, 32, 70, 0.15));
  border-color: transparent;
}
.cs_card.cs_style_9:hover .cs_card_content::after {
  border-color: transparent;
}
@media (max-width: 1399px) {
  .cs_card.cs_style_9 .cs_card_content {
    padding: 40px 20px 60px;
  }
}
@media (max-width: 991px) {
  .cs_card.cs_style_9 .cs_card_content {
    height: auto;
  }
}

.cs_card.cs_style_10 {
  width: 390px;
  box-shadow: 0px 4px 60px 0px rgba(21, 32, 70, 0.15);
}
.cs_card.cs_style_10 .cs_card_thumbnail {
  border-radius: 15px 15px 0 0;
}
.cs_card.cs_style_10 .cs_card_thumbnail img {
  width: 100%;
  border-radius: inherit;
}
.cs_card.cs_style_10 .cs_card_info {
  padding: 37px 20px;
}
@media (max-width: 575px) {
  .cs_card.cs_style_10 {
    width: 300px;
  }
}

.cs_avatar.cs_style_1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_avatar.cs_style_1 .cs_avatar_thumbnail {
  width: 72px;
  height: 72px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cs_avatar.cs_style_1 .cs_avatar_thumbnail {
    width: 60px;
    height: 60px;
  }
}
.cs_avatar.cs_style_1 h3 {
  margin-bottom: -5px;
}
@media (max-width: 575px) {
  .cs_avatar.cs_style_1 {
    gap: 13px;
  }
}

.cs_variable_width_wrap .cs_card.cs_style_1 {
  width: 390px;
}
@media (max-width: 991px) {
  .cs_variable_width_wrap .cs_card.cs_style_1 {

  }
}
@media (max-width: 420px) {
  .cs_variable_width_wrap .cs_card.cs_style_1 {
    width: 300px;
  }
}

.cs_card_wrapper {
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
  12. Layouts
----------------------------------------------------------------*/
.cs_features_content_wrapper {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}

.cs_featured_thumbnail_wrapper {
  padding-right: 70px;
  height: 100%;
}
@media (max-width: 1399px) {
  .cs_featured_thumbnail_wrapper {
    padding-right: 0;
  }
}
.cs_featured_thumbnail_wrapper .cs_featured_thumbnail {
  width: 100%;
  height: 100%;
  min-height: 350px;
  padding: 65px 20px 20px 73px;
}
@media (max-width: 1399px) {
  .cs_featured_thumbnail_wrapper .cs_featured_thumbnail {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cs_featured_thumbnail_wrapper .cs_featured_thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.cs_featured_thumbnail_wrapper h2 {
  text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6);
}

.cs_featured_shape_1 {
  top: 0;
  left: 47%;
  animation: rotate-y 10s linear infinite;
}

.cs_featured_shape_2 {
  width: 890px;
  height: calc(100% - 170px);
  opacity: 0.08;
  border-radius: 0 20px 0 0;
  top: 52px;
  left: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .cs_featured_shape_2 {
    display: none;
  }
}

.cs_featured_shape_3 {
  top: 45%;
  left: -50px;
  transform: rotate(90deg);
  animation: slide-left 10s linear infinite;
}

.cs_featured_shape_4 {
  width: 865px;
  height: 550px;
  opacity: 0.05;
  top: 0;
  left: 0;
}

.cs_featured_shape_5 {
  top: 83px;
  left: -60px;
  transform: rotate(90deg);
  opacity: 0.5;
  animation: slide-left 10s linear infinite;
}

/*-------------------------------------------------
 Working Process
---------------------------------------------------*/
.cs_working_process_area {
  padding: 105px 30px 110px;
}
@media (max-width: 991px) {
  .cs_working_process_area {
    padding: 70px 30px 75px;
  }
}
.cs_working_process_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.07;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.cs_working_process_wrapper {
  display: flex;
  gap: 30px 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.cs_working_process_wrapper.cs_type_1 {
  gap: 30px 0;
}
@media (max-width: 767px) {
  .cs_working_process_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .cs_working_process_wrapper.cs_type_1 {
    flex-direction: row;
    gap: 20px;
  }
}

.cs_workink_process_shape_1 {
  top: 40px;
  right: 10%;
  transform: rotate(90deg);
  opacity: 0.5;
  animation: slide-left 10s linear infinite;
}

/*-------------------------------------------------
 About Section & Page Styling
---------------------------------------------------*/
.cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
  width: 100%;
  height: 100%;
  padding: 15% 28px 0 12%;
}
@media (max-width: 1199px) {
  .cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
    padding: 5% 0 0 0;
  }
}
.cs_about.cs_style_1 .cs_about_thumbnail img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_1 .cs_about_thumbnail_2 {
  padding-top: 120px;
  padding-right: 121px;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_1 .cs_about_thumbnail_2 img {
  width: 100%;
  border-radius: inherit;
}
@media (max-width: 1399px) {
  .cs_about.cs_style_1 .cs_about_thumbnail_2 {
    padding-top: 0;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .cs_about.cs_style_1 .cs_about_thumbnail_2 {
    padding-right: 0;
  }
}
.cs_about.cs_style_1 .cs_about_content {
  width: 100%;
  max-width: 1425px;
  height: 100%;
  min-height: 736px;
  margin: 0 auto -20px;
  padding: 0 15px;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
}
.cs_about.cs_style_1 .cs_about_content .cs_about_text_wrapper {
  width: 100%;
  max-width: 930px;
  margin: auto auto 20px;
  padding: 65px 81px 45px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
}
@media (max-width: 991px) {
  .cs_about.cs_style_1 .cs_about_content .cs_about_text_wrapper {
    padding: 40px 15px 45px;
  }
}
.cs_about.cs_style_1 .cs_about_shape_1 {
  left: 12%;
  top: 0;
  animation: rotate-y 10s linear infinite;
}
.cs_about.cs_style_1 .cs_about_shape_2 {
  width: 75%;
  height: 78%;
  background-color: var(--accent-color);
  opacity: 0.07;
  top: 52px;
  left: 0;
}
@media (max-width: 1399px) {
  .cs_about.cs_style_1 .cs_about_shape_2 {
    left: 30px;
  }
}
.cs_about.cs_style_1 .cs_about_shape_3 {
  width: 452px;
  height: 397px;
  opacity: 0.07;
  top: 0;
  right: 0;
}
.cs_about.cs_style_1 .cs_about_shape_4 {
  top: 70px;
  right: 430px;
  transform: rotate(90deg);
  opacity: 0.5;
  animation: slide-left 10s linear infinite;
}
.cs_about.cs_style_1 .cs_about_text {
  max-width: 650px;
  padding-left: 70px;
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_1 .cs_about_text.cs_type_1 {
  max-width: 550px;
  padding-left: 8px;
}
@media (max-width: 1399px) {
  .cs_about.cs_style_1 .cs_about_text {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cs_about.cs_style_1 .cs_about_text {
    max-width: 100% !important;
    padding-left: 0 !important;
  }
}

.cs_mission_thumbnail {
  padding-right: 17%;
  padding-top: 4%;
}
@media (max-width: 1199px) {
  .cs_mission_thumbnail {
    padding-right: 0;
  }
}
.cs_mission_thumbnail img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.cs_vission_thumbnail {
  padding: 8% 17% 13% 9%;
}
@media (max-width: 1199px) {
  .cs_vission_thumbnail {
    padding: 8% 10% 10% 0;
  }
}
.cs_vission_thumbnail img {
  width: 100%;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}

.cs_vission_text {
  padding-right: 8%;
}
@media (max-width: 1199px) {
  .cs_vission_text {
    padding-right: 0;
  }
}

.cs_team_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--light-gray-color);
  opacity: 0.63;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cs_team_area > * {
  position: relative;
  z-index: 1;
}

.cs_mission_shape_1 {
  top: -40px;
  right: 24%;
  transform: rotate(90deg);
  animation: slide-left 20s linear infinite;
}

.cs_mission_shape_2 {
  bottom: 40px;
  left: 5%;
  z-index: 2;
  animation: slide-up 15s linear infinite;
}

.cs_mission_shape_3 {
  width: 65%;
  height: 65%;
  opacity: 0.07;
  left: 71px;
  top: 0;
}

.cs_vission_shape_1 {
  top: 50%;
  right: 65px;
  transform: translateY(-50%) rotate(90deg);
  animation: scale-size 20s linear infinite;
  z-index: 2;
}

.cs_vission_shape_2 {
  height: 100%;
  width: 75%;
  background-color: var(--accent-color);
  opacity: 0.07;
  border-radius: inherit;
  top: 0;
  right: 0;
  z-index: 0;
}

.cs_team_shape_1 {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}

/*-------------------------------------------------
 Counter Section
---------------------------------------------------*/
.cs_counter_wrapper {
  padding: 38px 20px 36px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-around;
  gap: 20px;
}
@media (max-width: 991px) {
  .cs_counter_wrapper {
    grid-template-columns: repeat(2, auto);
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .cs_counter_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_counter_wrapper.cs_type_1 {
  border-radius: 0 0 15px 15px;
  padding: 70px 20px 71px;
}
@media (max-width: 1199px) {
  .cs_counter_wrapper.cs_type_1 {
    grid-template-columns: repeat(2, auto);
    gap: 35px 100px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cs_counter_wrapper.cs_type_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_counter_wrapper.cs_type_2 {
  padding: 91px 20px 88px;
  justify-content: space-evenly;
}

.cs_funfact.cs_style_2 {
  display: flex;
  align-items: center;
  gap: 32px;
}
.cs_funfact.cs_style_2 .cs_finfact_icon {
  flex: none;
}
@media (max-width: 575px) {
  .cs_funfact.cs_style_2 {
    gap: 20px;
  }
}

/*-------------------------------------------------
 Testimonial Section
---------------------------------------------------*/
.cs_review_content_wrapper {
  padding: 260px 0 152px;
}
@media (max-width: 991px) {
  .cs_review_content_wrapper {
    padding: 0;
  }
  .cs_review_content_wrapper .cs_review_shape_1,
  .cs_review_content_wrapper .cs_review_shape_2,
  .cs_review_content_wrapper .cs_review_shape_3 {
    display: none;
  }
}
.cs_review_content_wrapper .cs_review_shape_1 {
  width: 50%;
  height: calc(100% - 24px);
  top: 24px;
  right: 0;
    background: #116344;
}
.cs_review_content_wrapper .cs_review_shape_2 {
  top: 0;
  right: 10%;
  animation: rotate-y 10s linear infinite;
}
.cs_review_content_wrapper .cs_review_shape_3 {
  top: 24px;
  left: 5%;
}

/*-------------------------------------------------
 CTA Section
---------------------------------------------------*/
.cs_cta.cs_style_1.cs_type_1::before {
  background-color: var(--heading-color);
  opacity: 1;
}

.cs_cta.cs_style_1 .cs_cta_content {
  padding-bottom: 188px;
}
.cs_cta.cs_style_1 .cs_cta_banner {
  height: 497px;
  border-radius: 15px 15px 0 0;
}
.cs_cta.cs_style_1 .cs_cta_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_1 .cs_cta_banner {
    height: 360px;
  }
}
.cs_cta.cs_style_1 .cs_cta_text_wrapper {
  width: 100%;
  max-width: 1220px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cs_cta.cs_style_1 .cs_cta_text {
  padding: 70px 80px;
    background: #116344;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_1 .cs_cta_text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .cs_cta.cs_style_1 .cs_cta_text {
    padding: 50px 20px 55px;
  }
   /* .cs_site_branding img{
         filter: brightness(0);
    }*/
}
.cs_cta.cs_style_1 .cs_btn.cs_style_1{
  color: var(--white-color);
  border-color: var(--white-color) !important;
}
.cs_cta.cs_style_1 .cs_cta_shape_1 {
  top: -40px;
  right: 5%;
  animation: rotate-y 10s linear infinite;
}
.cs_cta.cs_style_1 .cs_cta_shape_2 {
  bottom: 0;
  left: 0;
  right: 0;
}
.cs_cta.cs_style_1 .cs_cta_shape_2 img {
  width: 100%;
}
.cs_cta.cs_style_1 .cs_cta_shape_3 {
  bottom: 10%;
  left: 6%;
  transform: translate(-6%, -10%) rotate(90deg);
  animation: slide-left 10s linear infinite;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_1 .cs_cta_shape_3,
  .cs_cta.cs_style_1 .cs_cta_shape_1 {
    display: none;
  }
}

.cs_cta.cs_style_2 {
  padding: 177px 0 106px;
  overflow: hidden;
}
.cs_cta.cs_style_2 .cs_cta_overlay {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  left: 0;
  top: 0;
  z-index: 0;
}
.cs_cta.cs_style_2 .cs_cta_text {
  position: relative;
  z-index: 1;
}
.cs_cta.cs_style_2 > * {
  z-index: 1;
}
.cs_cta.cs_style_2 .cs_btn.cs_style_1 {
  border-color: var(--white-color);
}
.cs_cta.cs_style_2 .cs_btn.cs_style_1:hover {
  border-color: var(--accent-color);
}
.cs_cta.cs_style_2 .cs_cta_shape_1 {
  right: 8%;
  top: -45px;
  animation: rotate-y 10s linear infinite;
}
.cs_cta.cs_style_2 .cs_cta_shape_2 {
  width: 100%;
  left: 0;
  bottom: 0;
}
.cs_cta.cs_style_2 .cs_cta_shape_3 {
  left: 8%;
  bottom: 106px;
  animation: rotate-y 10s linear infinite;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_2 {
    padding: 80px 0;
  }
}

.cs_cta.cs_style_3 {
  padding-top: 144px;
}
@media (max-width: 1399px) {
  .cs_cta.cs_style_3 {
    padding-top: 85px;
  }
}
@media (max-width: 1199px) {
  .cs_cta.cs_style_3 {
    padding-top: 145px;
  }
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .cs_cta.cs_style_3 {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .cs_cta.cs_style_3 {
    padding-top: 0;
  }
}
.cs_cta.cs_style_3 .cs_cta_content_wrapper {
  width: 100%;
  height: 100%;
  min-height: 497px;
  padding: 158px 20px 112px;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 .cs_cta_content_wrapper {
    min-height: 400px;
    padding: 80px 20px;
  }
}
.cs_cta.cs_style_3 .cs_cta_thumbnail {
  width: 100%;
  max-width: 670px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_cta.cs_style_3 .cs_cta_thumbnail img {
  width: 100%;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 991px) {
  .cs_cta.cs_style_3 .cs_cta_thumbnail {
    max-width: 530px;
  }
}
@media (max-width: 575px) {
  .cs_cta.cs_style_3 .cs_cta_thumbnail {
    max-width: 420px;
  }
}
.cs_cta.cs_style_3 .cs_cta_text {
  position: relative;
  z-index: 1;
}
.cs_cta.cs_style_3 .cs_cta_text h2 {
  text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.6);
}
.cs_cta.cs_style_3 .cs_btn.cs_style_1 {
  border-color: var(--white-color);
}
.cs_cta.cs_style_3 .cs_btn.cs_style_1:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

/*-------------------------------------------------
 FAQ Section
---------------------------------------------------*/
.cs_accordian.cs_style_1 {
  border-right: 3px solid transparent;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  transition: all 0.4s ease;
}
.cs_accordian.cs_style_1::after, .cs_accordian.cs_style_1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: transparent;
  opacity: 0.5;
  position: absolute;
  left: 0;
}
.cs_accordian.cs_style_1::before {
  top: 0;
}
.cs_accordian.cs_style_1::after {
  bottom: 0;
}
.cs_accordian.cs_style_1 .cs_accordian_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.cs_accordian.cs_style_1 .cs_accordian_body {
  padding: 0 130px 42px 108px;
  margin-top: -12px;
  position: relative;
}
@media (max-width: 1399px) {
  .cs_accordian.cs_style_1 .cs_accordian_body {
    padding: 0 20px 42px 80px;
  }
}
@media (max-width: 991px) {
  .cs_accordian.cs_style_1 .cs_accordian_body {
    padding: 0 15px 42px 80px;
  }
}
@media (max-width: 575px) {
  .cs_accordian.cs_style_1 .cs_accordian_body {
    padding: 0 15px 32px 15px;
  }
}
.cs_accordian.cs_style_1 .cs_accordian_body p {
  margin-bottom: 0;
}
.cs_accordian.cs_style_1 .cs_accordian_head {
  padding: 42px 130px 42px 108px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .cs_accordian.cs_style_1 .cs_accordian_head {
    padding: 42px 20px 42px 80px;
  }
}
@media (max-width: 991px) {
  .cs_accordian.cs_style_1 .cs_accordian_head {
    padding: 42px 15px 42px 80px;
  }
}
@media (max-width: 575px) {
  .cs_accordian.cs_style_1 .cs_accordian_head {
    padding: 32px 15px 32px 60px;
  }
}
.cs_accordian.cs_style_1 .cs_accordian_toggle {
  width: 28px;
  height: 28px;
  border: 1px solid var(--accent-color);
  position: absolute;
  top: 46px;
  left: 37px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .cs_accordian.cs_style_1 .cs_accordian_toggle {
    left: 25px;
  }
}
@media (max-width: 575px) {
  .cs_accordian.cs_style_1 .cs_accordian_toggle {
    top: 37px;
    left: 15px;
  }
}
.cs_accordian.cs_style_1.active {
  border-color: var(--accent-color);
  border-radius: 0;
}
.cs_accordian.cs_style_1.active::after, .cs_accordian.cs_style_1.active::before {
  background-color: var(--body-color);
}
.cs_accordian.cs_style_1.active .cs_accordian_overlay {
  opacity: 0.06;
}
.cs_accordian.cs_style_1.active .cs_accordian_head {
  pointer-events: none;
}
.cs_accordian.cs_style_1.active .cs_accordian_toggle {
  transform: rotate(180deg);
}

.cs_accordian.cs_style_2 {
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  position: relative;
  z-index: 1;
}
.cs_accordian.cs_style_2:not(:last-child) {
  margin-bottom: 20px;
}
.cs_accordian.cs_style_2.cs_type_1 {
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid var(--border-color);
}
.cs_accordian.cs_style_2.cs_type_1 .cs_accordian_head,
.cs_accordian.cs_style_2.cs_type_1 .cs_accordian_body {
  padding-left: 0;
}
.cs_accordian.cs_style_2.cs_type_1 .cs_accordian_toggle {
  right: 25px;
}
@media (max-width: 1399px) {
  .cs_accordian.cs_style_2.cs_type_1 .cs_accordian_head {
    padding: 31px 70px 35px 0;
  }
  .cs_accordian.cs_style_2.cs_type_1 .cs_accordian_body {
    padding: 0 15px 38px 0;
  }
}
@media (max-width: 991px) {
  .cs_accordian.cs_style_2.cs_type_1 .cs_accordian_head {
    padding: 23px 70px 24px 0;
  }
}
@media (max-width: 991px) {
  .cs_accordian.cs_style_2.cs_type_1 .cs_accordian_body {
    padding: 0 15px 30px 0;
  }
}
.cs_accordian.cs_style_2 .cs_accordian_body {
  padding: 0 215px 38px 83px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .cs_accordian.cs_style_2 .cs_accordian_body {
    padding: 0 15px 24px;
  }
}
.cs_accordian.cs_style_2 .cs_accordian_body p {
  margin-bottom: 0;
  line-height: 1.63em;
}
.cs_accordian.cs_style_2 .cs_accordian_head {
  padding: 31px 130px 35px 83px;
  cursor: pointer;
}
.cs_accordian.cs_style_2 .cs_accordian_head h2 {
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .cs_accordian.cs_style_2 .cs_accordian_head {
    padding: 20px 70px 25px 15px;
  }
}
.cs_accordian.cs_style_2 .cs_accordian_toggle {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 35px;
  right: 86px;
}
@media (max-width: 991px) {
  .cs_accordian.cs_style_2 .cs_accordian_toggle {
    top: 25px;
    right: 25px;
  }
}
.cs_accordian.cs_style_2 .cs_accordian_toggle::before, .cs_accordian.cs_style_2 .cs_accordian_toggle::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: var(--white-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.cs_accordian.cs_style_2 .cs_accordian_toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cs_accordian.cs_style_2.active .cs_accordian_head {
  pointer-events: none;
}
.cs_accordian.cs_style_2.active .cs_accordian_head h2 {
  color: var(--accent-color);
}
.cs_accordian.cs_style_2.active .cs_accordian_toggle::after {
  width: 0;
}

.cs_accordian.cs_style_3 .cs_accordian_head {
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cs_accordian.cs_style_3 .cs_accordian_head {
    padding: 40px 0;
  }
}
.cs_accordian.cs_style_3 .cs_accordian_toggle {
  border-right: 9px solid transparent;
  border-top: 9px solid var(--body-color);
  border-left: 9px solid transparent;
  border-radius: 2px;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.cs_accordian.cs_style_3 .cs_accordian_body {
  padding: 41px 32px 32px;
  border-right: 3px solid transparent;
}
.cs_accordian.cs_style_3 .cs_accordian_body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.07;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cs_accordian.cs_style_3 .cs_accordian_body > * {
  position: relative;
  z-index: 1;
}
.cs_accordian.cs_style_3.cs_type_1 .cs_accordian_head {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}
.cs_accordian.cs_style_3.cs_type_1 .cs_accordian_body {
  border: 0;
  border-bottom: 1px solid var(--border-color);
}
.cs_accordian.cs_style_3.cs_type_1 .cs_accordian_body::before {
  display: none;
}
.cs_accordian.cs_style_3.active .cs_accordian_toggle {
  transform: rotatex(180deg);
}
.cs_accordian.cs_style_3.active .cs_accordian_body {
  border-color: var(--accent-color);
}
.cs_accordian.cs_style_3.active.cs_type_1 .cs_accordian_body {
  border-color: initial;
}

.cs_accordians_wrapper.cs_style_1 {
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
}

.cs_accordians_wrapper.cs_style_3 {
  padding-left: 65px;
}
@media (max-width: 1199px) {
  .cs_accordians_wrapper.cs_style_3 {
    padding-left: 0;
  }
}

.cs_faq.cs_style_1 {
  padding: 0 15px;
  border-radius: 20px 20px 0 0;
}
.cs_faq.cs_style_1::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.07;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.cs_faq_thumbnail {
  width: 100%;
  height: 100%;
  min-height: 689px;
}
@media (max-width: 991px) {
  .cs_faq_thumbnail {
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  .cs_faq_thumbnail {
    min-height: 350px;
  }
}

/*--------------------------------------
 Property View Page
----------------------------------------*/
.cs_filter_widgets {
  flex: none;
  width: 340px;
  background-color: var(--light-gray-color);
  padding: 40px 42px;
}
@media (max-width: 767px) {
  .cs_filter_widgets {
    width: 100%;
    position: static;
  }
}
.cs_filter_widgets .cs_filter_widget:not(:last-child) {
  margin-bottom: 45px;
  border-bottom: 1px solid var(--border-color);
}
.cs_filter_widgets .cs_filter_widget:not(:first-child) {
  padding-top: 15px;
}
.cs_filter_widgets .cs_filter_widget.active {
  margin-bottom: 0;
}
.cs_filter_widgets li {
  padding-bottom: 12px;
}
.cs_filter_widgets .cs_price_range_in {
  display: flex;
  gap: 10px;
}
.cs_filter_widgets .cs_price_range_in > * {
  flex: 1;
}
.cs_filter_widgets .cs_price_range input {
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  height: 45px;
  width: 100%;
  padding: 10px 14px;
  outline: none;
  transition: all 0.3s ease;
}
.cs_filter_widgets .cs_filter_widget_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.cs_filter_widgets .cs_filter_widget_title i {
  transition: all 0.3s ease-in-out;
}
.cs_filter_widgets .cs_filter_widget_title.active i {
  transform: rotatex(180deg);
}

.cs_custom_checkbox {
  display: inline-block;
  position: relative;
  min-height: 26px;
  color: var(--black-color);
}
.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 {
  color: var(--accent-color);
}
.cs_custom_checkbox input:checked + label::before {
  background-color: var(--accent-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;
  transition: all 0.3s ease;
}
.cs_custom_checkbox > label::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 1px solid var(--accent-color);
  left: 0;
  top: 7px;
}
.cs_custom_checkbox > label::after {
  content: "";
  position: absolute;
  height: 9px;
  width: 6px;
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  transform: rotate(40deg);
  border-radius: 1px;
  left: 5px;
  top: 9px;
  opacity: 0;
}

.cs_search_form {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_search_form input,
.cs_search_form button {
  border: 0;
  outline: 0;
  padding: 10px 14px;
  background-color: transparent;
}
.cs_search_form input {
  width: 100%;
}
.cs_search_form button {
  padding: 5px;
  margin-right: 14px;
}

.cs_view_btn {
  opacity: 0.1;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}
.cs_view_btn.active {
  color: var(--accent-color);
  opacity: 1;
}

.cs_custom_select {
  appearance: none;
  padding: 9px 35px 9px 15px;
  border: 1px solid var(--border-color);
  border-radius: 7px;
  color: var(--body-color);
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 25px) calc(1em + 6px), calc(100% - 20px) calc(1em + 6px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0px 1.5em;
  background-repeat: no-repeat;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}

.cs_products_with_sidebar {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1600px) {
  .cs_products_with_sidebar {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .cs_products_with_sidebar {
    flex-direction: column;
    gap: 50px;
  }
}

.cs_products_wrap {
  flex: 1;
}
.cs_products_wrap .cs_property_heaading {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.cs_products_wrap .cs_property_heaading span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625em;
}

.cs_filter_heading.cs_style_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 12px;
}
.cs_filter_heading.cs_style_1 .cs_price_range_in {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.cs_filter_heading.cs_style_1 .cs_price_range_in > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.cs_filter_heading.cs_style_1 .cs_price_range_in input {
  display: inline-block;
  max-width: 115px;
  padding: 9px 15px;
  border: 1px solid var(--border-color);
  border-radius: 7px;
  outline: 0;
  opacity: 0.5;
}
.cs_filter_heading.cs_style_1 .cs_price_range_in input:focus {
  border-color: var(--accent-color);
}
.cs_filter_heading.cs_style_1 .cs_slider_range {
  min-width: 150px;
  height: 4px;
  background-color: var(--light-gray-color);
  border: 0;
}
.cs_filter_heading.cs_style_1 .cs_slider_range .ui-slider-range {
  background-color: var(--accent-color);
}
.cs_filter_heading.cs_style_1 .cs_slider_range span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent-color);
  border: 0;
  outline: 0;
  border-color: red;
  margin-top: 3px;
  margin-left: 0px;
}
.cs_filter_heading.cs_style_1 .cs_btn.cs_style_1 {
  padding: 9px 30px;
}

.cs_filter_heading_left,
.cs_filter_heading_right {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cs_filter_heading_left h3,
.cs_filter_heading_right h3 {
  margin-right: 32px;
}
@media (max-width: 470px) {
  .cs_filter_heading_left .cs_filter_heading_right.cs_type_1,
  .cs_filter_heading_right .cs_filter_heading_right.cs_type_1 {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 332px) {
  .cs_filter_heading_left .cs_filter_heading_right,
  .cs_filter_heading_right .cs_filter_heading_right {
    margin: 0;
  }
}

.cs_filter_heading_left {
  width: 100%;
}
.cs_filter_heading_left.cs_type_1 {
  width: fit-content;
}
@media (max-width: 332px) {
  .cs_filter_heading_left {
    flex-direction: column;
  }
}

.cs_grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1399px) {
  .cs_grid_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .cs_grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_grid_3.active {
  grid-template-columns: repeat(1, 1fr);
}
.cs_grid_3.active .cs_card.cs_style_1 {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1199px) {
  .cs_grid_3.active .cs_card.cs_style_1 {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.cs_grid_3.active .cs_card.cs_style_1 .cs_card_thumbnail {
  max-width: 368px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cs_grid_3.active .cs_card.cs_style_1 .cs_card_thumbnail {
    max-width: 100%;
  }
}
.cs_grid_3.active .cs_card.cs_style_1 .cs_card_content {
  flex: 1;
  padding: 0;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .cs_grid_3.active .cs_card.cs_style_1 .cs_card_content {
    flex-direction: column;
    align-items: stretch;
  }
}
.cs_grid_3.active .cs_card.cs_style_1 .cs_card_text {
  margin-bottom: 0;
  justify-content: space-between;
  flex: 1;
}
.cs_grid_3.active .cs_card.cs_style_1 .cs_card_heading {
  height: auto;
}
.cs_grid_3.active .cs_card.cs_style_1 .cs_card_features_list {
  justify-content: initial;
}
.cs_grid_3.active .cs_card.cs_style_1 .cs_card_btns_wrapper {
  flex: 1;
}
.cs_grid_3.active .cs_card.cs_style_1 .cs_heart_icon {
  top: 20px;
  right: 20px;
}
@media (max-width: 1199px) {
  .cs_grid_3.active .cs_card.cs_style_1 .cs_heart_icon {
    top: 25px;
    right: 25px;
  }
}

.cs_map_view::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--light-gray-color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_map_view > * {
  position: relative;
  z-index: 1;
}

.cs_propducts_view_area {
  max-height: 1243px;
  padding-bottom: 12px;
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 1399px) {
  .cs_propducts_view_area .cs_card.cs_style_1 .cs_card_content {
    padding: 20px 0;
  }
}

.cs_view_map {
  width: 100%;
  height: 100%;
  min-height: 450px;
}
.cs_view_map iframe {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  filter: grayscale(70%) brightness(100%);
}

.cs_single_property_content_wrapper {
  padding: 67px 60px 67px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
}
.cs_single_property_content_wrapper.cs_type_1 {
  box-shadow: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .cs_single_property_content_wrapper {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .cs_single_property_content_wrapper {
    padding: 40px 20px;
  }
}

.cs_single_property_text_wrapper .cs_property_description {
  height: 340px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.cs_single_property_text_wrapper .cs_property_description::before {
  content: "";
  width: 100%;
  height: 66%;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.cs_single_property_text_wrapper .cs_property_description.active {
  height: auto;
}
.cs_single_property_text_wrapper .cs_property_description.active::before {
  opacity: 0;
}
.cs_single_property_text_wrapper .cs_read_more {
  border: 0;
  background-color: transparent;
  color: var(--accent-color);
  text-decoration: underline;
  position: relative;
  z-index: 1;
}
.cs_single_property_text_wrapper .cs_read_more:hover {
  letter-spacing: 1px;
}
.cs_single_property_text_wrapper.cs_type_1 {
  padding: 64px 84px 68px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
.cs_single_property_text_wrapper.cs_type_1 .cs_property_description {
  height: 260px;
}
.cs_single_property_text_wrapper.cs_type_1 .cs_property_description.active {
  height: auto;
}
@media (max-width: 1399px) {
  .cs_single_property_text_wrapper.cs_type_1 {
    padding: 50px 30px;
  }
}

.cs_single_property_documents {
  padding: 54px 0 70px;
  border-bottom: 1px solid var(--border-color);
}
.cs_single_property_documents .cs_document_info_wrapper {
  display: flex;
  align-items: center;
  gap: 25px 84px;
  flex-wrap: wrap;
}
.cs_single_property_documents .cs_document_info {
  display: flex;
  align-items: center;
  gap: 10px 25px;
  flex-wrap: wrap;
}
.cs_single_property_documents .cs_document_info_text {
  display: flex;
  gap: 10px;
}
.cs_single_property_documents.cs_type_1 {
  padding: 64px 0 0;
  border-bottom: 0;
}

.cs_single_property_location {
  padding: 20px 0;
  /*border-bottom: 1px solid var(--border-color);*/
}
@media (max-width: 991px) {
  .cs_single_property_location {
    padding: 10px 0 20px;
  }
}
.cs_single_property_location .cs_location_box {
  display: flex;
  gap: 28px;
  margin-bottom: 18px;
}
.cs_single_property_location .cs_location_label {
  width: 25%;
}
@media (max-width: 1399px) {
  .cs_single_property_location .cs_location_label {
    width: 45%;
  }
}
.cs_single_property_location .cs_location_map {
  width: 100%;
  height: 450px;
  margin-top: 40px;
}
.cs_single_property_location .cs_location_map iframe {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  filter: grayscale(70%) brightness(100%);
}
@media (max-width: 991px) {
  .cs_single_property_location .cs_location_map {
    margin-top: 30px;
  }
}
.cs_single_property_location.cs_type_1 {
  padding: 72px 84px 68px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
@media (max-width: 1399px) {
  .cs_single_property_location.cs_type_1 {
    padding: 50px 30px;
  }
}

.cs_single_property_details {
  padding: 70px 0;
  border-bottom: 1px solid var(--border-color);
}
.cs_single_property_details .cs_property_details_box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.cs_single_property_details .cs_property_label {
  width: 32%;
}
@media (max-width: 1399px) {
  .cs_single_property_details .cs_property_label {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .cs_single_property_details .cs_property_label {
    width: 57%;
  }
}
.cs_single_property_details.cs_type_1 {
  padding: 72px 84px 54px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
@media (max-width: 1399px) {
  .cs_single_property_details.cs_type_1 {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .cs_single_property_details {
    padding: 40px 0;
  }
}

.cs_single_property_features {
  padding: 15px 0;
  /*border-bottom: 1px solid var(--border-color);*/
}
.cs_single_property_features .cs_features_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 20px 30px;
}
@media (max-width: 450px) {
  .cs_single_property_features .cs_features_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_single_property_features li {
  display: flex;
  gap: 17px;
}
.cs_single_property_features .cs_featur_icon {
  width: 24px;
  height: 24px;
  padding: 5px;
}
.cs_single_property_features .cs_featur_icon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.08;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cs_single_property_features .cs_featur_icon > * {
  position: relative;
  z-index: 1;
}
.cs_single_property_features.cs_type_1 {
  padding: 78px 84px 60px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
.cs_single_property_features.cs_type_1 .cs_features_list li {
  padding-left: 19px;
  position: relative;
}
.cs_single_property_features.cs_type_1 .cs_features_list li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--heading-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
@media (max-width: 1399px) {
  .cs_single_property_features.cs_type_1 {
    padding: 50px 30px;
  }
}

.cs_single_property_floor {
  padding: 15px 0 15px;
  /*border-bottom: 1px solid var(--border-color);*/
}
.cs_single_property_floor.cs_type_1 {
  padding: 64px 84px 72px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
@media (max-width: 1399px) {
  .cs_single_property_floor.cs_type_1 {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .cs_single_property_floor {
    padding: 10px 0 10px;
  }
}

.cs_single_property_video {
  padding: 40px 0 20px;
  /*border-bottom: 1px solid var(--border-color);*/
}
@media (max-width: 991px) {
  .cs_single_property_video {
    padding: 40px 0 50px;
  }
}
.cs_single_property_video .cs_video_block.cs_style_1 {
  width: 100%;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 575px) {
  .cs_single_property_video .cs_video_block.cs_style_1 {
    min-height: 320px;
  }
}
.cs_single_property_video .cs_player_btn {
  display: inline-block;
  width: 63px;
  height: 63px;
}
.cs_single_property_video .cs_player_btn::before, .cs_single_property_video .cs_player_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid var(--white-color);
  border-radius: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  z-index: 0;
  animation: pulse-border 4s linear infinite;
}
.cs_single_property_video .cs_player_btn::after {
  animation-delay: 2s;
}
.cs_single_property_video .cs_player_btn > * {
  position: relative;
  z-index: 1;
}
.cs_single_property_video.cs_type_1 {
  padding: 72px 84px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
@media (max-width: 1399px) {
  .cs_single_property_video.cs_type_1 {
    padding: 50px 30px;
  }
}

.cs_single_property_walkscore {
  padding: 61px 0 62px;
  border-bottom: 1px solid var(--border-color);
}
.cs_single_property_walkscore.cs_type_1 {
  padding: 66px 84px 72px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
@media (max-width: 1399px) {
  .cs_single_property_walkscore.cs_type_1 {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .cs_single_property_walkscore {
    padding: 40px 0 50px;
  }
}

.cs_single_property_nearby {
  padding: 45px 0 45px;
  border-bottom: 1px solid var(--border-color);
}
.cs_single_property_nearby .cs_nearby_item {
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.cs_single_property_nearby .cs_nearby_item .cs_iconbox.cs_style_4 {
  margin-bottom: 0;
}
.cs_single_property_nearby .cs_nearby_item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cs_single_property_nearby .cs_nearby_item {
    flex-direction: column;
  }
}
.cs_single_property_nearby .cs_nearby_review_info {
  margin-left: auto;
}
.cs_single_property_nearby .cs_nearby_review_info .cs_review_label {
  display: flex;
  gap: 10px;
}
.cs_single_property_nearby .cs_nearby_review_info .cs_rating {
  color: #fed55b;
  font-size: 15px;
  width: 115px;
}
.cs_single_property_nearby .cs_nearby_review_info .cs_review_rating {
  font-size: 10px;
  opacity: 0.5;
}
.cs_single_property_nearby.cs_type_1 {
  padding: 65px 84px 49px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
@media (max-width: 1399px) {
  .cs_single_property_nearby.cs_type_1 {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .cs_single_property_nearby {
    padding: 40px 0 22px;
  }
}

.cs_single_property_mortgage {
  padding: 46px 0 61px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 991px) {
  .cs_single_property_mortgage {
    padding: 40px 0 50px;
  }
}
.cs_single_property_mortgage .cs_mortgage_header {
  width: 100%;
  height: 10px;
  display: flex;
  margin: 142px 0 165px;
}
.cs_single_property_mortgage .cs_mortgage_header.cs_type_1 {
  margin: 0 0 185px;
}
@media (max-width: 1199px) {
  .cs_single_property_mortgage .cs_mortgage_header {
    display: none;
  }
}
.cs_single_property_mortgage .cs_mortgage_header .cs_mortgagebar_1 {
  width: 33%;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.cs_single_property_mortgage .cs_mortgage_header .cs_mortgagebar_2 {
  width: 45%;
  height: 100%;
  background-color: #fed55b;
}
.cs_single_property_mortgage .cs_mortgage_header .cs_mortgagebar_2 .cs_mortgage_infobox {
  bottom: calc(100% + 36px);
  top: initial;
}
.cs_single_property_mortgage .cs_mortgage_header .cs_mortgagebar_2 .cs_mortgage_infobox::before {
  top: 100%;
  transform: translateX(-50%) rotate(180deg);
}
.cs_single_property_mortgage .cs_mortgage_header .cs_mortgagebar_3 {
  width: 22%;
  height: 100%;
  border-radius: 0 5px 5px 0;
}
.cs_single_property_mortgage .cs_mortgage_header .cs_mortgage_infobox {
  width: 242px;
  padding: 14px 20px;
  filter: drop-shadow(0px 4px 20px rgba(21, 32, 70, 0.07));
  position: absolute;
  left: 50%;
  top: calc(100% + 36px);
  transform: translateX(-50%);
}
.cs_single_property_mortgage .cs_mortgage_header .cs_mortgage_infobox::before {
  content: "";
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 27px solid var(--white-color);
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.cs_single_property_mortgage .cs_mortgage_calculation_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 73px;
}
@media (max-width: 1399px) {
  .cs_single_property_mortgage .cs_mortgage_calculation_form {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .cs_single_property_mortgage .cs_mortgage_calculation_form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_single_property_mortgage .cs_mortgage_calculation_form .cs_form_field {
  width: 100%;
  padding: 9px 15px;
  border: 1px solid var(--border-color);
  outline: 0;
}
.cs_single_property_mortgage .cs_mortgage_calculation_form .cs_form_field:focus {
  border-color: var(--accent-color);
}
.cs_single_property_mortgage .cs_mortgage_calculation_form .cs_btn.cs_style_1 {
  min-width: 184px;
  margin-top: 17px;
}
@media (max-width: 575px) {
  .cs_single_property_mortgage .cs_mortgage_calculation_form .cs_btn.cs_style_1 {
    min-width: 100%;
  }
}
.cs_single_property_mortgage.cs_type_1 {
  padding: 64px 84px 72px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
@media (max-width: 1399px) {
  .cs_single_property_mortgage.cs_type_1 {
    padding: 50px 30px;
  }
}
.cs_single_property_mortgage.cs_type_1 .cs_mortgage_infobox {
  padding: 0 0 0 27px;
  top: calc(100% + 37px);
}
.cs_single_property_mortgage.cs_type_1 .cs_mortgage_infobox::before {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  left: 0;
  top: 10px;
  transform: initial;
}
.cs_single_property_mortgage.cs_type_1 .cs_mortgagebar_1 .cs_mortgage_infobox::before {
  background-color: var(--accent-color);
}
.cs_single_property_mortgage.cs_type_1 .cs_mortgagebar_2 .cs_mortgage_infobox {
  bottom: initial;
  top: calc(100% + 37px);
}
.cs_single_property_mortgage.cs_type_1 .cs_mortgagebar_2 .cs_mortgage_infobox::before {
  background-color: #fed55b;
  top: 10px;
  transform: initial;
}
.cs_single_property_mortgage.cs_type_1 .cs_mortgagebar_3 .cs_mortgage_infobox::before {
  background-color: var(--heading-color);
}

.cs_single_property_reviews {
  padding: 46px 0 0;
}
@media (max-width: 991px) {
  .cs_single_property_reviews {
    padding: 40px 0 0;
  }
}
.cs_single_property_reviews .cs_reviews_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.cs_single_property_reviews .cs_review_sort {
  display: flex;
  align-items: center;
}
.cs_single_property_reviews .cs_review_sort p {
  opacity: 0.5;
}
.cs_single_property_reviews .cs_review_sort .cs_custom_select {
  padding: 0 35px 0 14px;
  border: 0;
  outline: 0;
  color: var(--body-color);
  background-position: calc(100% - 25px) calc(1em - 3px), calc(100% - 20px) calc(1em - 3px), calc(100% - 2.5em) 0.5em;
  cursor: pointer;
}
.cs_single_property_reviews .cs_client_leview_list li {
  margin-bottom: 50px;
}
.cs_single_property_reviews .cs_client_review_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.cs_single_property_reviews .cs_avatar {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_single_property_reviews .cs_avatar p {
  margin-top: -2px;
  opacity: 0.5;
}
.cs_single_property_reviews .cs_avatar i {
  margin-right: 7px;
}
.cs_single_property_reviews .cs_review_label {
  display: flex;
  gap: 0;
}
.cs_single_property_reviews .cs_rating {
  color: #ffc107;
  font-size: 15px;
}
.cs_single_property_reviews .cs_review_rating {
  font-size: 10px;
  opacity: 0.5;
}
.cs_single_property_reviews .cs_like_content_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cs_single_property_reviews .cs_like_content_wrapper .cs_like.active {
  opacity: 1;
}
.cs_single_property_reviews .cs_like_content_wrapper .cs_like.active .cs_like_info_icon {
  color: var(--accent-color);
}
.cs_single_property_reviews .cs_like,
.cs_single_property_reviews .cs_dislike {
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 7px;
}
.cs_single_property_reviews.cs_type_1 {
  padding: 72px 84px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  border-bottom: 0;
}
@media (max-width: 1399px) {
  .cs_single_property_reviews.cs_type_1 {
    padding: 50px 30px;
  }
}
.cs_single_property_reviews.cs_type_1 .cs_client_leview_list li {
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  border-radius: 15px;
}
.cs_single_property_reviews.cs_type_1 .cs_client_leview_list li:last-child {
  margin-bottom: 37px;
}

/*--------------------------------------
 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;
  }
}

/*--------------------------------------
 Start Page Heading Styling
----------------------------------------*/
.cs_page_heading_content_wrapper {
  padding: 186px 78px 214px;
  border-radius: 20px 20px 0 0;
}
.cs_page_heading_content_wrapper.cs_type_1 {
  border-radius: 0 0 20px 20px;
  padding: 136px 30px 352px;
}
.cs_page_heading_content_wrapper.cs_type_2 {
  border-radius: 20px;
}
.cs_page_heading_content_wrapper.cs_type_3 {
  padding: 50px 78px 214px;
}
.cs_page_heading_content_wrapper.cs_type_4 {
  padding: 80px 78px 85px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cs_page_heading_content_wrapper {
    padding: 100px 40px;
  }
  .cs_page_heading_content_wrapper.cs_type_4 {
    padding: 80px 30px 80px;
  }
}
@media (max-width: 575px) {
  .cs_page_heading_content_wrapper {
    padding: 100px 20px;
  }
}

.cs_page_heading.cs_style_2 {
  position: relative;
  z-index: 3;
}
.cs_page_heading.cs_style_2 > * {
  position: relative;
  z-index: 2;
}
.cs_page_heading.cs_style_2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--light-gray-color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/*-----------------------------------------------
 Brands Section Styling
-------------------------------------------------*/
.cs_horizontal_slider_wrapper {
  padding: 30px 100px;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .cs_horizontal_slider_wrapper {
    padding: 30px;
  }
}
.cs_horizontal_slider_wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--light-gray-color);
  opacity: 0.5;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cs_horizontal_slider_wrapper .cs_horizontal_in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.cs_horizontal_slider_wrapper:hover .cs_brands_wrapper {
  animation-play-state: paused;
}

.cs_brands_wrapper {
  min-width: 100%;
  flex: none;
  display: flex;
  align-items: center;
  gap: 100px;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  margin: 0 50px;
  animation: moving-left 30s linear infinite;
}
@media (max-width: 991px) {
  .cs_brands_wrapper {
    gap: 20px;
    margin: 0 10px;
  }
}
.cs_brands_wrapper .cs_brand {
  flex: none;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .cs_brands_wrapper .cs_brand {
    transform: scale(0.8);
  }
}
.cs_brands_wrapper .cs_brand:hover {
  filter: brightness(1) invert(1);
}

/*-----------------------------------------------
 Contact Page Styling
-------------------------------------------------*/
.cs_contact {
  padding-top: 1px;
}
.cs_contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--light-gray-color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}

.cs_contact_form_wrapper {
  width: 100%;
  max-width: 1074px;
  padding: 92px 117px 100px;
  margin: -130px auto 0;
  border-radius: 15px 15px 0 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cs_contact_form_wrapper {
    padding: 40px 30px 50px;
  }
}
@media (max-width: 575px) {
  .cs_contact_form_wrapper .cs_btn.cs_style_1 {
    width: 100%;
  }
}

label {
  display: block;
  margin-bottom: 5px;
}

.cs_form_field {
  width: 100%;
  padding: 9px 15px;
  border: 1px solid var(--body-color);
  color: var(--body-color);
  outline: 0;
  resize: none;
  transition: all 0.3s ease;
}
.cs_form_field:focus {
  border-color: var(--accent-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cs_social_login_divider {
  width: 100%;
  position: relative;
}
.cs_social_login_divider::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  position: absolute;
  top: 50%;
  left: 0;
}
.cs_social_login_divider span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: var(--white-color);
  padding: 0 15px;
}

.cs_social_login {
  width: 100%;
}
.cs_social_login .cs_social_login_btns {
  gap: 15px;
}
.cs_social_login .cs_social_login_btns i {
  margin-right: 6px;
}
.cs_social_login .cs_facebook {
  border: 1px solid #3b5998;
  background-color: #3b5998;
  color: var(--white-color);
}
.cs_social_login .cs_facebook:hover {
  color: #3b5998;
}
.cs_social_login .cs_google {
  border: 1px solid #dd4b39;
  background-color: #dd4b39;
  color: var(--white-color);
}
.cs_social_login .cs_google:hover {
  color: #dd4b39;
}
@media (max-width: 450px) {
  .cs_social_login ul {
    flex-direction: column;
    align-items: stretch;
  }
}

.cs_contact_shape_1 {
  right: 12%;
  top: -45px;
  z-index: 0;
  animation: slide-up 8s linear infinite;
}

.cs_contact_shape_2 {
  left: 20px;
  bottom: 150px;
  transform: rotate(90deg);
  z-index: 0;
  animation: slide-left 8s linear infinite;
}

/*------------------------------------------
 Profile page
--------------------------------------------*/
.cs_profile_menu {
  position: sticky;
  top: 20px;
  padding: 50px 0;
}
.cs_profile_menu .cs_profile_thumbnail {
  width: 120px;
  height: 120px;
  border: 5px solid var(--accent-color);
}
.cs_profile_menu .cs_profile_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.cs_profile {
  width: 100%;
  max-width: 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_icon {
  width: 120px;
  height: 120px;
}
.cs_profile .cs_avatar_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.cs_profile .cs_avatar_icon .cs_thumb_edit {
  width: 30px;
  height: 30px;
  padding: 6px;
  background-color: var(--heading-color);
  font-size: 14px;
  color: var(--white-color);
  bottom: 0;
  right: 15px;
  cursor: pointer;
}

/*------------------------------------------
 Property Table 
--------------------------------------------*/
.cs_property_list {
  padding: 30px;
}

.cs_property_table {
  min-width: 800px;
}
.cs_property_table thead {
  background-color: var(--light-gray-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(--light-gray-color);
}
.cs_property_table .cs_property_item {
  display: none;
}
.cs_property_table .cs_property_info {
  text-align: left;
}
.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: 30px;
}

.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: 70px;
  right: 0;
}
@media (max-width: 400px) {
  .cs_customer_review .cs_review_header {
    flex-direction: column;
  }
  .cs_customer_review .cs_actions_btns {
    top: 155px;
  }
}

/*------------------------------------------
 Property Details Page Styling 
--------------------------------------------*/
.cs_property_header {
  display: flex;
  justify-content: space-between;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.cs_property_header.cs_type_1 {
  align-items: flex-end;
  gap: 30px 40px;
}
.cs_property_header .cs_header_text p {
  opacity: 0.6;
}
@media (max-width: 991px) {
  .cs_property_header .cs_header_right {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cs_property_header .cs_btns_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_property_header .cs_action_btn {
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid var(--body-color);
}
.cs_property_header .cs_action_btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--white-color);
}
.cs_property_header .cs_card_features_list {
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .cs_property_header .cs_card_features_list {
    gap: 20px;
  }
}

.cs_property_thumbnail_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 20px;
}
@media (max-width: 991px) {
  .cs_property_thumbnail_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cs_property_thumbnail_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cs_property_thumbnail_grid .cs_gallery_item:nth-child(1) {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}
@media (max-width: 767px) {
  .cs_property_thumbnail_grid .cs_gallery_item:nth-child(1) {
    grid-column: auto/span 1;
    grid-row: auto/span 1;
  }
}
.cs_property_thumbnail_grid .cs_gallery_item img {
  width: 100%;
  border-radius: inherit;
}
.cs_property_thumbnail_grid .cs_gallery_item .cs_btn.cs_style_1 {
  bottom: 20px;
  right: 20px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.cs_property_thumbnail_grid .cs_gallery_item .cs_btn.cs_style_1:hover {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: var(--white-color);
}
.cs_property_thumbnail_grid .cs_gallery_item:hover .cs_btn.cs_style_1 {
  transform: translateY(0);
  opacity: 1;
}

.cs_property_info_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .cs_property_info_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.cs_property_info_wrapper .cs_card_features_list {
  grid-column: auto/span 2;
  padding: 26px 63px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1399px) {
  .cs_property_info_wrapper .cs_card_features_list {
    padding: 26px 20px;
  }
}
@media (max-width: 380px) {
  .cs_property_info_wrapper .cs_card_features_list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cs_property_info_wrapper .cs_card_features_list li {
  color: var(--black-color);
  font-size: 24px;
  line-height: 1.42em;
}
@media (max-width: 767px) {
  .cs_property_info_wrapper .cs_card_features_list{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
  }
  .cs_property_info_wrapper .cs_card_features_list li {
    font-size: 20px;
  }
  .cs_property_info_wrapper .cs_card_features_list li svg {
    width: 20px;
    height: 20px;
  }
}
.cs_property_info_wrapper .cs_card_features_list svg {
  width: 24px;
  height: 24px;
}
.cs_property_info_wrapper .cs_card_features_list p {
  color: var(--body-color);
  font-size: 16px;
}
.cs_property_info_wrapper .cs_card_btns_wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 33px;
  border: 1px solid var(--border-color);
}
@media (max-width: 1199px) {
  .cs_property_info_wrapper .cs_card_btns_wrapper {
    padding: 20px;
  }
}
.cs_property_info_wrapper .cs_card_price {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_property_info_wrapper .cs_price_btn_icon {
  flex: none;
}
@media (max-width: 767px) {
  .cs_property_info_wrapper .cs_price_btn_icon {
    width: 40px;
  }
}
.cs_property_info_wrapper .cs_card_btn {
  width: 72px;
  height: 80px;
  color: var(--white-color);
}
.cs_property_info_wrapper .cs_card_btn span {
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.cs_property_info_wrapper .cs_card_btn span:nth-child(1) {
  transform: translateX(-45px);
  opacity: 0;
}
.cs_property_info_wrapper .cs_card_btn:hover span:nth-child(1) {
  transform: translateX(0);
  opacity: 1;
}
.cs_property_info_wrapper .cs_card_btn:hover span:nth-child(2) {
  transform: translateX(45px);
  opacity: 0;
}
@media (max-width: 767px) {
  .cs_property_info_wrapper .cs_card_btn {
    width: 60px;
    height: 69px;
  }
}

/*-------------------------------------------
  Animations
 --------------------------------------------*/
@keyframes pulse-border {
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
@keyframes slide-up {
  50% {
    transform: translatey(-60px);
  }
}
@keyframes slide-left {
  50% {
    transform: translatex(60px) rotate(90deg);
  }
}
@keyframes rotate-y {
  50% {
    transform: rotatey(-90deg);
  }
}
@keyframes moving-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scale-size {
  50% {
    transform: translateY(-50%) rotate(90deg) scale(0.7);
  }
}
/*--------------------------------------------------------------
  13. Tabs
----------------------------------------------------------------*/
.cs_tab {
  display: none;
}
.cs_tab.active {
  display: block;
}

.cs_tab_links.cs_style_1 {
  width: fit-content;
  overflow: hidden;
  margin: 15px auto;
}
@media (max-width: 575px) {
  .cs_tab_links.cs_style_1 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.cs_tab_links.cs_style_1.cs_type_1 {
  margin: 0;
}
.cs_tab_links.cs_style_1.cs_type_1 a {
  background-color: rgba(255, 255, 255, 0.3);
  color: var(--body-color);
}
.cs_tab_links.cs_style_1.cs_type_1 li.active a,
.cs_tab_links.cs_style_1.cs_type_1 li:hover a {
  color: var(--accent-color);
}
.cs_tab_links.cs_style_1.cs_type_2 {
  flex-wrap: nowrap;
}
.cs_tab_links.cs_style_1.cs_type_2 li {
  width: 100%;
  position: relative;
}
.cs_tab_links.cs_style_1.cs_type_2 li::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--light-gray-color);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_tab_links.cs_style_1.cs_type_2 a {
  min-width: 250px;
  padding: 33px;
  color: var(--body-color);
  position: relative;
  z-index: 1;
  background-color: transparent;
  text-wrap: nowrap;
}
.cs_tab_links.cs_style_1.cs_type_2 a:hover {
  color: var(--heading-color);
}
@media (max-width: 991px) {
  .cs_tab_links.cs_style_1.cs_type_2 a {
    min-width: 180px;
    padding: 20px;
  }
}
.cs_tab_links.cs_style_1.cs_type_2 li.active a,
.cs_tab_links.cs_style_1.cs_type_2 li:hover a {
  color: var(--heading-color);
  background-color: transparent;
}
.cs_tab_links.cs_style_1.cs_type_2 li.active::before,
.cs_tab_links.cs_style_1.cs_type_2 li:hover::before {
  opacity: 0.8;
}
.cs_tab_links.cs_style_1 a {
    display: inline-block;
    min-width: 150px;
    padding: 15px 36px;
    background-color: #116344;
    color: var(--white-color);
    text-align: center;
    border: 2px solid #116344;
    border-bottom: 0;
}
@media (max-width: 575px) {
  .cs_tab_links.cs_style_1 a {
    min-width: initial;
    padding: 12px 15px;
  }
}
.cs_tab_links.cs_style_1 li.active a{
    font-weight: bold;
}
.cs_tab_links.cs_style_1 li.active a,
.cs_tab_links.cs_style_1 li:hover a {
  background-color: var(--white-color);
    color: #116344;

}

.cs_tab_links.cs_style_1 li:first-child a{
    border-radius:10px 0 0 0;
    border: 2px solid #116344;
}
.cs_tab_links.cs_style_1 li:last-child a{
    border-radius:0 10px 0 0;
    border: 2px solid #116344;
}

.cs_tab_links.cs_style_2 {
  gap: 10px;
  flex-wrap: wrap;
}
.cs_tab_links.cs_style_2 li {
  position: relative;
  border-radius: 4px;
  min-width: 200px;
}
.cs_tab_links.cs_style_2 li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--body-color);
  opacity: 0.1;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_tab_links.cs_style_2 li a {
  display: inline-block;
  padding: 20px 55px;
  color: var(--body-color);
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.cs_tab_links.cs_style_2 li a:hover {
  color: var(--accent-color);
}
.cs_tab_links.cs_style_2 li.active::after {
  background-color: var(--accent-color);
  opacity: 0.08;
}
.cs_tab_links.cs_style_2 li.active a {
  color: var(--accent-color);
}

.cs_tab_links.cs_style_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 55px 0;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 575px) {
  .cs_tab_links.cs_style_3 {
    padding: 20px 15px;
  }
}
.cs_tab_links.cs_style_3.cs_type_1 {
  padding: 0;
  gap: 0;
}
.cs_tab_links.cs_style_3.cs_type_1 li {
  text-align: center !important;
}
.cs_tab_links.cs_style_3.cs_type_1 a {
  min-width: 100%;
  padding: 0 0 32px;
}
@media (max-width: 767px) {
  .cs_tab_links.cs_style_3.cs_type_1 {
    gap: 0 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cs_tab_links.cs_style_3.cs_type_1 li {
    width: fit-content;
  }
  .cs_tab_links.cs_style_3.cs_type_1 a {
    min-width: fit-content;
    padding: 15px 0 10px;
  }
}
.cs_tab_links.cs_style_3.cs_type_2 {
  width: max-content;
  margin: 0 auto;
  gap: 0;
  padding: 0;
}
.cs_tab_links.cs_style_3.cs_type_2 li {
  text-align: center;
}
.cs_tab_links.cs_style_3.cs_type_2 a {
  min-width: 250px;
  padding: 0 0 22px;
}
@media (max-width: 767px) {
  .cs_tab_links.cs_style_3.cs_type_2 {
    gap: 0 30px;
  }
  .cs_tab_links.cs_style_3.cs_type_2 a {
    min-width: fit-content;
    padding: 0 0 22px;
  }
}
.cs_tab_links.cs_style_3 li {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid var(--border-color);
}
@media (max-width: 767px) {
  .cs_tab_links.cs_style_3 li {
    width: fit-content;
    border: 0;
  }
}
.cs_tab_links.cs_style_3 li:nth-child(2) {
  text-align: center;
}
.cs_tab_links.cs_style_3 li:nth-child(3) {
  text-align: right;
}
.cs_tab_links.cs_style_3 li a {
  display: inline-block;
  min-width: 150px;
  padding: 24px 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  .cs_tab_links.cs_style_3 li a {
    min-width: fit-content;
    padding: 10px 0;
  }
}
.cs_tab_links.cs_style_3 li a::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
}
.cs_tab_links.cs_style_3 li.active {
  color: var(--accent-color);
}
.cs_tab_links.cs_style_3 li.active a::after {
  background-color: var(--accent-color);
}

.cs_tab_links.cs_style_4 {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
.cs_tab_links.cs_style_4 a {
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}
.cs_tab_links.cs_style_4 li {
  position: relative;
  border-radius: 8px;
}
.cs_tab_links.cs_style_4 li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--body-color);
  opacity: 0.1;
  border-radius: inherit;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.cs_tab_links.cs_style_4 li.active::before {
  background-color: var(--accent-color);
}
.cs_tab_links.cs_style_4 li.active a {
  color: var(--accent-color);
}
@media (max-width: 431px) {
  .cs_tab_links.cs_style_4 li {
    width: 100%;
    text-align: center;
  }
}
.cs_tab_links.cs_style_4.cs_type_1 {
  gap: 45px;
}
.cs_tab_links.cs_style_4.cs_type_1 li::before {
  height: 2px;
  background-color: var(--accent-color);
  width: 0;
  opacity: 1;
}
.cs_tab_links.cs_style_4.cs_type_1 li a {
  padding: 0 0 7px;
}
.cs_tab_links.cs_style_4.cs_type_1 li.active::before {
  width: 100%;
}

.cs_tab_links.cs_style_5 li {
  position: relative;
}
.cs_tab_links.cs_style_5 li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--heading-color);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.cs_tab_links.cs_style_5 a {
  display: block;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  color: var(--heading-color);
}
.cs_tab_links.cs_style_5 li.active::before,
.cs_tab_links.cs_style_5 li:hover::before {
  opacity: 1;
}
.cs_tab_links.cs_style_5 li.active a,
.cs_tab_links.cs_style_5 li:hover a {
  color: var(--white-color);
}

.cs_single_product_nav,
.cs_single_product_thumb {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------
 Property Filter Form
----------------------------------------------*/
.cs_tabs.cs_style_1 {
  margin-top: -130px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1005px;
  padding: 0 15px;
  position: relative;
  z-index: 3;
}
.cs_tabs.cs_style_1.cs_type_1 .cs_tab_body {
  border-radius: 0 20px 20px 20px;
}
.cs_tabs.cs_style_1 .cs_tab_body {
  box-shadow: 0px 4px 26px 0px rgba(21, 32, 70, 0.04);
}

.cs_property_filter_form {
  width: 100%;
  padding: 32px 45px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px 35px;
}
@media (max-width: 991px) {
  .cs_property_filter_form {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cs_property_filter_form {
    padding: 30px 24px;
  }
}
.cs_property_filter_form.cs_type_1 {
  padding: 28px 32px 45px;
  gap: 20px 16px;
}
.cs_property_filter_form.cs_type_1 .cs_custom_select_wrapper {
  border: 1px solid var(--border-color);
  border-radius: 7px;
  padding: 7px 10px 0 0;
}
.cs_property_filter_form.cs_type_1 .cs_custom_select_wrapper > span {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 8px;
}
.cs_property_filter_form.cs_type_1 .cs_custom_select_wrapper .advanced_search {
  width: 100%;
  justify-content: space-between;
  border: 0;
  padding: 0 10px 12px 20px;
}
.cs_property_filter_form.cs_type_1 .cs_custom_select_wrapper .advanced_search:hover {
  background-color: transparent;
  color: var(--accent-color);
}
.cs_property_filter_form.cs_type_1 label {
  margin-left: 20px;
  margin-bottom: 1px;
}
.cs_property_filter_form.cs_type_1 .cs_custom_select {
  margin-left: 0;
  border: 0;
}
.cs_property_filter_form.cs_type_1 .cs_advanced_options_wrapper .cs_custom_select {
  border: 1px solid var(--border-color);
}
.cs_property_filter_form.cs_type_1 .cs_search_btn {
  position: absolute;
  left: 32px;
  bottom: -30px;
}
.cs_property_filter_form.cs_type_2 {
  padding: 34px 55px 60px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .cs_property_filter_form.cs_type_2 {
    padding: 20px 15px;
  }
}
.cs_property_filter_form.cs_type_2 .cs_custom_select_wrapper {
  width: 100%;
  padding-top: 0;
}
.cs_property_filter_form.cs_type_2 .cs_custom_select,
.cs_property_filter_form.cs_type_2 input {
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(217, 217, 217, 0.22);
  margin: 0;
  border: 0;
  outline: none;
  border-radius: 10px;
}
.cs_property_filter_form.cs_type_2 .cs_btns_wrapper {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .cs_property_filter_form.cs_type_2 .cs_btns_wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.cs_property_filter_form.cs_type_2 .cs_advanced_options_wrapper {
  top: calc(100% - 60px);
}
.cs_property_filter_form.cs_type_2 .cs_advanced_options_wrapper .cs_custom_select,
.cs_property_filter_form.cs_type_2 .cs_advanced_options_wrapper input {
  background-color: transparent;
  border: 1px solid var(--border-color);
}
.cs_property_filter_form.cs_type_2 .cs_advanced_options_wrapper .cs_amount-wrap input {
  margin-bottom: 7px;
  border: 0;
  padding: 0;
}
.cs_property_filter_form .cs_custom_select_wrapper {
  flex: 1;
}
@media (max-width: 991px) {
  .cs_property_filter_form .cs_custom_select_wrapper {
    width: calc(50% - 10px);
    flex: none;
  }
}
@media (max-width: 575px) {
  .cs_property_filter_form .cs_custom_select_wrapper {
    width: 100%;
  }
}
.cs_property_filter_form label {
  display: block;
}
.cs_property_filter_form .cs_custom_select {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 9px 38px 9px 20px;
  margin-left: -20px;
  border-color: transparent;
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), calc(100% - 2.5em) 0.5em;
  border-radius: 7px;
}
.cs_property_filter_form .cs_custom_select option {
  font-size: 16px;
}
.cs_property_filter_form .cs_custom_select:hover {
  border-color: var(--border-color);
}
@media (max-width: 575px) {
  .cs_property_filter_form .cs_custom_select {
    margin-left: 0;
    border-color: initial;
  }
}
.cs_property_filter_form .cs_btns_wrapper {
  flex: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (max-width: 991px) {
  .cs_property_filter_form .cs_btns_wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .cs_property_filter_form .cs_btns_wrapper .cs_custom_select_wrapper {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .cs_property_filter_form .cs_btns_wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}

.cs_advanced_options_wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  background-color: var(--white-color);
  padding: 32px 45px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 10px 15px -8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 575px) {
  .cs_advanced_options_wrapper {
    padding: 30px 24px;
  }
}
.cs_advanced_options_wrapper .cs_custom_select {
  width: 100%;
  margin-left: 0;
  border-color: var(--border-color);
}
.cs_advanced_options_wrapper input {
  border: none;
  outline: none;
  width: 100%;
  padding: 9px 20px;
  background-color: transparent;
  border: 1px solid var(--border-color);
  border-radius: 7px;
}
.cs_advanced_options_wrapper .cs_amount-wrap input {
  margin-bottom: 7px;
  border: 0;
  padding: 0;
}
.cs_advanced_options_wrapper .ui-widget.ui-widget-content {
  border: 1px solid var(--border-color);
  border-radius: 3px;
}
.cs_advanced_options_wrapper .ui-widget-header {
  background-color: var(--accent-color);
}

.cs_tabs_content_wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--light-gray-color);
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_tabs_content_wrapper .cs_tabs_shape_1 {
  left: 10%;
  top: -90px;
  opacity: 0.5;
  animation: rotate-y 10s linear infinite;
}

/*--------------------------------------------------------------
  14. Post
----------------------------------------------------------------*/
.cs_post.cs_style_1 {
  height: 100%;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
}
.cs_post.cs_style_1.cs_type_1 .cs_post_content {
  border: 1px solid var(--border-color);
  border-top: 0;
}
.cs_post.cs_style_1 .cs_post_thumbnail {
  display: block;
  width: 100%;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  position: relative;
}
.cs_post.cs_style_1 .cs_post_thumbnail img {
  width: 100%;
  border-radius: inherit;
  transition: all 0.6s ease-in-out;
}
.cs_post.cs_style_1 .cs_post_thumbnail .cs_post_img_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-color);
}
.cs_post.cs_style_1 .cs_post_content {
  padding: 20px 30px 30px;
  border-radius: 0 0 15px 15px;
  transition: all 0.3s ease-in-out;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .cs_post.cs_style_1 .cs_post_content {
    padding: 20px 15px 30px;
  }
}
.cs_post.cs_style_1 .cs_post_meta_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: auto;
}
.cs_post.cs_style_1 .cs_post_meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_post.cs_style_1 .cs_post_meta i {
  opacity: 0.8;
}
.cs_post.cs_style_1 .cs_post_btn:hover {
  letter-spacing: 1px;
}
.cs_post.cs_style_1:hover {
  transform: scale(1.2);
  z-index: 2;
}
.cs_post.cs_style_1:hover.cs_type_1 {
  transform: none;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
}
.cs_post.cs_style_1:hover.cs_type_1 .cs_post_thumbnail img {
  transform: scale(1.06);
}
.cs_post.cs_style_1:hover.cs_type_1 .cs_post_content {
  border-color: transparent;
}

.cs_post.cs_style_2 {
  overflow: hidden;
}
.cs_post.cs_style_2 .cs_post_thumbnail {
  border-radius: inherit;
}
.cs_post.cs_style_2 .cs_post_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.6s ease-in-out;
}
.cs_post.cs_style_2 .cs_post_content {
    width: 100%;
    padding: 20px 20px 10px;
    border-radius: 0px 0px 15px 15px;
    background: linear-gradient(1deg, #126243 0.44%, rgba(21, 32, 70, 0) 98.59%);
    left: 0;
    bottom: 0;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}
.cs_post_content h3{
    margin-bottom:0 !important;
}
.cs_post.cs_style_2 .cs_post_meta_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.cs_post.cs_style_2 .cs_post_meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_post.cs_style_2 .cs_post_title a {
  pointer-events: all;
}
.cs_post.cs_style_2 .cs_post_title a:hover {
  color: var(--accent-color);
}
.cs_post.cs_style_2:hover .cs_post_thumbnail img {
  transform: scale(1.06);
}

.cs_post.cs_style_3 {
  display: flex;
  gap: 12px;
}
@media (max-width: 413px) {
  .cs_post.cs_style_3 {
    flex-direction: column;
  }
}
.cs_post.cs_style_3 .cs_post_thumbnail {
  display: block;
  flex: none;
  width: 90px;
  height: 100px;
}
@media (max-width: 413px) {
  .cs_post.cs_style_3 .cs_post_thumbnail {
    width: 100%;
    flex: 1;
  }
}
.cs_post.cs_style_3 .cs_post_thumbnail img {
  width: 100%;
  border-radius: inherit;
}
.cs_post.cs_style_3 .cs_post_title {
  line-height: 1.625em;
}
.cs_post.cs_style_3 .cs_post_meta_wrapper {
  line-height: 1.22em;
}
.cs_post.cs_style_3 .cs_post_meta_wrapper i {
  opacity: 0.5;
}
.cs_post.cs_style_3 .cs_post_meta {
  margin-bottom: 4px;
  color: var(--black-color);
}
.cs_post.cs_style_3 .cs_post_meta:last-child {
  margin-bottom: 0;
  color: var(--body-color);
}

.cs_blog_area > * {
  position: relative;
  z-index: 1;
}
.cs_blog_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent-color);
  opacity: 0.07;
  position: absolute;
  left: 0;
  top: 0;
}
.cs_blog_area.cs_type_1::before {
  background-color: var(--light-gray-color);
  opacity: 0.5;
}

/*-------------------------------------------
 Post Details Page Styling
---------------------------------------------*/
.cs_post_details h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.21em;
  margin-bottom: 17px;
  color: var(--black-color);
}
.cs_post_details h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42em;
  font-family: var(--body-font);
}
.cs_post_details p {
  line-height: 1.625em;
  margin-bottom: 48px;
}
.cs_post_details p:last-child {
  margin-bottom: 0;
}
.cs_post_details img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 48px;
}
.cs_post_details blockquote {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.36em;
  color: var(--heading-color);
  margin-bottom: 70px;
  padding: 9px 80px;
  position: relative;
}
.cs_post_details blockquote::before, .cs_post_details blockquote::after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--accent-color);
  position: absolute;
  top: 0;
}
.cs_post_details blockquote::before {
  left: 41px;
}
.cs_post_details blockquote::after {
  right: 41px;
}
@media (max-width: 767px) {
  .cs_post_details blockquote {
    font-size: 20px;
    padding: 9px 30px;
  }
  .cs_post_details blockquote::before {
    left: 10px;
  }
  .cs_post_details blockquote::after {
    right: 10px;
  }
}
.cs_post_details .cs_post_meta_wrapper {
  display: flex;
  align-items: center;
  gap: 54px;
  flex-wrap: wrap;
  margin-bottom: 53px;
}
@media (max-width: 575px) {
  .cs_post_details .cs_post_meta_wrapper {
    gap: 10px 30px;
  }
}
.cs_post_details .cs_post_meta_wrapper i {
  opacity: 0.5;
}

.cs_post_tags {
  padding: 84px 0;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 991px) {
  .cs_post_tags {
    padding: 24px 0 30px;
  }
}
.cs_post_tags p {
  color: var(--black-color);
}

.cs_post_comments {
  padding: 67px 0 100px;
}
@media (max-width: 991px) {
  .cs_post_comments {
    padding: 30px 0 40px;
  }
}
.cs_post_comments .cs_post_comment_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.cs_post_comments .cs_comment_header_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_post_comments .cs_custom_select {
  color: var(--accent-color);
  border: 0;
  padding: 9px 40px 9px 24px;
  background-color: rgba(25, 207, 121, 0.08);
  background-image: linear-gradient(45deg, transparent 50%, var(--accent-color) 50%), linear-gradient(135deg, var(--accent-color) 50%, transparent 50%);
}
.cs_post_comments .cs_avatar.cs_style_1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_post_comments .cs_avatar.cs_style_1 .cs_avatar_thumbnail {
  width: 50px;
  height: 50px;
}
.cs_post_comments .cs_avatar.cs_style_1 p {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.5;
}
.cs_post_comments .cs_comment_meta_wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cs_post_comments .cs_comment_meta {
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 3px;
}
.cs_post_comments li {
  margin-bottom: 60px;
}

.cs_comment_form_wrapper {
  padding: 70px 140px;
}
@media (max-width: 1399px) {
  .cs_comment_form_wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .cs_comment_form_wrapper {
    padding: 40px 20px;
  }
}
.cs_comment_form_wrapper > * {
  position: relative;
  z-index: 1;
}
.cs_comment_form_wrapper .cs_form_field {
  display: block;
  width: 100%;
  border: 1px solid var(--border-color);
  resize: none;
  outline: 0;
  padding: 9px 15px;
  color: var(--body-color);
  transition: all 0.3s ease;
}
.cs_comment_form_wrapper .cs_form_field:focus {
  border-color: var(--accent-color);
}
.cs_comment_form_wrapper label:has(+ .cs_form_field:required) {
  margin-bottom: 11px;
}
.cs_comment_form_wrapper label:has(+ .cs_form_field:required) span {
  color: #D80027;
}
.cs_comment_form_wrapper .form-check {
  display: flex;
  gap: 10px;
}
.cs_comment_form_wrapper .form-check .form-check-input {
  width: 20px;
  height: 20px;
  box-shadow: none;
  border-color: var(--border-color);
}
.cs_comment_form_wrapper .form-check .form-check-input:checked {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.cs_comment_form_wrapper p span {
  color: #D80027;
}
.cs_comment_form_wrapper .cs_btn.cs_style_1 {
  min-width: 170px;
}
.cs_comment_form_wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--light-gray-color);
  opacity: 0.5;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}

.cs_social_btns.cs_style_2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 54px;
}
@media (min-width: 1600px) {
  .cs_social_btns.cs_style_2 {
    gap: 20px 50px;
  }
}
@media (max-width: 1399px) {
  .cs_social_btns.cs_style_2 {
    justify-content: center;
  }
}
.cs_social_btns.cs_style_2 a {
  width: 100%;
  max-width: 219px;
  padding: 15px 20px;
  gap: 10px;
  position: relative;
}
.cs_social_btns.cs_style_2 a > * {
  position: relative;
  z-index: 1;
}
.cs_social_btns.cs_style_2 a.facebook {
  background-color: #0376E7;
  color: var(--white-color);
}
.cs_social_btns.cs_style_2 a.facebook .cs_social_icon {
  color: #0376E7;
}
.cs_social_btns.cs_style_2 a.twitter {
  background-color: #1C9BEF;
  color: var(--white-color);
}
.cs_social_btns.cs_style_2 a.twitter .cs_social_icon {
  color: #1C9BEF;
}
.cs_social_btns.cs_style_2 a.linkedin {
  background-color: #0B65C2;
  color: var(--white-color);
}
.cs_social_btns.cs_style_2 a.linkedin .cs_social_icon {
  color: #0B65C2;
}
.cs_social_btns.cs_style_2 a.pinterest {
  background-color: #E60022;
  color: var(--white-color);
}
.cs_social_btns.cs_style_2 a.pinterest .cs_social_icon {
  color: #E60022;
}
.cs_social_btns.cs_style_2 a .cs_social_icon {
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.cs_social_btns.cs_style_2 a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: auto;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.2), 4px 4px 5px 0px rgba(255, 255, 255, 0.2), 7px 7px 20px 0px rgba(255, 255, 255, 0.2), -4px -4px 5px 0px rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
.cs_social_btns.cs_style_2 a:hover:after {
  width: 100%;
}

/*------------------------------------------
 15. Sidebar 
--------------------------------------------*/
.cs_sidebar.cs_style_1 {
  padding-right: 60px;
  position: sticky;
  left: 0;
  top: 0;
}
@media (max-width: 1399px) {
  .cs_sidebar.cs_style_1 {
    padding-right: 0;
  }
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget {
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget:not(:first-child) {
  padding: 45px 36px;
}
@media (max-width: 575px) {
  .cs_sidebar.cs_style_1 .cs_sidebar_widget:not(:first-child) {
    padding: 30px 15px;
  }
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget:not(:last-child) {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .cs_sidebar.cs_style_1 .cs_sidebar_widget:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget .cs_categories li {
  position: relative;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget .cs_categories li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--body-color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget .cs_categories li a {
  display: block;
  padding: 10px 0;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget .cs_latest_posts {
  padding-bottom: 36px;
  margin-bottom: 36px;
  position: relative;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget .cs_latest_posts::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--body-color);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_sidebar.cs_style_1 .cs_sidebar_widget .cs_latest_posts li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_sidebar.cs_style_1 .cs_sidebar_search_form {
  padding: 0 31px 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_sidebar.cs_style_1 .cs_sidebar_search_form input {
  width: 100%;
  padding: 17px 0;
  border: 0;
  outline: 0;
}
.cs_sidebar.cs_style_1 .cs_sidebar_search_form .cs_search_icon {
  border: 0;
  outline: 0;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cs_sidebar.cs_style_1 .cs_sidebar_search_form .cs_search_icon:hover {
  color: var(--accent-color);
}

.cs_sidebar.cs_style_2 {
  padding: 67px 50px 87px;
  box-shadow: 0px 4px 20px 0px rgba(21, 32, 70, 0.07);
}
.cs_sidebar.cs_style_2.cs_type_1 {
  padding: 62px 35px 72px;
}
@media (max-width: 1399px) {
  .cs_sidebar.cs_style_2.cs_type_1 {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .cs_sidebar.cs_style_2 {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .cs_sidebar.cs_style_2 {
    padding: 30px 20px 40px;
  }
}

.cs_shedule_form label {
  display: block;
  margin-bottom: 9px;
}
.cs_shedule_form .cs_form_field {
  display: block;
  padding: 9px 15px;
  width: 100%;
  border: 1px solid var(--border-color);
  outline: 0;
  opacity: 0.5;
  resize: none;
}
.cs_shedule_form .cs_form_field:focus {
  border-color: var(--accent-color);
}
.cs_shedule_form .cs_btn.cs_style_1 {
  width: 100%;
}
.cs_shedule_form.cs_type_1 input[type=date],
.cs_shedule_form.cs_type_1 input[type=time] {
  border: 0;
  border-bottom: 1px solid var(--accent-color);
  border-radius: 0;
}

.cs_tags_links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.cs_tags_links .cs_tag_link {
  border: 1px solid var(--border-color);
  padding: 2px 17px;
  transition: all 0.3s ease-in-out;
}
.cs_tags_links .cs_tag_link:hover {
  border-color: var(--accent-color);
}
@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
        box-shadow: 0 0 0 0 rgb(0 0 0/ 50%);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 30px rgb(0 0 0 / 0%);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    }
}
@media (max-width: 993px){
    .cs_site_branding img{
        /*filter: brightness(0) invert(1);*/
        width: 60%;
        margin-left: 20px;
    }
    .h-top-menu{
        display:none;
    }
    .subpage-banner h2{
        font-size:30px !important;
    }
    .cs_fs_29{
        font-size:18px !important
    }
    .col-xl-8 p{
        font-size: 16px;
    }
    .cs_property_thumbnail_grid .owl-stage{
        padding:0 !important;
    }

        /*header.cs_site_header.cs_style_1.cs_sticky_header.cs_sticky_active .cs_menu_toggle {*/
    /*    top: 36% !important;*/
    /*}*/
    .formBtn {
        display: none;
    }
    .form-holder {
        position: relative;
        width: 100%;
        height: inherit;
        top: 0;
        transform: translate(0);
        right: 0;
        border-radius: 0;
        box-shadow: none !important;
    }
    .close {
        display: none;
    }
    .form-inner {
        width: 100%;
        margin: 0 auto;
    }
    .form-holder .form-title {
        font-size: 20px;
        line-height: 19px;
    }
    .contact_form .form-text, .contact_form .form-textarea {
        font-size: 12px;
    }
    .title span{
        font-size: 30px !important;
        line-height: 33px !important;
    }
}
@media (max-width: 1199px) {
    .cs_iconbox.cs_style_1 {
        display: flex;
        align-items: center;
        padding: 5px;
    }
    .cs_center {
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin: 7px auto;*/

    }
    .col-lg-4 .cs_iconbox_icon{
        width: 48px !important;
        margin-bottom: 0 !important;
    }
    .cs_iconbox.cs_style_1 .cs_iconbox_icon img {
        filter: brightness(0.5);
        height: 51px;
    }
    .cs_iconbox_title{
        font-size: 15px;
        text-align: left;
        padding-left: 8px;
    }
}
.project-car .owl-nav{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:22px;
}

.project-car .owl-nav button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #116344 !important;
    background: #fff !important;
    color: #116344 !important;
    display: flex;
    align-items: flex-end;
    font-size: 35px !important;
    transition: .2s
    ease-in-out;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
}

/* active state */
.project-car .owl-nav button.active{
    background:#116344 !important;
    color:#fff !important;
    border-color:#116344 !important;
}

/* hover */
.project-car .owl-nav button:hover{
    border-color:#116344 !important;
    background:#116344 !important;
    color:#fff !important;
}

/* disabled */
.project-car .owl-nav button.disabled{
    opacity:.35;
    pointer-events:none;
}
/*MENU MOBİL TIKLAMA İÇİN*/
@media (max-width: 768px) {
    .cs_menu_dropdown_toggle {
        pointer-events: auto;
    }

    .menu-item-has-children > a {
        position: relative;
        z-index: 5;
    }
    .cs_footer_widget img {
        margin-left: 28px;
        margin-top: -49px;
        width: 76%;
    }
}
/* sadece mobilde carousel */
@media (max-width: 991px) {
    .arsa-gallery {
        display: block;
    }

    .arsa-gallery .cs_gallery_item {
        display: block;
    }

    .arsa-gallery img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 50px !important;
    }
    /* ilk slide'ta otomatik görünsün */
    .arsa-gallery .owl-item.active:first-child .cs_btn {
        opacity: 1;
        pointer-events: auto;
        margin-bottom: 10px;
    }
    .konut-gallery {
        display: block;
    }

    .konut-gallery .cs_gallery_item {
        display: block;
    }

    .konut-gallery img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    /* ilk slide'ta otomatik görünsün */
    .konut-gallery .owl-item.active:first-child .cs_btn {
        opacity: 1;
        pointer-events: auto;
        margin-bottom: 10px;
    }
}
.vs_1 {
    visibility: hidden;
}
.kampanya-badge {
    display: inline-block;
    padding: 6px 16px;
    margin-bottom: 16px;
    background: rgba(22, 122, 74, 0.12);
    color: #167a4a;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .cs_nav .cs_nav_list > li {
        margin-right: 30px !important;
    }
    .cs_nav .cs_nav_list > li > a {
        font-size : 16px !important;
    }
}
/*ARSA DETAY */
.subpage-banner{
    width:100%;
    margin:20px 0 0;
    position:relative;
    overflow:hidden;
    box-shadow:0 6px 25px rgba(0,0,0,0.08);
}

.subpage-banner img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    border-radius:60px;
    padding:0 14px;
}

.subpage-banner .banner-content-wrapper{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
}

.subpage-banner .banner-content{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:0 40px;
    color:#fff !important;
    z-index: 99;
}

.subpage-banner h2{
    margin:0;
    font-size:38px;
    font-weight:600;
}

.subpage-banner p{
    margin-top:12px;
    font-size:18px;
    opacity:.9;
}

.subpage-banner::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35), rgb(0 0 0 / 0.65));
    border-radius:51px;
    margin:0 14px;
}

/* TABLET */

@media (max-width:992px){

    .subpage-banner img{
        height:360px;
    }

    .subpage-banner h2{
        font-size:32px;
    }

    .subpage-banner p{
        font-size:16px;
    }

}

/* MOBİL */

@media (max-width:768px){

    .subpage-banner img{
        height:71vh;
        border-radius:60px;
    }
    .subpage-banner {
        margin : 20px 0 40px 0 !important;
    }

    .subpage-banner::after{
        border-radius:52px;
    }

    .subpage-banner .banner-content{
        padding:0 40px;
    }

    .subpage-banner h2{
        font-size:24px;
    }

    .subpage-banner p{
        font-size:14px;
        margin-bottom: 0;
    }
    .page-hero {
        width: 95% !important;
        margin: 0 9px !important;
    }
    .hero-content h1 {
        color : #fff !important;
    }
    .breadcrumb {
        margin: 0;
    }
}
.hero-content h1 {
    color : #fff !important;
}
@media (max-width: 768px) {
    .cs_hero.cs_style_1 {
        margin-top: 15px !important;
    }
    .h-top-menu {
        margin: 10px 14px 0 14px !important;
        width: 98% !important;
        border-radius: 60px;
    }
    .h-top-menu i {
        padding: 5px !important;
        width: 24px !important;
        height: 24px !important;
        line-height: 12px !important;
    }
    .h-top-menu a {
        font-size: 12px !important;
    }
    .cs_height_lg_100 {
        height: 89px !important;
    }
    .subpage-banner{
        margin: 10px 0 0 0 !important ;
    }
    .c_20 {
        margin-top: 10px;
    }
    .h_20 {
        height: 10px !important;
    }
    .page-hero {
        margin-top : 10px !important;
    }
    .subpage-banner{
        box-shadow:inherit;
    }
    .cs_btn.cs_style_1 {
        margin-top: 0px !important;
    }
}
.footer-top a:hover {
    color: #000 !important;
}
.baskan-info h4 {
    color : #fff !important;
}
.mesaj-content p {
    font-size: 13px !important;
}
@media (max-width: 768px) {
    .stat-number {
        font-size: 15px !important;
    }
}
.zoom_btn_mobile {
    position: absolute;
    bottom: 10px;
    right: 22px;
    background: #1f6b4f;
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* sadece mobil */
@media (max-width: 576px) {
    .zoom_btn_mobile {
        display: flex;
    }
}

.zoom_btn_mobile i {
    font-size: 14px;
}
/*PROJE DETAY MOBİL BAR*/
/* MOBİL ALT BAR */
.mobile-project-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    background: rgba(20, 22, 28, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.28);
}

/* buton */
.mobile-project-btn {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: #f5f7fa;
    background: linear-gradient(180deg, #2a2f3a 0%, #1e222b 100%);
    border-radius: 16px;
    padding: 14px 8px;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.mobile-project-btn i {
    font-size: 20px;
    color: #d4a373;
}

.mobile-project-btn span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

/* hover */
.mobile-project-btn:hover {
    transform: translateY(-2px);
    color: #fff;
    background: linear-gradient(180deg, #343a46 0%, #242933 100%);
}

.mobile-project-btn:hover i {
    color: #ffc76b;
}

/* iletişim butonu biraz daha öne çıksın */
.mobile-project-btn.contact {
    background: linear-gradient(135deg, #ffb347 0%, #ff8c42 100%);
    color: #1b1b1b;
}

.mobile-project-btn.contact i {
    color: #1b1b1b;
}

.mobile-project-btn.contact:hover {
    background: linear-gradient(135deg, #ffc266 0%, #ff9d57 100%);
    color: #111;
}

/* pasif */
.mobile-project-btn.disabled {
    opacity: 0.45;
    pointer-events: none;
    filter: grayscale(0.2);
}

/* sadece mobilde göster */
@media (min-width: 768px) {
    .mobile-project-bar {
        display: none;
    }
}

/*PROJE MOBİL BAR END*/
/* DESKTOP FAB */
.project-fab {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* item */
.fab-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}

/* icon (yuvarlak) */
.fab-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(180deg, #2a2f3a 0%, #1e222b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a373;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    z-index: 2;
}

/* label (gizli başlar) */
.fab-label {
    position: absolute;
    right: 70px;
    background: rgba(20,22,28,0.95);
    color: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;

    opacity: 0;
    transform: translateX(20px);
    transition: all 0.25s ease;

    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* hover efekti */
.fab-item:hover .fab-label {
    opacity: 1;
    transform: translateX(0);
}

.fab-item:hover .fab-icon {
    transform: scale(1.08);
    color: #ffc76b;
}

/* iletişim özel */
.fab-item.contact .fab-icon {
    background: linear-gradient(135deg, #ffb347 0%, #ff8c42 100%);
    color: #1b1b1b;
}

.fab-item.contact:hover .fab-icon {
    background: linear-gradient(135deg, #ffc266 0%, #ff9d57 100%);
}

/* disabled */
.fab-item.disabled {
    pointer-events: none;
    opacity: 0.4;
}

/* sadece desktop */
@media (max-width: 768px) {
    .project-fab {
        display: none;
    }
}