
/*==============================================================
  01. Variables
================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;600;700&family=Inter:wght@400;500;600&family=Fahkwang:wght@400;600;700&display=swap");
/* Fallback fonts para las otras familias no críticas */
:root {
  --white-color: #fff;
  --black-color: #000;
  --primary-color: #00537c;
  --secondary-color: #666;
  --accent-color: #b113c0;
  --gray-color1: #f3f9ff;
  --gray-color2: #f6f1fd;
  --gray-color3: #f9f9f9;
  --gray-color4: #f2f5fa;
  --gray-color5: #f8f8f8;
  --gray-color6: #f1f5ff;
  --gray-color7: #fe68060a;
  --border-color: #ddd;
  --primary-font: "Fahkwang", sans-serif;
  --secondary-font: "Fahkwang", sans-serif;
}

.cs_version2 {
  --accent-color: #00B2E6;
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

.cs_version3 {
  --accent-color: #fe6806;
  --primary-font: "Orienta", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

.cs_version4 {
  --accent-color: #e624b0;
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

.cs_version5 {
  --accent-color: #8cfe64;
  --primary-font: "Inria Sans", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

.cs_version6 {
  --accent-color: #0095f6;
  --primary-font: "Albert Sans", sans-serif;
  --secondary-font: "Albert Sans", sans-serif;
}

.cs_version7 {
  --accent-color: #fb9015;
  --primary-font: "Barlow", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --ternary-font: "Satisfy", sans-serif;
}

.cs_version8 {
  --accent-color: #36adf0;
  --primary-font: "Bricolage Grotesque", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

.cs_version9 {
  --accent-color: #6e55d5;
  --primary-font: "Fahkwang", sans-serif;
  --secondary-font: "Fahkwang", sans-serif;
}

.cs_version10 {
  --accent-color: #7ec891;
  --primary-font: "Fraunces", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

/*======================================================
 02. Typography
========================================================*/
body,
html {
  font-size: 16px;
  line-height: 1.63em;
  font-weight: 400;
  overflow-x: clip;
  color: var(--secondary-color);
  font-family: var(--secondary-font);
  background-color: var(--web-wash);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 20px;
}

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

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

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

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

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

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

address {
  margin: 0 0 15px;
}

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

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

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

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

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--secondary-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(--secondary-color);
  border: 1px solid var(--border);
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

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

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

label {
  margin-bottom: 8px;
}

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

.cs_mb_2 {
  margin-bottom: 2px;
}

.cs_mb_3 {
  margin-bottom: 3px;
}

.cs_mb_4 {
  margin-bottom: 4px;
}

.cs_mb_5 {
  margin-bottom: 5px;
}

.cs_mb_6 {
  margin-bottom: 6px;
}

.cs_mb_7 {
  margin-bottom: 7px;
}

.cs_mb_8 {
  margin-bottom: 8px;
}

.cs_mb_9 {
  margin-bottom: 9px;
}

.cs_mb_10 {
  margin-bottom: 10px;
}

.cs_mb_11 {
  margin-bottom: 11px;
}

.cs_mb_12 {
  margin-bottom: 12px;
}

.cs_mb_13 {
  margin-bottom: 13px;
}

.cs_mb_14 {
  margin-bottom: 14px;
}

.cs_mb_15 {
  margin-bottom: 15px;
}

.cs_mb_16 {
  margin-bottom: 16px;
}

.cs_mb_17 {
  margin-bottom: 17px;
}

.cs_mb_18 {
  margin-bottom: 18px;
}

.cs_mb_19 {
  margin-bottom: 19px;
}

.cs_mb_20 {
  margin-bottom: 20px;
}

.cs_mb_21 {
  margin-bottom: 21px;
}

.cs_mb_22 {
  margin-bottom: 22px;
}

.cs_mb_23 {
  margin-bottom: 23px;
}

.cs_mb_24 {
  margin-bottom: 24px;
}

.cs_mb_25 {
  margin-bottom: 25px;
}

.cs_mb_26 {
  margin-bottom: 26px;
}

.cs_mb_27 {
  margin-bottom: 27px;
}

.cs_mb_28 {
  margin-bottom: 28px;
}

.cs_mb_29 {
  margin-bottom: 29px;
}

.cs_mb_30 {
  margin-bottom: 30px;
}

.cs_mb_31 {
  margin-bottom: 31px;
}

.cs_mb_32 {
  margin-bottom: 32px;
}

.cs_mb_33 {
  margin-bottom: 33px;
}

.cs_mb_34 {
  margin-bottom: 34px;
}

.cs_mb_35 {
  margin-bottom: 35px;
}

.cs_mb_36 {
  margin-bottom: 36px;
}

.cs_mb_37 {
  margin-bottom: 37px;
}

.cs_mb_38 {
  margin-bottom: 38px;
}

.cs_mb_39 {
  margin-bottom: 39px;
}

.cs_mb_40 {
  margin-bottom: 40px;
}

.cs_mb_41 {
  margin-bottom: 41px;
}

.cs_mb_42 {
  margin-bottom: 42px;
}

.cs_mb_43 {
  margin-bottom: 43px;
}

.cs_mb_44 {
  margin-bottom: 44px;
}

.cs_mb_45 {
  margin-bottom: 45px;
}

.cs_mb_46 {
  margin-bottom: 46px;
}

.cs_mb_47 {
  margin-bottom: 47px;
}

.cs_mb_48 {
  margin-bottom: 48px;
}

.cs_mb_49 {
  margin-bottom: 49px;
}

.cs_mb_50 {
  margin-bottom: 50px;
}

.cs_mb_51 {
  margin-bottom: 51px;
}

.cs_mb_52 {
  margin-bottom: 52px;
}

.cs_mb_53 {
  margin-bottom: 53px;
}

.cs_mb_54 {
  margin-bottom: 54px;
}

.cs_mb_55 {
  margin-bottom: 55px;
}

.cs_mb_56 {
  margin-bottom: 56px;
}

.cs_mb_57 {
  margin-bottom: 57px;
}

.cs_mb_58 {
  margin-bottom: 58px;
}

.cs_mb_59 {
  margin-bottom: 59px;
}

.cs_mb_60 {
  margin-bottom: 60px;
}

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

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

.cs_fs_18 {
  font-size: 18px;
  line-height: 1.67em;
}
@media (max-width: 991px) {
  .cs_fs_18 {
    font-size: 16px;
  }
}

.cs_fs_20 {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 575px) {
  .cs_fs_20 {
    font-size: 16px;
  }
}

.cs_fs_22 {
  font-size: 22px;
  line-height: 1.1818em;
}
@media (max-width: 575px) {
  .cs_fs_22 {
    font-size: 18px;
  }
}

.cs_fs_24 {
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 575px) {
  .cs_fs_24 {
    font-size: 22px;
  }
}

.cs_fs_26 {
  font-size: 26px;
  line-height: normal;
}
@media (max-width: 575px) {
  .cs_fs_26 {
    font-size: 24px;
  }
}

.cs_fs_28 {
  font-size: 28px;
  line-height: 1.18em;
}
@media (max-width: 991px) {
  .cs_fs_28 {
    font-size: 22px;
  }
}

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

.cs_fs_32 {
  font-size: 32px;
  line-height: 1.3em;
}
@media (max-width: 575px) {
  .cs_fs_32 {
    font-size: 28px;
  }
}

.cs_fs_33 {
  font-size: 33px;
  line-height: 1.18em;
}
@media (max-width: 575px) {
  .cs_fs_33 {
    font-size: 29px;
  }
}

.cs_fs_40 {
  font-size: 40px;
  line-height: 1.375em;
}
@media (max-width: 1199px) {
  .cs_fs_40 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .cs_fs_40 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .cs_fs_40 {
    font-size: 28px;
  }
}

.cs_fs_45 {
  font-size: 45px;
  line-height: 1.33em;
}
@media (max-width: 1199px) {
  .cs_fs_45 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .cs_fs_45 {
    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: 575px) {
  .cs_fs_48 {
    font-size: 36px;
  }
}

.cs_fs_50 {
  font-size: 50px;
  line-height: 1.2em;
}
@media (max-width: 1199px) {
  .cs_fs_50 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cs_fs_50 {
    font-size: 38px;
  }
}

.cs_fs_55 {
  font-size: 55px;
}
@media (max-width: 1199px) {
  .cs_fs_55 {
    font-size: 48px;
  }
}

.cs_fs_58 {
  font-size: 58px;
  line-height: 1.17em;
}
@media (max-width: 1199px) {
  .cs_fs_58 {
    font-size: 48px;
  }
}

.cs_fs_65 {
  font-size: 65px;
  line-height: 1.308em;
}
@media (max-width: 1199px) {
  .cs_fs_65 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .cs_fs_65 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .cs_fs_65 {
    font-size: 40px;
  }
}

.cs_fs_68 {
  font-size: 66px;
  line-height: 1.235em;
}
@media (max-width: 1199px) {
  .cs_fs_68 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .cs_fs_68 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .cs_fs_68 {
    font-size: 40px;
  }
}

.cs_fs_70 {
  font-size: 70px;
  line-height: 1.57143em;
}
@media (max-width: 1199px) {
  .cs_fs_70 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .cs_fs_70 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .cs_fs_70 {
    font-size: 40px;
  }
}

.cs_fs_72 {
  font-size: 70px;
  line-height: 1.194em;
}
@media (max-width: 1199px) {
  .cs_fs_72 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .cs_fs_72 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .cs_fs_72 {
    font-size: 42px;
  }
}

.cs_fs_77 {
  font-size: 77px;
  line-height: 1.19em;
}
@media (max-width: 1199px) {
  .cs_fs_77 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .cs_fs_77 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .cs_fs_77 {
    font-size: 42px;
  }
}
@media (max-width: 400px) {
  .cs_fs_77 {
    font-size: 40px;
  }
}

.cs_fs_80 {
  font-size: 80px;
  line-height: 1.125em;
}
@media (max-width: 1199px) {
  .cs_fs_80 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .cs_fs_80 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .cs_fs_80 {
    font-size: 48px;
  }
}
@media (max-width: 400px) {
  .cs_fs_80 {
    font-size: 40px;
  }
}

.cs_fs_100 {
  font-size: 100px;
  line-height: 1.2em;
}
@media (max-width: 1399px) {
  .cs_fs_100 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .cs_fs_100 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .cs_fs_100 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .cs_fs_100 {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .cs_fs_100 {
    font-size: 40px;
  }
}

.cs_fs_120 {
  font-size: 120px;
  line-height: 1.16667em;
}
@media (max-width: 1399px) {
  .cs_fs_120 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .cs_fs_120 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .cs_fs_120 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .cs_fs_120 {
    font-size: 50px;
  }
}
@media (max-width: 400px) {
  .cs_fs_120 {
    font-size: 40px;
  }
}

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

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semibold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extrabold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

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

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

.cs_blue_dark {
  color: var(--dark-blue);
}

.cs_blue_light {
  color: var(--light-blue);
}

.cs_blue_lightest {
  color: var(--lightest-blue);
}

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

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

.cs_gray_color1 {
  color: var(--gray-color1);
}

.cs_gray_color2 {
  color: var(--gray-color2);
}

.cs_gray_color3 {
  color: var(--gray-color3);
}

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

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

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

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

.cs_blue_bg1 {
  background-color: var(--dark-blue);
}

.cs_blue_bg2 {
  background-color: var(--light-blue);
}

.cs_blue_bg3 {
  background-color: var(--lightest-blue);
}

.cs_primary_bg {
  background-color: var(--primary-color);
}

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

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

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

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

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

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

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

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

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

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

.cs_bg_fixed {
  background-attachment: fixed;
}

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

.cs_radius_8 {
  border-radius: 8px;
}

.cs_radius_10 {
  border-radius: 10px;
}

.cs_radius_12 {
  border-radius: 12px;
}

.cs_radius_16 {
  border-radius: 16px;
}

.cs_radius_20 {
  border-radius: 20px;
}

.cs_radius_25 {
  border-radius: 25px;
}

.cs_radius_50 {
  border-radius: 50px;
}

.cs_radius_100 {
  border-radius: 50%;
}

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

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

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

/*=======================================================
 All Buttons
=========================================================*/
.cs_btn_style_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 42px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  text-wrap: nowrap;
  border: 0;
  outline: 0;
  font-family: var(--primary-font);
  color: var(--white-color);
  background-color: var(--accent-color);
  position: relative;
  overflow: hidden;
}
.cs_btn_style_1::before, .cs_btn_style_1::after {
  content: "";
  width: 51%;
  height: 100%;
  border-radius: 32px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  transition: transform 0.4s ease;
}
.cs_btn_style_1::before {
  left: 0;
  border-radius: 32px 0 0 32px;
  transform: scale(0, 1);
  transform-origin: bottom left;
}
.cs_btn_style_1::after {
  right: 0;
  border-radius: 0 32px 32px 0;
  transform: scale(0, 1);
  transform-origin: top right;
}
.cs_btn_style_1 > * {
  position: relative;
  z-index: 1;
}
.cs_btn_style_1:hover {
  color: var(--accent-color);
  background-color: transparent;
}
.cs_btn_style_1:hover::before, .cs_btn_style_1:hover::after {
  transform: scale(1, 1);
}

.cs_btn_style_2 {
  display: inline-flex;
  padding: 17px 42px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 7px;
  text-wrap: nowrap;
  border: 0;
  outline: 0;
  font-family: var(--primary-font);
  color: var(--white-color);
  background-color: var(--accent-color);
  position: relative;
  overflow: hidden;
}
.cs_btn_style_2::before, .cs_btn_style_2::after {
  content: "";
  width: 50%;
  height: 100%;
  border-radius: 32px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  transition: transform 0.4s ease;
}
.cs_btn_style_2::before {
  left: 0;
  border-radius: 32px 0 0 32px;
  transform: scale(0, 1);
  transform-origin: bottom left;
}
.cs_btn_style_2::after {
  right: 0;
  border-radius: 0 32px 32px 0;
  transform: scale(0, 1);
  transform-origin: top right;
}
.cs_btn_style_2 > * {
  position: relative;
  z-index: 1;
}
.cs_btn_style_2:hover {
  color: var(--accent-color);
  background-color: transparent;
}
.cs_btn_style_2:hover::before, .cs_btn_style_2:hover::after {
  transform: scale(1, 1);
}

.cs_btn_style_3 {
  display: inline-flex;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 7px;
  text-wrap: nowrap;
  border: 0;
  outline: 0;
  font-family: var(--primary-font);
  color: var(--primary-color);
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cs_btn_style_3:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
}

.cs_btn_style_4 {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  text-wrap: nowrap;
  border: 0;
  outline: 0;
  padding: 12px 22px 12px 62px;
  color: var(--white-color);
  font-family: var(--primary-font);
  background-color: var(--accent-color);
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.4s ease;
}
.cs_btn_style_4 .cs_icon_left {
  height: 40px;
  width: 44px;
  position: absolute;
  top: 50%;
  left: 6px;
  z-index: 0;
  transform: translateY(-50%);
  color: var(--accent-color);
  border-radius: 50%;
  background-color: var(--white-color);
  transition: all 0.4s ease;
}
.cs_btn_style_4 span:last-child {
  position: relative;
  z-index: 1;
}
.cs_btn_style_4:hover {
  color: var(--white-color);
  padding: 12px 62px 12px 22px;
}
.cs_btn_style_4:hover .cs_icon_left {
  left: calc(100% - 50px);
}
.cs_btn_style_4.cs_white_bg {
  background-color: var(--white-color);
  color: #000;
}
.cs_btn_style_4.cs_white_bg::after {
  background: var(--accent-color);
}
.cs_btn_style_4.cs_white_bg::before {
  color: var(--white-color);
}

.cs_btn_style_5 {
  display: inline-flex;
  padding: 16px 31px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 50px;
  text-wrap: nowrap;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  font-family: var(--primary-font);
  color: var(--white-color);
  background: linear-gradient(90deg, #f122b0 0%, #0052bb 99.04%);
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.3s ease;
}
.cs_btn_style_5:hover {
  background: linear-gradient(90deg, #0052bb 0%, #f122b0 99.04%);
  color: var(--white-color);
}
.cs_btn_style_5 span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cs_btn_style_5 span i {
  font-size: 14px;
}

.cs_btn_style_6 {
  display: inline-flex;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  text-wrap: nowrap;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  font-family: var(--primary-font);
  color: var(--black-color);
  background: var(--accent-color);
  position: relative;
  overflow: hidden;
  z-index: 10;
  transition: all 0.3s ease;
}
.cs_btn_style_6:hover {
  color: var(--white-color);
  background: var(--primary-color);
}
.cs_btn_style_6 span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cs_btn_style_6 span i {
  font-size: 14px;
}

.cs_btn_style_7 {
  display: inline-flex;
  padding: 17px 55px;
  font-size: 18px;
  font-weight: 500;
  text-wrap: nowrap;
  position: relative;
  z-index: 2;
  border: 0;
  outline: 0;
  font-family: var(--primary-font);
  color: var(--white-color);
  transition: all 0.3s ease;
}
.cs_btn_style_7:hover {
  background-color: transparent;
  color: var(--accent-color);
}
.cs_btn_style_7.cs_border {
  height: auto;
  width: auto;
}

.cs_arrow_btn {
  display: inline-flex;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--white-color);
  color: var(--accent-color);
  transition: all 0.3s ease;
}
.cs_arrow_btn:hover {
  background: var(--accent-color);
  color: var(--white-color);
}

.cs_player_btn_style_1 span {
  width: 70px;
  height: 70px;
  font-size: 24px;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.cs_player_btn_style_1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: inherit;
  background-color: var(--white-color);
  transform: translate(-50%, -50%) scale(0.9);
  animation: pulseBorder 3s linear infinite;
}
.cs_player_btn_style_1:hover::before {
  animation-play-state: paused;
}

.cs_scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: calc(100% + 120px);
  font-size: 18px;
  z-index: 99;
  opacity: 0;
  border-radius: 50%;
  transform: scale(0);
  color: var(--accent-color);
  background-color: var(--white-color);
  border: 2px solid currentColor;
  transition: all 0.5s ease;
}
.cs_scrollup:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
}
.cs_scrollup.active {
  opacity: 1;
  bottom: 20px;
  transform: scale(1);
}

/*=======================================================
  Section Heading
=========================================================*/
.cs_zoom img {
  transition: all 0.6s ease;
}
.cs_zoom:hover img {
  transform: scale(1.03);
}

/*=============================================  
  Bootstrap Classess 
===============================================*/
.cs_gap_y_24 {
  gap: 24px 0;
}

.cs_gap_y_30 {
  gap: 30px 0;
}

.cs_gap_y_40 {
  gap: 40px 0;
}

.cs_gap_y_50 {
  gap: 50px 0;
}

.container-fluid {
  padding: 0 84px;
}
@media (max-width: 1400px) {
  .container-fluid {
    padding: 0 15px;
  }
}

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

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

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

.cs_brand_wrapper_1 {
  position: relative;
  min-height: 450px;
}
.cs_brand_wrapper_1 .cs_brand {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white-color);
  padding: 82px 52px;
  border-radius: 5px;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .cs_brand_wrapper_1 .cs_brand {
    width: calc(100% - 60px);
  }
}
@media (max-width: 991px) {
  .cs_brand_wrapper_1 .cs_brand {
    padding: 50px 30px;
  }
}

.cs_best_vr {
  background: linear-gradient(90deg, #e026b2 0%, #007aff 100%);
  padding: 28px 0;
  position: relative;
}
.cs_best_vr .cs_best_vr_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px 30px;
}
.cs_best_vr .cs_best_vr_img img {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .cs_best_vr {
    padding: 80px 0;
  }
  .cs_best_vr .cs_best_vr_wrapper {
    flex-wrap: wrap;
  }
}

.background-wrap .bubble {
  border-radius: 50%;
  opacity: 0.2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 23.86%, #fff 93.86%);
  height: 200px;
  position: absolute;
  width: 200px;
}
.background-wrap .bubble2 {
  background: var(--white-color);
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
}
.background-wrap .x1 {
  width: 600px;
  height: 600px;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
}
.background-wrap .x2 {
  left: 40%;
  top: 50%;
  animation-delay: 3s;
  width: 150px;
  height: 150px;
}
.background-wrap .x3 {
  left: 57%;
  bottom: -48%;
  height: 480px;
  width: 480px;
}
.background-wrap .x4 {
  right: 36px;
  top: 0;
  animation: bubbleZoomOut 10s infinite;
  animation-delay: 2s;
}
.background-wrap .x5 {
  right: 38%;
  bottom: 29px;
  animation: bubbleZoomOut 10s infinite;
}

.cs_before_1 {
  position: relative;
}
.cs_before_1::before {
  content: "";
  width: 98%;
  height: 50%;
  background: var(--accent-color);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@keyframes bubbleZoom {
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bubbleZoomOut {
  50% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shape1 {
  50% {
    transform: rotate(5deg);
  }
}
/*-----------------------------------------------
   Feature 
------------------------------------------------*/
.cs_feature_wrapper .cs_btn_style_5 {
  padding: 18px 41px;
}
.cs_feature_wrapper .cs_section_heading_style_2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}

.cs_section_heading_style_3 .cs_section_subtitle {
  display: flex;
  gap: 15px;
  font-family: var(--ternary-font);
}

.cs_section_heading_style_4 .cs_section_subtitle {
  display: inline-block;
  background-color: var(--accent-color);
  padding: 4px 37px;
  font-size: 18px;
  border-radius: 44px 0;
  color: var(--white-color);
}

.cs_feature_style_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-bottom: 20px;
}
.cs_feature_style_1:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.cs_feature_style_1:not(:first-child) {
  padding-top: 20px;
}
@media (max-width: 450px) {
  .cs_feature_style_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cs_feature_img {
  background-color: var(--gray-color4);
  height: 100%;
}
.cs_feature_img img {
  width: 100%;
  height: 100%;
}

.cs_section_heading_style_2 .cs_section_subtitle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cs_border {
  position: relative;
  width: 45px;
  height: 45px;
}
.cs_border::after, .cs_border::before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  width: 1px;
  top: -8px;
  bottom: -8px;
}
.cs_border::after {
  right: 0;
}
.cs_border::before {
  left: 0;
}
.cs_border .top-border,
.cs_border .bottom-border {
  position: absolute;
  left: -8px;
  right: -8px;
  height: 1px;
  background-color: var(--accent-color);
}
.cs_border .top-border {
  top: 0;
}
.cs_border .bottom-border {
  bottom: 0;
}

/*===========================================================  
  Input & Select
=============================================================*/
.cs_form_field {
  display: block;
  width: 100%;
  padding: 12px 20px;
  outline: 0;
  resize: none;
  border: 1px solid var(--border-color);
}
.cs_form_field:focus {
  border-color: var(--accent-color);
}

.cs_custom_checkbox {
  width: -moz-fit-content;
  width: fit-content;
}
.cs_custom_checkbox input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.cs_custom_checkbox label {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  font-family: var(--primary-font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cs_custom_checkbox input:checked + label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.cs_custom_checkbox input:checked + label::after {
  opacity: 1;
}
.cs_custom_checkbox label {
  padding-left: 24px;
  position: relative;
}
.cs_custom_checkbox label::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid var(--primary-color);
  border-radius: 2px;
}
.cs_custom_checkbox label::after {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  left: 3px;
  top: 9px;
  border: 2px solid var(--white-color);
  border-top: 0;
  border-right: 0;
  opacity: 0;
  transform: rotate(-45deg);
}

.ts-control {
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 5px;
}
.ts-control::after {
  content: "\f078";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: var(--primary-color);
}

.ts-control,
.ts-control input,
.ts-dropdown {
  color: var(--primary-color);
  font-family: inherit;
  font-size: 16px;
  line-height: 18px;
  border-radius: 5px;
  overflow: hidden;
}
.ts-control .option,
.ts-control input .option,
.ts-dropdown .option {
  padding: 10px 20px;
}
.ts-control .option:hover, .ts-control .option.active,
.ts-control input .option:hover,
.ts-control input .option.active,
.ts-dropdown .option:hover,
.ts-dropdown .option.active {
  color: var(--white-color);
  background-color: var(--accent-color);
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*===========================================================  
  Login Register Section
=============================================================*/
.cs_login_register {
  padding-top: 225px;
}
.cs_login_register .cs_form_container {
  width: min(100%, 700px);
  padding: 45px 40px 50px;
  margin: 0 auto;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}
.cs_login_register .cs_form_field {
  padding: 12px 15px;
}
.cs_login_register label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.cs_login_register .cs_custom_checkbox label {
  margin-bottom: 0;
}
.cs_login_register .cs_input_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.cs_login_register #switchToRegister,
.cs_login_register #switchToLogin,
.cs_login_register #switchToPasswordReset {
  position: relative;
}
.cs_login_register #switchToRegister::before,
.cs_login_register #switchToLogin::before,
.cs_login_register #switchToPasswordReset::before {
  content: "";
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: top right;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.4s ease;
}
.cs_login_register #switchToRegister:hover::before,
.cs_login_register #switchToLogin:hover::before,
.cs_login_register #switchToPasswordReset:hover::before {
  transform: scale(1, 1);
  transform-origin: top left;
}
.cs_login_register .cs_btn_style_1 {
  font-size: 18px;
  padding: 10px 40px;
}
@media (max-width: 991px) {
  .cs_login_register {
    padding-top: 160px;
  }
  .cs_login_register .cs_form_container {
    width: 100%;
    padding: 35px 20px 40px;
  }
}

/*========================================================  
  Responsive For Common Component & Hide Elements
==========================================================*/
@media (max-width: 991px) {
  br {
    display: none;
  }
}
/*========================================================  
  All Common Animations
==========================================================*/
@keyframes pulseBorder {
  100% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0;
  }
}
@keyframes animo-x {
  0% {
    transform: translateX(0);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-40px);
  }
}
@keyframes animo-x2 {
  0% {
    transform: translateX(0);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100px);
  }
}
@keyframes animo-y {
  0% {
    transform: rotate(0deg);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(360deg);
  }
}
@keyframes animo-y2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotateY(360deg);
  }
}
@keyframes animo-up-down {
  50% {
    transform: translateY(10px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.99);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes spinAnimation {
  0% {
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
/*--------------------------------------------------------------
  05. All Headers
----------------------------------------------------------------*/
.cs_site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  font-size: 17px;
  color: var(--white-color);
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  font-family: "Inter", sans-serif;
}
.cs_site_header.active {
  color: var(--primary-color);
}
.cs_site_header .cs_site_brand {
  position: relative;
  z-index: 22;
}
.cs_site_header.cs_sticky_active {
  top: 0;
  color: var(--primary-color);
  background-color: var(--white-color);
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}
.cs_site_header.cs_sticky_active .cs_main_header_in {
  height: 100px;
}
.cs_site_header.cs_sticky_active .cs_btn_style_1 {
  border-color: currentColor;
}
.cs_site_header.cs_sticky_active.cs_style_2 .cs_header_top .cs_header_top_in {
  height: 60px;
}
.cs_site_header {
  /*======================================================
   Main Header
  ========================================================*/
}
.cs_site_header .cs_main_header_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  transition: all 0.3s ease;
}
.cs_site_header {
  /*====================================================
   Mobile Menu Styling
  ======================================================*/
}
.cs_site_header .cs_menu_toggle {
  width: 30px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 15px;
  z-index: 1000;
  /* Fixed: Higher than header z-index */
}
.cs_site_header .cs_menu_toggle span,
.cs_site_header .cs_menu_toggle span:before,
.cs_site_header .cs_menu_toggle span:after {
  width: 100%;
  height: 2px;
  background-color: currentColor;
  display: block;
}
.cs_site_header .cs_menu_toggle span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: 0.2s;
}
.cs_site_header .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_site_header .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_menu_toggle.active span {
  background-color: transparent;
  transition-delay: 0.2s;
}
.cs_site_header .cs_menu_toggle.active span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}
.cs_site_header .cs_menu_toggle.active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}
.cs_site_header .cs_menu_toggle {
  display: none;
}
.cs_site_header .cs_main_header_right .cs_header_cart_btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cs_site_header .cs_main_header_right .cs_header_cart_btns .cs_cart_style_1 {
  width: 45px;
  height: 50px;
  border: 1px solid currentColor;
  position: relative;
  transition: all 0.3s ease;
}
.cs_site_header .cs_main_header_right .cs_header_cart_btns .cs_cart_style_1:hover {
  color: var(--accent-color);
}
.cs_site_header .cs_main_header_right .cs_header_cart_btns .cs_cart_style_1 .cs_cart_label {
  position: absolute;
  height: 14px;
  width: 14px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  top: 9px;
  left: 22px;
}
@media (max-width: 1399px) {
  .cs_site_header .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .cs_site_header .cs_main_header_center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
  }
  .cs_site_header .cs_nav {
    height: inherit;
    line-height: 1.6em;
  }
  .cs_site_header .cs_nav .cs_nav_list_wrap {
    height: inherit;
  }
  .cs_site_header .cs_nav_list {
    display: flex;
    align-items: center;
    height: inherit;
  }
  .cs_site_header .cs_nav_list > li {
    height: inherit;
    position: relative;
    /* Fixed: Required for dropdown positioning */
    margin-right: 44px;
  }
  .cs_site_header .cs_nav_list > li:last-child {
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 0;
  }
  .cs_site_header .cs_nav_list > li:last-child a {
    height: auto;
  }
  .cs_site_header .cs_nav_list > li > a {
    height: inherit;
    display: inline-flex;
    align-items: center;
  }
  .cs_site_header .cs_nav_list > li > a:hover {
    color: var(--accent-color);
  }
  .cs_site_header .cs_nav_list > li > a:focus-visible {
    /* Fixed: Added accessibility focus state */
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
    border-radius: 2px;
  }
  .cs_site_header .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
    padding-right: 22px;
  }
  .cs_site_header .cs_nav_list > li.menu-item-has-children > a::before {
    content: "\f078";
    font-family: "Font Awesome 7 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cs_site_header .cs_nav_list > li:hover .cs_dropdown_list {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
    /* Fixed: Consistent transition duration */
  }
  .cs_site_header .cs_nav_list .cs_dropdown_list {
    list-style: none;
    top: calc(100% + 20px);
    border-top: 2px solid var(--accent-color);
    width: 275px;
    background-color: var(--white-color);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 5px 5px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    /* Fixed: Consistent transition duration */
  }
  .cs_site_header .cs_nav_list .cs_dropdown_list a {
    padding: 10px 20px;
    line-height: inherit;
    display: block;
    color: var(--primary-color);
    transition: all 0.3s ease;
  }
  .cs_site_header .cs_nav_list .cs_dropdown_list a:hover {
    color: var(--accent-color);
  }
  .cs_site_header .cs_nav_list .cs_dropdown_list a:focus-visible {
    /* Fixed: Added accessibility focus state */
    outline: 2px solid var(--accent-color);
    outline-offset: -2px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .cs_site_header.cs_style_7 .cs_logo_wrap {
    height: calc(100% + 40px);
  }
  .cs_site_header.cs_style_7 .cs_main_header_left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .cs_site_header .cs_main_header_in {
    height: 100px;
    display: flex;
    align-items: center;
  }
  .cs_site_header .cs_main_header_left {
    position: initial;
    width: 180px;
  }
  .cs_site_header .cs_nav .cs_nav_list_wrap {
    position: fixed;
    width: 280px;
    max-height: 70vh;
    padding: 20px 0;
    background-color: var(--white-color);
    color: var(--primary-color);
    left: -280px;
    top: 80px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 8px 8px 0;
    z-index: 1000;
  }
  .cs_site_header .cs_nav .cs_nav_list_wrap.active {
    left: 0;
  }
  .cs_site_header .cs_nav .cs_nav_list {
    height: 100%;
    line-height: 1.6em;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    /* Fixed: Changed from 'none' for accessibility */
    -ms-overflow-style: none;
  }
  .cs_site_header .cs_nav .cs_nav_list::-webkit-scrollbar {
    width: 5px;
    /* Fixed: Added width instead of hiding */
  }
  .cs_site_header .cs_nav .cs_nav_list::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .cs_site_header .cs_nav .cs_nav_list::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 5px;
  }
  .cs_site_header .cs_nav .cs_nav_list li {
    margin-right: 0 !important;
  }
  .cs_site_header .cs_nav .cs_nav_list > li {
    width: 100%;
    margin-right: 0;
  }
  .cs_site_header .cs_nav .cs_nav_list > li > a {
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    font-weight: 500;
  }
  .cs_site_header .cs_dropdown_list {
    padding-left: 15px;
    display: none;
    list-style: none;
  }
  .cs_site_header .cs_dropdown_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .cs_site_header .cs_menu_toggle {
    display: inline-block;
  }
  .cs_site_header .menu-item-has-children {
    position: relative;
  }
  .cs_site_header .cs_menu_dropdown_toggle {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    padding: 18px 15px 18px 24px;
  }
  .cs_site_header .cs_menu_dropdown_toggle span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
  }
  .cs_site_header .cs_menu_dropdown_toggle span::before, .cs_site_header .cs_menu_dropdown_toggle span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 2px;
    background-color: currentColor;
    transition: all 0.3s ease;
  }
  .cs_site_header .cs_menu_dropdown_toggle span::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_site_header .cs_menu_dropdown_toggle.active span::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs_site_header .cs_main_header_right {
    padding-right: 60px;
  }
  .cs_site_header.cs_style_6 {
    background: rgba(58, 61, 63, 0.68);
    margin-top: 0;
  }
  .cs_site_header.cs_style_6.cs_sticky_active {
    background-color: var(--primary-color);
  }
  .cs_site_header.cs_style_6 .cs_nav .cs_nav_list_wrap {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
  .cs_site_header.cs_style_7 .cs_logo_wrap {
    height: calc(100% + 0px);
  }
  .cs_site_header.cs_style_7 .cs_menu_toggle {
    top: 27px;
  }
  .cs_site_header.cs_style_7 .cs_main_header_left {
    height: 100%;
  }
  .cs_site_header.cs_style_7 .cs_top_header {
    display: none;
  }
  .cs_site_header.cs_style_7 .cs_logo_wrap {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .cs_site_header.cs_style_8 .cs_main_header_right .cs_search {
    display: none !important;
  }
  .cs_site_header.cs_style_10 .cs_login_regi {
    display: none;
  }
}
@media (max-width: 575px) {
  .cs_site_header .cs_main_header_left {
    width: 150px;
  }
  .cs_site_header.cs_style_6 .cs_main_header_right {
    display: none !important;
  }
  .cs_site_header.cs_style_8 .cs_main_header_right {
    display: none !important;
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 1 
  =========================================================*/
}
.cs_site_header.cs_style_1 .cs_main_header_right a:hover {
  color: var(--accent-color);
}
.cs_site_header.cs_style_1.cs_sticky_active .cs_site_brand img, .cs_site_header.cs_style_9.cs_sticky_active .cs_site_brand img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(55%) saturate(773%) hue-rotate(189deg) brightness(97%) contrast(95%);
}
.cs_site_header.cs_style_1.active .cs_site_brand img, .cs_site_header.cs_style_9.active .cs_site_brand img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(55%) saturate(773%) hue-rotate(189deg) brightness(97%) contrast(95%);
}
@media (min-width: 1400px) {
  .cs_site_header.cs_style_1 .container, .cs_site_header.cs_style_9 .container {
    max-width: 1620px;
  }
}
@media (max-width: 1399px) {
  .cs_site_header.cs_style_1 .cs_nav_list > li, .cs_site_header.cs_style_9 .cs_nav_list > li {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .cs_site_header.cs_style_1 .cs_main_header_left, .cs_site_header.cs_style_9 .cs_main_header_left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* Fixed: Added missing transform */
  }
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_right .cs_header_cart_btns, .cs_site_header.cs_style_9 .cs_main_header_right .cs_header_cart_btns {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .cs_site_header.cs_style_1 .cs_main_header_right .cs_header_cart_btns, .cs_site_header.cs_style_9 .cs_main_header_right .cs_header_cart_btns {
    display: none;
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 2 
  =========================================================*/
}
.cs_site_header.cs_style_2 {
  color: #0b0d26;
}
.cs_site_header.cs_style_2 .cs_header_top .cs_header_top_in {
  height: 70px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
}
.cs_site_header.cs_style_2 .cs_header_top .cs_header_left .cs_location_icon {
  margin-right: 5px;
}
.cs_site_header.cs_style_2 .cs_header_top .cs_header_center {
  display: flex;
  align-items: center;
}
.cs_site_header.cs_style_2 .cs_header_top .cs_header_center a:hover,
.cs_site_header.cs_style_2 .cs_header_top .cs_header_center .cs_phone_icon:hover {
  opacity: 0.8;
}
.cs_site_header.cs_style_2 .cs_header_top .cs_header_center .cs_header_right {
  margin-left: 30px;
}
.cs_site_header.cs_style_2 .cs_header_top .cs_user_area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_site_header.cs_style_2 .cs_header_top .cs_user_area .cs_phone_icon {
  margin-right: 7px;
}
.cs_site_header.cs_style_2 .cs_header_top .cs_user_area .cs_contry {
  display: flex;
  gap: 7px;
}
@media (min-width: 1200px) {
  .cs_site_header.cs_style_2 .cs_main_header_center .cs_main_header_right {
    margin-left: 55px;
  }
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_2 .cs_header_top {
    display: none;
  }
  .cs_site_header.cs_style_2 .cs_main_header_center .cs_main_header_right {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .cs_site_header.cs_style_2 .cs_main_header_right .cs_btn_style_2 {
    display: none;
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 3
  =========================================================*/
}
.cs_site_header.cs_style_3 {
  color: #0b0d26;
  border-bottom: 1px solid #efeded;
}
.cs_site_header.cs_style_3 .cs_main_header_in {
  height: 105px;
}
.cs_site_header.cs_style_3 .cs_main_header_center .cs_main_header_right .cs_cart_style_1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_3 .cs_main_header_center .cs_main_header_right .cs_cart_style_1:hover {
  border-color: var(--accent-color);
}
@media (min-width: 1200px) {
  .cs_site_header.cs_style_3 .cs_main_header_center .cs_main_header_right {
    margin-left: 72px;
  }
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_3 .cs_header_top {
    display: none;
  }
  .cs_site_header.cs_style_3 .cs_main_header_center .cs_main_header_right {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .cs_site_header.cs_style_3 .cs_main_header_right {
    display: none !important;
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 4
  =========================================================*/
}
.cs_site_header.cs_style_4 {
  color: var(--white-color);
  border-bottom: none;
}
.cs_site_header.cs_style_4.cs_sticky_active {
  background-color: var(--black-color);
  color: var(--white-color);
}
.cs_site_header.cs_style_4 .cs_main_header_in {
  height: 105px;
}
.cs_site_header.cs_style_4 .cs_main_header_right {
  display: flex;
  align-items: center;
  gap: 35px;
}
.cs_site_header.cs_style_4 .cs_main_header_right .cs_border {
  position: relative;
  border: 1px solid currentColor;
  border-right: none;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_4 .cs_main_header_right .cs_border::before, .cs_site_header.cs_style_4 .cs_main_header_right .cs_border::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  right: 0;
  background: currentColor;
  width: 1px;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_4 .cs_main_header_right .cs_border::before {
  display: block;
  /* Fixed: Added display property */
}
.cs_site_header.cs_style_4 .cs_main_header_right .cs_border::after {
  content: "";
}
.cs_site_header.cs_style_4 .cs_main_header_right .cs_border:hover {
  color: var(--accent-color);
}
@media (min-width: 1200px) {
  .cs_site_header.cs_style_4 .cs_main_header_center .cs_main_header_right {
    margin-left: 72px;
  }
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_4 .cs_nav .cs_nav_list_wrap {
    background-color: var(--black-color);
    color: var(--white-color);
  }
  .cs_site_header.cs_style_4 .cs_header_top {
    display: none;
  }
  .cs_site_header.cs_style_4 .cs_main_header_right {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .cs_site_header.cs_style_4 .cs_main_header_right {
    display: none !important;
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 5 
  =========================================================*/
}
.cs_site_header.cs_style_5 {
  background-color: var(--accent-color);
  color: var(--black-color);
}
.cs_site_header.cs_style_5 .cs_main_header_in {
  height: 90px;
}
.cs_site_header.cs_style_5 .cs_main_header_right .cs_header_cart_btns .cs_cart_style_1 {
  border: none;
}
@media (min-width: 1200px) {
  .cs_site_header.cs_style_5 .cs_nav_list .menu-item-has-children > a::before {
    content: "+";
  }
  .cs_site_header.cs_style_5 .cs_nav_list li a:hover {
    color: inherit;
    opacity: 0.75;
  }
}
.cs_site_header.cs_style_5 .cs_main_header_right .cs_number a {
  position: relative;
}
.cs_site_header.cs_style_5 .cs_main_header_right .cs_number a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  background-color: var(--black-color);
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_5 .cs_main_header_right .cs_number a:hover::before {
  width: 85%;
}
.cs_site_header.cs_style_5 .cs_main_header_right {
  display: flex;
  align-items: center;
  gap: 60px;
}
.cs_site_header.cs_style_5 .cs_header_cart_btns {
  display: flex;
  border: 1px solid var(--primary-color);
  padding: 9px 16px;
}
.cs_site_header.cs_style_5 .cs_header_cart_btns .cs_border {
  width: 20px;
  height: 30px;
}
.cs_site_header.cs_style_5 .cs_header_cart_btns .cs_border:not(:last-child)::after {
  content: "";
  margin-right: -10px;
  height: 40px;
  width: 1px;
  background: var(--black-color);
  top: 50%;
  transform: translateY(-50%);
}
.cs_site_header.cs_style_5 .cs_header_cart_btns .cs_border:hover {
  color: initial;
  opacity: 0.65;
}
.cs_site_header.cs_style_5 .cs_header_cart_btns .cs_border::before {
  display: none;
}
.cs_site_header.cs_style_5 .cs_header_cart_btns .cs_cart_style_1::after {
  display: none;
}
.cs_site_header.cs_style_5 .cs_header_cart_btns .cs_cart_style_1 .cs_cart_label {
  top: 2px;
  left: 13px;
}
@media (max-width: 667px) {
  .cs_site_header.cs_style_5 .cs_main_header_right .cs_number {
    display: none;
  }
}
@media (max-width: 575px) {
  .cs_site_header.cs_style_5 .cs_main_header_right {
    display: none;
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 6 
  ========================================================*/
}
.cs_site_header.cs_style_6 {
  margin-top: 40px;
  border-bottom: 0;
  color: var(--white-color);
  transition: all 0.4s ease;
}
.cs_site_header.cs_style_6 .container {
  max-width: 1490px;
}
.cs_site_header.cs_style_6 .cs_site_brand {
  display: block;
  width: 190px;
}
.cs_site_header.cs_style_6 .cs_main_header_center {
  gap: 80px;
}
.cs_site_header.cs_style_6 .cs_main_header_center .cs_main_header_right .cs_cart_style_1 {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.11);
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_6 .cs_main_header_center .cs_main_header_right .cs_cart_style_1 .cs_cart_label {
  top: 8px;
  left: 27px;
}
.cs_site_header.cs_style_6 .cs_main_header_center .cs_main_header_right .cs_cart_style_1:hover svg {
  color: var(--accent-color);
}
.cs_site_header.cs_style_6 .cs_main_header_center .cs_main_header_right .cs_btn_style_4:hover {
  color: var(--white-color);
}
.cs_site_header.cs_style_6 .cs_header_shape {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.cs_site_header.cs_style_6 .cs_header_shape img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cs_site_header.cs_style_6.cs_sticky_active {
    margin-top: 0;
    background-color: var(--black-color);
  }
  .cs_site_header.cs_style_6.cs_sticky_active .cs_header_shape {
    opacity: 0;
  }
  .cs_site_header.cs_style_6 .cs_main_header_center {
    padding-right: 30px;
    z-index: 1;
  }
  .cs_site_header.cs_style_6 .cs_main_header_left {
    padding-left: 30px;
  }
  .cs_site_header.cs_style_6 .cs_nav_list .menu-item-has-children > a::before {
    content: "+";
  }
  .cs_site_header.cs_style_6 .cs_main_header_in {
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_6 {
    margin-top: 0;
  }
  .cs_site_header.cs_style_6 .cs_header_shape {
    display: none;
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 7 
  ========================================================*/
}
.cs_site_header.cs_style_7 {
  color: var(--primary-color);
  background-color: var(--white-color);
}
.cs_site_header.cs_style_7 .cs_language_select .flag-btn {
  display: none;
}
.cs_site_header.cs_style_7 .cs_language_select .cs_language_switcher {
  width: 90px;
}
.cs_site_header.cs_style_7 .cs_top_header_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 10px 0;
  height: 40px;
}
.cs_site_header.cs_style_7 .cs_top_header_in .cs_top_header_left {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 32%;
}
.cs_site_header.cs_style_7 .cs_top_header_in .cs_top_header_right ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cs_site_header.cs_style_7 .cs_top_header_in .cs_top_header_right ul li {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}
.cs_site_header.cs_style_7 .cs_top_header_in .cs_top_header_right ul a:hover {
  opacity: 0.8;
}
.cs_site_header.cs_style_7 .cs_main_header_in {
  height: 80px;
  z-index: 1;
}
.cs_site_header.cs_style_7 .cs_main_header_center {
  margin-left: 150px;
}
.cs_site_header.cs_style_7 .cs_logo_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -40px;
}
.cs_site_header.cs_style_7 .cs_header_cart_btns {
  gap: 22px;
}
.cs_site_header.cs_style_7 .cs_header_cart_btns .cs_hamburger_btn,
.cs_site_header.cs_style_7 .cs_header_cart_btns .cs_cart_style_1 {
  padding: 5px 6px;
  border: 1px solid var(--accent-color);
  height: 42px;
}
.cs_site_header.cs_style_7 .cs_header_cart_btns .cs_hamburger_btn:hover,
.cs_site_header.cs_style_7 .cs_header_cart_btns .cs_cart_style_1:hover {
  color: var(--primary-color);
}
.cs_site_header.cs_style_7 .cs_logo_bg_shape {
  position: absolute;
  right: -155px;
  height: 100%;
  bottom: 0;
  z-index: 2;
}
.cs_site_header.cs_style_7 .cs_logo_bg_shape::before {
  content: "";
  position: absolute;
  right: 100px;
  height: 100%;
  width: 100vw;
  background-color: var(--primary-color);
}
@media (max-width: 450px) {
  .cs_site_header.cs_style_7 .cs_header_cart_btns {
    gap: 15px;
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 8 
  ========================================================*/
}
.cs_site_header.cs_style_8 {
  color: var(--primary-color);
  border-bottom: none;
}
.cs_site_header.cs_style_8 .cs_hamburger_btn:hover {
  opacity: 0.65;
  color: var(--primary-color) !important;
}
.cs_site_header.cs_style_8.cs_sticky_active {
  color: var(--primary-color);
}
.cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .cs_search {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .cs_search input::-moz-placeholder {
  color: var(--primary-color);
}
.cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .cs_search input::placeholder {
  color: var(--primary-color);
}
.cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .cs_border {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .cs_border .top-border,
.cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .cs_border .bottom-border, .cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .cs_border:after, .cs_site_header.cs_style_8.cs_sticky_active .cs_main_header_right .cs_border::before {
  background-color: var(--primary-color);
}
.cs_site_header.cs_style_8 .cs_main_header_right {
  display: flex;
  gap: 44px;
  align-items: center;
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_search {
  width: 92px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  color: var(--white-color);
  border-bottom: 1px solid var(--white-color);
  padding: 8px 0;
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_search input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_search input::-moz-placeholder {
  color: var(--white-color);
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_search input::placeholder {
  color: var(--white-color);
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_border {
  width: auto;
  height: auto;
  padding: 13px 20px 14px;
  background-color: var(--white-color);
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_border .top-border,
.cs_site_header.cs_style_8 .cs_main_header_right .cs_border .bottom-border {
  background-color: var(--white-color);
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_border:after, .cs_site_header.cs_style_8 .cs_main_header_right .cs_border::before {
  background-color: var(--white-color);
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_header_cart_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_header_cart_btns .cs_btn_text {
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_8 .cs_main_header_right .cs_header_cart_btns .cs_btn_text:hover {
  color: var(--accent-color);
}
@media (min-width: 1400px) {
  .cs_site_header.cs_style_8 .container {
    max-width: 1600px;
  }
}
@media (max-width: 1399px) {
  .cs_site_header.cs_style_8 .cs_main_header_right {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .cs_site_header.cs_style_8 .cs_main_header_right {
    gap: 15px;
  }
  .cs_site_header.cs_style_8 .cs_main_header_right .cs_search {
    color: var(--primary-color);
    border-color: var(--primary-color);
  }
  .cs_site_header.cs_style_8 .cs_main_header_right .cs_search input::-moz-placeholder {
    color: var(--primary-color);
  }
  .cs_site_header.cs_style_8 .cs_main_header_right .cs_search input::placeholder {
    color: var(--primary-color);
  }
  .cs_site_header.cs_style_8 .cs_main_header_right .cs_border .top-border,
  .cs_site_header.cs_style_8 .cs_main_header_right .cs_border .bottom-border {
    background-color: var(--primary-color);
  }
  .cs_site_header.cs_style_8 .cs_main_header_right .cs_border:after, .cs_site_header.cs_style_8 .cs_main_header_right .cs_border::before {
    background-color: var(--primary-color);
  }
  .cs_site_header.cs_style_8 .cs_main_header_right .cs_white_color {
    color: var(--primary-color);
  }
}
.cs_site_header {
  /*=======================================================
    Header Style 9 
  =========================================================*/
}
.cs_site_header.cs_style_9 .cs_nav_list a:hover {
  color: var(--white-color);
  opacity: 0.75;
}
.cs_site_header.cs_style_9 .cs_dropdown_list a:hover {
  color: var(--accent-color);
}
.cs_site_header.cs_style_9.cs_sticky_active .cs_nav_list a:hover {
  color: var(--accent-color);
  opacity: 1;
}
.cs_site_header {
  /*=======================================================
    Header Style 10 
  =========================================================*/
}
.cs_site_header.cs_style_10 {
  color: var(--primary-color);
  border-bottom: none;
}
.cs_site_header.cs_style_10 .cs_login_regi a:hover {
  color: var(--accent-color);
}
.cs_site_header.cs_style_10.cs_sticky_active {
  background-color: var(--white-color);
}
.cs_site_header.cs_style_10 .cs_main_header_in {
  height: 105px;
}
.cs_site_header.cs_style_10 .cs_main_header_right .cs_header_cart_btns {
  display: flex;
  align-items: center;
  gap: 35px;
}
.cs_site_header.cs_style_10 .cs_main_header_right .cs_header_cart_btns .cs_cart_style_1 {
  width: 45px;
  height: 45px;
  border: none;
}
.cs_site_header.cs_style_10 .cs_main_header_right .cs_header_cart_btns .cs_search {
  transition: all 0.3s ease;
}
.cs_site_header.cs_style_10 .cs_main_header_right .cs_header_cart_btns .cs_search:hover i {
  color: var(--accent-color);
}
.cs_site_header.cs_style_10 .cs_main_header_right .cs_header_cart_btns .cs_hamburger_btn:hover {
  color: var(--accent-color);
}
@media (min-width: 1200px) {
  .cs_site_header.cs_style_10 .cs_main_header_center .cs_main_header_right {
    margin-left: 72px;
  }
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_10 .cs_header_top {
    display: none;
  }
  .cs_site_header.cs_style_10 .cs_main_header_right {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .cs_site_header.cs_style_10 .cs_main_header_right {
    display: none !important;
  }
}

.cs_side_header {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.cs_side_header .cs_side_header_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: inherit;
  width: inherit;
  left: inherit;
  top: inherit;
  position: inherit;
  cursor: zoom-out;
  transition: all 0.4s ease;
  opacity: 0;
}
.cs_side_header .cs_side_header_in {
  width: min(100%, 500px);
  height: 100vh;
  background-color: var(--white-color);
  flex: none;
  margin-left: auto;
  overflow-y: auto;
  padding: 70px 50px 50px 50px;
  position: relative;
  z-index: 2;
  right: -500px;
  transition: all 0.4s ease;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cs_side_header::-webkit-scrollbar {
  display: none;
}
.cs_side_header .cs_side_header_heading {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0;
}
.cs_side_header .cs_side_header_title {
  font-size: 24px;
  font-weight: 400;
}
.cs_side_header .cs_side_header_box {
  margin-bottom: 40px;
}
.cs_side_header .cs_side_header_box:last-child {
  margin-bottom: 0;
}
.cs_side_header .cs_social_icons {
  display: flex;
  gap: 10px;
}
.cs_side_header .cs_social_icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  border-radius: 50%;
  border: 1px solid currentColor;
  background-color: var(--accent-color);
}
.cs_side_header .cs_social_icons a:hover {
  color: var(--accent-color);
  background-color: var(--white-color);
}
.cs_side_header .cs_search_close {
  opacity: 0;
}
.cs_side_header.active {
  opacity: 1;
  visibility: visible;
}
.cs_side_header.active .cs_side_header_overlay,
.cs_side_header.active .cs_search_close {
  opacity: 1;
}
.cs_side_header.active .cs_side_header_in {
  right: 0;
}
.cs_side_header .cs_side_header_contact_info li {
  padding-left: 32px;
  position: relative;
}
.cs_side_header .cs_side_header_contact_info li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_side_header .cs_side_header_contact_info i {
  color: var(--accent);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  width: 18px;
  text-align: center;
}
.cs_side_header .cs_social_btns.cs_style_1 {
  font-size: 14px;
}
.cs_side_header .cs_social_btns.cs_style_1 a {
  height: 35px;
  width: 35px;
}
.cs_side_header .cs_header_newsletter {
  position: relative;
}
.cs_side_header .cs_header_newsletter form {
  width: 100%;
}
.cs_side_header .cs_header_newsletter form input {
  background: transparent;
  width: 100%;
  height: 60px;
  border-radius: 999px;
  border: 1px solid var(--border-color);
  outline: none;
  color: var(--white-color);
  padding-left: 20px;
}
.cs_side_header .cs_header_newsletter form input:focus {
  border-color: var(--accent-color);
}
.cs_side_header .cs_header_newsletter form input::-moz-placeholder {
  font-size: 20px;
  opacity: 0.5;
}
.cs_side_header .cs_header_newsletter form input::placeholder {
  font-size: 20px;
  opacity: 0.5;
}
.cs_side_header .cs_header_newsletter form .cs_btn_style_1 {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  padding: 0;
}
@media (max-width: 450px) {
  .cs_side_header .cs_side_header_in {
    padding: 70px 15px 50px;
  }
}

.cs_close {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: transparent;
  color: var(--primary-color);
  cursor: pointer;
  z-index: 2;
  z-index: 100;
}
.cs_close::before, .cs_close::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.cs_close::before {
  transform: rotate(45deg);
}
.cs_close:hover {
  color: var(--accent-color);
  transform: scale(1.05);
}

/*====================================================== 
   Language Switcher Styling 
  =========================================================*/
.cs_language_select {
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.cs_language_select .cs_language_switcher {
  width: 110px;
  height: inherit;
  padding: 0 20px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}
.cs_language_select .cs_language_switcher::after {
  content: "\f078";
  font-family: "Font Awesome 7 Free";
  font-size: 12px;
  font-weight: 900;
  color: currentColor;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cs_language_select .flag-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex: none;
  background-size: cover;
  border: none;
}
.cs_language_select .cs_language_dropdown {
  display: none;
  width: auto;
  padding: 15px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 16px 1px rgba(2, 0, 181, 0.1);
  color: var(--primary-color);
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
}
.cs_language_select .cs_language_dropdown button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.cs_language_select .cs_language_dropdown button:last-child {
  margin-bottom: 0;
}
.cs_language_select .cs_language_dropdown button:hover {
  color: var(--accent-color);
}

/*====================================================
 Header Search
======================================================*/
.cs_header_search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.cs_header_search.active {
  opacity: 1;
  visibility: visible;
}
.cs_header_search .cs_search_close {
  font-size: 30px;
  color: var(--primary-color);
  transition: all 0.4s ease;
}
.cs_header_search .cs_search_close:hover {
  transform: rotate(90deg);
}

.cs_header_search_in {
  position: relative;
  z-index: 1;
  background-color: var(--white-color);
  padding: 50px 0;
}
.cs_header_search_in .cs_search_form {
  width: 100%;
}
.cs_header_search_in .cs_search_form input {
  width: 100%;
  border: 1px solid var(--accent-color);
  padding: 5px 20px;
  outline: none;
  border-radius: 50px;
  padding: 10px 90px 10px 35px;
  height: 80px;
}
@media (max-width: 575px) {
  .cs_header_search_in .cs_search_form input {
    padding: 10px 65px 10px 20px;
    font-size: 18px;
    height: 66px;
  }
}
.cs_header_search_in .cs_search_form .cs_search_btn {
  color: var(--heading-color);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.cs_header_search_in .cs_search_form .cs_search_btn:hover {
  color: var(--accent-color);
}

.cs_header_search_box {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 991px) {
  .cs_header_search_box {
    gap: 0 15px;
  }
}

.cs_sidenav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(11, 11, 11, 0.5);
  height: 100%;
  width: 100%;
  cursor: zoom-out;
}

/*==============================================================
 06. All Footer
================================================================*/
.cs_social_icons {
  display: flex;
  gap: 10px;
}
.cs_social_icons .cs_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-color);
  transition: all 0.3s ease;
}

.cs_contact_widget li {
  position: relative;
}
.cs_contact_widget li span {
  position: absolute;
  top: 2px;
  color: var(--accent-color);
}
.cs_contact_widget li div {
  padding-left: 36px;
}

.cs_footer_row {
  display: flex;
  gap: 40px 85px;
}

.cs_footer_bottom .cs_footer_bottom_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.cs_footer_bottom .cs_footer_widget_menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.cs_footer_bottom .cs_footer_widget_menu li:not(:last-child) {
  margin-bottom: 0px;
}
.cs_footer_bottom a:hover {
  color: var(--accent-color);
}

.cs_footer_newsletter form {
  width: 88%;
}
.cs_footer_newsletter input {
  background: transparent;
  width: 100%;
  height: 60px;
  border-radius: 999px;
  border: 1px solid var(--Gray-800, #616670);
  outline: none;
  color: var(--white-color);
  padding-left: 20px;
}
.cs_footer_newsletter input:focus {
  border-color: var(--white-color);
}
.cs_footer_newsletter input::-moz-placeholder {
  font-size: 20px;
  opacity: 0.5;
}
.cs_footer_newsletter input::placeholder {
  font-size: 20px;
  opacity: 0.5;
}
.cs_footer_newsletter .cs_btn_style_1 {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  padding: 0;
}
@media (max-width: 1199px) {
  .cs_footer_newsletter form {
    width: 100%;
  }
}

.cs_footer_widget_menu a:hover,
.cs_footer_bottom_in a:hover {
  color: var(--accent-color);
}

.cs_footer_style_1 {
  background-color: #121212;
}
.cs_footer_style_1 .cs_footer_col {
  flex: 1;
}
.cs_footer_style_1 .cs_footer_col:first-child {
  flex: 1.7;
}
.cs_footer_style_1 .cs_footer_col:nth-child(3) {
  flex: 1.2;
}
.cs_footer_style_1 .cs_footer_col:last-child {
  flex: 1.6;
}
.cs_footer_style_1 .cs_footer_text_widget p {
  margin: 30px 0;
  opacity: 0.7;
}
.cs_footer_style_1 .cs_footer_widget_menu li:not(:last-child) {
  margin-bottom: 15px;
}
.cs_footer_style_1 .cs_footer_bottom_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  flex-wrap: wrap;
  padding: 30px 0;
  opacity: 0.7;
  border-top: 1px solid rgb(255, 255, 255);
}
@media (max-width: 1399px) {
  .cs_footer_style_1 .cs_footer_row {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .cs_footer_style_1 .cs_footer_row {
    flex-wrap: wrap;
    gap: 60px 40px;
  }
  .cs_footer_style_1 .cs_footer_col:first-child {
    width: calc(100% - 40px);
    flex: none !important;
  }
  .cs_footer_style_1 .cs_footer_col:nth-child(3) {
    flex: 1.2;
  }
  .cs_footer_style_1 .cs_footer_newsletter input {
    width: 100%;
    flex: initial;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_1 .cs_footer_col:nth-child(3) {
    flex: 1.5;
  }
}
@media (max-width: 768px) {
  .cs_footer_style_1 .cs_footer_col {
    width: calc(100% - 40px);
    flex: none !important;
  }
}

.cs_footer_style_2 {
  background-color: #121212;
}
.cs_footer_style_2 .cs_footer_row {
  display: flex;
  gap: 40px 85px;
}
.cs_footer_style_2 .cs_footer_col {
  flex: 1;
}
.cs_footer_style_2 .cs_footer_col:first-child {
  flex: 1.2;
}
.cs_footer_style_2 .cs_footer_col:nth-child(4) {
  flex: 2.2;
}
.cs_footer_style_2 .cs_footer_newsletter input {
  background: var(--white-color);
  width: 300px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid var(--Gray-800, #616670);
  outline: none;
  color: var(--primary-color);
  padding-left: 20px;
}
.cs_footer_style_2 .cs_footer_newsletter input:focus {
  border-color: var(--white-color);
}
.cs_footer_style_2 .cs_footer_newsletter input::-moz-placeholder {
  font-size: 20px;
  color: #696969;
}
.cs_footer_style_2 .cs_footer_newsletter input::placeholder {
  font-size: 20px;
  color: #696969;
}
.cs_footer_style_2 .cs_footer_newsletter .cs_btn_style_1 {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 5px;
  padding: 0;
}
.cs_footer_style_2 .cs_footer_text_widget p {
  margin: 30px 0;
  opacity: 0.7;
}
.cs_footer_style_2 .cs_footer_widget_menu li:not(:last-child) {
  margin-bottom: 15px;
}
.cs_footer_style_2 .cs_contact_widget li {
  position: relative;
}
.cs_footer_style_2 .cs_contact_widget li span {
  position: absolute;
  top: 2px;
  color: var(--accent-color);
}
.cs_footer_style_2 .cs_contact_widget li div {
  padding-left: 36px;
}
.cs_footer_style_2 .cs_footer_bottom {
  background-color: var(--accent-color);
}
.cs_footer_style_2 .cs_footer_bottom .cs_footer_bottom_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.cs_footer_style_2 .cs_footer_bottom .cs_footer_bottom_in a:hover {
  opacity: 0.75;
  color: var(--white-color);
}
.cs_footer_style_2 .cs_footer_bottom .cs_footer_widget_menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.cs_footer_style_2 .cs_footer_bottom .cs_footer_widget_menu li:not(:last-child) {
  margin-bottom: 0px;
}
@media (max-width: 1399px) {
  .cs_footer_style_2 .cs_footer_row {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .cs_footer_style_2 .cs_footer_row {
    flex-wrap: wrap;
    gap: 50px 40px;
  }
  .cs_footer_style_2 .cs_footer_col:first-child {
    width: calc(100% - 40px);
    flex: none !important;
  }
  .cs_footer_style_2 .cs_footer_col:nth-child(3) {
    flex: 1.2;
  }
  .cs_footer_style_2 .cs_footer_newsletter input {
    width: 100%;
    flex: initial;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_2 .cs_footer_col:nth-child(3) {
    flex: 1.5;
  }
}
@media (max-width: 768px) {
  .cs_footer_style_2 .cs_footer_col {
    width: calc(100% - 40px);
    flex: none !important;
  }
}

.cs_footer_style_3 {
  background: #fafafa;
}
.cs_footer_style_3 input {
  display: block;
  margin: 0 auto 30px;
  padding: 20px;
  width: min(1041px, 100%);
  border-radius: 7px;
  background: #f0f0f0;
  outline: none;
  border: none;
}
.cs_footer_style_3 input::-moz-placeholder {
  text-align: center;
  color: #707070;
}
.cs_footer_style_3 input::placeholder {
  text-align: center;
  color: #707070;
}
.cs_footer_style_3 button {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  padding: 12px 45px;
  margin: 0 auto;
  color: #282d33;
  transition: all 0.3s ease;
}
.cs_footer_style_3 button:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_footer_style_3 .cs_social_icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: var(--white-color);
  background-color: var(--accent-color);
}
.cs_footer_style_3 .cs_social_icons a:hover {
  background-color: var(--white-color);
  color: var(--accent-color);
}
.cs_footer_style_3 .cs_footer_main {
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cs_footer_style_3 .cs_footer_logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cs_footer_style_3 .cs_footer_widget ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 42px;
  flex-wrap: wrap;
}
.cs_footer_style_3 .cs_footer_widget a {
  font-size: 20px;
  color: #000;
}
.cs_footer_style_3 .cs_footer_widget a:hover {
  color: var(--accent-color);
}
.cs_footer_style_3 .cs_footer_bottom {
  padding: 30px 0 30px;
  border-top: 1px solid var(--border-color);
}
@media (max-width: 1199px) {
  .cs_footer_style_3 .cs_footer_widget ul {
    gap: 15px 24px;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_3 .cs_footer_main {
    flex-direction: column;
    gap: 30px;
  }
  .cs_footer_style_3 .cs_footer_logo {
    position: initial;
    transform: translateX(0);
  }
  .cs_footer_style_3 .cs_footer_bottom {
    padding: 24px 0;
  }
}

.cs_footer_style_4 .cs_footer_background {
  background-color: #001726;
  padding-top: 390px;
}
.cs_footer_style_4 .cs_newslatter {
  background: linear-gradient(96deg, #e026b2 0%, #007aff 100%);
  padding: 80px 0;
  width: min(1290px, 100%);
  border-radius: 15px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -315px;
}
.cs_footer_style_4 .cs_newslatter .cs_newlatter_tittle {
  letter-spacing: -1.44px;
  width: min(100%, 405px);
}
.cs_footer_style_4 .cs_newslatter .shape_1 {
  left: 190px;
  top: -44px;
}
.cs_footer_style_4 .cs_newslatter .shape_2 {
  right: 190px;
  top: -44px;
}
.cs_footer_style_4 .cs_newslatter .cs_newslatter_input {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cs_footer_style_4 .cs_newslatter .cs_newslatter_input input {
  padding: 15px 25px;
  width: min(495px, 100%);
  border-radius: 8px;
  outline: none;
  border: none;
}
.cs_footer_style_4 .cs_newslatter .cs_newslatter_input .cs_btn_style_2 {
  padding: 15px 45px;
  border: 1px solid var(--white-color);
  background: transparent;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cs_footer_style_4 .cs_newslatter .cs_newslatter_input .cs_btn_style_2:hover {
  background: var(--white-color);
  color: var(--accent-color);
}
.cs_footer_style_4 .cs_newslatter .cs_newslatter_input .cs_btn_style_2::after, .cs_footer_style_4 .cs_newslatter .cs_newslatter_input .cs_btn_style_2::before {
  display: none;
}
.cs_footer_style_4 .cs_footer_col {
  flex: 1;
}
.cs_footer_style_4 .cs_footer_col:first-child {
  flex: 3.2;
}
.cs_footer_style_4 .cs_footer_text_widget p {
  opacity: 0.45;
}
.cs_footer_style_4 .cs_footer_widget .cs_footer_widget_menu li:not(:last-child) {
  padding-bottom: 12px;
}
.cs_footer_style_4 .cs_footer_widget .cs_footer_widget_menu a {
  opacity: 0.45;
}
.cs_footer_style_4 .cs_footer_widget .cs_footer_widget_menu a:hover {
  opacity: 1;
}
.cs_footer_style_4 .cs_social_icons {
  display: flex;
  gap: 10px;
}
.cs_footer_style_4 .cs_social_icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #104363;
  border-radius: 50%;
}
.cs_footer_style_4 .cs_social_icons a:hover {
  background-color: #007aff;
}
.cs_footer_style_4 .cs_footer_bottom {
  background-color: #00131f;
}
.cs_footer_style_4 .cs_footer_bottom .cs_name {
  color: #007aff;
  transition: all 0.3s ease;
}
.cs_footer_style_4 .cs_footer_bottom .cs_name:hover {
  color: var(--accent-color);
}
.cs_footer_style_4 .cs_footer_bottom .cs_footer_widget_menu a {
  opacity: 0.55;
}
.cs_footer_style_4 .cs_footer_bottom .cs_footer_widget_menu a:hover {
  opacity: 1;
}
.cs_footer_style_4 .cs_3d_1 {
  left: 66px;
  bottom: 105px;
  z-index: 2;
  animation: animo-y2 22s linear infinite;
}
.cs_footer_style_4 .cs_3d_2 {
  top: 150px;
  right: 106px;
  z-index: 2;
  animation: animo-y2 22s linear infinite;
}
@media (max-width: 1399px) {
  .cs_footer_style_4 .cs_newslatter .shape_1 {
    left: 12%;
  }
  .cs_footer_style_4 .cs_newslatter .shape_2 {
    right: 12%;
  }
  .cs_footer_style_4 .cs_footer_row {
    gap: 40px;
  }
  .cs_footer_style_4 .cs_3d_1 {
    display: none;
  }
  .cs_footer_style_4 .cs_3d_2 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cs_footer_style_4 .cs_newslatter .shape_1 {
    left: 6%;
  }
  .cs_footer_style_4 .cs_newslatter .shape_2 {
    right: 6%;
  }
  .cs_footer_style_4 .cs_footer_row {
    flex-wrap: wrap;
  }
  .cs_footer_style_4 .cs_footer_col:first-child {
    flex: 1;
    width: 100%;
    flex: none;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_4 .cs_newslatter .shape_1,
  .cs_footer_style_4 .cs_newslatter .shape_2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .cs_footer_style_4 .cs_footer_row {
    flex-direction: column;
  }
}
@media (max-width: 557px) {
  .cs_footer_style_4 .cs_newslatter .cs_newslatter_input {
    flex-wrap: wrap;
  }
  .cs_footer_style_4 .cs_newslatter .cs_newslatter_input input {
    width: 100%;
  }
  .cs_footer_style_4 .cs_newslatter .cs_newslatter_input .cs_btn_style_2 {
    width: 100%;
  }
}

.cs_footer_style_5 .cs_newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 50px;
  flex-wrap: wrap;
}
.cs_footer_style_5 .cs_newsletter form {
  width: min(100%, 508px);
  flex: 1 1 300px;
}
.cs_footer_style_5 .cs_newsletter input {
  padding: 20px 34px;
  outline: none;
  width: 100%;
}
.cs_footer_style_5 .cs_newsletter .cs_submit_button {
  padding: 9px 10px;
  background: #121212;
  border-radius: 4px;
  color: var(--white-color);
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
}
.cs_footer_style_5 .cs_newsletter .cs_submit_button:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.cs_footer_style_5 .cs_newsletter_wrapper {
  border-bottom: 1px solid #2d2929;
  padding-bottom: 45px;
}
.cs_footer_style_5 .cs_footer_col {
  flex: 1;
}
.cs_footer_style_5 .cs_footer_col:first-child {
  flex: 1.5;
}
.cs_footer_style_5 .cs_footer_widget_menu li a {
  position: relative;
  left: 24px;
}
.cs_footer_style_5 .cs_footer_widget_menu li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid var(--accent-color);
  left: -24px;
  top: 1px;
}
.cs_footer_style_5 .cs_footer_widget_menu li a:hover {
  color: var(--accent-color);
}
.cs_footer_style_5 .cs_footer_widget_menu li:not(:last-child) {
  padding-bottom: 21px;
}
.cs_footer_style_5 .cs_contact_widget li a {
  left: 0;
  display: block;
}
.cs_footer_style_5 .cs_contact_widget li a::before {
  content: none;
}
.cs_footer_style_5 .cs_footer_widget_title {
  position: relative;
}
.cs_footer_style_5 .cs_footer_widget_title::before {
  content: "";
  width: 45%;
  height: 1px;
  background: #3d3d3d;
  position: absolute;
  bottom: -15px;
}
.cs_footer_style_5 .cs_footer_bottom {
  padding: 30px;
  border-top: 1px solid #fff;
}
.cs_footer_style_5 .cs_social_icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5c5c5c;
  color: var(--accent-color);
  border-radius: 50%;
}
.cs_footer_style_5 .cs_social_icons a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .cs_footer_style_5 .cs_footer_row {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_5 .cs_footer_row {
    flex-wrap: wrap;
  }
  .cs_footer_style_5 .cs_footer_col:first-child {
    flex: none;
    width: calc(100% - 40px);
  }
  .cs_footer_style_5 .cs_newsletter input {
    padding: 20px 10px;
    outline: none;
    width: 100%;
  }
}
@media (max-width: 776px) {
  .cs_footer_style_5 .cs_footer_col {
    flex: none;
    width: calc(100% - 40px);
  }
  .cs_footer_style_5 .cs_contact_widget li:not(:last-child) {
    padding-bottom: 0;
  }
}

.cs_footer_style_6 {
  position: relative;
  background-color: #151f39;
  padding-top: 1px;
  margin-top: 100px;
}
.cs_footer_style_6 .cs_newslatter {
  margin-top: -100px;
  background: var(--accent-color);
  padding: 40px 70px 40px 50px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.cs_footer_style_6 .cs_newslatter .cs_newslatter_input {
  width: min(507px, 100%);
}
.cs_footer_style_6 .cs_newslatter .cs_newslatter_input input {
  padding: 22px 25px;
  width: 100%;
  border-radius: 16px;
  outline: none;
  border: none;
}
.cs_footer_style_6 .cs_newslatter .cs_btn_style_2 {
  position: absolute;
  right: 10px;
  top: 6px;
  padding: 15px 25px;
  border: 1px solid var(--white-color);
  background: #151f39;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cs_footer_style_6 .cs_newslatter .cs_btn_style_2 span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.cs_footer_style_6 .cs_newslatter .cs_btn_style_2 span i {
  transform: rotate(-45deg);
}
.cs_footer_style_6 .cs_newslatter .cs_btn_style_2:hover {
  background: var(--accent-color);
  color: var(--white-color);
}
.cs_footer_style_6 .cs_newslatter .cs_btn_style_2::after, .cs_footer_style_6 .cs_newslatter .cs_btn_style_2::before {
  display: none;
}
.cs_footer_style_6 .cs_footer_row {
  gap: 40px 60px;
}
.cs_footer_style_6 .cs_footer_col {
  flex: 1;
}
.cs_footer_style_6 .cs_footer_col:first-child {
  flex: 2.2;
}
.cs_footer_style_6 .cs_footer_col:last-child {
  flex: 2.2;
}
.cs_footer_style_6 .cs_footer_text_widget p {
  opacity: 0.45;
}
.cs_footer_style_6 .cs_footer_widget .cs_footer_widget_menu li {
  color: rgba(255, 255, 255, 0.45);
}
.cs_footer_style_6 .cs_footer_widget .cs_footer_widget_menu li:not(:last-child) {
  padding-bottom: 12px;
}
.cs_footer_style_6 .cs_footer_widget .cs_footer_widget_menu li a:hover {
  color: var(--white-color);
}
.cs_footer_style_6 .cs_contact_widget li {
  position: relative;
}
.cs_footer_style_6 .cs_contact_widget li span {
  position: absolute;
  top: 2px;
  left: 0;
}
.cs_footer_style_6 .cs_contact_widget li div {
  padding-left: 36px;
}
.cs_footer_style_6 .cs_social_icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #273557;
  color: #7e91c3;
  border-radius: 50%;
}
.cs_footer_style_6 .cs_social_icons a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_footer_style_6 .cs_footer_bottom {
  background-color: #00131f;
}
.cs_footer_style_6 .cs_footer_bottom .cs_copyright {
  opacity: 0.45;
}
.cs_footer_style_6 .cs_footer_bottom .cs_footer_widget_menu li > a {
  opacity: 0.45;
}
.cs_footer_style_6 .cs_footer_bottom .cs_footer_widget_menu li > a:hover {
  color: var(--white-color);
  opacity: 1;
}
@media (max-width: 1399px) {
  .cs_footer_style_6 .cs_newslatter .shape_1 {
    left: 12%;
  }
  .cs_footer_style_6 .cs_newslatter .shape_2 {
    right: 12%;
  }
  .cs_footer_style_6 .cs_3d_1 {
    display: none;
  }
  .cs_footer_style_6 .cs_3d_2 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cs_footer_style_6 .cs_newslatter .shape_1 {
    left: 6%;
  }
  .cs_footer_style_6 .cs_newslatter .shape_2 {
    right: 6%;
  }
  .cs_footer_style_6 .cs_footer_row {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 40px 20px;
  }
  .cs_footer_style_6 .cs_footer_col {
    grid-column: auto/span 2;
  }
  .cs_footer_style_6 .cs_footer_col:first-child {
    grid-column: auto/span 9;
  }
  .cs_footer_style_6 .cs_footer_col:last-child {
    grid-column: auto/span 3;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_6 .cs_newslatter {
    padding: 40px 30px;
    gap: 30px;
  }
  .cs_footer_style_6 .cs_newslatter .shape_1,
  .cs_footer_style_6 .cs_newslatter .shape_2 {
    display: none;
  }
  .cs_footer_style_6 .cs_footer_row {
    grid-template-columns: repeat(3, 1fr);
  }
  .cs_footer_style_6 .cs_footer_col {
    grid-column: auto/span 1;
  }
  .cs_footer_style_6 .cs_footer_col:first-child {
    grid-column: auto/span 3;
  }
  .cs_footer_style_6 .cs_footer_col:last-child {
    grid-column: auto/span 3;
  }
}
@media (max-width: 767px) {
  .cs_footer_style_6 .cs_footer_row {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_footer_style_6 .cs_footer_col {
    grid-column: auto/span 1 !important;
  }
}
@media (max-width: 575px) {
  .cs_footer_style_6 .cs_newslatter {
    padding: 40px 15px;
  }
  .cs_footer_style_6 .cs_newslatter .cs_newslatter_input input {
    padding: 16px 25px;
  }
  .cs_footer_style_6 .cs_newslatter .cs_btn_style_2 {
    position: initial;
    width: 100%;
    margin-top: 20px;
  }
  .cs_footer_style_6 .cs_footer_col {
    flex: none;
    width: 100% !important;
    margin: 0 auto;
  }
}

.cs_footer_style_7 .cs_footer_left {
  display: flex;
  gap: min(145px, 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 100px 0 100px;
}
.cs_footer_style_7 .cs_footer_widget_menu li:not(:last-child) {
  margin-bottom: 20px;
}
.cs_footer_style_7 .cs_footer_widget_menu 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-size: 0 1px;
  background-position: 100% calc(100% - 0px);
}
.cs_footer_style_7 .cs_footer_widget_menu a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}
.cs_footer_style_7 .cs_footer_right {
  padding: 100px 0 100px;
  padding-left: 124px;
}
.cs_footer_style_7 .cs_footer_widget_btn {
  display: flex;
  gap: 25px;
  align-items: center;
}
.cs_footer_style_7 .cs_footer_widget_btn .cs_btn_style_2 {
  background: transparent;
  border: 2px solid var(--white-color);
}
.cs_footer_style_7 .cs_footer_widget_btn .cs_btn_style_2 span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_footer_style_7 .cs_footer_widget_btn .cs_btn_style_2::after, .cs_footer_style_7 .cs_footer_widget_btn .cs_btn_style_2::before {
  background-color: var(--white-color);
  color: var(--accent-color);
  border-radius: 0;
}
.cs_footer_style_7 .cs_footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .cs_footer_style_7 .cs_footer_right {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_7 .cs_footer_left {
    border-right: none;
    padding: 40px 0 10px;
  }
  .cs_footer_style_7 .cs_footer_right {
    padding: 10px 0 40px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cs_footer_style_7 .cs_footer_left {
    flex-wrap: wrap;
  }
  .cs_footer_style_7 .cs_footer_widget_btn {
    flex-direction: column;
    align-items: start;
  }
}

.cs_footer_style_8 {
  position: relative;
  background-color: #151f39;
  padding-top: 1px;
}
.cs_footer_style_8 .cs_shape_1 {
  bottom: 30px;
  left: 54%;
  transform: translateX(-54%);
}
.cs_footer_style_8 .cs_shape_1 img {
  opacity: 0.1;
}
.cs_footer_style_8::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 300px;
  background-color: var(--white-color);
  top: -115px;
  left: 50%;
  border-radius: 100%/100%;
  transform: translateX(-50%);
}
.cs_footer_style_8 .cs_newslatter {
  margin-top: -160px;
  background: var(--accent-color);
  padding: 37px 86px 37px 136px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.cs_footer_style_8 .cs_newslatter .cs_newslatter_headading {
  width: min(500px, 100%);
}
.cs_footer_style_8 .cs_newslatter .cs_newslatter_input {
  width: min(507px, 100%);
}
.cs_footer_style_8 .cs_newslatter .cs_newslatter_input input {
  padding: 11px 0 12px 16px;
  width: 100%;
  border-radius: 0;
  outline: none;
  border: none;
}
.cs_footer_style_8 .cs_newslatter .cs_btn_style_2 {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 10px 11px;
  border: 1px solid var(--primary-color);
  background: #151f39;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cs_footer_style_8 .cs_newslatter .cs_btn_style_2:hover {
  color: var(--white-color);
  background: var(--accent-color);
  border-color: var(--white-color);
}
.cs_footer_style_8 .cs_newslatter .cs_btn_style_2::after, .cs_footer_style_8 .cs_newslatter .cs_btn_style_2::before {
  display: none;
}
.cs_footer_style_8 .cs_newslatter .cs_shape_1 {
  left: 52px;
  bottom: 10px;
}
.cs_footer_style_8 .cs_newslatter .cs_shape_2 {
  left: 238px;
  bottom: 63px;
}
.cs_footer_style_8 .cs_newslatter .cs_shape_3 {
  bottom: 163px;
  right: 477px;
}
.cs_footer_style_8 .cs_footer_col {
  flex: 1;
}
.cs_footer_style_8 .cs_footer_col:first-child {
  flex: 1.5;
}
.cs_footer_style_8 .cs_footer_widget_menu li a {
  position: relative;
  left: 24px;
}
.cs_footer_style_8 .cs_footer_widget_menu li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid var(--accent-color);
  left: -24px;
  top: 1px;
}
.cs_footer_style_8 .cs_footer_widget_menu li a:hover {
  color: var(--accent-color);
}
.cs_footer_style_8 .cs_footer_widget_menu li:not(:last-child) {
  padding-bottom: 21px;
}
.cs_footer_style_8 .cs_contact_widget li a {
  left: 0;
  display: block;
}
.cs_footer_style_8 .cs_contact_widget li a::before {
  content: none;
}
.cs_footer_style_8 .cs_footer_widget_title {
  position: relative;
}
.cs_footer_style_8 .cs_footer_widget_title::before {
  content: "";
  width: 45%;
  height: 1px;
  background: #3d3d3d;
  position: absolute;
  bottom: -15px;
}
.cs_footer_style_8 .cs_footer_top {
  padding-bottom: 45px;
  border-bottom: 1px solid color-mix(in srgb, var(--border-color) 10%, transparent);
}
.cs_footer_style_8 .cs_footer_top .cs_footer_top_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px 20px;
  flex-wrap: wrap;
}
.cs_footer_style_8 .cs_footer_top .cs_item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cs_footer_style_8 .cs_footer_top .cs_item a {
  transition: all 0.3s ease;
}
.cs_footer_style_8 .cs_footer_top .cs_item a:hover {
  color: var(--accent-color);
}
.cs_footer_style_8 .cs_footer_top .cs_icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_footer_style_8 .cs_footer_bottom {
  padding: 27px 0 35px;
  border-top: 1px solid color-mix(in srgb, var(--border-color) 20%, transparent);
}
.cs_footer_style_8 .cs_social_icons {
  gap: 20px;
}
.cs_footer_style_8 .cs_social_icons a {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_footer_style_8 .cs_social_icons a:hover {
  background-color: var(--white-color);
  color: var(--accent-color);
}
@media (max-width: 1399px) {
  .cs_footer_style_8 .cs_newslatter {
    padding: 64px 40px 42px 40px;
  }
}
@media (max-width: 1199px) {
  .cs_footer_style_8 .cs_footer_row {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_8::after {
    height: 180px;
    top: -40px;
  }
  .cs_footer_style_8 .cs_newslatter {
    margin-top: -80px;
  }
  .cs_footer_style_8 .cs_newslatter {
    flex-wrap: wrap;
  }
  .cs_footer_style_8 .cs_footer_row {
    flex-wrap: wrap;
  }
  .cs_footer_style_8 .cs_footer_col:first-child {
    flex: none;
    width: calc(100% - 40px);
  }
}
@media (max-width: 776px) {
  .cs_footer_style_8 .cs_footer_col {
    flex: none;
    width: calc(100% - 40px);
  }
  .cs_footer_style_8 .cs_newslatter {
    padding: 35px 20px 40px;
  }
}
@media (max-width: 575px) {
  .cs_footer_style_8 .cs_newslatter .cs_btn_style_2 {
    position: initial;
    margin-top: 20px;
    width: 100%;
  }
}

.cs_footer_style_9 {
  background-color: transparent;
  padding-bottom: 170px;
}
.cs_footer_style_9 .container {
  max-width: 1600px;
}
.cs_footer_style_9 .cs_footer_row {
  padding-top: 50px;
}
.cs_footer_style_9 .cs_logo {
  width: min(180px, 100%);
}
.cs_footer_style_9 .cs_footer_img {
  width: 100%;
  height: 100%;
  min-height: 860px;
  background-repeat: no-repeat;
}
.cs_footer_style_9 .cs_footer_newsletter {
  padding: 70px 60px 40px;
  background-color: var(--black-color);
}
.cs_footer_style_9 .cs_footer_newsletter .cs_newsletter_bottom {
  padding-top: 30px;
  margin-top: 120px;
  border-top: 1px solid var(--border-color);
}
.cs_footer_style_9 .cs_footer_newsletter form {
  width: 100%;
}
.cs_footer_style_9 input {
  width: 100%;
  height: 67px;
  padding-left: 50px;
  margin-bottom: 70px;
}
.cs_footer_style_9 .cs_contact_widget div {
  padding-left: 0;
}
.cs_footer_style_9 .cs_arrow_btn {
  width: 108px;
  height: 108px;
  font-size: 38px;
  color: var(--white-color);
  border: 2px solid var(--accent-color);
  background-color: var(--accent-color);
  transition: all 0.4s ease;
}
.cs_footer_style_9 .cs_arrow_btn:hover {
  color: var(--accent-color);
  background-color: transparent;
}
.cs_footer_style_9 .cs_footer_newsletter_wrapper_1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(680px, 36%);
}
.cs_footer_style_9 .cs_footer_widget_menu li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .cs_footer_style_9 .cs_footer_row {
    gap: 40px;
  }
  .cs_footer_style_9 .cs_footer_newsletter_wrapper_1 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .cs_footer_style_9 {
    padding-bottom: 40px;
  }
  .cs_footer_style_9 .cs_footer_row {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .cs_footer_style_9 .cs_footer_col {
    flex: 1;
  }
  .cs_footer_style_9 .cs_footer_col:nth-child(2) {
    flex: 2;
  }
  .cs_footer_style_9 .cs_footer_col.cs_footer_newsletter_wrapper_1 {
    flex: none;
    width: 100%;
    margin-top: -120px;
  }
  .cs_footer_style_9 .cs_footer_newsletter_wrapper_1 {
    position: initial;
  }
}
@media (max-width: 991px) {
  .cs_footer_style_9 .cs_footer_newsletter {
    padding: 40px 20px 45px;
    background-color: var(--black-color);
  }
  .cs_footer_style_9 .cs_footer_newsletter .cs_newsletter_bottom {
    margin-top: 50px;
  }
  .cs_footer_style_9 input {
    margin-bottom: 30px;
  }
  .cs_footer_style_9 .cs_footer_img {
    min-height: 660px;
  }
}
@media (max-width: 767px) {
  .cs_footer_style_9 .cs_footer_col {
    flex: none;
    width: 100%;
  }
}

/*===========================================================  
  07. Preloade
=============================================================*/
.cs_preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: var(--white-color);
}
.cs_preloader .cs_preloader_circle_wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cs_preloader .cs_preloader_circle {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
  animation: scaleCenter 3s linear infinite;
}
.cs_preloader .cs_preloader_circle span {
  display: block;
  width: 15px;
  height: 15px;
  flex: none;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(40deg, #f122b0 0%, #0052bb 99.04%);
}
.cs_preloader .cs_preloader_circle span:nth-child(1) {
  top: -7px;
  left: 30px;
}
.cs_preloader .cs_preloader_circle span:nth-child(2) {
  left: -4px;
  bottom: 14px;
}
.cs_preloader .cs_preloader_circle span:nth-child(3) {
  right: -4px;
  bottom: 14px;
}

@keyframes scaleCenter {
  to {
    transform: rotate(360deg);
  }
}
/*==============================================================
  08. Video Modal
================================================================*/
.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cs_video_popup-align {
  overflow: hidden;
}

/*End Video Popup*/
/*===============================================================
  09. Slider
=================================================================*/
.cs_slider {
  position: relative;
}
.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;
}

.slick-active .cs_card_style_9 .cs_section_heading_style_4 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}

.slick-arrow {
  cursor: pointer;
}

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

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

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

/*=================================================
 Slider Arrows and Pagination
===================================================*/
.cs_slider_arrows_style_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.cs_slider_arrows_style_1 .cs_left_arrow,
.cs_slider_arrows_style_1 .cs_right_arrow {
  width: 44px;
  height: 44px;
  padding: 10px;
  color: var(--white-color);
  font-size: 30px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.cs_slider_arrows_style_1 .cs_left_arrow:hover,
.cs_slider_arrows_style_1 .cs_right_arrow:hover {
  color: var(--white-color);
  background-color: var(--dark-blue);
}
.cs_slider_arrows_style_1 .cs_left_arrow {
  left: 30px;
}
.cs_slider_arrows_style_1 .cs_right_arrow {
  right: 30px;
}

.cs_slider_arrows_style_2 {
  height: 100%;
}

.cs_pagination_arrow {
  position: absolute;
  left: 5%;
  bottom: 30%;
  transform: translateY(-30%);
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 5;
}
.cs_pagination_arrow .cs_left_arrow {
  position: absolute;
  top: 0;
  width: 30px;
}
.cs_pagination_arrow .cs_right_arrow {
  position: absolute;
  bottom: 0;
  width: 30px;
}

.cs_pagination.cs_style_1 ul,
.cs_pagination.cs_style_2 ul,
.cs_pagination.cs_style_3 ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs_pagination.cs_style_1 li,
.cs_pagination.cs_style_2 li,
.cs_pagination.cs_style_3 li {
  display: flex;
}
.cs_pagination.cs_style_1 li button,
.cs_pagination.cs_style_2 li button,
.cs_pagination.cs_style_3 li button {
  height: 8px;
  width: 8px;
  background-color: transparent;
  border: 1px solid var(--black-color);
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  padding: 0;
  font-size: 0;
  position: relative;
}
.cs_pagination.cs_style_1 li.slick-active button,
.cs_pagination.cs_style_2 li.slick-active button,
.cs_pagination.cs_style_3 li.slick-active button {
  background-color: var(--black-color);
}
.cs_pagination.cs_style_1 li.slick-active button::after,
.cs_pagination.cs_style_2 li.slick-active button::after,
.cs_pagination.cs_style_3 li.slick-active button::after {
  display: block;
}

.cs_pagination.cs_style_2 li button {
  border-color: var(--white-color);
}
.cs_pagination.cs_style_2 li.slick-active button {
  background-color: var(--white-color);
}

.cs_pagination.cs_style_3 li button {
  border-color: var(--accent-color);
}
.cs_pagination.cs_style_3 li.slick-active button {
  background-color: var(--accent-color);
}

.cs_pagination.cs_style_4 {
  margin-left: 10px;
}
.cs_pagination.cs_style_4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs_pagination.cs_style_4 li button {
  height: 4px;
  width: 4px;
  background-color: #c7c7c7;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  padding: 0;
  font-size: 0;
  position: relative;
}
.cs_pagination.cs_style_4 li.slick-active button {
  background-color: #3c5e39;
}
.cs_pagination.cs_style_4 li.slick-active button::after {
  display: block;
}

/*=======================================================
 Horizontal Slider
=========================================================*/
.cs_brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_brand .cs_brand_title {
  position: relative;
  width: min(284px, 100%);
  padding-right: 20px;
}
.cs_brand .cs_brand_title::before {
  content: "";
  position: absolute;
  border-left: 1px solid var(--accent-color);
  height: 44px;
  padding-right: 30px;
  right: 0;
}
.cs_brand .cs_brand_slider_wrapper_style_1,
.cs_brand .cs_brand_slider_wrapper_style_2 {
  width: min(920px, 100%);
  overflow: hidden;
}
.cs_brand .cs_brand_slider_wrapper_style_1 .cs_slider_in,
.cs_brand .cs_brand_slider_wrapper_style_2 .cs_slider_in {
  min-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.cs_brand .cs_brand_slider_wrapper_style_1 .cs_brands_list,
.cs_brand .cs_brand_slider_wrapper_style_1 .cs_brands_list_style_2,
.cs_brand .cs_brand_slider_wrapper_style_2 .cs_brands_list,
.cs_brand .cs_brand_slider_wrapper_style_2 .cs_brands_list_style_2 {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px 90px;
  margin: 0 45px;
  flex: none;
  animation: slider-left 30s linear infinite;
}
.cs_brand .cs_brand_slider_wrapper_style_1 .cs_brands_list_style_2,
.cs_brand .cs_brand_slider_wrapper_style_2 .cs_brands_list_style_2 {
  animation-direction: reverse;
}
.cs_brand .cs_brand_slider_wrapper_style_2 {
  width: 100%;
}
.cs_brand .cs_brand_slider_wrapper_style_2 .cs_brands_list,
.cs_brand .cs_brand_slider_wrapper_style_2 .cs_brands_list_style_2 {
  gap: 0px 30px;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .cs_brand {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
  .cs_brand .cs_brand_title::before {
    display: none;
  }
  .cs_brand .cs_brand_slider_wrapper_style_1 .cs_brands_list,
  .cs_brand .cs_brand_slider_wrapper_style_1 .cs_brands_list_style_2,
  .cs_brand .cs_brand_slider_wrapper_style_2 .cs_brands_list,
  .cs_brand .cs_brand_slider_wrapper_style_2 .cs_brands_list_style_2 {
    gap: 0 40px;
    margin: 0 20px;
  }
}

.cs_banner_slider .cs_pagination.cs_style_1 {
  width: 165px;
  height: 31px;
  border-radius: 66px 66px 0 0;
  background: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
}

@keyframes slider-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slider-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@media (max-width: 1399px) {
  .cs_slider_arrows_style_1 .cs_left_arrow {
    left: 0;
  }
  .cs_slider_arrows_style_1 .cs_right_arrow {
    right: 0;
  }
}
@media (max-width: 991px) {
  .cs_pagination_arrow {
    bottom: 2%;
    left: 4%;
  }
  .cs_pagination_arrow .cs_pagination.cs_style_2 {
    display: none;
  }
  .cs_pagination_arrow .cs_slider_arrows_style_2 {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .cs_pagination_arrow .cs_left_arrow,
  .cs_pagination_arrow .cs_right_arrow {
    position: initial;
  }
}
@media (max-width: 767px) {
  .cs_slider_arrows_style_1 {
    display: none !important;
  }
}
/*==============================================================
  10. About
================================================================*/
.cs_about_feature_list li {
  position: relative;
  padding-left: 33px;
}
.cs_about_feature_list li:not(:last-child) {
  margin-bottom: 15px;
}
.cs_about_feature_list .cs_feature_list_icon {
  color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 2px;
}

.cs_about_style_1 .cs_about_text_wrapper {
  max-width: min(100%, 520px);
  padding-left: 10px;
}
.cs_about_style_1 .cs_about_text_wrapper .cs_btn_style_1 {
  padding: 18px 41px 17px;
}
@media (max-width: 1199px) {
  .cs_about_style_1 .cs_layer_img_box {
    padding-right: 14%;
  }
  .cs_about_style_1 .cs_about_text_wrapper {
    padding-left: 0;
  }
}

.cs_about_style_2 .cs_section_heading_style_1 {
  width: min(995px, 100%);
}
.cs_about_style_2 .cs_about_left {
  padding-top: 20px;
}
.cs_about_style_2 .cs_about_img_left {
  padding-left: 90px;
}
.cs_about_style_2 .cs_about_img_left img {
  width: 100%;
}
.cs_about_style_2 .cs_about_img_right img {
  width: 100%;
}
@media (max-width: 991px) {
  .cs_about_style_2 .cs_about_img_left {
    padding-left: 0;
  }
}

.cs_about_style_3 .cs_about_img {
  position: relative;
}
.cs_about_style_3 .cs_about_img img {
  position: relative;
  z-index: 2;
}
.cs_about_style_3 .cs_about_img::before {
  content: "";
  background-color: var(--accent-color);
  position: absolute;
  top: 105px;
  width: 100%;
  height: 368px;
}
.cs_about_style_3 .cs_moon_shape {
  display: inline-block;
  animation: spinAnimation 10s linear infinite;
}

.cs_about_style_4 .cs_left_img img {
  width: 100%;
}
.cs_about_style_4 .cs_about_right {
  padding-left: 63px;
}
.cs_about_style_4 .cs_section_heading_style_1 {
  width: min(490px, 100%);
}
.cs_about_style_4 .cs_about_detais {
  display: flex;
  align-items: center;
  gap: 24px 48px;
  flex-wrap: wrap;
}
.cs_about_style_4 .cs_about_detais .cs_about_list li {
  position: relative;
  padding-left: 28px;
}
.cs_about_style_4 .cs_about_detais .cs_about_list li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--accent-color);
  top: 6px;
  left: 0;
}
.cs_about_style_4 .cs_about_detais .cs_about_list li:not(:last-child) {
  margin-bottom: 7px;
}
.cs_about_style_4 .cs_about_details_img img {
  width: 100%;
}
@media (max-width: 991px) {
  .cs_about_style_4 .cs_about_right {
    padding-left: 0;
  }
}

.cs_about_style_5 .cs_about_img {
  width: min(500px, 100%);
  padding: 115px 80px 90px 40px;
}
.cs_about_style_5 .cs_about_img img {
  position: relative;
  z-index: 2;
}
.cs_about_style_5 .cs_about_img::after {
  content: "";
  height: 93%;
  width: 240px;
  border-radius: 0 333px 333px 0;
  background: #8cfe64;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cs_about_style_5 .cs_about_img::before {
  content: "";
  height: 100%;
  width: 270px;
  border-radius: 0 333px 333px 0;
  background: #8cfe64;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cs_about_style_10 .container {
  max-width: 1460px;
}
.cs_about_style_10 .cs_about_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding-left: 0;
  gap: 25px;
}
.cs_about_style_10 .cs_about_list li {
  position: relative;
  padding-left: 40px;
}
.cs_about_style_10 .cs_about_list li .cs_circle {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
}
.cs_about_style_10 .cs_about_list li .cs_circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: inherit;
  background-color: var(--accent-color);
}
.cs_about_style_10 .cs_about_left {
  display: flex;
  align-items: end;
  gap: 30px;
}
.cs_about_style_10 .cs_about_left .cs_about_img_1 {
  position: relative;
}
.cs_about_style_10 .cs_about_left .cs_about_img_1 img {
  position: relative;
  z-index: 1;
}
.cs_about_style_10 .cs_about_left .cs_about_img_1::after {
  content: "";
  width: 70%;
  height: 72%;
  background: var(--gray-color5);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cs_about_style_10 .cs_about_left .cs_about_img_2 {
  position: relative;
}
.cs_about_style_10 .cs_about_left .cs_about_img_2 img {
  position: relative;
  z-index: 1;
}
.cs_about_style_10 .cs_about_left .cs_about_img_2::after {
  content: "";
  width: 85%;
  height: 70%;
  background: var(--gray-color5);
  position: absolute;
  bottom: 0;
  left: -20px;
}
@media (max-width: 575px) {
  .cs_about_style_10 .cs_about_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_about_style_10 .cs_about_list li {
    padding-left: 35px;
  }
}

.cs_about_style_11 .cs_about_right .cs_section_heading_style_1 {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 991px) {
  .cs_about_style_11 .cs_about_right .cs_section_heading_style_1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.cs_company_growth {
  background-color: #f8f9fa;
}

/*==============================================================
  11. Accordians
================================================================*/
.cs_accordian:not(:last-child) {
  margin-bottom: 15px;
}
.cs_accordian .cs_accordian_head {
  position: relative;
  padding: 20px 70px 20px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--primary-color);
  letter-spacing: -0.4px;
}
.cs_accordian .cs_accordian_head:hover {
  color: var(--accent-color);
}
.cs_accordian .cs_accordian_head:hover .cs_accordian_toggle {
  border-color: var(--accent-color);
}
.cs_accordian .cs_accordian_head:hover .cs_accordian_toggle::after, .cs_accordian .cs_accordian_head:hover .cs_accordian_toggle::before {
  background-color: var(--accent-color);
}
.cs_accordian .cs_accordian_body {
  padding: 10px 56px 30px 30px;
}
.cs_accordian.active .cs_accordian_head {
  color: var(--accent-color);
  pointer-events: none;
}
.cs_accordian.active .cs_accordian_head .cs_accordian_toggle {
  border-color: var(--accent-color);
}
.cs_accordian.active .cs_accordian_head .cs_accordian_toggle::before, .cs_accordian.active .cs_accordian_head .cs_accordian_toggle::after {
  background-color: var(--accent-color);
  transform: rotate(0deg);
}
.cs_accordian.cs_style_1 {
  border: 1px solid rgba(224, 38, 178, 0.15);
}
.cs_accordian.cs_style_2 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 27px;
}
.cs_accordian.cs_style_2:not(:last-child) {
  margin-bottom: 26px;
}
.cs_accordian.cs_style_2 .cs_accordian_head {
  padding: 0;
  padding-right: 70px;
}
.cs_accordian.cs_style_2 .cs_accordian_head .cs_accordian_toggle {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cs_accordian.cs_style_2 .cs_accordian_body {
  margin-bottom: 7px;
  width: min(580px, 100%);
  font-size: 15px;
  padding: 0;
}
.cs_accordian.cs_style_2.active .cs_accordian_head {
  margin-bottom: 18px;
  color: var(--accent-color);
}
.cs_accordian.cs_style_2.active .cs_accordian_toggle {
  transform: rotate(180deg);
}
.cs_accordian.cs_style_3 {
  border-radius: 8px;
  border: 1px solid rgba(224, 38, 178, 0.15);
  background: var(--white-color);
}
.cs_accordian.cs_style_4 {
  border-bottom: 1px solid var(--border-color);
}
.cs_accordian.cs_style_4:last-child {
  margin-bottom: 0;
}
.cs_accordian.cs_style_4 .cs_accordian_head {
  padding: 10px 0;
  padding-right: 40px;
  margin-bottom: 17px;
}
.cs_accordian.cs_style_4 .cs_accordian_head .cs_accordian_toggle {
  position: absolute;
  right: 0;
  top: 8px;
  pointer-events: none;
  transition: all 0.4s ease;
}
.cs_accordian.cs_style_4 .cs_accordian_body {
  padding: 0 0 33px 0;
  margin-top: -10px;
}
.cs_accordian.cs_style_4.active .cs_accordian_head {
  margin-bottom: 18px;
  color: var(--accent-color);
}
.cs_accordian.cs_style_4.active .cs_accordian_toggle {
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .cs_accordian .cs_accordian_head {
    padding: 20px 40px 20px 15px;
  }
  .cs_accordian .cs_accordian_body {
    padding: 10px 0;
  }
}

.cs_accordian_wrapper_1 {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.cs_accordian_wrapper_1 .cs_section_title {
  letter-spacing: -1.35px;
}
.cs_accordian_wrapper_1 .cs_accordian .cs_accordian_toggle {
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 26px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.cs_accordian_wrapper_1 .cs_accordian .cs_accordian_toggle::before, .cs_accordian_wrapper_1 .cs_accordian .cs_accordian_toggle::after {
  content: "";
  height: 2px;
  width: 10px;
  background-color: var(--primary-color);
  position: absolute;
  top: 7px;
  left: 3px;
  transition: all 0.3s ease;
}
.cs_accordian_wrapper_1 .cs_accordian .cs_accordian_toggle::after {
  transform: rotate(90deg);
}
.cs_accordian_wrapper_1 .cs_accordian.active span {
  border-bottom: 1px solid var(--accent-color);
}
@media (max-width: 575px) {
  .cs_accordian_wrapper_1 .cs_accordian_head {
    padding: 20px 45px 20px 15px;
  }
  .cs_accordian_wrapper_1 .cs_accordian .cs_accordian_toggle {
    right: 15px;
  }
  .cs_accordian_wrapper_1 .cs_accordian_body {
    padding: 5px 15px 20px 15px;
  }
}

.cs_avatar_wrapper_1 .cs_avatar {
  position: absolute;
  display: inline-block;
}
.cs_avatar_wrapper_1 .cs_avatar img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.cs_avatar_wrapper_1 .cs_avatar::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(1, 13, 9, 0.15);
  border-radius: 50%;
  z-index: 1;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(1) {
  top: 300px;
  left: 15%;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(1)::before {
  top: 0px;
  right: -10px;
  left: -5px;
  bottom: -15px;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(2) {
  top: 500px;
  left: 129px;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(2)::before {
  top: -12px;
  right: -20px;
  bottom: -8px;
  left: 0;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(3) {
  bottom: 162px;
  left: 17%;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(3)::before {
  top: -14px;
  right: -11px;
  bottom: -1px;
  left: -4px;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(4) {
  top: 300px;
  right: 15%;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(4)::before {
  top: -2px;
  right: -3px;
  bottom: -13px;
  left: -12px;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(5) {
  top: 500px;
  right: 9%;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(5)::before {
  top: -5px;
  right: -2px;
  bottom: -15px;
  left: -18px;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(6) {
  bottom: 145px;
  right: 17%;
}
.cs_avatar_wrapper_1 .cs_avatar:nth-child(6)::before {
  top: -4px;
  right: -1px;
  bottom: -11px;
  left: -14px;
}
@media (max-width: 1399px) {
  .cs_avatar_wrapper_1 .cs_avatar:nth-child(1) {
    left: 12%;
  }
  .cs_avatar_wrapper_1 .cs_avatar:nth-child(2) {
    left: 6%;
  }
  .cs_avatar_wrapper_1 .cs_avatar:nth-child(3) {
    left: 11%;
  }
  .cs_avatar_wrapper_1 .cs_avatar:nth-child(4) {
    right: 12%;
  }
  .cs_avatar_wrapper_1 .cs_avatar:nth-child(5) {
    right: 6%;
  }
  .cs_avatar_wrapper_1 .cs_avatar:nth-child(6) {
    right: 11%;
  }
}
@media (max-width: 1199px) {
  .cs_avatar_wrapper_1 .cs_avatar {
    display: none;
  }
}

.cs_accordian_wrapper_2 .cs_accordian {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  background: #f9f9f9;
}
.cs_accordian_wrapper_2 .cs_accordian:not(:last-child) {
  margin-bottom: 30px;
}
.cs_accordian_wrapper_2 .cs_accordian .cs_accordian_head {
  padding: 15px 66px 15px 32px;
  position: relative;
  cursor: pointer;
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.cs_accordian_wrapper_2 .cs_accordian .cs_accordian_head .cs_accordian_toggle {
  position: absolute;
  right: 30px;
  top: 15px;
  transition: all 0.3s ease;
}
.cs_accordian_wrapper_2 .cs_accordian .cs_accordian_head:hover {
  color: var(--accent-color);
}
.cs_accordian_wrapper_2 .cs_accordian .cs_accordian_body {
  padding: 20px 30px 30px;
  color: var(--secondary-color);
}
.cs_accordian_wrapper_2 .cs_accordian.active .cs_accordian_head {
  background-color: var(--accent-color);
  color: var(--white-color);
  pointer-events: none;
}
.cs_accordian_wrapper_2 .cs_accordian.active .cs_accordian_head .cs_accordian_toggle {
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .cs_accordian_wrapper_2 .cs_accordian .cs_accordian_head {
    padding: 20px 45px 20px 15px;
  }
  .cs_accordian_wrapper_2 .cs_accordian .cs_accordian_head .cs_accordian_toggle {
    right: 15px;
    top: 20px;
  }
  .cs_accordian_wrapper_2 .cs_accordian .cs_accordian_body {
    padding: 5px 15px 20px 15px;
  }
}

.cs_accordian_section {
  background: rgba(0, 149, 246, 0.05);
}
.cs_accordian_section .cs_section_title {
  letter-spacing: -1.44px;
}

.cs_accordian_wrapper_3 {
  padding-left: 185px;
}
.cs_accordian_wrapper_3 .cs_accordian {
  border: 0;
  padding: 0;
}
.cs_accordian_wrapper_3 .cs_accordian:not(:last-child) {
  margin-bottom: 15px;
}
.cs_accordian_wrapper_3 .cs_accordian .cs_accordian_body {
  padding: 24px 0;
}
.cs_accordian_wrapper_3 .cs_accordian:last-child .cs_accordian_body {
  padding: 24px 0 0;
}
.cs_accordian_wrapper_3 .cs_accordian .cs_accordian_head {
  padding: 0 0 15px 0;
  color: var(--primary-color);
  border-bottom: 1px solid rgba(2, 6, 38, 0.07);
  cursor: pointer;
}
.cs_accordian_wrapper_3 .cs_accordian .cs_accordian_toggle {
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.cs_accordian_wrapper_3 .cs_accordian.active .cs_accordian_head {
  pointer-events: none;
}
.cs_accordian_wrapper_3 .cs_accordian.active .cs_accordian_toggle {
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .cs_accordian_wrapper_3 {
    padding-left: 100px;
  }
}
@media (max-width: 992px) {
  .cs_accordian_wrapper_3 {
    padding-left: 0;
  }
}

.cs_accordian_wrapper_4 {
  position: relative;
}
.cs_accordian_wrapper_4 .cs_left_side {
  padding-right: 45px;
}
.cs_accordian_wrapper_4 .cs_accordian_btn {
  background: #36adf0;
  padding: 27px 50px 22px 40px;
  color: var(--white-color);
  position: relative;
}
.cs_accordian_wrapper_4 .cs_accordian_btn .cs_cross_btn {
  position: absolute;
  right: 20px;
  top: 29px;
}
.cs_accordian_wrapper_4 .cs_accordian_btn .cs_cross_btn:hover {
  opacity: 0.75;
}
.cs_accordian_wrapper_4 .cs_accordian_btn a {
  display: inline-block;
  padding: 10px 0;
}
.cs_accordian_wrapper_4 .cs_accordian_btn a:hover {
  opacity: 0.75;
}
.cs_accordian_wrapper_4::after {
  content: "";
  width: 1898px;
  height: 1260px;
  border-radius: 50%;
  background: rgba(54, 173, 240, 0.1);
  position: absolute;
  right: 442px;
  top: -43px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cs_accordian_wrapper_4 .cs_section_title br {
    display: none !important;
  }
  .cs_accordian_wrapper_4 .cs_accordian_btn {
    padding: 27px 45px 22px 20px;
  }
  .cs_accordian_wrapper_4 .cs_accordian_btn .cs_accordian_head br {
    display: none;
  }
}

/*==============================================================
  12. Hero
================================================================*/
.cs_hero_bottom {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  flex-wrap: wrap;
}
.cs_hero_bottom sup {
  font-size: 18px;
  top: -1.8em !important;
  margin-left: -10px;
  font-weight: 500;
}

.cs_hero_style_1 {
  padding: 264px 0 0;
}
.cs_hero_style_1 .cs_hero_content {
  width: min(100%, 740px);
}
.cs_hero_style_1 .cs_shop_feature_style_1 {
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 1400px) {
  .cs_hero_style_1 .container {
    max-width: 1620px;
  }
}
@media (max-width: 1399px) {
  .cs_hero_style_1 .container {
    max-width: 100%;
  }
  .cs_hero_style_1 .cs_shop_feature_style_1 .cs_iconbox_wrapper_1 .cs_iconbox_style_1 {
    align-items: start;
  }
  .cs_hero_style_1 .cs_shop_feature_style_1 .cs_iconbox_wrapper_1 .cs_iconbox_style_1:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .cs_hero_style_1 .cs_shop_feature_style_1 .cs_iconbox_wrapper_1 {
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px 0;
  }
  .cs_hero_style_1 .cs_shop_feature_style_1 .cs_iconbox_wrapper_1 .cs_iconbox_style_1 {
    align-items: start;
    width: calc(50% - 20px);
  }
  .cs_hero_style_1 .cs_shop_feature_style_1 .cs_iconbox_wrapper_1 .cs_iconbox_style_1:not(:last-child) {
    margin: 0;
    padding: 0;
    border-right: 0;
  }
}
@media (max-width: 991px) {
  .cs_hero_style_1 {
    padding: 160px 0 0;
  }
  .cs_hero_style_1 .cs_hero_content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cs_hero_style_1 .cs_shop_feature_style_1 .cs_iconbox_wrapper_1 {
    gap: 25px;
  }
  .cs_hero_style_1 .cs_shop_feature_style_1 .cs_iconbox_wrapper_1 .cs_iconbox_style_1 {
    width: 100%;
  }
}

.cs_hero_style_2 {
  padding: 430px 0 260px;
}
.cs_hero_style_2::before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_hero_style_2 .cs_hero_content {
  width: min(720px, 100%);
  margin-left: auto;
}
.cs_hero_style_2 .cs_btn_style_2 {
  padding: 17px 22px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .cs_hero_style_2 {
    padding: 230px 0 160px;
  }
}
@media (max-width: 991px) {
  .cs_hero_style_2 {
    padding: 180px 0 80px;
  }
}

.cs_hero_style_3 {
  padding: 125px 0 0;
  position: relative;
}
.cs_hero_style_3::after {
  content: "";
  width: min(100%, 683px);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
  background: #fff9f9;
}
.cs_hero_style_3 .cs_section_heading_style_1 {
  width: min(445px, 100%);
  position: relative;
  z-index: 3;
}
.cs_hero_style_3 .cs_hero_center_img {
  position: relative;
}
.cs_hero_style_3 .cs_hero_center_img img {
  position: relative;
  z-index: 5;
}
.cs_hero_style_3 .cs_hero_right_img {
  position: absolute;
  right: 21%;
}
.cs_hero_style_3 .cs_hero_right_info {
  margin-left: 60px;
  position: relative;
  z-index: 2;
}
.cs_hero_style_3 .cs_hero_right_info .cs_hd_camera {
  border: 1px solid rgba(254, 104, 6, 0.55);
  padding: 23px 36px;
  width: min(100%, 233px);
}
.cs_hero_style_3 .cs_hero_right_info .cs_rating {
  color: #c8c8c8;
}
.cs_hero_style_3 .cs_hero_right_info .cs_rating::before {
  font-weight: 900;
}
.cs_hero_style_3 .cs_hero_right_info .cs_rating .cs_rating_percentage {
  color: var(--accent-color);
}
@media (max-width: 1399px) {
  .cs_hero_style_3 .cs_hero_right_img {
    right: 0;
  }
  .cs_hero_style_3 .cs_hero_right_info {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .cs_hero_style_3 .cs_hero_right_info {
    margin-left: 20px;
  }
  .cs_hero_style_3 .cs_hero_right_info .cs_hd_camera {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .cs_hero_style_3 {
    padding: 180px 0 0;
  }
  .cs_hero_style_3::after {
    width: 100%;
  }
  .cs_hero_style_3 .cs_hero_right_info {
    margin-left: 0;
    padding-bottom: 60px;
  }
  .cs_hero_style_3 .cs_hero_center_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cs_hero_style_3 .cs_hero_center_img,
  .cs_hero_style_3 .cs_section_heading_style_1 {
    width: 100%;
  }
}

.cs_camera_feature_style_1 {
  padding: 76px 0;
  background-color: #f9f9f9;
}
.cs_camera_feature_style_1 .cs_iconbox_style_1 {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.cs_camera_feature_style_1 .cs_iconbox_style_1 .cs_iconbox_icon {
  width: 104px;
  height: 104px;
  padding: 10px;
  flex: none;
  border-radius: 50%;
  background-color: #f4f4f4;
}
.cs_camera_feature_style_1 .cs_iconbox_style_1 .cs_iconbox_icon img {
  border-radius: 0;
}
.cs_camera_feature_style_1 .cs_iconbox_style_1 .cs_iconbox_info {
  width: min(259px, 100%);
}
@media (min-width: 1400px) {
  .cs_camera_feature_style_1 .container {
    max-width: 1500px;
  }
}

.cs_hero_style_4 {
  padding: 320px 0 276px;
}
.cs_hero_style_4 .cs_hero_title {
  padding-bottom: 70px;
  width: min(700px, 100%);
}
.cs_hero_style_4 .cs_hero_bottom {
  display: flex;
  align-items: center;
  gap: 22px;
}
.cs_hero_style_4 .cs_hero_bottom .cs_btn_style_5 {
  padding: 17px 41px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .cs_hero_style_4 {
    padding: 190px 0 180px;
  }
}
@media (max-width: 991px) {
  .cs_hero_style_4 {
    padding: 180px 0 80px;
  }
  .cs_hero_style_4 .cs_hero_title {
    padding-bottom: 40px;
  }
}

.cs_color_shape {
  width: 613px;
  height: 637px;
  background: rgba(126, 200, 145, 0.3);
  filter: blur(165.5px);
}

.cs_hero_style_5 {
  padding: 383px 0 260px;
}
.cs_hero_style_5 .cs_hero_content {
  width: min(700px, 100%);
}
.cs_hero_style_5 .cs_hero_subtitle {
  color: #d9d9d9;
}
.cs_hero_style_5 .cs_hero_img {
  position: absolute;
  right: 0;
  top: -236px;
}
.cs_hero_style_5 .cs_hero_img img {
  position: relative;
  z-index: 1;
}
.cs_hero_style_5 .cs_color_shape {
  top: 80px;
  left: -51px;
  background: rgba(255, 202, 46, 0.44);
}
.cs_hero_style_5 .cs_rating_section {
  display: flex;
  align-items: center;
  gap: 20px;
  right: 74px;
  top: 250px;
}
.cs_hero_style_5 .cs_rating_section .cs_rating_img {
  height: 180px;
  width: 57px;
}
.cs_hero_style_5 .cs_rating_section .cs_rating_img::after {
  content: "";
  width: 1px;
  height: 180px;
  background-color: var(--white-color);
}
.cs_hero_style_5 .cs_rating_section .cs_rating_img .cs_img:first-child {
  top: 30px;
}
.cs_hero_style_5 .cs_rating_section .cs_rating_img .cs_img:last-child {
  bottom: 30px;
}
.cs_hero_style_5 .cs_rating_section .cs_rating_text h2 {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 1199px) {
  .cs_hero_style_5 .cs_rating_section {
    top: 170px;
  }
}
@media (max-width: 991px) {
  .cs_hero_style_5 {
    padding: 360px 0 80px;
  }
}
@media (max-width: 767px) {
  .cs_hero_style_5 .cs_hero_img {
    top: 100px;
  }
}
@media (max-width: 575px) {
  .cs_hero_style_5 .cs_rating_section {
    left: 15px;
    right: initial;
  }
}

.cs_hero_style_6 {
  padding: 315px 0 285px;
  position: relative;
  z-index: 2;
}
.cs_hero_style_6::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}
.cs_hero_style_6 .cs_hero_content {
  width: min(820px, 100%);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cs_hero_style_6 {
    padding: 180px 0 80px;
  }
}

.cs_hero_style_7 {
  padding: 160px 0;
}
.cs_hero_style_7 .cs_customers_aria {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_hero_style_7 .cs_customers {
  display: flex;
}
.cs_hero_style_7 .cs_customers .cs_customer_img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.cs_hero_style_7 .cs_customers .cs_customer_img:not(:first-child) {
  margin-left: -10px;
}
.cs_hero_style_7 .cs_customers .cs_customer_img img {
  width: 100%;
}
.cs_hero_style_7 .cs_btn_style_1 {
  padding: 20px 49px;
  font-weight: 600;
}
.cs_hero_style_7 .cs_burger_text_img {
  margin-top: -166px;
}
.cs_hero_style_7 .cs_shape_1 {
  bottom: -160px;
  right: 83px;
}
.cs_hero_style_7 .cs_shape_2 {
  top: -26px;
  left: 120px;
}
@media (max-width: 1199px) {
  .cs_hero_style_7 .cs_shape_2 {
    top: -65px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .cs_hero_style_7 {
    padding: 144px 0 80px;
  }
  .cs_hero_style_7 .cs_shape_1 {
    display: none;
  }
  .cs_hero_style_7 .cs_shape_2 {
    display: none;
  }
}

.cs_hero_style_8 {
  padding: 128px 0 36px;
  position: relative;
}
.cs_hero_style_8::after {
  content: "";
  width: 39%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--accent-color);
}
.cs_hero_style_8 .cs_right_hero {
  width: 70%;
  margin-left: auto;
  position: relative;
}
.cs_hero_style_8 .cs_right_hero::before {
  content: "";
  width: 751.167px;
  height: 278.782px;
  background: #20a5f0;
  border-radius: 333px 0 0 333px;
  transform: rotate(-38.752deg);
  position: absolute;
  z-index: 1;
  top: 273px;
  right: -168px;
}

/* Mobile: Bajar el fondo azul para que no tape el logo y menú */
@media (max-width: 991px) {
  .cs_hero_style_8 .cs_right_hero::before {
    top: 200px !important;
    width: 600px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  .cs_hero_style_8 .cs_right_hero::before {
    top: 180px !important;
    width: 550px;
    height: 120px;
    right: -120px;
  }
}

@media (max-width: 575px) {
  .cs_hero_style_8 .cs_right_hero::before {
    top: 160px !important;
    width: 500px;
    height: 100px;
    right: -100px;
  }
}
.cs_hero_style_8 .cs_right_hero .cs_right_hero_img {
  right: 202px;
}
.cs_hero_style_8 .cs_border {
  width: 220px;
  height: 50px;
  padding: 13px 27px 15px;
  color: var(--white-color);
  background-color: var(--accent-color);
}
.cs_hero_style_8 .cs_border i {
  padding-left: 10px;
}
.cs_hero_style_8 .cs_border:hover {
  background-color: var(--primary-color);
}
.cs_hero_style_8 .cs_border:hover .top-border,
.cs_hero_style_8 .cs_border:hover .bottom-border, .cs_hero_style_8 .cs_border:hover::before, .cs_hero_style_8 .cs_border:hover::after {
  background-color: var(--primary-color);
}
.cs_hero_style_8 .cs_price {
  width: min(340px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}
.cs_hero_style_8 .cs_review {
  position: absolute;
  right: 0;
  bottom: 123px;
}
.cs_hero_style_8 .cs_review .cs_rating_wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}
.cs_hero_style_8 .cs_review .cs_rating_wrapper_in {
  width: 120px;
}
.cs_hero_style_8 .cs_review .cs_rating {
  color: var(--border-color);
}
.cs_hero_style_8 .cs_review .cs_rating::before {
  font-weight: 900;
}
.cs_hero_style_8 .cs_review .cs_rating_percentage {
  color: var(--accent-color);
}
.cs_hero_style_8 .cs_shape {
  position: absolute;
  right: -50px;
  bottom: -131px;
  animation: shape1 3s infinite;
}
.cs_hero_style_8 .cs_hero_img_details {
  top: 25%;
  right: -30px;
  z-index: 3;
}
.cs_hero_style_8 .cs_hero_img_details p {
  padding-bottom: 13px;
  position: relative;
}
.cs_hero_style_8 .cs_hero_img_details p:not(:last-child) {
  margin-bottom: 75px;
}
.cs_hero_style_8 .cs_hero_img_details p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--white-color);
  bottom: 0;
  left: -104px;
  z-index: 1;
}
@media (max-width: 1299px) {
  .cs_hero_style_8 .cs_right_hero::before {
    right: -305px;
  }
  .cs_hero_style_8 .cs_price {
    width: min(285px, 100%);
  }
}
@media (max-width: 1199px) {
  .cs_hero_style_8::after {
    width: 45%;
  }
  .cs_hero_style_8 .cs_review {
    position: initial;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cs_hero_style_8::after {
    display: none;
  }
  .cs_hero_style_8 .cs_right_hero_img,
  .cs_hero_style_8 .cs_hero_img_details {
    position: initial !important;
    top: initial;
    flex: 1;
  }
  .cs_hero_style_8 .cs_right_hero_img,
  .cs_hero_style_8 .cs_hero_img_details {
    position: initial !important;
    top: initial;
  }
  .cs_hero_style_8 .cs_right_hero {
    width: 100%;
    padding: 50px 0;
    background-color: #20a5f0;
    display: flex;
    align-items: center;
  }
  .cs_hero_style_8 .cs_right_hero::before {
    display: none;
  }
  .cs_hero_style_8 .cs_right_hero::after {
    height: 100%;
    top: 0;
  }
  .cs_hero_style_8 .cs_shape {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .cs_hero_style_8 .cs_right_hero .cs_right_hero_img {
    right: 192px;
  }
  .cs_hero_style_8 .cs_hero_img_details p:not(:last-child) {
    margin-bottom: 40px;
  }
  .cs_hero_style_8 .cs_hero_img_details p::after {
    left: 0;
  }
}
@media (max-width: 575px) {
  .cs_hero_style_8 .cs_right_hero {
    gap: 30px;
    flex-direction: column;
  }
  .cs_hero_style_8 .cs_shape {
    display: none;
  }
}

.cs_hero_style_9 {
  padding: 240px 0 0px;
  position: relative;
}
.cs_hero_style_9 .container {
  max-width: 1440px;
}
.cs_hero_style_9 .slick-list {
  overflow: visible;
}
.cs_hero_style_9 .slick-slide {
  opacity: 0;
}
.cs_hero_style_9 .slick-current {
  opacity: 1;
}
.cs_hero_style_9 .slick-current .cs_hero_img {
  transform: translateY(75px) rotateY(0);
}
.cs_hero_style_9 .slick-current .cs_hero_img img {
  width: 100%;
}
.cs_hero_style_9 .cs_slide {
  position: relative;
}
.cs_hero_style_9 .cs_hero_img {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 5;
  transform: translateY(75px) rotateY(-180deg);
  transition: all 0.4s ease;
}
.cs_hero_style_9 .cs_hero_img img {
  width: 100%;
}
.cs_hero_style_9 .cs_hero_info {
  width: min(792px, 100%);
  margin-left: auto;
  padding-bottom: 180px;
}
.cs_hero_style_9 .cs_hero_info .cs_btn_style_2 {
  background-color: var(--white-color);
  color: var(--accent-color);
  padding: 16px 32px;
  font-weight: 600;
  border-radius: 0;
  overflow: hidden;
}
.cs_hero_style_9 .cs_hero_info .cs_btn_style_2:hover {
  border-radius: 32px;
}
.cs_hero_style_9::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 100%;
  background: var(--accent-color);
  left: 0;
  top: 0;
}
@media (max-width: 1600px) {
  .cs_hero_style_9 .cs_hero_img {
    left: 60px;
  }
}
@media (max-width: 1399px) {
  .cs_hero_style_9 .cs_hero_info {
    width: min(692px, 100%);
  }
  .cs_hero_style_9 .cs_hero_img img {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .cs_hero_style_9 .cs_hero_info {
    width: min(648px, 51%);
  }
  .cs_hero_style_9 .cs_hero_img img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .cs_hero_style_9 {
    padding: 120px 0 80px;
  }
  .cs_hero_style_9 .cs_hero_img {
    position: initial;
    transform: none;
    width: 80%;
    margin: 0 auto;
  }
  .cs_hero_style_9 .cs_hero_img img {
    width: 100%;
  }
  .cs_hero_style_9 .cs_hero_info {
    padding: 30px 0 100px;
    width: 100%;
    margin: 0 auto;
  }
}

.cs_hero_style_10 {
  padding: 166px 0 0;
  border-bottom: 1px solid var(--border-color);
}
.cs_hero_style_10 .cs_hero_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.cs_hero_style_10 .cs_hero_left {
  width: min(777px, 100%);
}
.cs_hero_style_10 .cs_hero_right {
  border: 1px solid var(--border-color);
  border-bottom: 0;
  border-radius: 444px 444px 0 0;
  padding: 40px 20px 38px 54px;
}
.cs_hero_style_10 .cs_hero_right img {
  width: 100%;
}
.cs_hero_style_10 .cs_hero_bg_img {
  top: -30px;
  right: 0;
}
.cs_hero_style_10 .cs_color_shape {
  top: -66px;
  left: -266px;
}
@media (max-width: 1199px) {
  .cs_hero_style_10 .cs_hero_content {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .cs_hero_style_10 .cs_hero_content {
    flex-direction: column;
    align-items: center;
  }
}

.cs_about_hero {
  padding: 245px 0 190px;
  position: relative;
}
.cs_about_hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.cs_about_hero .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: var(--white-color);
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}
.cs_about_hero .breadcrumb {
  display: inline-flex;
  font-weight: 300;
  justify-content: center;
}
.cs_about_hero .breadcrumb-item {
  color: var(--white-color);
}
.cs_about_hero .breadcrumb-item.active {
  opacity: 1;
  color: var(--accent-color);
}
.cs_about_hero .breadcrumb-item a {
  position: relative;
}
.cs_about_hero .breadcrumb-item a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--white-color);
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  position: absolute;
  left: 0;
  top: 100%;
}
.cs_about_hero .breadcrumb-item a:hover::before {
  transform: scale(1, 1);
  transform-origin: bottom left;
}
@media (max-width: 992px) {
  .cs_about_hero {
    padding: 180px 0 90px;
  }
}

/*==============================================================
  13. Cards
================================================================*/
.cs_card_style_1 {
  height: 100%;
  width: 100%;
}
.cs_card_style_1 .cs_card_thumbnail {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cs_card_style_1 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease;
}
.cs_card_style_1 .cs_card_thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: inherit;
}
.cs_card_style_1 .cs_card_info {
  position: absolute;
  padding: 20px 40px 56px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.cs_card_style_1:hover img {
  transform: scale(1.03);
}
.cs_card_style_1 .cs_card_title:hover {
  color: var(--accent-color);
}
@media (max-width: 1399px) {
  .cs_card_style_1 .cs_card_info {
    padding: 20px 20px 56px;
  }
}

.cs_text_content {
  border-bottom: 1px solid var(--border-color);
}
.cs_text_content .cs_text_wrapper {
  max-width: 360px;
}
.cs_text_content .cs_text_wrapper .cs_text:nth-child(even) {
  padding-left: 80px;
}
.cs_text_content .cs_order_card {
  padding: 105px 44px 175px 35px;
  background-color: var(--accent-color);
  clip-path: polygon(50% 2%, 100% 0, 100% 60%, 100% 100%, 50% 98%, 0 100%, 0 0);
}
.cs_text_content .cs_order_card .cs_btn_style_4 .cs_icon_left {
  color: var(--white-color);
  background-color: var(--accent-color);
}
@media (max-width: 1199px) {
  .cs_text_content .cs_text_wrapper .cs_text:nth-child(even) {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .cs_text_content .cs_text_wrapper {
    width: 100%;
    margin-left: 0px !important;
  }
  .cs_text_content .cs_order_card {
    padding: 80px 15px 80px 15px;
  }
}
@media (max-width: 575px) {
  .cs_text_content .cs_text_wrapper .cs_text:nth-child(even) {
    padding-left: 0px;
  }
}

.cs_card_style_2 .cs_card_thumbnail {
  max-width: 630px;
}
.cs_card_style_2 .cs_card_thumbnail img {
  width: 100%;
}
.cs_card_style_2 .cs_btn_style_4 {
  margin-top: auto;
}

.cs_card_style_3 {
  height: 100%;
  border-radius: 5px;
  padding: 38px 20px 30px;
  border-color: var(--border-color);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cs_card_style_3 .cs_card_title:hover {
  background: linear-gradient(90deg, #e026b2 0%, #007aff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cs_card_style_3 .cs_card_thumbnail img {
  transition: transform 0.5s ease;
}
.cs_card_style_3 .cs_card_thumbnail img:hover {
  transform: scale(1.03);
}
.cs_card_style_3 .cs_price {
  margin-top: auto;
  background: linear-gradient(90deg, #e026b2 0%, #007aff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cs_card_style_4 {
  width: min(100%, 1045px);
}
.cs_card_style_4 .cs_card_thumbnail img {
  width: 100%;
}

.cs_card_style_6 {
  border-radius: 35px;
  height: 100%;
}
.cs_card_style_6 .cs_card_thumbnail {
  width: 100%;
  height: 100%;
}
.cs_card_style_6 .cs_card_thumbnail img {
  width: 100%;
  height: 100%;
}
.cs_card_style_6 .cs_card_info {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 52px 30px;
}
.cs_card_style_6 .cs_card_title:hover {
  opacity: 0.8;
}

.cs_card_style_7 {
  background-color: rgba(253, 160, 21, 0.15);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}
.cs_card_style_7 h2 {
  margin-bottom: 22px;
}
.cs_card_style_7 h3 {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs_card_style_7 h3:hover {
  color: var(--accent-color);
}
.cs_card_style_7 p {
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs_card_style_7 .cs_card_img {
  width: 48%;
  flex: none;
  overflow: hidden;
}
.cs_card_style_7 .cs_card_img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.cs_card_style_7 .cs_card_img img:hover {
  transform: scale(1.08);
}
.cs_card_style_7 .cs_card_info {
  padding: 35px 40px;
}
.cs_card_style_7 .cs_btn_style_1 {
  padding: 18px 41px;
  border-radius: 50px;
  font-size: 18px;
  color: var(--primary-color);
}
.cs_card_style_7 .cs_btn_style_1:hover {
  color: var(--accent-color);
}
@media (max-width: 1399px) {
  .cs_card_style_7 .cs_card_info {
    padding: 50px 15px;
  }
}
@media (max-width: 1199px) {
  .cs_card_style_7 .cs_card_img {
    width: 51%;
  }
  .cs_card_style_7 .cs_card_info {
    padding: 35px 15px 40px;
  }
  .cs_card_style_7 .cs_card_info h2 {
    margin-bottom: 20px;
  }
  .cs_card_style_7 .cs_card_info h3 {
    margin-bottom: 24px;
  }
  .cs_card_style_7 .cs_card_info p {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cs_card_style_7 {
    flex-direction: column;
  }
  .cs_card_style_7 .cs_card_img {
    width: 100%;
  }
}

.cs_card_style_8 {
  background: rgba(54, 173, 240, 0.1);
  padding: 95px 20px 102px 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cs_card_style_8 .cs_card_info {
  width: min(410px, 100%);
}
.cs_card_style_8 .cs_card_img {
  position: relative;
}
.cs_card_style_8 .cs_card_img img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cs_card_style_8 .cs_card_img::before {
  content: "";
  width: 76px;
  height: 560px;
  background: #007aff;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.cs_card_style_8 .cs_card_img::after {
  content: "";
  width: 76px;
  height: 363px;
  background: #84bfff;
  position: absolute;
  top: 50%;
  left: 192px;
  transform: translateY(-50%);
}
.cs_card_style_8 .cs_rating::before {
  font-weight: 900;
  color: rgb(196, 196, 196);
}
.cs_card_style_8 .cs_rating .cs_rating_percentage {
  color: var(--accent-color);
}
.cs_card_style_8 .cs_price {
  display: flex;
  align-items: center;
  gap: 33px;
}
.cs_card_style_8 .cs_price p:last-child {
  text-decoration: line-through;
}
.cs_card_style_8 .cs_btn_style_2 {
  font-size: 16px;
  color: var(--accent-color);
  background-color: var(--white-color);
  padding: 12px 30px;
  border-radius: 0;
}
.cs_card_style_8 .cs_btn_style_2::before {
  border-radius: 0;
}
.cs_card_style_8 .cs_btn_style_2::after {
  border-radius: 0;
}
.cs_card_style_8 .cs_btn_style_2:hover {
  color: var(--white-color);
}
@media (max-width: 1500px) {
  .cs_card_style_8 .cs_card_img::before {
    left: 50px;
  }
  .cs_card_style_8 .cs_card_img::after {
    left: 140px;
  }
}
@media (max-width: 1299px) {
  .cs_card_style_8 .cs_card_img::after {
    left: 140px;
  }
  .cs_card_style_8 .cs_card_img::before {
    left: 45px;
  }
}
@media (max-width: 575px) {
  .cs_card_style_8 {
    flex-direction: column;
  }
  .cs_card_style_8 .cs_card_img::after {
    display: none;
  }
  .cs_card_style_8 .cs_card_img::before {
    display: none;
  }
}

.cs_top {
  position: relative;
  z-index: 2;
}
.cs_top::after {
  content: "";
  width: 2400px;
  height: 1164px;
  border-radius: 0 0 1000px 1000px;
  background: #f8fcff;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .cs_top::after {
    top: 42px;
  }
}
@media (max-width: 991px) {
  .cs_top::after {
    top: 0;
    height: 1330px;
  }
}
@media (max-width: 767px) {
  .cs_top::after {
    height: 1492px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .cs_top::after {
    height: 85%;
  }
}

.cs_bottom {
  padding-top: 285px;
}
.cs_bottom .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1399px) {
  .cs_bottom .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .cs_bottom {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .cs_bottom .container-fluid {
    padding: 0 15px;
  }
}

.cs_bottom_in {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.cs_bottom_in .cs_card_style_8 {
  flex: 1.4;
}
.cs_bottom_in .cs_counter_wrapper_2 {
  flex: 1;
}
@media (max-width: 1500px) {
  .cs_bottom_in .cs_card_style_8 {
    flex: 1;
  }
  .cs_bottom_in .cs_counter_wrapper_2 {
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .cs_bottom_in {
    flex-wrap: wrap;
  }
  .cs_bottom_in .cs_card_style_8 {
    flex: none;
    width: 100%;
  }
  .cs_bottom_in .cs_counter_wrapper_2 {
    flex: none;
    width: 100%;
  }
  .cs_bottom_in .cs_counter_wrapper_2 .cs_counter_wrapper_in {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cs_bottom_in .cs_card_style_8 {
    padding: 70px 15px;
  }
}

.cs_card_style_9 {
  padding: 170px 0 204px;
  position: relative;
}
.cs_card_style_9 .cs_section_heading_style_4 {
  width: min(566px, 100%);
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
}
.cs_card_style_9 .cs_section_heading_style_4 .cs_section_subtitle {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.cs_card_style_9::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.cs_card_style_10 {
  padding: 35px 44px 35px 65px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.cs_card_style_10 .cs_card_thumnail img {
  width: 100%;
}
.cs_card_style_10 .cs_card_info {
  width: min(550px, 100%);
  margin-left: auto;
}
.cs_card_style_10 .cs_card_btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
  transform: rotate(-45deg);
  font-size: 22px;
  transition: all 0.3s ease;
}
.cs_card_style_10 .cs_card_btn:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_card_style_10:hover {
  border-color: var(--border-color);
  border-radius: 8px;
}
.cs_card_style_10:hover h3 {
  color: var(--accent-color);
}
@media (max-width: 991px) {
  .cs_card_style_10 {
    padding: 35px 20px;
  }
  .cs_card_style_10 .cs_card_info {
    margin-left: 0;
  }
}

.cs_card_style_11 {
  padding: 52px 20px 40px 62px;
  background-color: var(--white-color);
  border-radius: 20px;
  box-shadow: 0 6px 44px 0 rgba(181, 181, 234, 0.41);
}
.cs_card_style_11 .cs_testimial_bottom {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cs_card_style_11 blockquote {
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cs_card_style_11 .cs_avatar {
  width: 55px;
  height: 55px;
}
@media (max-width: 991px) {
  .cs_card_style_11 {
    padding: 35px 15px;
  }
}

.cs_card_style_12 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.cs_card_style_12 .cs_card_info {
  padding: 37px 50px 37px 65px;
  background-color: var(--white-color);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.cs_card_style_12 .cs_price_range {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_card_style_12 .cs_price_range span {
  display: inline-block;
  height: 1px;
  width: 30px;
  background-color: var(--black-color);
}
.cs_card_style_12 .cs_card_thumbnail {
  overflow: hidden;
}
.cs_card_style_12 .cs_card_thumbnail img {
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.6s ease;
}
.cs_card_style_12 .cs_card_thumbnail:hover img {
  transform: scale(1.03);
}
.cs_card_style_12 .cs_card_title:hover {
  color: var(--accent-color);
}
@media (max-width: 991px) {
  .cs_card_style_12 .cs_card_info {
    width: 100%;
  }
}

.cs_card_style_13 {
  width: min(316px, 100%);
  height: 354px;
  border: 1px solid #7ec891;
  background: var(--white-color);
  padding: 65px 38px 57px;
}
.cs_card_style_13 .cs_card_thumbnail {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  flex: none;
  background-color: #f5f5f5;
}
.cs_card_style_13 .cs_card_info p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .cs_card_style_13 {
    height: auto;
    padding: 30px 20px;
  }
}

.cs_card_style_14 {
  padding-bottom: 15px;
}
.cs_card_style_14 .cs_card_content {
  border: 1px solid var(--border-color);
  padding: 25px 15px 52px;
  border-radius: 150px;
  width: min(100%, 312px);
  position: relative;
  background-color: var(--white-color);
}
.cs_card_style_14 .cs_card_content::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--accent-color);
  border-radius: inherit;
  transition: all 0.3s ease;
}
.cs_card_style_14 .cs_social_icons {
  flex-wrap: wrap;
}
.cs_card_style_14 .cs_social_icons a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--accent-color);
}
.cs_card_style_14 .cs_social_icons a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_card_style_14:hover .cs_card_content::after {
  background-color: var(--primary-color);
}

.cs_card_wrapper_1 .cs_glowing_card_1,
.cs_card_wrapper_1 .cs_glowing_card_2 {
  display: flex;
  gap: 30px;
  position: absolute;
}
.cs_card_wrapper_1 .cs_glowing_card_1 .cs_card_style_13:nth-child(1),
.cs_card_wrapper_1 .cs_glowing_card_2 .cs_card_style_13:nth-child(1) {
  margin-top: 300px;
}
.cs_card_wrapper_1 .cs_glowing_card_1 {
  top: 0;
  left: 44px;
}
.cs_card_wrapper_1 .cs_glowing_card_2 {
  bottom: 0px;
  right: 50px;
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .cs_card_wrapper_1 .cs_glowing_card_1 {
    top: 0px;
    left: 0px;
  }
  .cs_card_wrapper_1 .cs_glowing_card_2 {
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cs_card_wrapper_1 .cs_glowing_card_1,
  .cs_card_wrapper_1 .cs_glowing_card_2 {
    justify-content: center;
    position: initial;
  }
  .cs_card_wrapper_1 .cs_glowing_card_1 .cs_card_style_13:nth-child(1),
  .cs_card_wrapper_1 .cs_glowing_card_2 .cs_card_style_13:nth-child(1) {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .cs_card_wrapper_1 .cs_glowing_card_1,
  .cs_card_wrapper_1 .cs_glowing_card_2 {
    flex-direction: column;
  }
  .cs_card_wrapper_1 .cs_glowing_card_1 .cs_card_style_13,
  .cs_card_wrapper_1 .cs_glowing_card_2 .cs_card_style_13 {
    width: 100%;
  }
}

.cs_card_wrapper_3 {
  padding-left: 40px;
  padding-top: 20px;
  border-left: 2px dashed var(--accent-color);
}
.cs_card_wrapper_3 .cs_card_style_15 {
  padding: 26px 35px;
  position: relative;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
}
.cs_card_wrapper_3 .cs_card_style_15:not(:last-child) {
  margin-bottom: 60px;
}
.cs_card_wrapper_3 .cs_card_style_15 .cs_year {
  display: inline-block;
  padding: 5px 41px;
  background-color: var(--primary-color);
  position: absolute;
  top: -24px;
  z-index: 5;
  transition: all 0.3s ease;
}
.cs_card_wrapper_3 .cs_card_style_15:hover .cs_year {
  background-color: var(--accent-color);
}
.cs_card_wrapper_3 .cs_card_style_15::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid var(--border-color);
  left: -8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: white;
  border-right: 0;
  border-top: 0;
}
.cs_card_wrapper_3 .cs_card_style_15::before {
  content: "\f192";
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  position: absolute;
  left: -50px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
}
@media (max-width: 575px) {
  .cs_card_wrapper_3 {
    padding-left: 25px;
  }
  .cs_card_wrapper_3 .cs_card_style_15 {
    padding: 26px 15px;
  }
  .cs_card_wrapper_3 .cs_card_style_15::before {
    left: -35px;
  }
}

.cs_card_style_16 {
  background-color: var(--gray-color3);
  padding: 60px 15px 60px 15px;
  transition: all 0.3s ease;
}
.cs_card_style_16 a:hover {
  color: var(--accent-color);
}

/*============================================================
  14. CTA Component
==============================================================*/
.cs_cta_style_1 .cs_cta_text_wrapper,
.cs_cta_style_2 .cs_cta_text_wrapper {
  width: 50vw;
}
.cs_cta_style_1 .cs_btn_style_1,
.cs_cta_style_2 .cs_btn_style_1 {
  margin-top: auto;
  padding: 18px 46px 17px;
  border: 1px solid var(--accent-color);
}
.cs_cta_style_1 .cs_btn_style_1::before, .cs_cta_style_1 .cs_btn_style_1::after,
.cs_cta_style_2 .cs_btn_style_1::before,
.cs_cta_style_2 .cs_btn_style_1::after {
  display: none;
}
.cs_cta_style_1 .cs_cta_thumbnail,
.cs_cta_style_2 .cs_cta_thumbnail {
  height: 100%;
  min-height: 600px;
  width: 50vw;
}
.cs_cta_style_1 .cs_cta_text,
.cs_cta_style_2 .cs_cta_text {
  height: 100%;
  padding: 124px 0;
  width: min(100%, 625px);
}
@media (min-width: 1400px) {
  .cs_cta_style_1 .container,
  .cs_cta_style_2 .container {
    max-width: 1620px;
  }
}
@media (max-width: 991px) {
  .cs_cta_style_1,
  .cs_cta_style_2 {
    padding: 80px 0;
  }
  .cs_cta_style_1 .cs_cta_text_wrapper,
  .cs_cta_style_2 .cs_cta_text_wrapper {
    width: 100%;
    margin-left: 0;
  }
  .cs_cta_style_1 .cs_cta_text,
  .cs_cta_style_2 .cs_cta_text {
    width: 100%;
    padding: 0;
  }
  .cs_cta_style_1 .cs_cta_thumbnail,
  .cs_cta_style_2 .cs_cta_thumbnail {
    width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .cs_cta_style_1 .cs_cta_thumbnail,
  .cs_cta_style_2 .cs_cta_thumbnail {
    min-height: 400px;
  }
}

.cs_cta_style_1 .cs_cta_text_wrapper {
  margin-left: calc(-50vw + 100%);
}
.cs_cta_style_1 .cs_cta_thumbnail {
  margin-left: -16px;
}
@media (max-width: 991px) {
  .cs_cta_style_1 .cs_cta_text_wrapper {
    margin-left: 0;
  }
  .cs_cta_style_1 .cs_cta_thumbnail {
    margin-left: 0;
  }
}

.cs_cta_style_2 .cs_cta_thumbnail {
  width: calc(50vw + 14px);
  margin-left: calc(-50vw + 100%);
}
.cs_cta_style_2 .cs_btn_style_1 {
  border: 1px solid var(--accent-color);
}
.cs_cta_style_2 .cs_btn_style_1:hover {
  color: var(--white-color);
  border-color: var(--white-color);
}
.cs_cta_style_2 .cs_cta_thumbnail {
  width: calc(50vw + 14px);
  margin-left: calc(-50vw + 100%);
}
.cs_cta_style_2 .cs_btn_style_1 {
  padding: 18px 46px 17px;
}
@media (max-width: 991px) {
  .cs_cta_style_2 .cs_cta_thumbnail {
    margin-left: 0;
  }
}

.cs_cta_style_3 .cs_cta_rotate_icon {
  display: inline-block;
}
.cs_cta_style_3 .cs_cta_rotate_icon img {
  transform-origin: center center;
  animation: animo-y 22s linear infinite;
}
.cs_cta_style_3 .cs_cta_rotate_icon .cs_play_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  letter-spacing: 0.8px;
  font-size: 8px;
}
.cs_cta_style_3 .cs_cta_subtitle {
  width: min(467px, 100%);
  letter-spacing: 1.6px;
}
.cs_cta_style_3 .cs_cta_right {
  position: relative;
  width: min(100%, 340px);
}
.cs_cta_style_3 .cs_cta_right img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.cs_cta_style_3 .cs_cta_right::before {
  content: "";
  position: absolute;
  width: 124px;
  height: 368px;
  background-color: var(--accent-color);
  top: -60px;
  left: 60px;
}
.cs_cta_style_3 .cs_cta_right::after {
  content: "";
  position: absolute;
  width: 116px;
  height: 258px;
  background-color: var(--primary-color);
  top: -60px;
  left: 184px;
}
.cs_cta_style_3 .cs_btn_style_2 {
  padding: 17px 29px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .cs_cta_style_3 .cs_cta_right {
    width: 100%;
  }
  .cs_cta_style_3 .cs_cta_right::after, .cs_cta_style_3 .cs_cta_right::before {
    top: 0;
  }
}

.cs_cta_style_4 {
  position: relative;
  overflow: hidden;
  padding: 300px 0 110px 0;
}
.cs_cta_style_4 .cs_section_heading_style_1 {
  margin-bottom: 200px;
}
.cs_cta_style_4 .cs_cta_btn {
  top: -100px;
}
.cs_cta_style_4 .cs_btn_style_3 {
  border: 1px solid #007aff;
  color: var(--accent-color);
  background: #fff;
  transition: all 0.3s ease;
}
.cs_cta_style_4 .cs_btn_style_3:hover {
  background-color: var(--accent-color);
  border-color: #fff;
  color: #fff;
}
.cs_cta_style_4::before {
  content: "";
  position: absolute;
  height: 260px;
  width: 115%;
  background: white;
  bottom: -115px;
  z-index: 1;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(1) {
  position: absolute;
  top: 96px;
  left: 323px;
}
.cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(2) {
  position: absolute;
  top: 96px;
  right: 323px;
}
.cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(3) {
  position: absolute;
  bottom: 167px;
  left: 140px;
}
.cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(4) {
  position: absolute;
  bottom: 167px;
  right: 140px;
}
.cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(5) {
  position: absolute;
  bottom: 167px;
  left: 40%;
}
.cs_cta_style_4 .background_wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}
.cs_cta_style_4 .background_wrap .bubble {
  height: 115px;
  width: 115px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
.cs_cta_style_4 {
  /* ANIMATIONS */
}
.cs_cta_style_4 .x1 {
  animation: animateBubble 35s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 15%;
}
.cs_cta_style_4 .x2 {
  animation: animateBubble 25s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 8%;
  top: 0%;
}
.cs_cta_style_4 .x3 {
  animation: animateBubble 42s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 40%;
  top: 80%;
  transform: scale(0.5);
}
.cs_cta_style_4 .x4 {
  animation: animateBubble 30s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 60%;
  top: 5%;
}
.cs_cta_style_4 .x5 {
  animation: animateBubble 25s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
}
.cs_cta_style_4 .x6 {
  animation: animateBubble 33s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 95%;
  top: 5%;
}
@keyframes animateBubble {
  0% {
    transform: translateY(120vh);
  }
  100% {
    transform: translateY(-120vh);
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@media (max-width: 1400px) {
  .cs_cta_style_4::before {
    display: none;
  }
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(1) {
    left: 123px;
  }
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(2) {
    position: absolute;
    top: 96px;
    right: 123px;
  }
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(3) {
    left: 40px;
  }
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(4) {
    right: 40px;
  }
}
@media (max-width: 1199px) {
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(1) {
    left: 123px;
  }
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(2) {
    position: absolute;
    top: 96px;
    right: 123px;
  }
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(3) {
    left: 40px;
  }
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper .cs_cta_thumbnail:nth-child(4) {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .cs_cta_style_4 {
    padding: 80px 0 50px 0;
  }
  .cs_cta_style_4 .cs_section_heading_style_1 {
    margin-bottom: 80px;
  }
  .cs_cta_style_4 .cs_cta_thumbnail_wrapper {
    display: none;
  }
}
@media (max-width: 575px) {
  .cs_cta_style_4 {
    padding: 80px 0 70px 0;
  }
}

.cs_cta_style_5 {
  padding: 25px 0;
}
.cs_cta_style_5 .cs_btn_style_6 {
  background-color: var(--white-color);
  padding: 13px 35px;
}
.cs_cta_style_5 .cs_btn_style_6:hover {
  color: var(--accent-color);
  background-color: var(--primary-color);
}
.cs_cta_style_5 .cs_cta_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.cs_cta_style_5 .cs_bg_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .cs_cta_style_5 .cs_cta_in {
    flex-direction: column-reverse;
  }
  .cs_cta_style_5 .cs_cta_left {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cs_cta_style_5 {
    padding: 80px 0;
  }
}

.cs_cta_style_6 {
  width: 100%;
  height: 730px;
}
.cs_cta_style_6 .cs_video_block {
  width: 214px;
  height: 355px;
  border-radius: 120px 120px 0 0;
  border: 3px solid #fff;
  background: #fb9015;
  backdrop-filter: blur(7.5px);
  position: absolute;
  bottom: 0;
}
.cs_cta_style_6 .cs_btn_style_2 {
  font-size: 18px;
  padding: 21px 40px;
}
.cs_cta_style_6 .cs_btn_style_2 span i {
  padding-left: 7px;
  font-size: 16px;
}
.cs_cta_style_6 .cs_player_btn_style_2 {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cs_cta_style_6 .cs_player_btn_style_2::after {
  content: "";
  border: 8px solid rgb(251, 155, 44);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.01);
  animation: pulseBorder 3s linear infinite;
}
.cs_cta_style_6 .cs_cta_form {
  width: min(526px, 100%);
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 40px 60px;
  margin-left: auto;
}
.cs_cta_style_6 .cs_cta_form input,
.cs_cta_style_6 .cs_cta_form .cs_input_wrapper {
  border: none;
  border-bottom: 1px dotted var(--accent-color);
  outline: none;
  width: 100%;
  padding: 15px 0 10px;
  cursor: pointer;
}
.cs_cta_style_6 .cs_cta_form input::-moz-placeholder, .cs_cta_style_6 .cs_cta_form .cs_input_wrapper::-moz-placeholder {
  color: var(--primary-color);
}
.cs_cta_style_6 .cs_cta_form input::placeholder,
.cs_cta_style_6 .cs_cta_form .cs_input_wrapper::placeholder {
  color: var(--primary-color);
}
.cs_cta_style_6 .ts-control {
  border: none;
  padding: 0;
  position: relative;
  font-size: 16px;
}
.cs_cta_style_6 .ts-control input {
  width: 0;
}
.cs_cta_style_6 .ts-control::after {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  color: var(--accent-color);
}
.cs_cta_style_6 .cs_input_icon {
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--accent-color);
}
@media (max-width: 991px) {
  .cs_cta_style_6 .cs_cta_form {
    padding: 30px;
  }
  .cs_cta_style_6 .cs_video_block {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cs_cta_style_6 .cs_video_block {
    height: 250px;
  }
}

.cs_cta_style_7 {
  padding: 150px 0;
  position: relative;
}
.cs_cta_style_7::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  left: 0;
  top: 0;
}
.cs_cta_style_7 .cs_cta_partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: calc(100% + 2px);
  margin-bottom: -2px;
  position: relative;
}
.cs_cta_style_7 .cs_cta_partners .cs_cta_partner {
  padding: 25px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

/*========================================================
  15. Custom Slider
==========================================================*/
.cs_custom_slide_container {
  height: 270px;
  position: relative;
  margin-top: 125px;
}
@media (max-width: 1199px) {
  .cs_custom_slide_container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .cs_custom_slide_container {
    margin-top: 40px;
    margin-bottom: 84px;
  }
}
@media (max-width: 767px) {
  .cs_custom_slide_container {
    margin-top: 30px;
    margin-bottom: 59px;
  }
}
.cs_custom_slide_container .container {
  height: inherit;
}

.cs_custom_slide_container .cs_custom_slide_wrapper {
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide {
  display: inline-block;
  width: 90%;
  height: 520px;
  position: absolute;
  left: 43%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0.4, 0.4, 1);
  transition: transform 0.3s ease-in-out 0s, z-index 0.2s ease-in-out 0.1s;
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 4px;
  right: 94px;
  background-color: var(--accent-color);
  opacity: 0;
}
@media (max-width: 1199px) {
  .cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide {
    height: 470px;
  }
}
@media (max-width: 991px) {
  .cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide {
    height: 350px;
  }
}

.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-2 {
  transform: translate3d(-50%, -50%, 0) scale3d(0.4, 0.4, 1);
  z-index: 1;
  opacity: 0;
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.prev-1 {
  transform: translate3d(-50%, -50%, 0) scale3d(0.6, 0.6, 1);
  z-index: 2;
  opacity: 0;
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-1 {
  z-index: 2;
  transform: translate(-50%, -44%) scale(0.9);
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-2 {
  z-index: 1;
  transform: translate(-50%, -38%) scale(0.8);
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide .cs_mouse_point.cs_style_1 {
  opacity: 0;
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active {
  z-index: 3;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  backface-visibility: hidden;
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active::after {
  opacity: 1;
}
.cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active .cs_mouse_point.cs_style_1 {
  opacity: 1;
}
@media (max-width: 991px) {
  .cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.active {
    transform: translate3d(-43%, -50%, 0) scale3d(1, 1, 1);
  }
}
.cs_custom_slide_container .cs_slider_bg {
  top: 47%;
  transform: translateY(-54%);
}
.cs_custom_slide_container .cs_circle_1 {
  width: 530px;
  height: 530px;
  border-radius: 530px;
  border: 1px solid #e6e6e8;
  position: absolute;
  top: -195px;
  left: 55px;
}
.cs_custom_slide_container .cs_circle_1::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  background-color: #ff3c30;
  right: 103px;
  top: 42px;
}
.cs_custom_slide_container .cs_circle_1::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #4905da;
  left: 133px;
  top: 26px;
}
.cs_custom_slide_container .cs_circle_2 {
  width: 424px;
  height: 424px;
  border-radius: 530px;
  border: 1px solid #e6e6e8;
  position: absolute;
  top: -150px;
  left: 101px;
}
@media (max-width: 991px) {
  .cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide {
    width: 100%;
  }
  .cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-1 {
    transform: translate(-44%, -41%) scale(0.9);
  }
  .cs_custom_slide_container .cs_custom_slide_wrapper .cs_custom_slide.next-2 {
    transform: translate(-44%, -32%) scale(0.8);
  }
}

.cs_custom_slide_item {
  width: 100%;
  height: 520px;
  border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cs_custom_slide_item {
    height: 470px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cs_custom_slide_item {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cs_custom_slide_item {
    height: 300px;
  }
}

.cs_custom_slide_arrow_left,
.cs_custom_slide_arrow_right {
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--black-color);
}
.cs_custom_slide_arrow_left:hover i,
.cs_custom_slide_arrow_right:hover i {
  color: var(--accent-color);
}

.cs_custom_slide_arrows {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cs_custom_slide_arrows {
    right: -9px;
  }
}
@media (max-width: 991px) {
  .cs_custom_slide_arrows {
    position: relative;
    margin-top: 70px;
    right: initial;
    margin-left: auto;
  }
}

/*==============================================================
  16. Iconbox
================================================================*/
.cs_iconbox_style_1 {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--white-color);
}
.cs_iconbox_style_1:not(:last-child) {
  border-right: 1px solid var(--white-color);
  padding-right: 40px;
  margin-right: 40px;
}
.cs_iconbox_style_1 .cs_iconbox_title {
  color: var(--white-color);
}

.cs_iconbox_style_2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cs_iconbox_style_2 .cs_iconbox_icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: 1px solid var(--accent-color);
  flex: none;
}

.cs_iconbox_style_3 {
  display: flex;
  gap: 20px 60px;
}
.cs_iconbox_style_3 .cs_iconbox_info {
  width: min(366px, 100%);
}
.cs_iconbox_style_3 .cs_iconbox_icon {
  position: relative;
}
.cs_iconbox_style_3 .cs_iconbox_icon::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  background-color: var(--accent-color);
  opacity: 0.1;
  border-radius: 50%;
  left: 23px;
}
@media (max-width: 991px) {
  .cs_iconbox_style_3 {
    width: 100%;
  }
}

.cs_iconbox_style_4 {
  position: relative;
  padding-left: 118px;
}
.cs_iconbox_style_4:not(:last-child) {
  margin-bottom: 50px;
}
.cs_iconbox_style_4 .cs_iconbox_icon {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 100px;
  height: 100px;
  border: 1px dotted var(--accent-color);
  border-radius: 50%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.cs_iconbox_style_4 .cs_iconbox_icon img {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  border-radius: 0;
}
.cs_iconbox_style_4 .cs_iconbox_icon::before {
  content: "";
  background-color: var(--accent-color);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.cs_iconbox_style_4 .cs_iconbox_icon::after {
  content: "";
  background-color: var(--white-color);
  width: 76%;
  height: 76%;
  position: absolute;
  border-radius: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.cs_iconbox_style_4:hover .cs_iconbox_icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(394%) hue-rotate(248deg) brightness(112%) contrast(101%);
}
.cs_iconbox_style_4:hover .cs_iconbox_icon::after {
  background-color: var(--accent-color);
}
@media (max-width: 1199px) {
  .cs_iconbox_style_4:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cs_iconbox_style_4 {
    padding-left: 90px;
  }
  .cs_iconbox_style_4 .cs_iconbox_icon {
    width: 70px;
    height: 70px;
  }
}

.cs_iconbox_style_5 {
  display: flex;
  gap: 15px;
  padding: 14px 10px;
  border: 1px solid #d0d0d0;
  flex-wrap: wrap;
}

.cs_iconbox_style_6 .cs_iconbox_icon {
  background-color: var(--white-color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: background 0.3s ease;
}
.cs_iconbox_style_6:hover .cs_iconbox_icon {
  background: linear-gradient(90deg, #e026b2 0%, #007aff 100%);
}

.cs_iconbox_style_6,
.cs_iconbox_style_13,
.cs_iconbox_style_15 {
  width: min(400px, 100%);
  display: flex;
  gap: 28px;
}
.cs_iconbox_style_6:nth-child(even),
.cs_iconbox_style_13:nth-child(even),
.cs_iconbox_style_15:nth-child(even) {
  margin-left: auto;
}
.cs_iconbox_style_6 .cs_iconbox_icon,
.cs_iconbox_style_13 .cs_iconbox_icon,
.cs_iconbox_style_15 .cs_iconbox_icon {
  width: 65px;
  height: 65px;
  flex: none;
}
.cs_iconbox_style_6:hover .cs_iconbox_title,
.cs_iconbox_style_13:hover .cs_iconbox_title,
.cs_iconbox_style_15:hover .cs_iconbox_title {
  background: linear-gradient(90deg, #e026b2 0%, #007aff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .cs_iconbox_style_6:nth-child(even),
  .cs_iconbox_style_13:nth-child(even),
  .cs_iconbox_style_15:nth-child(even) {
    margin-left: 0;
  }
}

.cs_iconbox_style_7 {
  width: min(260px, 100%);
  padding-left: 66px;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.cs_iconbox_style_7 .cs_iconbox_icon {
  position: absolute;
  left: 0;
  top: 0px;
}
.cs_iconbox_style_7 .cs_iconbox_info {
  color: #e2e2e2;
}
@media (max-width: 1199px) {
  .cs_iconbox_style_7 {
    width: min(450px, 100%);
  }
  .cs_iconbox_style_7 .cs_iconbox_icon {
    top: -8px;
  }
}

.cs_iconbox_style_8 .cs_iconbox_title {
  padding-left: 40px;
  position: relative;
}
.cs_iconbox_style_8 .cs_iconbox_title i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 25px;
  color: var(--accent-color);
}
.cs_iconbox_style_8:not(:last-child) {
  margin-bottom: 45px;
}

.cs_iconbox_style_9 {
  padding: 65px 32px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid var(--white-color);
  background-color: var(--white-color);
  filter: drop-shadow(0 10px 20px rgba(155, 155, 155, 0.1));
  transition: all 0.4s ease;
}
.cs_iconbox_style_9:hover {
  border-color: var(--accent-color);
  filter: drop-shadow(0 10px 20px rgba(155, 155, 155, 0.15));
}
@media (max-width: 767px) {
  .cs_iconbox_style_9 {
    padding: 65px 20px;
  }
}

.cs_iconbox_style_10,
.cs_iconbox_style_14 {
  display: flex;
  align-items: center;
  gap: 15px;
  width: min(188px, 100%);
}

.cs_iconbox_middle_img {
  border-radius: 4px;
}
.cs_iconbox_middle_img img {
  width: 100%;
}

.cs_iconbox_style_11 {
  display: flex;
  flex-direction: column;
  width: min(136px, 100%);
}

.cs_iconbox_style_12 {
  padding-right: 115px;
  position: relative;
}
.cs_iconbox_style_12:not(:last-child) {
  margin-bottom: 70px;
}
.cs_iconbox_style_12 .cs_iconbox_icon {
  position: absolute;
  right: 0;
  top: 0;
}
.cs_iconbox_style_12 .cs_iconbox_info {
  border-bottom: 1px solid #e8e8e8;
}
.cs_iconbox_style_12 .cs_iconbox_info .cs_iconbox_title {
  font-size: 24px;
}
@media (max-width: 991px) {
  .cs_iconbox_style_12:not(:last-child) {
    margin-bottom: 30px;
  }
}

.cs_iconbox_style_13 {
  width: min(590px, 100%);
  gap: 24px;
  margin-left: 0 !important;
}
@media (max-width: 1199px) {
  .cs_iconbox_style_13 {
    align-items: start;
  }
}
@media (max-width: 991px) {
  .cs_iconbox_style_13 {
    width: 100%;
  }
}

.cs_iconbox_style_15 {
  gap: 30px;
  width: min(510px, 100%);
  flex-direction: column;
  margin-left: 0 !important;
  position: relative;
  padding-left: 104px;
}
.cs_iconbox_style_15 .cs_iconbox_icon {
  width: 74px;
  height: 74px;
  flex: none;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 575px) {
  .cs_iconbox_style_15 {
    padding-left: 75px;
  }
  .cs_iconbox_style_15 .cs_iconbox_icon {
    width: 60px;
    height: 60px;
  }
}

.cs_iconbox_wrapper_1,
.cs_iconbox_wrapper_9 {
  padding: 70px 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cs_iconbox_wrapper_2 {
  display: flex;
  gap: 12px;
}
@media (max-width: 1800px) {
  .cs_iconbox_wrapper_2 {
    flex-wrap: wrap;
  }
}

.cs_iconbox_wrapper_4 {
  gap: 60px 30px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cs_iconbox_wrapper_4 {
    grid-template-columns: repeat(1, auto);
    gap: 30px;
  }
  .cs_iconbox_wrapper_4 .cs_iconbox_style_6 {
    max-width: 100%;
  }
}

.cs_iconbox_wrapper_5 .cs_section_title span {
  color: var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}
.cs_iconbox_wrapper_5 .cs_left_iconbox .cs_iconbox_style_7:not(:last-child),
.cs_iconbox_wrapper_5 .cs_right_iconbox .cs_iconbox_style_7:not(:last-child) {
  margin-bottom: 17px;
}
.cs_iconbox_wrapper_5 .cs_left_iconbox {
  padding-top: 18px;
  padding-left: 30px;
}
.cs_iconbox_wrapper_5 .cs_iconbox_middle_img {
  border-radius: 0;
  transform: translateY(-70px);
}
.cs_iconbox_wrapper_5 .cs_img {
  right: 0;
  bottom: 0;
}
.cs_iconbox_wrapper_5 .cs_img img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cs_iconbox_wrapper_5 .cs_shape_1 {
  width: 677px;
  height: 536px;
  background-color: var(--accent-color);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1400px) {
  .cs_iconbox_wrapper_5 .cs_left_iconbox {
    padding-left: 0;
  }
  .cs_iconbox_wrapper_5 .cs_iconbox_middle_img {
    transform: none;
  }
}

.cs_iconbox_wrapper_6 {
  padding-left: 170px;
}
@media (max-width: 1399px) {
  .cs_iconbox_wrapper_6 {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .cs_iconbox_wrapper_6 {
    padding-left: 20px;
  }
  .cs_iconbox_wrapper_6 .cs_iconbox_style_8:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cs_iconbox_wrapper_6 {
    padding-left: 0px;
  }
}

.cs_iconbox_wrapper_7 {
  display: flex;
  align-items: center;
  gap: 55px;
}
@media (max-width: 767px) {
  .cs_iconbox_wrapper_7 {
    gap: 30px;
    flex-wrap: wrap;
  }
}

.cs_iconbox_wrapper_8 {
  position: relative;
}
.cs_iconbox_wrapper_8::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  position: absolute;
  left: 0;
  bottom: 187px;
}
.cs_iconbox_wrapper_8 .cs_top_iconbox {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(540px, 100%);
  margin-left: auto;
  padding-bottom: 40px;
}
.cs_iconbox_wrapper_8 .cs_bottom_iconbox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: min(580px, 100%);
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .cs_iconbox_wrapper_8 .cs_top_iconbox {
    margin-left: 0;
  }
  .cs_iconbox_wrapper_8 .cs_bottom_iconbox {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .cs_iconbox_wrapper_8::after {
    display: none;
  }
  .cs_iconbox_wrapper_8 .cs_top_iconbox {
    gap: 30px;
    border-bottom: 1px solid var(--border-color);
  }
  .cs_iconbox_wrapper_8 .cs_bottom_iconbox {
    gap: 24px;
  }
  .cs_iconbox_wrapper_8 .cs_top_iconbox,
  .cs_iconbox_wrapper_8 .cs_bottom_iconbox {
    flex-direction: column;
  }
  .cs_iconbox_wrapper_8 .cs_iconbox_style_11 {
    width: 100%;
    gap: 20px;
    align-items: center;
    flex-direction: row;
  }
  .cs_iconbox_wrapper_8 .cs_iconbox_style_11 .cs_iconbox_icon {
    margin-bottom: 0;
  }
}

.cs_iconbox_wrapper_9 {
  flex-direction: column;
  padding: 0;
}
@media (max-width: 991px) {
  .cs_iconbox_wrapper_9 {
    align-items: start;
  }
}

.cs_refrigerato_iconbox {
  position: relative;
}
.cs_refrigerato_iconbox::after, .cs_refrigerato_iconbox::before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cs_refrigerato_iconbox::after {
  left: 0;
  background: var(--gray-content-background-text-icon-0, #f2f6ef);
}
.cs_refrigerato_iconbox::before {
  right: 0;
  background: #f2faff;
}
.cs_refrigerato_iconbox .cs_iconbox_img {
  width: 77%;
}
.cs_refrigerato_iconbox .cs_iconbox_img img {
  width: 100%;
}
@media (max-width: 1199px) {
  .cs_refrigerato_iconbox .cs_iconbox_img {
    width: 100%;
  }
  .cs_refrigerato_iconbox br {
    display: none;
  }
}

.cs_iconbox_wrapper_10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 70px;
}
.cs_iconbox_wrapper_10 .cs_iconbox_style_14 {
  gap: 30px;
  width: min(100%, 275px);
}
.cs_iconbox_wrapper_10 .cs_iconbox_style_14 .cs_iconbox_icon {
  flex: none;
}
@media (max-width: 1399px) {
  .cs_iconbox_wrapper_10 {
    gap: 30px 20px;
  }
  .cs_iconbox_wrapper_10 .cs_iconbox_style_14 {
    gap: 20px;
    width: min(100%, 260px);
  }
}
@media (max-width: 1199px) {
  .cs_iconbox_wrapper_10 .cs_iconbox_style_14 {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 991px) {
  .cs_iconbox_wrapper_10 .cs_iconbox_style_14 {
    width: calc(50% - 35px);
  }
}
@media (max-width: 767px) {
  .cs_iconbox_wrapper_10 .cs_iconbox_style_14 {
    width: 100%;
  }
}

/*==============================================================
  17. Layer Img
================================================================*/
.cs_layer_img_box,
.cs_layer_imgbox_2,
.cs_layer_imgbox_3,
.cs_layer_imgbox_4,
.cs_layer_imgbox_5 {
  padding-right: 19%;
}
.cs_layer_img_box .cs_layer_img_1 img,
.cs_layer_imgbox_2 .cs_layer_img_1 img,
.cs_layer_imgbox_3 .cs_layer_img_1 img,
.cs_layer_imgbox_4 .cs_layer_img_1 img,
.cs_layer_imgbox_5 .cs_layer_img_1 img {
  width: 100%;
}
.cs_layer_img_box .cs_layer_img_2,
.cs_layer_imgbox_2 .cs_layer_img_2,
.cs_layer_imgbox_3 .cs_layer_img_2,
.cs_layer_imgbox_4 .cs_layer_img_2,
.cs_layer_imgbox_5 .cs_layer_img_2 {
  position: absolute;
  right: 0;
  bottom: 60px;
  padding-left: 40%;
  border-radius: 190px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
}
.cs_layer_img_box .cs_layer_img_2 img,
.cs_layer_imgbox_2 .cs_layer_img_2 img,
.cs_layer_imgbox_3 .cs_layer_img_2 img,
.cs_layer_imgbox_4 .cs_layer_img_2 img,
.cs_layer_imgbox_5 .cs_layer_img_2 img {
  border: 10px solid var(--white-color);
  width: 100%;
}
.cs_layer_img_box .cs_layer_img_2_in,
.cs_layer_imgbox_2 .cs_layer_img_2_in,
.cs_layer_imgbox_3 .cs_layer_img_2_in,
.cs_layer_imgbox_4 .cs_layer_img_2_in,
.cs_layer_imgbox_5 .cs_layer_img_2_in {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  padding: 47px 0;
}
.cs_layer_img_box .cs_layer_img_2_in::after,
.cs_layer_imgbox_2 .cs_layer_img_2_in::after,
.cs_layer_imgbox_3 .cs_layer_img_2_in::after,
.cs_layer_imgbox_4 .cs_layer_img_2_in::after,
.cs_layer_imgbox_5 .cs_layer_img_2_in::after {
  content: "";
  position: absolute;
  background-color: var(--white-color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cs_layer_img_box .cs_layer_img_2_in img,
.cs_layer_imgbox_2 .cs_layer_img_2_in img,
.cs_layer_imgbox_3 .cs_layer_img_2_in img,
.cs_layer_imgbox_4 .cs_layer_img_2_in img,
.cs_layer_imgbox_5 .cs_layer_img_2_in img {
  position: relative;
  z-index: 1;
  border: none;
}

.cs_layer_imgbox_2 {
  padding: 0 24% 0 3%;
  position: relative;
}
.cs_layer_imgbox_2 .cs_layer_img_2 {
  bottom: 35px;
  padding-left: 52%;
  width: 100%;
}
.cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg {
  border: 1px solid var(--accent-color);
  background: #fbfbfb;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 42px 15px 50px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg img {
  width: 100%;
  position: relative;
  z-index: 10;
  border: none;
}
.cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg::before, .cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg::after {
  content: "";
  width: 19px;
  height: 150%;
  background-color: var(--accent-color);
  position: absolute;
  z-index: 2;
}
.cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg::after {
  transform: rotate(36deg);
  left: 141px;
  bottom: -46px;
}
.cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg::before {
  transform: rotate(36deg);
  left: 185px;
  bottom: -61px;
}
@media (max-width: 1199px) {
  .cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg::after {
    left: 210px;
    bottom: -68px;
  }
  .cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg::before {
    left: 250px;
    bottom: -99px;
  }
}
@media (max-width: 991px) {
  .cs_layer_imgbox_2 {
    padding: 0 50px 0 0;
  }
  .cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg::after {
    left: 108px;
  }
  .cs_layer_imgbox_2 .cs_layer_img_2 .cs_img_bg::before {
    left: 146px;
  }
}

.cs_layer_imgbox_3 {
  padding-left: 30%;
  padding-right: 0;
}
.cs_layer_imgbox_3 .cs_layer_img_2 {
  left: 0;
  bottom: 60px;
  border-radius: 50%;
  padding-right: 40%;
  padding-left: 0;
}
.cs_layer_imgbox_3 .cs_layer_img_2 img {
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
}

.cs_layer_imgbox_4 .cs_layer_img_box {
  padding-right: 15%;
}
.cs_layer_imgbox_4 .cs_layer_img_1 {
  width: 50vw;
  margin-left: calc(100% - 50vw);
  height: 100%;
}
.cs_layer_imgbox_4 .cs_layer_img_1 img {
  height: 100%;
}
.cs_layer_imgbox_4 .cs_layer_img_2 {
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  padding-left: 50%;
  height: 100%;
}
@media (max-width: 991px) {
  .cs_layer_imgbox_4 .cs_layer_img_1 {
    margin-left: 0;
    width: 100%;
  }
  .cs_layer_imgbox_4 .cs_layer_img_2 {
    padding-left: 65%;
  }
}

.cs_layer_imgbox_5 {
  padding-left: 28%;
  padding-right: 0;
}
.cs_layer_imgbox_5 .cs_layer_img_1 {
  width: 50vw;
}
.cs_layer_imgbox_5 .cs_layer_img_2 {
  padding-right: 48%;
  padding-left: 0;
  box-shadow: none;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .cs_layer_imgbox_5 .cs_layer_img_box {
    padding-left: 20%;
  }
  .cs_layer_imgbox_5 .cs_layer_img_1 {
    width: 100%;
  }
  .cs_layer_imgbox_5 .cs_layer_img_2 {
    padding-right: 61%;
  }
}

/*==============================================================
  18. Sidebar
================================================================*/
.cs_sidebar_style_1 {
  padding-left: 80px;
}
.cs_sidebar_style_1 .cs_sidebar_item {
  margin-bottom: 50px;
}
.cs_sidebar_style_1 .cs_sidebar_item:last-child {
  margin-bottom: 0;
}
.cs_sidebar_style_1 .cs_sidebar_search {
  position: relative;
}
.cs_sidebar_style_1 .cs_sidebar_search input {
  width: 100%;
  border-radius: 12px;
  border: 1.2px solid rgba(0, 25, 76, 0.1);
  outline: none;
  background: var(--Gray4);
  height: 65px;
  padding: 27px 50px 26px 25px;
}
.cs_sidebar_style_1 .cs_sidebar_search .cs_sidebar_search_btn {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.cs_sidebar_style_1 .cs_category_list li {
  position: relative;
  color: var(--primary-color);
  font-weight: 500;
}
.cs_sidebar_style_1 .cs_category_list li:not(:last-child) {
  margin-bottom: 18px;
}
.cs_sidebar_style_1 .cs_category_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs_sidebar_style_1 .cs_category_list li a:hover {
  color: var(--accent-color);
}
@media (max-width: 1199px) {
  .cs_sidebar_style_1 {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cs_sidebar_style_1 {
    padding-left: 0;
  }
}

/*=======================================================
 Recent Post
=========================================================*/
.cs_recent_posts_list li:not(:last-child) {
  margin-bottom: 30px;
}

.cs_recent_post {
  display: flex;
  gap: 30px;
}
.cs_recent_post .cs_recent_post_thumb {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  flex: none;
}
.cs_recent_post .cs_recent_post_thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.cs_recent_post .cs_recent_post_thumb:hover img {
  transform: scale(1.03);
}
.cs_recent_post h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cs_recent_post h3:hover {
  color: var(--accent-color);
}
@media (max-width: 575px) {
  .cs_recent_post {
    gap: 15px;
  }
}

.widget_tag_cloud .tagcloud {
  display: flex;
  gap: 10px 12px;
  flex-wrap: wrap;
}
.widget_tag_cloud .tag-cloud-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 20px 12px;
  border-radius: 30px;
  line-height: 1em;
  letter-spacing: -0.32px;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}
.widget_tag_cloud .tag-cloud-link:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

.cs_post_style_1 .cs_post_thumb {
  display: block;
}
.cs_post_style_1 .cs_post_thumb img {
  width: 100%;
  transition: transform 0.5s ease;
}
.cs_post_style_1 .cs_post_thumb:hover img {
  transform: scale(1.03);
}
.cs_post_style_1 .cs_post_meta {
  display: flex;
  gap: 10px 16px;
  flex-wrap: wrap;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color);
}
.cs_post_style_1 .cs_post_meta .cs_date {
  display: flex;
  gap: 0 10px;
}
.cs_post_style_1 .cs_post_meta .cs_author {
  display: flex;
  gap: 0 10px;
}
.cs_post_style_1 .cs_post_title a {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.6s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 2px;
}
.cs_post_style_1 .cs_post_title a:hover {
  background-size: 100% 2px;
  background-position: 0 calc(100% - 0px);
}
.cs_post_style_1 .cs_quatation_wrapper {
  background-color: #f1f5ff;
  padding: 30px 55px 50px;
  border-radius: 10px;
}
.cs_post_style_1 .cs_quatation_wrapper .cs_icon {
  right: 21%;
  bottom: 45%;
}
@media (max-width: 991px) {
  .cs_post_style_1 .cs_quatation_wrapper {
    padding: 30px 20px 30px;
  }
  .cs_post_style_1 .cs_quatation_wrapper .cs_icon {
    right: 15%;
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .cs_post_style_1 .cs_quatation_wrapper .cs_icon {
    right: 5%;
  }
}

.cs_pagination_box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cs_pagination_box .cs_pagination_item {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
}
.cs_pagination_box .cs_pagination_item:hover, .cs_pagination_box .cs_pagination_item.cs_active {
  color: var(--white-color);
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.cs_pagination_box .cs_pagination_item.cs_active {
  pointer-events: none;
}
.cs_pagination_box .cs_pagination_btn {
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}
.cs_pagination_box .cs_pagination_btn:hover {
  color: var(--accent-color);
}

/*=========================================================
 Contact and Comment Form
===========================================================*/
.cs_form_style_1,
.cs_form_style_2 {
  padding: 41px 50px 50px;
}
.cs_form_style_1 .cs_form_field,
.cs_form_style_2 .cs_form_field {
  display: block;
  width: 100%;
  padding: 17px;
  border: none;
  outline: none;
  resize: none;
}
@media (max-width: 1199px) {
  .cs_form_style_1,
  .cs_form_style_2 {
    padding: 41px 20px 50px;
  }
}

.cs_form_style_2 {
  padding: 0;
  width: min(100%, 1030px);
}
.cs_form_style_2 .cs_form_field {
  padding: 22px 35px;
  border: 1px solid var(--border-color);
}
@media (max-width: 1199px) {
  .cs_form_style_2 {
    padding: 41px 20px 50px;
  }
}

.cs_tag_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 10px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--gray-color6);
}
.cs_tag_wrapper .tagcloud {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_tag_wrapper .tagcloud a {
  padding: 6px 20px;
  border: 1px solid var(--border-color);
  border-radius: 25px;
  transition: all 0.3s ease;
}
.cs_tag_wrapper .tagcloud a:hover {
  color: var(--white-color);
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.cs_tag_wrapper .cs_post_details_meta_tag {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.cs_tag_wrapper .cs_social_icons a {
  width: 35px;
  height: 35px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--secondary-color);
}
.cs_tag_wrapper .cs_social_icons a:hover {
  color: var(--white-color);
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
@media (max-width: 991px) {
  .cs_tag_wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.cs_map {
  height: 750px;
}
.cs_map iframe {
  width: 100%;
  height: 100%;
}

/*=======================================================
 Post Details 
=========================================================*/
.cs_post_setails > img {
  display: block;
  width: 100%;
  border-radius: 12px;
  margin-bottom: 32px;
}
.cs_post_setails h2 {
  font-size: 27px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin-bottom: 23px;
}
.cs_post_setails p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 44px;
  font-family: var(--primary-font);
}
.cs_post_setails p:last-child {
  margin-bottom: 0;
}
.cs_post_setails blockquote {
  background-color: var(--gray-color6);
  padding: 30px 23px 25px 140px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.1em;
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-style: normal;
  position: relative;
  margin-bottom: 40px;
  border-radius: 15px;
}
.cs_post_setails blockquote img {
  position: absolute;
  left: 50px;
  top: 35px;
}
.cs_post_setails blockquote small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 70px;
}
.cs_post_setails blockquote small::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: var(--primary-color);
}
@media (max-width: 991px) {
  .cs_post_setails p {
    margin-bottom: 30px;
  }
  .cs_post_setails blockquote {
    margin-bottom: 30px;
    padding: 30px 15px 25px 80px;
  }
  .cs_post_setails blockquote img {
    left: 15px;
  }
}
@media (max-width: 575px) {
  .cs_post_setails blockquote {
    padding: 30px 20px 25px;
  }
  .cs_post_setails blockquote img {
    display: none;
  }
}

.cs_see_more {
  display: flex;
  gap: 20px;
}
.cs_see_more .cs_recent_post .cs_recent_post_info p {
  padding-bottom: 16px;
  margin-bottom: 5px;
  position: relative;
}
.cs_see_more .cs_recent_post .cs_recent_post_info p::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 1.2px;
  background: rgba(15, 17, 15, 0.1);
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .cs_see_more {
    flex-direction: column;
  }
  .cs_see_more .cs_recent_post {
    gap: 15px;
  }
}

.cs_comment_list li {
  display: flex;
  align-items: start;
  gap: 20px 35px;
  margin-bottom: 40px;
}
.cs_comment_list li:last-child {
  margin-bottom: 0;
}
.cs_comment_list li:nth-child(even) {
  padding-left: 70px;
}
.cs_comment_list .comment_author {
  display: flex;
  gap: 12px;
  align-items: center;
}
.cs_comment_list .cs_comment_thumbnail {
  width: 100px;
  height: 100px;
  flex: none;
}
.cs_comment_list .cs_comment_thumbnail img {
  width: 100%;
}
.cs_comment_list .cs_reply:hover {
  color: var(--accent-color);
}
@media (max-width: 1199px) {
  .cs_comment_list li:nth-child(even) {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .cs_comment_list li {
    gap: 15px;
    margin-bottom: 30px;
  }
  .cs_comment_list li:nth-child(even) {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cs_comment_list li {
    flex-direction: column;
  }
}

.cs_blog_author {
  border: 1px solid rgba(0, 25, 76, 0.1);
  border-radius: 15px;
  padding: 35px 23px 35px 40px;
  display: flex;
  gap: 30px 40px;
}
.cs_blog_author .cs_blog_author_thumbnail {
  border-radius: 50%;
  flex: none;
}
.cs_blog_author .cs_blog_author_thumbnail img {
  width: 100%;
}
.cs_blog_author .cs_social_icons {
  gap: 25px;
}
.cs_blog_author .cs_social_icons a {
  line-height: 1em;
}
.cs_blog_author .cs_social_icons a:hover {
  color: var(--accent-color);
}
@media (max-width: 1199px) {
  .cs_blog_author {
    padding: 35px 20px 40px;
  }
}
@media (max-width: 500px) {
  .cs_blog_author {
    align-items: flex-start;
    flex-direction: column;
  }
}

/*=============================================================
  19. Products Styling
===============================================================*/
.cs_product_style_1 .cs_product_thumbnail img {
  width: 100%;
  transition: all 0.5s ease;
}
.cs_product_style_1 .cs_product_thumbnail .cs_btn_style_1 {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  font-size: 18px;
  padding: 13px 30px;
  margin-bottom: 30px;
}
.cs_product_style_1 .cs_product_thumbnail:hover img {
  transform: scale(1.03);
}
.cs_product_style_1 .cs_product_info {
  padding: 0 20px;
}

.cs_product_style_2 {
  background-color: var(--white-color);
  padding: 25px 15px 46px;
  border: 1px solid var(--border-color);
  height: 100%;
}
.cs_product_style_2 .cs_product_thumbnail {
  width: min(167px, 100%);
  max-height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs_product_style_2 .cs_product_thumbnail img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.cs_product_style_2 .cs_product_thumbnail:hover img {
  transform: scale(1.03);
}
.cs_product_style_2 .cs_btn_style_3 {
  border-radius: 4px;
  border: 1px solid var(--border-color);
}
.cs_product_style_2 .cs_product_info {
  margin-top: auto;
}
.cs_product_style_2 .cs_product_title:hover {
  color: var(--accent-color);
}

.cs_product_style_3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: min(290px, 100%);
}
.cs_product_style_3 .cs_product_info {
  margin-top: auto;
}
.cs_product_style_3 .cs_product_thumbnail img {
  width: 100%;
  transition: transform 0.5s ease;
}
.cs_product_style_3 .cs_product_thumbnail:hover img {
  transform: scale(1.03);
}

.cs_product_style_4 {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 10px 40px 40px;
}
.cs_product_style_4 .cs_shape {
  width: 100%;
  bottom: 0;
  left: 0;
}
.cs_product_style_4 .cs_shape img {
  width: 100%;
}
@media (max-width: 413px) {
  .cs_product_style_4 {
    gap: 15px;
    padding: 20px 10px;
  }
}

.cs_product_style_5 .cs_product_thumbnail {
  overflow: hidden;
  display: block;
}
.cs_product_style_5 .cs_product_thumbnail img {
  width: 100%;
  transition: all 0.5s ease;
}
.cs_product_style_5 .cs_product_title:hover {
  color: var(--accent-color);
}
.cs_product_style_5:hover .cs_product_thumbnail img {
  transform: scale(1.03);
}

.cs_product_wrapper_1 {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: min(100%, 1670px);
  margin: 0 auto;
  flex-wrap: wrap;
}

.cs_product_wrapper_2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
.cs_product_wrapper_2 .cs_product_banner {
  grid-column: auto/span 2;
  overflow: hidden;
}
.cs_product_wrapper_2 .cs_product_banner .cs_banner_info {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 88px 30px;
}
.cs_product_wrapper_2 .cs_product_banner img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .cs_product_wrapper_2 .cs_product_banner .cs_banner_info {
    padding: 40px 15px;
  }
}
@media (max-width: 992px) {
  .cs_product_wrapper_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_product_wrapper_2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_product_wrapper_2 .cs_product_style_5 {
    width: min(312px, 100%);
    margin: 0 auto;
  }
  .cs_product_wrapper_2 .cs_product_banner {
    grid-column: auto/span 1;
  }
}

.cs_product_style_6 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cs_product_style_6 .cs_product_thumbnail {
  overflow: hidden;
}
.cs_product_style_6 .cs_product_thumbnail img {
  width: 100%;
  transition: all 0.5s ease;
}
.cs_product_style_6 .cs_product_thumbnail img:hover {
  transform: scale(1.05);
}
.cs_product_style_6 .cs_product_info {
  flex: 1;
}
.cs_product_style_6 .cs_product_info .cs_rating {
  width: 120px;
  display: flex;
  align-items: center;
  color: var(--border-color);
  font-weight: 900;
}
.cs_product_style_6 .cs_product_info .cs_rating .cs_rating_percentage {
  color: var(--accent-color);
}
.cs_product_style_6 .cs_product_info .cs_product_title:hover {
  color: var(--accent-color);
}
.cs_product_style_6 .cs_product_info .cs_price {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cs_product_style_6 .cs_product_info .cs_btn_style_7 {
  background-color: transparent;
  color: var(--accent-color);
  padding: 18px 45px;
  font-size: 20px;
  margin-top: auto;
}
.cs_product_style_6 .cs_product_info .cs_btn_style_7:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

/*=====================================================
 Product Details
=======================================================*/
.cs_product_details {
  padding-top: 225px;
}
.cs_product_details .cs_product_thumbnail {
  height: 100%;
}
.cs_product_details .cs_product_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_product_details .cs_product_reviews {
  display: flex;
  align-items: center;
}
.cs_product_details .cs_rating {
  width: 120px;
  height: 26px;
  letter-spacing: 4px;
}
.cs_product_details .cs_color_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_product_details .cs_color_list li {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: var(--cs-color);
  position: relative;
}
.cs_product_details .cs_color_list li::after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  left: 7px;
  top: 8px;
  opacity: 0;
  transform: rotate(-45deg);
  border-left: 2px solid var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  transition: opacity 0.3s ease;
}
.cs_product_details .cs_color_list li.active::after {
  opacity: 1;
}
.cs_product_details .cs_action_btns_wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.cs_product_details .cs_quantity_btns {
  width: 30%;
  padding: 12px 30px;
}
.cs_product_details .cs_btn_style_1 {
  flex: 1;
  width: 100%;
}
.cs_product_details .cs_product_specifications li:not(:last-child) {
  margin-bottom: 7px;
}
.cs_product_details .cs_product_specifications strong {
  color: var(--primary-color);
}
@media (max-width: 400px) {
  .cs_product_details .cs_action_btns_wrapper {
    flex-direction: column;
  }
  .cs_product_details .cs_quantity_btns {
    width: 100%;
  }
}

.cs_product_meta_info {
  border-top: 1px solid var(--border-color);
  padding-top: 40px;
}

.cs_input_rating_wrap {
  display: flex;
  align-items: center;
}
.cs_input_rating_wrap p {
  margin: 0 14px 0 0;
}

.cs_client_review {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cs_client_review .cs_review_media {
  display: flex;
}
.cs_client_review .cs_review_media_thumb {
  flex: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  align-items: center;
}
.cs_client_review .cs_review_media_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_client_review .cs_review_media_right .cs_rating {
  width: 120px;
}
.cs_client_review .cs_review_text {
  flex: none;
  width: 100%;
  line-height: 1.8em;
  margin-top: 30px;
}
.cs_client_review .cs_review_posted_by {
  margin-left: 65px;
  padding-top: 22px;
}

.cs_input_rating {
  cursor: pointer;
}

.cs_client_review_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs_client_review_list li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.cs_tabs.cs_style_1 .cs_tab_links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 52px;
}
@media (max-width: 575px) {
  .cs_tabs.cs_style_1 .cs_tab_links {
    gap: 10px 30px;
  }
}
.cs_tabs.cs_style_1 .cs_tab_links li a {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-weight: 600;
}
.cs_tabs.cs_style_1 .cs_tab_links li a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.3s ease;
  background-color: currentColor;
  bottom: 0;
}
.cs_tabs.cs_style_1 .cs_tab_links li.active a::before {
  width: 100%;
}
.cs_tabs.cs_style_1 p:last-child {
  margin-bottom: 0;
}
.cs_tabs.cs_style_1 .cs_tab {
  display: none;
}
.cs_tabs.cs_style_1 .cs_tab.active {
  display: block;
}

/*=============================================================
 20. Testimonials
===============================================================*/
.cs_testimonial_avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cs_testimonial_avatar .cs_avatar_img {
  border-radius: 50%;
  margin-left: -15px;
}
.cs_testimonial_avatar .cs_avatar_img:first-child {
  margin-left: 0;
}
.cs_testimonial_avatar .cs_client_number {
  width: 53px;
  height: 53px;
  left: calc(100% - 20px);
}

.cs_testimonial_wrapper_1 .cs_slider.cs_style_1 {
  max-width: 510px;
  margin: auto;
}
.cs_testimonial_wrapper_1 .cs_testimonial_style_1 .cs_testimonial_header_icon {
  width: 50px;
  height: 50px;
  flex: none;
  background-color: var(--accent-color);
  border-radius: 50%;
}
.cs_testimonial_wrapper_1 .cs_testimonial_style_1 .cs_testimonial_header {
  display: flex;
  gap: 20px;
  align-items: center;
}
.cs_testimonial_wrapper_1 .cs_testimonial_style_1 .cs_testimonial_body blockquote {
  letter-spacing: -0.66px;
  line-height: 1.36364em;
  font-style: initial;
}
.cs_testimonial_wrapper_1 .cs_testimonial_style_1 .cs_rating_wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cs_testimonial_wrapper_1 .cs_testimonial_style_1 .cs_rating_wraper .cs_raiting_percentage_in_text {
  letter-spacing: -0.54px;
}
.cs_testimonial_wrapper_1 .cs_testimonial_style_1 .cs_rating_wraper .cs_raiting_percentage_in_text span {
  color: #08c16a;
}
.cs_testimonial_wrapper_1 .cs_testimonial_thumbnail {
  position: relative;
  border-radius: 6px;
  max-width: 520px;
  margin: auto;
}
.cs_testimonial_wrapper_1 .cs_testimonial_thumbnail > img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cs_testimonial_wrapper_1 .cs_testimonial_thumbnail::before {
  content: "";
  background-color: var(--accent-color);
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: inherit;
}
.cs_testimonial_wrapper_1 .cs_testimonial_thumbnail .cs_rating::before {
  position: initial;
}
.cs_testimonial_wrapper_1 .cs_testimonial_thumbnail .cs_rating_box {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--white-color);
  position: absolute;
  bottom: 40px;
  left: -15%;
  z-index: 2;
  padding: 20px 45px 20px 35px;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  animation: animo-x 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .cs_testimonial_wrapper_1 .cs_testimonial_thumbnail .cs_rating_box {
    left: 0;
    gap: 10px;
    padding: 15px;
  }
}

.cs_testimonial_style_2 {
  display: flex;
  gap: 30px;
  padding: 50px 0px 45px 25px;
  background: var(--white-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.cs_testimonial_style_2 .cs_testimonial_heading {
  position: relative;
}
.cs_testimonial_style_2 .cs_testimonial_heading .cs_testimonial_heading_text {
  position: relative;
  z-index: 2;
  padding-right: 55px;
}
.cs_testimonial_style_2 .cs_testimonial_heading .cs_testimonial_icon {
  position: absolute;
  right: 0;
  top: 0;
}
.cs_testimonial_style_2 blockquote {
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs_testimonial_style_2 .cs_testimonial_left {
  flex: none;
}
.cs_testimonial_style_2 .cs_testimonial_left .cs_testimonial_avatar img {
  width: 100%;
}
.cs_testimonial_style_2 .cs_testimonial_left .cs_rating {
  letter-spacing: 7px;
}
.cs_testimonial_style_2 .cs_testimonial_right {
  position: relative;
  padding-right: 25px;
}
.cs_testimonial_style_2 .cs_testimonial_right::before {
  content: "";
  height: 6px;
  width: 100%;
  background-color: var(--accent-color);
  position: absolute;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 2% 97%);
  bottom: -45px;
}
@media (max-width: 575px) {
  .cs_testimonial_style_2 {
    gap: 15px;
    padding: 50px 0px 45px 15px;
  }
  .cs_testimonial_style_2 .cs_testimonial_right {
    padding-right: 15px;
  }
}

.cs_testimonial_style_3 {
  background: var(--white-color);
  padding: 60px 35px 45px;
  width: min(500px, 100%);
  color: var(--black-color);
}
.cs_testimonial_style_3 blockquote {
  font-size: 20px;
  font-style: normal;
}
.cs_testimonial_style_3 .cs_testimial_review {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_testimonial_style_3 .cs_testimial_review .cs_rating {
  overflow: visible;
  width: 120px;
  color: var(--border-color);
}
.cs_testimonial_style_3 .cs_testimial_review .cs_rating::before {
  font-weight: 900;
}
.cs_testimonial_style_3 .cs_testimial_review .cs_rating .cs_rating_percentage::before {
  color: #2e3a2a;
}
.cs_testimonial_style_3 .cs_testimonial_avatar::before {
  color: var(--black-color);
}
@media (max-width: 991px) {
  .cs_testimonial_style_3 {
    width: 100%;
  }
}

.cs_testimonial_style_4 {
  padding-top: 40px;
}
.cs_testimonial_style_4 .cs_testimonial_in {
  background: var(--white-color);
  padding: 100px 25px 50px 25px;
  height: 100%;
  width: 100%;
  -webkit-mask-image: url("../img/masking.svg");
          mask-image: url("../img/masking.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.cs_testimonial_style_4 .cs_testimonial_avatar {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
.cs_testimonial_style_4 .cs_testimonial_avatar img {
  border: 10px solid var(--gray-color3);
  border-radius: 50%;
}
.cs_testimonial_style_4 .cs_testimonial_avatar::before {
  display: none;
}
.cs_testimonial_style_4 .cs_rating_wrapper {
  right: 25px;
  top: 48px;
  width: 120px;
}
.cs_testimonial_style_4 .cs_rating {
  color: #ffc107;
}
.cs_testimonial_style_4:hover .cs_testimonial_in {
  background: var(--accent-color);
}
.cs_testimonial_style_4:hover .cs_testimonial_in h3,
.cs_testimonial_style_4:hover .cs_testimonial_in p {
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .cs_testimonial_style_4 .cs_testimonial_in {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .cs_testimonial_style_4 .cs_testimonial_avatar {
    left: 27px;
  }
}
@media (max-width: 767px) {
  .cs_testimonial_style_4 .cs_testimonial_in {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .cs_testimonial_style_4 .cs_testimonial_avatar {
    left: 27px;
  }
}

.cs_testimonial_style_5 {
  width: min(800px, 100%);
  color: var(--black-color);
  position: relative;
}
.cs_testimonial_style_5 blockquote {
  font-size: 21px;
  font-style: normal;
}
.cs_testimonial_style_5 .cs_testimial_review {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_testimonial_style_5 .cs_testimial_review .cs_rating {
  overflow: visible;
  width: 120px;
  color: var(--border-color);
}
.cs_testimonial_style_5 .cs_testimial_review .cs_rating::before {
  font-weight: 900;
}
.cs_testimonial_style_5 .cs_testimial_review .cs_rating .cs_rating_percentage {
  color: var(--accent-color);
}
.cs_testimonial_style_5 .cs_quote_img {
  top: -104px;
  left: 137px;
  z-index: -1;
}

.cs_testimonial_wrapper_2 {
  border-left: 1px solid var(--border-color);
  padding-left: 47px;
}
.cs_testimonial_wrapper_2 .cs_testimonial_avatar::before {
  color: var(--white-color);
}
.cs_testimonial_wrapper_2 .slick-list {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .cs_testimonial_wrapper_2 {
    padding-left: 0;
    border-left: 0;
  }
}

.cs_refrigerato_testimonial {
  background-color: #f6f1fd;
}
.cs_refrigerato_testimonial .container {
  max-width: 1400px;
}
.cs_refrigerato_testimonial .cs_refrigerator_feature .cs_refrigerator_features_list {
  position: relative;
  z-index: 2;
}
.cs_refrigerato_testimonial .cs_refrigerator_feature .cs_refrigerator_features_list li {
  padding: 16px 30px 18px 20px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  border-radius: 25.5px;
  background: var(--white-color);
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.05);
}
.cs_refrigerato_testimonial .cs_refrigerator_feature .cs_refrigerator_features_list li i {
  color: var(--accent-color);
  font-size: 16px;
}
.cs_refrigerato_testimonial .cs_refrigerator_feature .cs_refrigerator_features_list li:not(:last-child) {
  margin-bottom: 22px;
}
.cs_refrigerato_testimonial .cs_refrigerator_feature .cs_icon {
  right: 50px;
  top: 80px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cs_refrigerato_testimonial .cs_icon {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .cs_refrigerato_testimonial {
    padding-bottom: 80px;
  }
}

/*==============================================================
  21. Instagram
================================================================*/
.cs_instagram {
  width: 100%;
  display: flex;
}
.cs_instagram .cs_instagram_item {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.cs_instagram .cs_instagram_item:hover .cs_instagram_overlay {
  opacity: 1;
}
.cs_instagram .cs_instagram_thumb {
  position: relative;
  padding-top: 100%;
}
.cs_instagram .cs_instagram_thumb img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_instagram .cs_instagram_overlay {
  width: 100%;
  height: 100%;
  background: rgba(252, 95, 73, 0.1);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-color);
  font-size: 31px;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .cs_instagram {
    flex-wrap: wrap;
  }
  .cs_instagram .cs_instagram_item {
    flex: none;
    width: 33.333333%;
  }
}

/*==============================================================
  22. Video_block
================================================================*/
.cs_video_block_style_1 {
  padding: 290px 15px 178px;
}
.cs_video_block_style_1 .cs_video_block_in {
  padding-left: 46%;
}
.cs_video_block_style_1 .cs_player_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}
.cs_video_block_style_1 .cs_player_btn::after, .cs_video_block_style_1 .cs_player_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #474646;
  transition: all 0.3s ease;
}
.cs_video_block_style_1 .cs_player_btn::after {
  animation: rotateCircle 3s infinite;
}
.cs_video_block_style_1 .cs_player_btn::before {
  animation: rotateCircle2 3s infinite;
}
.cs_video_block_style_1 .cs_player_btn:hover::after, .cs_video_block_style_1 .cs_player_btn:hover::before {
  animation-play-state: paused;
  border-color: var(--white-color);
}
@media (max-width: 1199px) {
  .cs_video_block_style_1 {
    padding: 80px 15px;
  }
}
@media (max-width: 991px) {
  .cs_video_block_style_1 .cs_video_block_in {
    padding-left: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cs_video_block_style_1 .cs_video_block_in {
    padding-left: 24%;
  }
}
@media (max-width: 575px) {
  .cs_video_block_style_1 .cs_video_block_in {
    padding-left: 15%;
  }
}
@media (max-width: 475px) {
  .cs_video_block_style_1 .cs_video_block_in {
    padding-left: 0;
  }
}

.cs_video_block_style_2 .cs_video_thumbnail img {
  width: 100%;
}
.cs_video_block_style_2 .cs_play_img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 16s infinite;
}
.cs_video_block_style_2 .cs_play_img:hover {
  animation-play-state: paused;
}
.cs_video_block_style_2 .cs_play_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  letter-spacing: 2px;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateCircle {
  50% {
    transform: translate(3px, 6px);
  }
}
@keyframes rotateCircle2 {
  50% {
    transform: translate(-3px, -6px);
  }
}
/*===================================================
23. Before After Slider
=====================================================*/
.cs_before_after_style_1 .cs_before_after {
  width: 100%;
  position: relative;
  height: 580px;
  border-radius: 5px;
}
.cs_before_after_style_1 .cs_before,
.cs_before_after_style_1 .cs_after {
  position: relative;
}
.cs_before_after_style_1 .cs_before span,
.cs_before_after_style_1 .cs_after span {
  border: 1px solid var(--white-color);
  border-radius: 5px;
  padding: 6px 20px;
  position: absolute;
  top: 52px;
  border-color: var(--black-color);
  color: var(--black-color);
}
.cs_before_after_style_1 .cs_before span {
  left: 52px;
}
.cs_before_after_style_1 .cs_before::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 2, 2, 0.2);
}
.cs_before_after_style_1 .cs_after span {
  right: 52px;
}
.cs_before_after_style_1 .cs_before_after .cs_single_slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: inherit;
}
.cs_before_after_style_1 .cs_before_after .cs_single_slide.cs_before {
  right: 50%;
}
.cs_before_after_style_1 .cs_before_after .cs_handle_before_after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  cursor: ew-resize;
}
.cs_before_after_style_1 .cs_handle_before_after span {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background: var(--white-color);
  box-shadow: 0px 10px 50px 0px rgba(0, 55, 106, 0.2);
  backdrop-filter: blur(40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.cs_before_after_style_1 .cs_before_after .cs_handle_before_after:before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background: var(--white-color);
}
.cs_before_after_style_1 .cs_handle_before_after span:before,
.cs_before_after_style_1 .cs_handle_before_after span:after {
  font-size: 16px;
  color: var(--accent-color);
  font-weight: 900;
  font-family: "font awesome 5 free";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cs_before_after_style_1 .cs_handle_before_after span:before {
  content: "\f053";
  left: 12px;
}
.cs_before_after_style_1 .cs_handle_before_after span:after {
  content: "\f054";
  right: 12px;
}
.cs_before_after_style_1 .cs_before_after_right {
  padding-left: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs_before_after_style_1 .cs_before_after_right .cs_section_heading_style_1 {
  width: min(355px, 100%);
}
.cs_before_after_style_1 .cs_before_after_right .cs_shape_2 {
  right: 26%;
  top: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--border-color);
}
.cs_before_after_style_1 .cs_before_after_right .cs_side_img_wrapper {
  top: 20px;
  right: 50px;
}
.cs_before_after_style_1 .cs_before_after_right .cs_side_img_wrapper img {
  position: relative;
  z-index: 2;
}
.cs_before_after_style_1 .cs_before_after_right .cs_side_img_wrapper::before {
  content: "";
  position: absolute;
  width: 246px;
  left: -62px;
  top: 38px;
  height: 158px;
  background-color: #e8e8e8;
}
.cs_before_after_style_1 .cs_arrow_down {
  color: #b1b1b1;
  font-size: 18px;
  right: 130px;
  top: -66px;
}
.cs_before_after_style_1 .cs_arrow_down::before {
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  position: absolute;
  top: 0;
  animation: dropDown 3s infinite;
}
@media (min-width: 1400px) {
  .cs_before_after_style_1 .container {
    max-width: 1500px;
  }
}
@media (max-width: 1400px) {
  .cs_before_after_style_1 .cs_before_after {
    height: 420px;
  }
  .cs_before_after_style_1 .cs_before_after_right .cs_section_heading_style_1 {
    width: min(271px, 100%);
  }
}
@media (max-width: 1199px) {
  .cs_before_after_style_1 .cs_before_after {
    height: 517px;
  }
  .cs_before_after_style_1 .cs_before_after_right .cs_section_heading_style_1 {
    width: 100%;
  }
  .cs_before_after_style_1 .cs_before_after_right {
    padding-left: 0;
  }
  .cs_before_after_style_1 .cs_side_img_wrapper {
    position: relative !important;
    right: -64px !important;
    top: 85px !important;
  }
  .cs_before_after_style_1 .cs_arrow_down {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .cs_before_after_style_1 .cs_before_after {
    height: 350px;
  }
}

@keyframes dropDown {
  100% {
    top: 80px;
    opacity: 0.5;
  }
}
/*==============================================================
  24. Counter
================================================================*/
.cs_counter_wrapper_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 75px;
}
@media (max-width: 1400px) {
  .cs_counter_wrapper_1 {
    gap: 10px 25px;
  }
}
@media (max-width: 575px) {
  .cs_counter_wrapper_1 {
    flex-direction: column;
    align-items: start;
  }
  .cs_counter_wrapper_1 .cs_counter_style_1:not(:first-child)::before {
    display: none;
  }
}

.cs_counter_style_1 {
  position: relative;
}
.cs_counter_style_1:not(:first-child)::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--primary-color);
  position: absolute;
  left: -35px;
  bottom: -50%;
  transform: translateY(-50%);
}
.cs_counter_style_1 .cs_counter_top {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 767px) {
  .cs_counter_style_1:not(:first-child)::before {
    left: -20px;
  }
}

.cs_counter_wrapper_2 .cs_counter_wrapper_in {
  width: min(560px, 100%);
  margin-left: auto;
}
.cs_counter_wrapper_2 .cs_counter_style_2 {
  display: flex;
  align-items: start;
  gap: 36px;
  padding-bottom: 38px;
  margin-left: 0;
}
.cs_counter_wrapper_2 .cs_counter_style_2:not(:last-child) {
  margin-bottom: 30px;
}
.cs_counter_wrapper_2 .cs_counter_style_2 {
  position: relative;
}
.cs_counter_wrapper_2 .cs_counter_style_2 .cs_counter_info {
  width: min(340px, 100%);
}
.cs_counter_wrapper_2 .cs_counter_style_2::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #242424;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs_counter_wrapper_2 .cs_counter_style_2:hover::after {
  background-color: var(--accent-color);
}
@media (max-width: 575px) {
  .cs_counter_wrapper_2 .cs_counter_style_2 {
    flex-direction: column;
  }
}

/*==============================================================
  25. Gallery
================================================================*/
.cs_gallery_style_1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 42px;
}
.cs_gallery_style_1 .cs_text {
  grid-row: auto/span 2;
  grid-column: auto/span 2;
  border-radius: 24px;
  background: #070312;
  padding: 90px 40px;
  color: white;
  gap: 115px 0;
}
.cs_gallery_style_1 .cs_gallery_img {
  border-radius: 20px;
}
.cs_gallery_style_1 .cs_gallery_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .cs_gallery_style_1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .cs_gallery_style_1 .cs_text {
    grid-row: 1/span 2;
    grid-column: 1/span 2;
    gap: 40px;
    padding: 40px 40px 45px;
  }
}
@media (max-width: 450px) {
  .cs_gallery_style_1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_gallery_style_1 .cs_text {
    grid-row: 1/span 1;
    grid-column: 1/span 1;
  }
}

.cs_gallery_style_2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cs_gallery_style_2 .cs_gallery_img {
  border-radius: 11px;
  overflow: hidden;
}
.cs_gallery_style_2 .cs_gallery_img img {
  width: 100%;
  height: 100%;
}
.cs_gallery_style_2 .cs_gallery_img:nth-child(1) {
  grid-row: auto/span 2;
  grid-column: auto/span 2;
}
.cs_gallery_style_2 .cs_gallery_img:nth-child(4) {
  grid-column: auto/span 2;
}
.cs_gallery_style_2 .cs_gallery_img .cs_gallery_overlay {
  z-index: 2;
  background: rgba(49, 49, 49, 0.55);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: all 0.4s ease;
}
.cs_gallery_style_2 .cs_gallery_img .cs_gallery_icon {
  width: 60px;
  height: 60px;
  background: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: 65px;
  right: 55px;
  font-size: 22px;
  transform: scale(0);
  transition: transform 0.4s ease;
}
.cs_gallery_style_2 .cs_gallery_img .cs_gallery_icon:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
}
.cs_gallery_style_2 .cs_gallery_img .cs_gallery_text {
  position: absolute;
  left: 80px;
  bottom: 50px;
  transform: translateY(20px);
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.cs_gallery_style_2 .cs_gallery_img:hover .cs_gallery_overlay {
  opacity: 1;
}
.cs_gallery_style_2 .cs_gallery_img:hover .cs_gallery_icon {
  transform: scale(1);
}
.cs_gallery_style_2 .cs_gallery_img:hover .cs_gallery_text {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1700px) {
  .cs_gallery_style_2 .cs_gallery_img .cs_gallery_icon {
    top: 24px;
    right: 24px;
  }
  .cs_gallery_style_2 .cs_gallery_img .cs_gallery_text {
    left: 20px;
    bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .cs_gallery_style_2 .cs_gallery_img {
    min-height: 180px;
  }
  .cs_gallery_style_2 .cs_gallery_img .cs_gallery_icon {
    top: 15px;
    right: 15px;
  }
  .cs_gallery_style_2 .cs_gallery_img .cs_gallery_text {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .cs_gallery_style_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .cs_gallery_style_2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_gallery_style_2 .cs_gallery_img:nth-child(1) {
    grid-row: auto/span 1;
    grid-column: auto/span 1;
  }
  .cs_gallery_style_2 .cs_gallery_img:nth-child(4) {
    grid-column: auto/span 1;
  }
}

/*==============================================================
  26. Gym
================================================================*/
.cs_nutritions_in {
  padding-bottom: 190px;
}
.cs_nutritions_in .cs_nutritions {
  width: min(340px, 100%);
}
.cs_nutritions_in .cs_nutritions .cs_table_heading {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}
.cs_nutritions_in .cs_nutritions .cs_nutritionals_table li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}
.cs_nutritions_in .cs_nutritions .cs_nutritionals_table li:last-child {
  margin-bottom: 0;
}
.cs_nutritions_in .cs_nutritions_img_1 {
  position: absolute;
  bottom: 150px;
  left: 50%;
  flex-direction: column;
  transform: translateX(-50%);
  width: min(100%, 755px);
  padding-left: 60px;
}
.cs_nutritions_in .cs_nutritions_img_1 .cs_img {
  width: 100%;
}
.cs_nutritions_in .cs_nutritions_img_1 img {
  position: relative;
  z-index: 2;
}
.cs_nutritions_in .cs_nutritions_img_1 .cs_bottles {
  padding: 0 60px 0 0;
}
.cs_nutritions_in .cs_nutritions_img_1 .cs_bg_icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.cs_nutritions_in .cs_guarantee {
  position: absolute;
  right: -28%;
  top: -82px;
  z-index: 33;
}
@media (max-width: 1199px) {
  .cs_nutritions_in {
    padding-bottom: 80px;
  }
  .cs_nutritions_in .cs_nutritions {
    width: 100%;
    margin-bottom: 50px;
  }
  .cs_nutritions_in .cs_nutritions_img_1 {
    position: relative;
    bottom: initial;
    left: initial;
    transform: translate(0);
  }
  .cs_nutritions_in .cs_guarantee {
    top: -50px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cs_nutritions_in .cs_nutritions_img_1 {
    padding-left: 0;
  }
  .cs_nutritions_in .cs_nutritions_img_1 .cs_bottles {
    padding: 0 30px;
  }
  .cs_nutritions_in .cs_nutritions_img_1 .cs_bg_icon {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .cs_nutritions_in .cs_guarantee {
    zoom: 0.7;
  }
}

/*-----------------------------Review----------------------------*/
.cs_review {
  clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
}
.cs_review .cs_testimonial_slider_container {
  width: min(1033px, 100%);
}
.cs_review > .cs_review_img {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.cs_review > .cs_review_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_review > .cs_review_img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.cs_review .cs_slider {
  z-index: 5;
}
.cs_review .cs_section_heading_style_1 {
  z-index: 5;
}
@media (max-width: 1400px) {
  .cs_review {
    clip-path: polygon(50% 5%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 1199px) {
  .cs_review {
    clip-path: polygon(50% 3%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 776px) {
  .cs_review {
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*==============================================================
  27. Burger
================================================================*/
.cs_banner_img {
  padding: 55px 89px 0 80px;
  animation: animo-up-down 2s linear infinite;
}
.cs_banner_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cs_banner_img .cs_discount_img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.cs_banner_img .cs_shape_img {
  top: -16px;
  left: 0;
  z-index: 1;
}

.cs_italian_burger .cs_italian_burger_left {
  padding: 0 85px 0 100px;
}
.cs_italian_burger .cs_italian_burger_left .cs_italian_burger_left_img img {
  width: 100%;
}
.cs_italian_burger .cs_italian_burger_right {
  margin-left: -10px;
}
.cs_italian_burger .cs_italian_burger_right .cs_italian_burger_right_img img {
  width: 100%;
}
@media (max-width: 1199px) {
  .cs_italian_burger .cs_italian_burger_left {
    padding: 0;
  }
}

/*============================================================
  28. Shop and Shop Details
==============================================================*/
.cs_custom_radio {
  display: block;
  padding-left: 24px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  cursor: pointer;
  line-height: 1em;
  margin-bottom: 0;
}
.cs_custom_radio input[type=radio] {
  display: none;
}
.cs_custom_radio input[type=radio]:checked + .cs_radio_marker {
  border-color: currentColor;
  background-color: transparent;
}
.cs_custom_radio input[type=radio]:checked + .cs_radio_marker::after {
  opacity: 1;
}
.cs_custom_radio .cs_radio_marker {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
}
.cs_custom_radio .cs_radio_marker::after {
  content: "";
  width: 8px;
  height: 8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: inherit;
}

.cs_quantity_btns {
  font-size: 16px;
  font-weight: 600;
  padding: 8px 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 1px solid var(--border-color);
}

/*==========================================================
  Cart Page
============================================================*/
.cs_table_wrapper {
  overflow-x: auto;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cs_cart_table {
  width: 100%;
  min-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cs_cart_table .cs_cart_table_row {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--border-color);
}
.cs_cart_table .cs_table_head {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--primary-font);
  padding: 12px 30px;
}
.cs_cart_table .cs_table_data {
  padding: 30px;
}
.cs_cart_table .cs_table_data .cs_btn.cs_style_1 {
  padding: 12px 30px;
}
.cs_cart_table .cs_table_data .cs_instock {
  color: #35bb39;
}
.cs_cart_table .cs_table_col:nth-child(1) {
  width: 5%;
}
.cs_cart_table .cs_table_col:nth-child(2) {
  width: 40%;
}
.cs_cart_table .cs_table_col:nth-child(3) {
  width: 18%;
}
.cs_cart_table .cs_table_col:nth-child(4) {
  width: 15%;
}
.cs_cart_table .cs_table_col:nth-child(5) {
  width: 22%;
}
.cs_cart_table .cs_cart_table_media {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cs_cart_table .cs_cart_table_media .cs_media_thumbnail {
  width: 80px;
  height: 80px;
  padding: 10px;
  flex: none;
  border-radius: 10px;
}
.cs_cart_table .cs_cart_table_media .cs_media_thumbnail img {
  width: 100%;
  height: 100%;
}
.cs_cart_table .cs_cart_table_media h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.cs_cart_table .cs_cart_table_close:hover {
  color: #FE5A86;
}
.cs_cart_table .cs_cart_offer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cs_cart_table .cs_cart_offer .cs_coupon_form {
  width: min(100%, 500px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.cs_cart_table .cs_cart_offer .cs_coupon_form .cs_form_field {
  display: block;
  width: min(100%, 250px);
  padding: 11px 20px 12px;
  border-radius: 5px;
  outline: 0;
  border: 1px solid var(--border-color);
}
.cs_cart_table .cs_cart_offer .cs_coupon_form .cs_form_field:focus {
  border-color: var(--accent-color);
}
.cs_cart_table .cs_cart_offer .cs_btn_style_1 {
  text-wrap: nowrap;
  border-radius: 5px;
  background-color: var(--primary-color);
}
.cs_cart_table .cs_cart_offer .cs_btn_style_1::before, .cs_cart_table .cs_cart_offer .cs_btn_style_1::after {
  display: none;
}
.cs_cart_table .cs_cart_offer .cs_btn_style_1:hover {
  color: var(--white-color);
  background-color: var(--accent-color);
}
.cs_cart_table .cs_cart_offer .cs_update_btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.cs_cart_table .cs_text_btn:hover {
  color: var(--accent-color);
}
@media (max-width: 1199px) {
  .cs_cart_table .cs_cart_table_media {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .cs_cart_table .cs_table_data {
    padding: 20px;
  }
  .cs_cart_table .cs_table_col:nth-child(1) {
    width: 5%;
  }
  .cs_cart_table .cs_table_col:nth-child(2) {
    width: 47%;
  }
  .cs_cart_table .cs_table_col:nth-child(3) {
    width: 15%;
  }
  .cs_cart_table .cs_table_col:nth-child(4) {
    width: 18%;
  }
  .cs_cart_table .cs_table_col:nth-child(5) {
    width: 15%;
  }
}

.cs_cart_summery {
  width: min(100%, 330px);
}
.cs_cart_summery .cs_cart_summery_item {
  padding: 25px 30px 30px;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}
.cs_cart_summery .cs_cart_summery_item:last-child {
  margin-bottom: 0;
}
.cs_cart_summery .cs_btn_style_1 {
  border-radius: 5px;
  background-color: var(--accent-color);
}
.cs_cart_summery .cs_btn_style_1::before, .cs_cart_summery .cs_btn_style_1::after {
  display: none;
}
.cs_cart_summery .cs_btn_style_1:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.cs_cart_summery table tr {
  padding: 13px 0;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
}
.cs_cart_summery table tr:first-child {
  border-top: 1px solid var(--border-color);
}
.cs_cart_summery table td {
  padding: 0;
  border-top: 0;
}
.cs_cart_summery table td:last-child {
  text-align: end;
}
@media (max-width: 991px) {
  .cs_cart_summery {
    width: 100%;
  }
  .cs_cart_summery .cs_cart_summery_item {
    padding: 20px 15px 24px;
  }
}

/*=======================================================
 Checkout Page
=========================================================*/
.cs_checkout_alert {
  padding: 11px 30px;
  border: 1px solid var(--border-color);
}
.cs_checkout_alert b {
  color: var(--primary-color);
  margin: 0 6px;
}
.cs_checkout_alert a:hover {
  color: var(--accent-color);
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .cs_checkout_alert {
    padding: 11px 20px;
  }
}

.cs_checkout_form_wrapper {
  padding: 30px;
  border: 1px solid var(--border-color);
}
.cs_checkout_form_wrapper label {
  display: block;
  font-weight: 500;
  color: var(--primary-color);
  font-family: var(--primary-font);
  margin-bottom: 7px;
}
@media (max-width: 1199px) {
  .cs_checkout_form_wrapper {
    padding: 20px 20px 24px;
  }
}

.cs_shop_side_spacing {
  width: min(100%, 440px);
  padding: 30px;
  border: 1px solid var(--border-color);
}
.cs_shop_side_spacing table {
  border-radius: 5px;
  overflow: hidden;
}
.cs_shop_side_spacing table tr {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 20px;
  background-color: var(--white-color);
  border-bottom: 1px solid var(--border-color);
}
.cs_shop_side_spacing table tr:last-child {
  border-bottom: 0;
}
.cs_shop_side_spacing table th {
  padding: 0;
  text-transform: uppercase;
  color: var(--primary-color);
  border-top: 0;
}
.cs_shop_side_spacing table td {
  padding: 0;
  border-top: 0;
}
.cs_shop_side_spacing .cs_bank_payment_text {
  padding: 15px 20px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
}
@media (max-width: 1199px) {
  .cs_shop_side_spacing {
    padding: 20px 20px 24px;
  }
}
@media (max-width: 991px) {
  .cs_shop_side_spacing {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cs_shop_side_spacing {
    padding: 20px 15px 24px;
  }
  .cs_shop_side_spacing table tr {
    padding: 12px 15px;
  }
}

/*==============================================================
  29. beauty Product
================================================================*/
.cs_beauty_product_wrapper_1 {
  background-color: var(--gray-color5);
  position: relative;
}
.cs_beauty_product_wrapper_1 .cs_shape_1 {
  width: 92%;
  height: 426px;
  border-radius: 49%;
  background: var(--white-color);
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.cs_glow_performance .cs_section_heading_style_1 {
  padding-left: 100px;
  width: min(900px, 100%);
}
.cs_glow_performance .cs_bg_img img {
  width: 100%;
}
@media (max-width: 1199px) {
  .cs_glow_performance .cs_bg_img {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .cs_glow_performance .cs_section_heading_style_1 {
    width: 100%;
    padding-left: 0px;
  }
  .cs_glow_performance .cs_bg_img {
    padding: 0;
  }
}

.cs_card_wrapper_2 {
  border-top: 1px solid var(--border-color);
}
.cs_card_wrapper_2 .cs_right_side {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs_card_wrapper_2 .cs_section_heading_style_1 {
  width: min(655px, 100%);
}
@media (min-width: 1400px) {
  .cs_card_wrapper_2 .container {
    max-width: 1380px;
  }
}
@media (max-width: 1399px) {
  .cs_card_wrapper_2 .cs_right_side {
    padding-left: 0;
  }
}

.cs_card_wrapper_3 .container {
  max-width: 1400px !important;
}

.cs_beauty_product_wrapper_2 .container {
  max-width: 1360px;
}

.cs_product_featuars {
  font-size: 57px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--black-color);
}
.cs_product_featuars .cs_star {
  padding: 0 25px;
}
.cs_product_featuars .cs_star img {
  width: 50px;
  height: 50px;
}
.cs_product_featuars .cs_product_img {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.cs_product_featuars .cs_product_img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 40%;
  background-color: var(--border-color);
}
.cs_product_featuars .cs_product_img img {
  position: relative;
  z-index: 1;
  flex: none;
}
.cs_product_featuars .cs_product_img:hover::after {
  background-color: var(--accent-color);
}
@media (max-width: 991px) {
  .cs_product_featuars {
    font-size: 42px;
  }
  .cs_product_featuars .cs_product_img {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .cs_product_featuars {
    font-size: 36px;
  }
  .cs_product_featuars .cs_product_img {
    width: 80px;
  }
}

/* ============================================================
   HERO SECTION - MOBILE OPTIMIZATION
   Reordenar imagen primero en móvil
============================================================ */
@media (max-width: 991px) {
  .cs_hero_style_8 .row {
    display: flex;
    flex-direction: column;
  }
  
  /* Imagen primero (segunda columna) */
  .cs_hero_style_8 .col-lg-6:nth-child(2) {
    order: -1;
    margin-bottom: 30px;
  }
  
  /* Texto después (primera columna) */
  .cs_hero_style_8 .col-lg-6:nth-child(1) {
    order: 1;
  }
  
  /* Ajustar imagen para móvil */
  .cs_hero_style_8 .cs_right_hero {
    width: 100%;
    margin-left: 0;
  }
  
  .cs_hero_style_8 .cs_right_hero .cs_right_hero_img {
    right: auto;
    text-align: center;
    max-width: 40% !important;
    margin: 0 auto;
  }
  
  .cs_hero_style_8 .cs_right_hero .cs_right_hero_img img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Ajustar padding en móvil */
  .cs_hero_style_8 {
    padding: 60px 0 30px;
  }
}

@media (max-width: 575px) {
  .cs_hero_style_8 {
    padding: 70px 0 20px !important;
  }
  
  .cs_hero_style_8 .col-lg-6:nth-child(2) {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* ===== CAMBIOS FINALES PARA ECOFILTRO RD MÓVIL ===== */

/* CAMBIO 1: Imagen primero en hero section (móvil) */
@media (max-width: 991px) {
  .cs_hero_style_8 .col-lg-6:nth-child(2) {
    order: -1;  /* Imagen primero */
  }
  
  .cs_hero_style_8 .col-lg-6:nth-child(1) {
    order: 1;   /* Texto después */
  }
}

/* CAMBIO 2: Menú móvil compacto */
@media (max-width: 991px) {
  .offcanvas {
    width: 280px !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1) !important;
  }
}


