/* ========== BASE STYLES ========== */
* {
  box-sizing: border-box;
}

body {
  font-family: "YekanBakh", Arial, sans-serif;
  font-weight: 400;
  direction: rtl;
  margin: 0;
  margin-bottom: 60px;
  background-color: white !important;
}

a {
  text-decoration: none !important;
  color: #0366d6;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: "YekanBakh", Arial, sans-serif;
}

h1 {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

/* ========== UTILITY CLASSES ========== */
.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

/* Text Alignment */
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/* Font Sizes */
.text-xsmall {
  font-size: 0.6em;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 1.2em;
}

.text-xlarge {
  font-size: 1.4em;
}

/* Font Weights */
.text-ultralight {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: normal;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: bold;
}

/* Text Decoration */
.text-underline {
  text-decoration: underline;
}

/* Display */
.hidden {
  display: none;
}

/* ========== COMMON ELEMENTS ========== */
blockquote {
  font-weight: 500;
  padding: 10px;
  border: 1px dashed #666666;
}
.mainbox {
  width: 100%;
  background-color: #efefef;
  display: table;
  margin-bottom: 30px;
  border-right: 8px solid #ffff33;
}

.mainboxnegativ {
  width: 100%;
  background-color: #000000;
  display: table;
  margin-bottom: 30px;
  border-right: 8px solid #ffff33;
  color: #f9f9f9;
}

.mainbox2 {
  font-size: 1em;
  width: 90%;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mainbox3 {
  width: 100%;
  background-color: #b8b8b8;
  display: table;
  margin-bottom: 30px;
  border-right: 8px solid #bd70ff;
}

.mainbox2negativ {
  font-size: 1em;
  color: #f9f9f9;
  background-color: #000000;
  padding-right: 20px;
}

.farsiparagraph {
  font-size: 1em;
  width: 47%;
  float: right;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.englishparagraph {
  font-size: 1em;
  width: 47%;
  float: left;
  direction: ltr;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rightbox {
  width: 60%;
  padding-right: 20px;
  padding-left: 5px;
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
  min-width: 0px;
  background-color: #f7f7f7;
}

.titelbox {
  width: 60%;
  padding-right: 25px;
  padding-left: 0px;
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
  min-width: 0px;
  background-color: #f2f2f2;
  color: #4b4b4b;
}

.lefttbox {
  padding-right: 20px;
  padding-left: 4px;
  float: right;
  margin-bottom: 10px;
  min-width: 0px;
}

.alphabet {
  width: 35%;
  float: left;
  font-size: 21em;
  text-align: center;
  font-weight: 500;
  color: #999999;
}

.alphabet2 {
  width: 35%;
  float: left;
  direction: ltr;
  font-size: 1.6em;
  text-align: left;
  font-weight: 500;
  color: #333333;
  margin-top: 100px;
}

.footer {
  font-weight: 300;
  font-size: 0.7em;
  text-align: center;
  direction: ltr;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* site css */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* ========== NAVIGATION STYLES ========== */
#test a {
  color: #4a4a4a;
}

.dropdown-menu {
  text-align: right;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 3px 20px 0px #0000001f;
}

.dropdown-menu a {
  margin-bottom: 7px;
}

#search_modal.modal-backdrop,
#search_modal.modal-content {
  background-color: transparent !important;
}

#search:focus {
  border: none !important;
  resize: none !important;
  outline: none !important;
}

.hmenu {
  height: 100vh;
}

.btnhmenu {
  bottom: 200px !important;
}

.navbarDesktop {
  box-shadow: 0px 3px 20px 0px #0000001f;
}

.menu__btn--Contact {
  border-radius: 8px;
  background: #119ace;
  color: white;
}

.menu__btn--login {
  border-radius: 8px;
  background: #3aaa35;
  color: white;
}

.navbar__item--marginRight {
  margin-right: 1.5rem;
}

.img__logoType {
  width: 165px;
  height: 50px;
}

/* Mobile Navigation */
.container-fluid.mobile {
  display: none;
  padding: 0 !important;
  margin: 0 !important;
}

.mobile {
  box-shadow: 0px 3px 20px 0px #0000001f;
}

#side-drawer {
  width: 80%;
  top: 0;
  right: -100%;
  z-index: 1032;
  transition: right 0.3s ease;
  font-size: 14px;
  height: 100vh;
}

#side-drawer-void {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1031;
}

/* ========== BANNER STYLES ========== */
/* .banner__base {
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.banner__one {
  background-image: url("../images/5283458.svg");
  width: 98%;
  height: 330px;
  background-position: center 43%;
  background-repeat: no-repeat;
}

.banner__two {
  background-image: linear-gradient(to bottom, #aede45, #4fc055);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.banner__three {
  background-image: url("../images/824\ .svg");
  background-position: center 43%;
  background-repeat: no-repeat;
  width: 90%;
  height: 330px;
  position: relative;
}

.banner__four {
  background-image: radial-gradient(
    circle,
    rgb(248 188 126 / 82%) 0%,
    rgb(241 141 37 / 65%) 100%
  );
  width: 90%;
  height: 330px;
  position: relative;
}

.banner__card_title {
  font-size: calc(20% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.banner__cardOne_description {
  font-size: calc(15% + 0.8vw + 0.8vh);
  line-height: 2;
}

.banner__label-base {
  position: absolute;
  left: 0;
  border-radius: 50px 0 50px 0;
}

.banner__label-info {
  background-color: #a5a7b0;
} */

/* ========== SECTION STYLES ========== */
/* About Section */
.about__title {
  font-size: calc(20% + 0.8vw + 0.9vh);
  font-weight: bold;
}

/* .about__description {
  font-size: calc(10% + 0.6vw + 0.7vh);
} */

.about__link {
  background: #259639;
  border-radius: 10px;
  font-size: small;
  padding: 1rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
  color: white;
  text-decoration: none;
}

.about__background {
  border-radius: 20px;
  background-color: #0080000d;
}

/* Features Section */
.features__title {
  font-size: calc(10% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.features__title__two {
  font-size: calc(5% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.features__link {
  background: #259639;
  border-radius: 10px;
  font-size: small;
  padding: 1rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
  color: white;
  text-decoration: none;
}

.features__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 1.3rem;
  border-radius: 2px;
}

/* Products Section */
.products {
  background: linear-gradient(to right, rgb(0 0 0 / 4%), #fffefe);
}

.card {
  border-radius: 8px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  width: 22rem;
  background: white;
  transition: all 0.3s ease;
}

.card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.card-img-top {
  border-radius: 20px;
}

.products__title {
  font-size: calc(30% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.products__Cardtitle {
  font-size: calc(5% + 0.5vw);
  font-weight: bold;
  line-height: 2rem;
  height: 56px;
}

.products__description {
  font-size: calc(35% + 0.5vw);
  font-weight: normal;
}

.products__price {
  font-size: calc(35% + 0.5vw);
  font-weight: normal;
}

.products__link {
  background: #259639;
  border-radius: 10px;
  font-size: calc(40% + 0.5vw);
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.8rem 0.9rem;
  color: white;
  text-decoration: none;
}

.products__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 1.3rem;
  border-radius: 2px;
}

.products__background {
  border-radius: 20px;
  background-color: #0080000d;
}

.products__label-base {
  position: absolute;
  left: 0;
  border-radius: 10px 0 10px 0;
  font-size: calc(10% + 0.5vw);
}

/* Tutorials Section */
.card-tutorials {
  border-radius: 8px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  background: white;
  transition: all 0.3s ease;
}

.card-tutorials:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.tutorials-card-img-top {
  border-radius: 25px;
  padding: 1rem;
}

.tutorials__title {
  font-size: calc(30% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.tutorials__Cardtitle {
  font-size: calc(10% + 0.6vw);
  font-weight: bold;
  line-height: 2rem;
}

.tutorials__description {
  font-size: calc(10% + 0.5vw);
  font-weight: normal;
  line-height: 2;
  height: 10rem;
}

.tutorials__description-card {
  font-size: calc(10% + 0.5vw);
  font-weight: normal;
  line-height: 2;
}

.tutorials__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 1.3rem;
  border-radius: 2px;
}

.tutorials__background {
  border-radius: 20px;
  background-color: #0080000d;
}

.tutorials__label-base {
  position: absolute;
  left: 0;
  border-radius: 10px 0 10px 0;
  font-size: calc(10% + 0.5vw);
}

.cooperation__title {
  font-size: calc(20% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.cooperation__description {
  font-size: calc(10% + 0.6vw + 0.7vh);
}

.cooperation__link {
  background: #259639;
  border-radius: 10px;
  font-size: small;
  padding: 1rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
}

.cooperation__background {
  background: #3aaa35;
  box-shadow: 0px 10px 30px -10px rgba(58, 170, 53, 0.2);
  border-radius: 8px;
}

/* ========== MOBILE STYLES ========== */
/* Mobile Banner */
.bannerMobile__card_img {
  width: 190px;
  height: 120px;
  position: absolute;
  left: 1rem;
  top: 4rem;
}

.bannerMobile__base {
  border-radius: 43px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.bannerMobile__one {
  background-image: url("../images/5283458.svg");
  background-position: 17% 43%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%) !important;
  margin-top: 80px;
}

.bannerMobile__two {
  background-image: linear-gradient(to bottom, #aede45, #4fc055);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.bannerMobile__three {
  background-image: url(files/backgroundbannerMobile.png);
  background-position: center 43%;
  background-repeat: no-repeat;
  position: relative;
}

.bannerMobile__four {
  background-image: radial-gradient(
    circle,
    rgb(248 188 126 / 82%) 0%,
    rgb(241 141 37 / 65%) 100%
  );
  position: relative;
}

.bannerMobile__card_title {
  font-size: calc(20% + 0.8vw + 0.9vh);
  font-weight: bold;
  line-height: 2;
}

.bannerMobile__cardOne_description {
  font-size: calc(15% + 0.8vw + 0.8vh);
  line-height: 2;
}

.bannerMobile__label-base {
  position: absolute;
  left: 0;
  border-radius: 50px 0 50px 0;
}

.bannerMobile__label-info {
  background-color: #a5a7b0;
}

.aboutMobile__title {
  font-size: calc(40% + 0.9vw + 0.9vh);
  font-weight: bold;
}

.aboutMobile__description {
  font-size: calc(10% + 0.9vw + 0.9vh);
}

.aboutMobile__link {
  background: #259639;
  border-radius: 10px;
  font-size: 12px;
  padding: 0.8rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
}

.aboutMobile__background {
  border-radius: 20px;
  background-color: #0080000d;
}

.featuresMobile__title {
  font-size: calc(10% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.featuresMobile__title__two {
  font-size: calc(5% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.featuresMobile__link {
  background: #259639;
  border-radius: 10px;
  font-size: 12px;
  padding: 0.8rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
}

.featuresMobile__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 1rem;
  border-radius: 2px;
  font-size: calc(40% + 0.9vw + 0.9vh);
}

.productsMobile {
  background: linear-gradient(to right, rgb(0 0 0 / 4%), #fffefe);
}

.productsMobile__title {
  font-size: calc(30% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.productsMobile__Cardtitle {
  font-size: calc(5% + 0.9vw + 0.8vh);
  font-weight: bold;
  line-height: 2rem;
}

.productsMobile__description {
  font-size: calc(40% + 0.6vw + 0.4vh);
  font-weight: normal;
}

.productsMobile__price {
  font-size: calc(10% + 0.5vw);
  font-weight: normal;
}

.productsMobile__link {
  width: fit-content;
  margin: auto;
  background: #259639;
  border-radius: 10px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
  font-size: 11px;
  padding: 0.8rem 1.5rem !important;
}

.productsMobile__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 0.7rem;
  border-radius: 2px;
  font-size: calc(50% + 0.9vw + 0.9vh);
}

.productsMobile__background {
  border-radius: 20px;
  background-color: #0080000d;
}

.productsMobile__label-base {
  position: absolute;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  font-size: calc(10% + 0.5vw);
}

.card-tutorialsMobile {
  border-radius: 8px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  /*width: 21rem;*/
}

.tutorialsMobile-card-img-top {
  border-radius: 8px;
  max-width: 436px;
  width: 100%;
  height: 230px;
}

.tutorialsMobile__title {
  font-size: calc(30% + 0.8vw + 0.9vh);
  font-weight: bold;
}

.tutorialsMobile__Cardtitle {
  font-size: calc(10% + 0.9vw + 0.9vh);
  font-weight: bold;
  line-height: 2rem;
}

.tutorialsMobile__description {
  font-size: calc(10% + 0.5vw);
  font-weight: normal;
  line-height: 2;
  height: 10rem;
}

.tutorialsMobile__description-card {
  font-size: calc(40% + 0.6vw);
  font-weight: normal;
  line-height: 2;
}

.tutorialsMobile__wrapper {
  border-bottom: 2px solid #e05402;
  display: inline-block;
  padding-bottom: 0.7rem;
  border-radius: 2px;
  font-size: calc(50% + 0.9vw + 0.9vh);
}

.tutorialsMobile__background {
  border-radius: 20px;
  background-color: #0080000d;
}

.tutorialsMobile__label-base {
  position: absolute;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  font-size: calc(10% + 0.5vw);
}

.cooperationMobile__title {
  font-size: calc(30% + 0.9vw + 0.9vh);
  font-weight: bold;
  margin-bottom: auto;
}

.cooperationMobile__description {
  font-size: calc(10% + 0.8vw + 0.8vh);
}

.cooperationMobile__link {
  background: #259639;
  border-radius: 10px;
  font-size: small;
  padding: 1rem 1.5rem !important;
  bottom: -25px;
  box-shadow: 0px 20px 30px -3px rgb(37 150 57 / 30%);
}

.cooperationMobile__background {
  background: #3aaa35;
  box-shadow: 0px 10px 30px -10px rgba(58, 170, 53, 0.2);
  border-radius: 8px;
}

.cooperation__logo {
  width: 30px;
}

/* ========== FOOTER STYLES ========== */
footer {
  padding: 20px 0 0 0;
  margin-top: 30px;
  min-height: 200px;
  text-align: center;
  margin-bottom: -200px;
}

footer h3 {
  display: inline-block !important;
  color: #dedede !important;
  margin-bottom: 20px;
}

.footerMan {
  background: #f2f2f2;
}

.footerMan__copyRight {
  font-weight: normal;
  font-size: 13px;
}

.footer__discriptionCompany {
  font-weight: normal;
  line-height: 2;
  font-size: 13px;
  text-align: right;
}

.footerMan__imgCenter {
  width: 83px;
  height: 92px;
}

.news_letter p {
  margin: 0px !important;
  margin-bottom: 0px !important;
  background-color: #0094ff !important;
}

div#news_letter button {
  background-color: #26963b;
  color: white;
  border: none;
  width: 60px;
  height: 37px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
}

div#news_letter input[type="text"] {
  width: 180px;
  height: 37px;
  border: none;
  margin-left: -5px;
  outline-color: none;
  outline-style: none;
}

/**/

.tel {
  text-decoration: none;
  color: #00477c;
  font-size: 13px;
}

.logo {
  width: 70px;
  height: auto;
  margin-bottom: 20px;
}

/* about css */

.card-about {
  width: 100%;
  height: 100%;
  border-radius: 5px !important;
}

.card-about img {
  width: 100px;
}

.khadamat-card {
  width: 100%;
  height: 70px;
}

.iconfa-edu {
  font-size: 30px;
}

.top-title-edu {
  font-size: 20px;
  font-weight: 700;
}

.top-left-title-edu {
  font-size: 16px;
  font-weight: 700;
}

.text-more {
  color: #259639;
}

.card-edu-image {
  border-radius: 5px 5px 0px 0px;
  padding: 0px;
  height: 60%;
  width: 100%;
}

.p-card-edu {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5rem;
}

.btn-edu {
  border-radius: 10px;
  padding: 2px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.bg-card-about {
  background: linear-gradient(
    90deg,
    rgba(58, 170, 53, 0.05) 30.27%,
    rgba(58, 170, 53, 0.6) 102.28%
  );
  border-radius: 0px 20px 20px 0px;
  margin-top: 100px;
}

.bg-card-about p {
  font-weight: 400;
}

.bg-card-about a {
  top: 65px;
  background: #3aaa35;
  box-shadow: 0px 20px 30px -3px rgba(37, 150, 57, 0.3);
  border-radius: 8px;
  color: #ffffff;
  padding: 10px;
}

.arrow-card {
  background: #3aaa35;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  font-size: 15px;
  padding: 5px 12px;
  color: #fff;
  display: inline;
  position: absolute;
  top: 125px;
  left: -15px;
}

.farayand-card {
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  margin-top: 50px;
  padding-bottom: 60px !important;
}

.header-farayand-card {
  background: #f2f2f2;
  border-radius: 12px 12px 0px 0px;
}

.header-farayand-card p {
  font-weight: 900;
}

.mini-card-farayand-1 {
  background: linear-gradient(180deg, #889ed6 0%, #c597d6 100%);
  border: 1px solid #f7f8fa;
  box-sizing: border-box;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.mini-card-farayand-2 {
  background: linear-gradient(180deg, #f3e3cd 0%, #f7bc81 100%);
  border: 1px solid #f7f8fa;
  box-sizing: border-box;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.mini-card-farayand-3 {
  background: linear-gradient(180deg, #a4cd4b 0%, #bacb6c 50.52%, #47a449 100%);
  border: 1px solid #f7f8fa;
  box-sizing: border-box;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.header-mini-card-farayand-1 {
  background: #bb6bd9;
  border-radius: 8px 8px 0px 0px;
}

.header-mini-card-farayand-2 {
  background: #f2c94c;
  border-radius: 8px 8px 0px 0px;
}

.header-mini-card-farayand-3 {
  background: #259639;
  border-radius: 8px 8px 0px 0px;
}

.header-mini-card-farayand-1 p {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

.header-mini-card-farayand-2 p {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

.header-mini-card-farayand-3 p {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

.mini-card-farayand-1 img {
  width: 50%;
}

.mini-card-farayand-2 img {
  width: 50%;
}

.allcard-farayand {
  right: -20px;
  top: 20px;
}

.download-mini-card img {
  width: 40%;
}

.mini-card-farayand-1 p {
  font-size: 12px;
}

.mini-card-farayand-2 p {
  font-size: 12px;
}

.mini-card-farayand-3 p {
  font-size: 12px;
}

.card-cherai {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 8px;
  height: 280px;
}

.card-cherai img {
  width: 25%;
}

.cherai span {
  margin-top: 200px !important;
}

.img-cherai {
  width: 14% !important;
}

.card-cherai h5 {
  border-right: 3px solid #3aaa35;
  padding-right: 18px;
  height: 35px;
}

.rezatitle {
  width: auto;
}

.rezatitle::after {
  content: " ";
  width: 15%;
  height: 2px;
  display: block;
  background: #e05402;
  margin: auto;
  margin-top: 20px;
}

.card-ab {
  background-color: #259639;
}

/*.card-mon img {
    height: 125px;}
*/

.card-mon {
  box-shadow: none;
}

.card-nazar-left {
  border: 1px solid #ededed;
  box-sizing: border-box;
  border-radius: 8px;
}

.card-nazar {
  clear: right;
}

.card-nazar-left {
  padding: 20px;
}

.card-nazar-left img {
  height: 50px;
}

.card-nazar-center {
  box-shadow: 0px 20px 40px -3px rgba(58, 170, 53, 0.12);
  border: 1px solid #3aaa35;
}

.hamkari {
  margin-top: 120px !important;
}

.soalat {
  margin-top: 120px !important;
}

.form-soalat input {
  padding: 30px 20px;
}

.form-soalat textarea {
  height: 130px;
}

.btn-hesab {
  background: #3aaa35;
  border: 1px solid #3aaa35;
  box-sizing: border-box;
  box-shadow: 0px 20px 30px -3px rgba(58, 170, 53, 0.3);
  border-radius: 4px;
  color: #fff;
  padding: 20px 140px;
}

.btn-hesab:hover {
  color: #3aaa35;
  background: #fff;
}

.btnbottom {
  text-align: center;
  margin-top: 100px;
}

.p-soal {
  font-size: 16px;
  font-weight: 700;
}

.head-soal {
  color: #000000;
  text-decoration: none !important;
}

.btn-link:hover {
  color: #3aaa35;
}

.card-h {
  border: none;
  box-shadow: none;
}

.card-header {
  background: none !important;
}

.accordion .card-h {
  border-bottom: 1px solid #aaa !important;
  border-radius: 0px;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  border: 0px;
}

.head-soal img {
  margin-left: 20px;
}

.card-desc {
  border-right: 2px solid #dc2128;
  margin-right: 70px;
}

.card-image i {
  position: absolute;
  left: 0px;
  background-color: #fff;
  font-size: 15px;
  border-radius: 5px 0px;
  padding: 2px 10px;
}

.left-bahs img {
  width: 60%;
}

.left-bahs p {
  font-weight: 500;
  font-size: 12px;
  margin-right: 10px !important;
}

.card-bottom-bahs {
  background: #f5f5f5;
  border-radius: 8px;
}

.card-bottom-bahs img {
  width: 100%;
}

.card-bottom-bahs a {
  border-radius: 10px;
}

.card-bottom-bahs p {
  font-weight: 400;
}

.breadcrumb {
  background: none;
}

/* slider */

.carousel {
  margin-top: 50px;
  margin-bottom: 50px;
}

.carousel-control-next-icon {
  background-color: #3aaa35;
}

.carousel-control-prev-icon {
  background-color: #3aaa35;
}

.carousel-indicators li {
  background-color: #3aaa35;
}

.carousel-control-prev {
  left: -15px;
}

.carousel-control-next {
  right: -14px;
}

.productsMobile .carousel-inner {
  position: relative;
  width: 100%;
  overflow: unset;
}

#carouselProductsMobileIndicators .carousel-indicators li {
  background-color: gray;
}

#carouselProductsMobileIndicators ol {
  bottom: -5rem;
}

@media (min-width: 530px) and (max-width: 914px) {
  #carouselProductsMobileIndicators {
    width: 22rem;
  }

  .productsMobile__Cardtitle {
    font-size: calc(0% + 0.6vw + 0.7vh);
  }
}

/* slider2 */

.cta-btn {
  display: flex;
  justify-content: start;
  align-items: center;
}

.cta-btn span {
  margin-right: 30px;
}

.cta-btn i {
  color: #454545;
  transition: color 0.3s ease-in-out;
}

.cta-btn:hover {
  color: #a1a1a1;
}

.cta-btn:hover i {
  color: #a1a1a1;
}

.slider-container {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  max-width: 1200px;
  margin-bottom: 50px;
  margin-top: 15px;
}

.slider-left {
  min-height: 250px;
  display: flex;
  flex: 1;
}

.slider-left .slide {
  width: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-right {
  position: relative;
  display: flex;
  background-color: #fff;
  flex: 1;
}

.slider-right .slide {
  display: flex;
  align-items: start;
  justify-content: center;
  min-width: 100%;
  padding: 10px 20px;
}

.slider-right .slider-buttons {
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 20px;
}

.slider-right .slider-buttons #slide-left,
.slider-right .slider-buttons #slide-right {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #3aaa35;
  transition: background-color 0.2s ease;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 25px;
}

.slider-left,
.slider-right {
  overflow-x: hidden;
  max-width: 100%;
  min-width: 50%;
}

.slide {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  transition: transform 0.5s ease;
}

.slide h4 {
  margin-left: 24px;
  font-weight: 900;
  padding-bottom: 20px;
}

.btn-slider {
  background: #3aaa35;
  border-radius: 8px;
  color: #fff;
  padding: 7px 15px;
}

.btn-slider:hover {
  background: #fff;
  border: 1px solid #3aaa35;
  color: #3aaa35;
}

.whatsup {
  background: linear-gradient(258.99deg, #8cff67 0%, #0f6c00 100%);
  box-shadow: 0px 10px 40px rgba(62, 199, 29, 0.12);
  border-radius: 8px;
  width: 200px;
  height: 60px;
}

.instagram {
  background: linear-gradient(
    258.99deg,
    #ffc259 0%,
    #ce3d30 54.69%,
    #a90189 100%
  );
  box-shadow: 0px 10px 40px rgba(62, 199, 29, 0.12);
  border-radius: 8px;
  width: 200px;
  height: 60px;
}

.whatsup img {
  width: 55px;
  height: 55px;
  position: absolute;
  top: -23px;
  right: 10px;
}

.instagram img {
  width: 55px;
  height: 55px;
  position: absolute;
  top: -23px;
  right: 0px;
}

.whatsup,
.instagram p {
  color: #fff;
  padding-right: 80px;
}

.img-padcast-header {
  width: 15%;
}

.padcast-left h3 {
  font-weight: 600;
  font-size: 30px;
}

.more-soal-input {
  padding: 25px 10px;
  color: black !important;
}

.form-left-soal {
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 8px;
}

.form-left-soal h4 {
  font-weight: 700;
}

.form-left-soal button {
  background: #3aaa35;
  /* #259639 */
  border: 1px solid #3aaa35;
  box-sizing: border-box;
  box-shadow: 0px 20px 30px -3px rgba(58, 170, 53, 0.3);
  border-radius: 4px;
  color: #fff;
}

.form-left-soal .form-control:focus {
  color: #cbcbcb;
  background-color: #fff;
  border-color: #3aaa35;
  outline: 0;
  box-shadow: none;
}

.btn-more-card {
  background: #3aaa35;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #fff;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  color: #828282;
  border: none;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: #119ace;
  border-color: #dee2e6;
  border-radius: 8px;
}

.div-chevron-right {
  margin-left: px;
}

.div-chevron-right a {
  border: 1px solid #7b808c;
  box-sizing: border-box;
  border-radius: 8px;
}

.div-chevron-left a {
  border: 1px solid #7b808c;
  box-sizing: border-box;
  border-radius: 8px;
}

.page-center {
  border-left: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}

.page-center a {
  margin-left: 10px !important;
}

.profile-read {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.img-header-read {
  border-radius: 8px;
  width: 100%;
}

.like-more {
  list-style: none;
}

.like-more i {
  font-size: 20px;
}

.btn-didgah {
  border: 1px solid #119ace;
  box-sizing: border-box;
  box-shadow: 0px 20px 30px -3px rgba(17, 154, 206, 0.3);
  border-radius: 4px;
  background: #119ace;
  color: #fff;
  padding: 10px 30px;
}

.post-video {
  bottom: 0px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: #fff;
}

.podcast-icon {
  display: flex !important;
}

.podcast-icon li {
  margin: 0px 25px;
}

.btn-mahsulat {
  bottom: -12px !important;
}

.img-bahayabi {
  height: 300px !important;
}

.h-warning-top {
  background: #f2c94c;
  border-radius: 8px;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 28px;
}

.btn-product {
  transform: none;
}

.h-title-card {
  font-weight: 900;
  font-size: 25px;
}

.input-search {
  border: none;
  outline: none;
}

.btn-search {
  background: #119ace;
  border: 1px solid #119ace;
  box-sizing: border-box;
  box-shadow: 0px 20px 30px -3px rgba(17, 154, 206, 0.3);
  border-radius: 6px;
}

.modal-content {
  border-radius: 12px !important;
  border: none !important;
}

.reza-audio {
  border-radius: 30px;
}

.input-upload {
  padding: 15px 10px;
  border-radius: 4px;
  border: 1px solid #ededed;
}

.btn-upload {
  background: #f2f2f2;
  border: 1px solid #a5a7b0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 250px;
  height: 56px;
}

.btn-upload2 {
  background: #3aaa35;
  box-shadow: 0px 20px 30px -3px rgba(58, 170, 53, 0.3);
  box-sizing: border-box;
  border-radius: 4px;
  width: 250px;
  height: 56px;
  color: #fff;
}

.text-left-upload {
  border: 1px solid #3aaa35;
  border-radius: 16px;
}

.text-left-upload p {
  line-height: 25px;
}

.img-folder {
  top: -40px;
  left: -50px;
}

.header-message {
}

.hidden {
  display: none;
}

.btn-contactus {
  border: 1px solid #119ace;
  box-sizing: border-box;
  box-shadow: 0px 20px 30px -3px rgba(17, 154, 206, 0.3);
  border-radius: 4px;
  background: #119ace;
  color: #fff;
}

.btn-contactus2 {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: #a5a7b0;
}

.btn-contactus2:hover {
  color: #000000;
  border: 1px solid #000000;
}

.h6-contactus {
  font-size: 18px;
  font-weight: 600;
}

.iframe-contactus {
  border-radius: 8px;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
  width: 100%;
  height: 300px;
}

.textarea-contanctus {
  height: 200px !important;
}

.contactus-modal > div {
  width: 75%;
}

/* =========================
   Mobile (≤ 480px)
   ========================= */
@media screen and (max-width: 480px) {
  .contactus-modal {
    padding-right: 0 !important;
  }

  .contactus-modal > div {
    width: 97%;
  }

  .container-fluid.mobile {
    display: block !important;
  }
}

/* =========================
   Tablet (≤ 768px)
   ========================= */
@media screen and (max-width: 768px) {
  .banner__card_title,
  .features__title,
  .products__title,
  .tutorials__title {
    font-size: calc(40% + 0.9vw + 0.9vh);
  }

  .slider-container {
    flex-direction: column;
  }

  .like-more li {
    margin-left: 30px;
  }
}

/* =========================
   Small Desktop (≤ 1090px)
   ========================= */
@media screen and (max-width: 1090px) {
  .container-fluid.mobile {
    display: block;
  }

  a.nav-link:hover {
    color: bisque;
  }
}

/* =========================
   Medium Desktop (1000px – 1513px)
   ========================= */
@media screen and (min-width: 1000px) and (max-width: 1513px) {
  a.nav-link {
    font-size: 12px !important;
    margin-left: 0 !important;
  }

  .navbar__item--marginRight {
    margin-right: 0;
  }

  .img__logoType {
    width: 140px;
    height: 38px;
  }

  .banner__card_title {
    font-size: calc(20% + 0.7vw + 0.8vh);
  }

  .footer__discriptionCompany {
    font-size: 11px !important;
  }

  .footerMan__imgCenter {
    width: 70px;
    height: 75px;
  }
}

/* =========================
   Large Desktop (≥ 1140px)
   ========================= */
@media screen and (min-width: 1140px) {
  .container {
    max-width: 1200px !important;
  }

  nav ul li a {
    font-size: 14px !important;
  }
}

/* Header Styles */
.site-header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.site-header.scrolled {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.site-branding {
  padding: 15px 0;
  text-align: center;
}

.site-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.site-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-title a:hover {
  color: #007bff;
}

.site-description {
  color: #666;
  font-size: 14px;
  margin: 5px 0 0;
}

/* Navigation Styles */
.main-navigation {
  background: #f8f9fa;
  padding: 0;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-menu li {
  margin: 0;
}

.nav-menu a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.nav-menu a:hover,
.nav-menu .current-menu-item > a,
.nav-menu .current_page_item > a {
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
}

.nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #007bff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-menu a:hover::after,
.nav-menu .current-menu-item > a::after,
.nav-menu .current_page_item > a::after {
  width: 80%;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  padding: 10px;
}

.menu-toggle.active {
  color: #007bff;
}

/* Footer Styles */
.site-footer {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 50px 0 20px;
  margin-top: 50px;
}

.footer-widgets {
  margin-bottom: 30px;
}

.widget-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007bff;
}

.widget {
  margin-bottom: 30px;
}

.widget p {
  margin-bottom: 10px;
}

.widget a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.widget a:hover {
  color: #007bff;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-bottom {
  border-top: 1px solid #34495e;
  padding-top: 20px;
  text-align: center;
}

.social-links {
  margin-top: 10px;
}

.social-links a {
  display: inline-block;
  margin: 0 10px;
  color: #bdc3c7;
  font-size: 20px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #007bff;
}

/* Contact Info */
.contact-info p {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contact-info i {
  margin-left: 10px;
  width: 20px;
  color: #007bff;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Notification Styles */
.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  z-index: 10000;
  transform: translateX(400px);
  transition: all 0.3s ease;
  max-width: 350px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.notification.show {
  transform: translateX(0);
}

.notification-success {
  background: #28a745;
}

.notification-error {
  background: #dc3545;
}

.notification-info {
  background: #17a2b8;
}

.notification-warning {
  background: #ffc107;
  color: #212529;
}

/* Product Card Styles */
.product-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: #007bff;
}

.product-card.hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 123, 255, 0.1),
    rgba(0, 123, 255, 0.05)
  );
  z-index: 1;
}

.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image {
  transform: scale(1.05);
}

.product-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.product-excerpt {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.product-price {
  color: #28a745;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

.product-price .old-price {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
  margin-right: 10px;
}

/* Banner Section */
.banner-section {
  margin: 40px 0;
  text-align: center;
}

.banner-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.banner-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.banner-features {
  margin-top: 30px;
}

.banner-feature-item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 10px;
}

.banner-label {
  background: #007bff;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}

.banner-product-image {
  max-width: 150px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.banner-product-image:hover {
  transform: scale(1.1);
}

/* Features Section */
.features-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 60px 0;
  margin: 40px 0;
  border-radius: 20px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #007bff;
  border-radius: 2px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.feature-item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  font-size: 48px;
  color: #007bff;
  margin-bottom: 20px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon {
  transform: scale(1.1);
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.feature-description {
  color: #666;
  line-height: 1.6;
}

/* Contact Section */
.contact-section {
  background: #fff;
  padding: 60px 0;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.contact-item {
  background: #f8f9fa;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: #e9ecef;
  transform: translateY(-3px);
}

.contact-icon {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 15px;
}

.contact-item h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.contact-item p {
  margin-bottom: 5px;
  color: #666;
}

/* Modal Styles */
.modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  border-radius: 15px 15px 0 0;
}

.modal-title {
  font-weight: bold;
  color: #333;
}

/* Form Styles */
.form-control {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .site-branding {
    text-align: center;
  }

  .menu-toggle {
    display: block;
    margin: 0 auto;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }

  .nav-menu li {
    margin: 0;
  }

  .nav-menu a {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
  }

  .nav-menu a:last-child {
    border-bottom: none;
  }

  .features-grid,
  .contact-info {
    grid-template-columns: 1fr;
  }

  .footer-widgets .row > div {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 24px;
  }

  .product-card {
    margin-bottom: 20px;
  }

  .banner-image {
    border-radius: 10px;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .site-title {
    font-size: 24px;
  }
  .banner__label-base {
    left: 10px !important;
  }

  .section-title {
    font-size: 20px;
  }

  .product-title {
    font-size: 18px;
  }

  .product-price {
    font-size: 20px;
  }

  .feature-title {
    font-size: 18px;
  }

  .contact-item {
    padding: 20px 15px;
  }
  .about__title {
    font-size: calc(40% + 0.8vw + 0.9vh);
    font-weight: bold;
  }
  .h-title-card {
    font-size: 14px;
  }
}

/* RTL Support */
body {
  direction: rtl;
  text-align: right;
}

/* Loading Animation */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.not-found {
  padding: 50px 0;
  text-align: center;
}
