@font-face {
  font-family: 'Peyda';
  src:
    url('assets/fonts/Peyda/woff2/PeydaWebFaNum-Light.woff2') format('woff2'),
    url('assets/fonts/Peyda/woff/PeydaWebFaNum-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Peyda';
  src:
    url('assets/fonts/Peyda/woff2/PeydaWebFaNum-Regular.woff2') format('woff2'),
    url('assets/fonts/Peyda/woff/PeydaWebFaNum-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Peyda';
  src:
    url('assets/fonts/Peyda/woff2/PeydaWebFaNum-Medium.woff2') format('woff2'),
    url('assets/fonts/Peyda/woff/PeydaWebFaNum-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Peyda';
  src:
    url('assets/fonts/Peyda/woff2/PeydaWebFaNum-SemiBold.woff2') format('woff2'),
    url('assets/fonts/Peyda/woff/PeydaWebFaNum-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Peyda';
  src:
    url('assets/fonts/Peyda/woff2/PeydaWebFaNum-Bold.woff2') format('woff2'),
    url('assets/fonts/Peyda/woff/PeydaWebFaNum-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #214096;
  --primary-400: #3f3f88;
  --dark-blue: #121253;
  --secondary: #319a95;
  --light-gray: #f3f4f6;
  --gray: #d1d5db;
  --light-green: #e0f7f6;
  --dark-green: #267f7a;
  --text-color: #1f2a37;
  --teal: #64c7c2;
  --gray-500: #6b7280;
}

html {
  scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 65px;
}


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

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

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

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

.bg-ag-light-green {
  background-color: var(--light-green);
}

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

.text-ag-secondary {
  color: var(--secondary);
}

.text-ag-primary {
  color: var(--primary);
}

.text-ag-dark-green {
  color: var(--dark-green);
}

.text-ag-gray-500 {
  color: var(--gray-500);
}

.text-gray-500 {
  color: var(--gray-500);
}

.bg-ag-teal {
  background-color: var(--teal);
}

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

.text-ag-teal {
  color: var(--teal);
}

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

.border-radius-10 {
  border-radius: 10px;
}

.font-size-36 {
  font-size: 36px;
}

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

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

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

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

.font-size-12 {
  font-size: 12px;
}

body .font-size-14 {
  font-size: 14px;
}

.text-left {
  text-align: left;
}

.z-index-9 {
  z-index: 9;
  position: relative;
}

a {
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

body {
  direction: rtl;
  font-family: 'Peyda', Verdana, Tahoma, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6{
  line-height: 90% !important;
}

#page {
  position: relative;
  z-index: 0;
}

#page.active::after {
  z-index: 99;
  opacity: 1;
  transform: scale(1); /* zooms in smoothly to normal size */
}

#masthead {
  box-shadow: 0 2px 4px #ccc;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
}

#masthead .navbar-nav {
  gap: 32px;
  padding-right: 90px;
}

#masthead .navbar-nav a {
  transition: all 0.3s;
  font-weight: 400;
  padding: 20px 0;
}

#masthead .navbar-nav .sub-menu a {
  color: #6b7280;
}

#masthead .navbar-nav a:hover,
#masthead .navbar-nav .current-menu-item > a {
  color: var(--secondary);
}

.header-phone .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ag-button-dark:not(.wp-block-button),
.ag-button-dark a {
  border-radius: 10px;
  background-color: var(--dark-blue);
  color: #fff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid var(--dark-blue);
}

.ag-button-border-dark:not(.wp-block-button),
.ag-button-border-dark a {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ag-button:not(.wp-block-button),
.ag-button a {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ag-button.teal,
.ag-button.teal a {
  border-color: var(--teal);
  color: var(--teal);
}

.ag-button:not(.wp-block-button):hover,
.ag-button:not(.wp-block-button):focus,
.ag-button a:hover,
.ag-button a:focus,
.ag-button-fill:not(.wp-block-button):hover,
.ag-button-fill:not(.wp-block-button):focus,
.ag-button-fill a:hover,
.ag-button-fill a:focus,
.ag-button-dark:not(.wp-block-button):hover,
.ag-button-dark:not(.wp-block-button):focus,
.ag-button-dark a:hover,
.ag-button-dark a:focus,
.ag-button-border-dark:not(.wp-block-button):hover,
.ag-button-border-dark:not(.wp-block-button):focus,
.ag-button-border-dark a:hover,
.ag-button-border-dark a:focus,
.ag-button-fill.teal:not(.wp-block-button):hover,
.ag-button-fill.teal:not(.wp-block-button):focus,
.ag-button-fill.teal a:hover,
.ag-button-fill.teal a:focus,
.ag-button.teal:not(.wp-block-button):hover,
.ag-button.teal a:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}

.ag-button-fill:not(.wp-block-button),
.ag-button-fill a {
  border-radius: 10px;
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ag-button-fill.teal:not(.wp-block-button),
.ag-button-fill.teal a {
  background-color: var(--teal);
  border-color: var(--teal);
}

.home-banner:before {
  content: '';
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: -24%;
  bottom: -11%;
  background-color: #64c7c2;
  z-index: -1;
  border-radius: 50%;
}

.home-banner:after {
  content: '';
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: -24%;
  bottom: -11%;
  background-image: url(assets/img/dots.png);
  z-index: -1;
  border-radius: 50%;
  background-size: contain;
}

.home-gallery-box .wp-block-gallery {
  border: 14px solid #fff;
  border-radius: 50%;
  box-shadow:
    0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  background-color: #fff;
}

.home-gallery-box .wp-block-gallery:nth-child(1) {
  width: 370px;
  height: 370px;
  left: 0;
}

.home-gallery-box .wp-block-gallery:nth-child(2) {
  width: 280px;
  height: 280px;
  left: 43%;
  bottom: -30px;
  z-index: 2;
}

.home-gallery-box .wp-block-gallery:nth-child(3) {
  width: 210px;
  height: 210px;
  left: 40%;
  z-index: 3;
}

.home-gallery-box:before {
  content: '';
  position: absolute;
  width: 147px;
  height: 65px;
  background-image: url(assets/img/cloud.png);
  left: 30%;
  z-index: 3;
}

.home-gallery-box:after {
  content: '';
  position: absolute;
  width: 147px;
  height: 65px;
  background-image: url(assets/img/cloud.png);
  right: 19%;
  z-index: 3;
  top: 34%;
  z-index: 2;
}

.home-gallery-box .wp-block-gallery:nth-child(4) {
  width: 180px;
  height: 180px;
  left: 29%;
  bottom: -26%;
  z-index: 1;
}

.home-gallery-box .atighgasht-logo {
  border-radius: 50%;
  box-shadow:
    0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  background-color: #fff;
  display: flex;
  position: absolute;
  right: 20%;
  top: 10%;
  z-index: 8;
  width: 110px;
  height: 110px;
  padding: 5px;
}

.home-gallery-box .atighgasht-logo svg {
  margin-top: -10px;
}

.home-heading {
  position: relative;
}
.home-heading:before {
  content: '';
  position: absolute;
  width: 195px;
  height: 127px;
  background-size: cover;
  right: -18%;
  bottom: -5px;
  background-image: url(assets/img/home-heading-wave.svg);
  z-index: -1;
}

.wave-container {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 520px;
  z-index: -1;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: -50px !important;
}

.wave-container.mt--70 {
  margin-top: -70px !important;
}

.wave-container strong {
  font-size: 0;
  background-image: url(assets/img/pishnahade-safare-behtar.png);
  width: 300px;
  height: 90px;
  display: block;
  position: absolute;
  top: -28px;
  left: 20px;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9;
}

.wave-container::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 55px;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='16' viewBox='0 0 350 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348 2.33165L342.784 7.54773C335.102 15.2298 322.647 15.2298 314.965 7.54773C307.283 -0.134301 294.828 -0.134301 287.146 7.54773C279.464 15.2298 267.009 15.2298 259.327 7.54773C251.645 -0.134301 239.19 -0.134301 231.508 7.54773C223.826 15.2298 211.37 15.2298 203.688 7.54773C196.006 -0.134301 183.551 -0.134301 175.869 7.54773C168.187 15.2298 155.732 15.2298 148.05 7.54773C140.368 -0.134301 127.913 -0.134301 120.231 7.54773C112.549 15.2298 100.094 15.2298 92.4121 7.54773C84.73 -0.134301 72.275 -0.134301 64.593 7.54773C56.9109 15.2298 44.4559 15.2298 36.7739 7.54773C29.0918 -0.134301 16.6368 -0.134293 8.95477 7.54774L2 14.5025' stroke='%23E0F7F6' stroke-width='3.47739'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-y;
}

.wave-container::after {
  content: '';
  position: absolute;
  top: 55px;
  right: 120px;
  width: 400px;
  height: 55px;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='16' viewBox='0 0 350 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348 2.33165L342.784 7.54773C335.102 15.2298 322.647 15.2298 314.965 7.54773C307.283 -0.134301 294.828 -0.134301 287.146 7.54773C279.464 15.2298 267.009 15.2298 259.327 7.54773C251.645 -0.134301 239.19 -0.134301 231.508 7.54773C223.826 15.2298 211.37 15.2298 203.688 7.54773C196.006 -0.134301 183.551 -0.134301 175.869 7.54773C168.187 15.2298 155.732 15.2298 148.05 7.54773C140.368 -0.134301 127.913 -0.134301 120.231 7.54773C112.549 15.2298 100.094 15.2298 92.4121 7.54773C84.73 -0.134301 72.275 -0.134301 64.593 7.54773C56.9109 15.2298 44.4559 15.2298 36.7739 7.54773C29.0918 -0.134301 16.6368 -0.134293 8.95477 7.54774L2 14.5025' stroke='%23E0F7F6' stroke-width='3.47739'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-y;
}

footer {
  border-radius: 80px 80px 0px 0px;
  background: linear-gradient(
    180deg,
    rgba(224, 247, 246, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.widget-block .widget-inner {
  border-radius: 30px 30px 0px 0px;
  display: flex;
  padding: var(--6, 24px) var(--6, 24px) var(--0, 0px) var(--6, 24px);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  background: linear-gradient(
    180deg,
    rgba(194, 240, 238, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.widget-block .widget-inner .footer-widget-title {
  color: var(--primary);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.widget-block .widget-inner .footer-widget-title::after {
  content: '';
  width: 100px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='16' viewBox='0 0 350 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348 2.33165L342.784 7.54773C335.102 15.2298 322.647 15.2298 314.965 7.54773C307.283 -0.134301 294.828 -0.134301 287.146 7.54773C279.464 15.2298 267.009 15.2298 259.327 7.54773C251.645 -0.134301 239.19 -0.134301 231.508 7.54773C223.826 15.2298 211.37 15.2298 203.688 7.54773C196.006 -0.134301 183.551 -0.134301 175.869 7.54773C168.187 15.2298 155.732 15.2298 148.05 7.54773C140.368 -0.134301 127.913 -0.134301 120.231 7.54773C112.549 15.2298 100.094 15.2298 92.4121 7.54773C84.73 -0.134301 72.275 -0.134301 64.593 7.54773C56.9109 15.2298 44.4559 15.2298 36.7739 7.54773C29.0918 -0.134301 16.6368 -0.134293 8.95477 7.54774L2 14.5025' stroke='%23319A95' stroke-width='3.47739'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

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

footer,
footer a {
  color: #000;
}

footer ul li {
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 21px */
}

.header-section {
  height: 160px;
  overflow: hidden;
  position: relative;
  padding: 30px 0;
  border-radius: 0 0 40px 40px;
  background-color: #fff;
}

.header-section:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(224, 247, 246, 0.5) 100%
  );
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.header-section:after {
  content: '';
  width: 500px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='460' height='161' viewBox='0 0 460 161' fill='none'%3E%3Cpath d='M490 -22C446.817 -5.11807 362.569 63.4799 408.159 108.284C429.445 129.203 465.778 87.3656 429.445 69.3826C388.611 49.1716 325.218 80.3926 189.061 161.866C99.1465 215.67 0.301564 108.774 -26 41.4907' stroke='%23E0F7F6' stroke-width='10'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.header-section img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-section .container {
  z-index: 99;
  position: relative;
}

.fancy-heading {
  color: var(--primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0;
  background-image: linear-gradient(
    90deg,
    rgba(72, 209, 204, 0) 0%,
    rgba(72, 209, 204, 0.5) 100%
  );
  width: fit-content;
  padding: 10px 20px;
  border-radius: 30px;
  position: relative;
  background-size: 98px auto;
  background-repeat: no-repeat;
  background-position: right;
}

.fancy-heading:before {
  content: '';
  width: 86px;
  height: 67px;
  position: absolute;
  right: -95px;
  bottom: 0;
  top: 0;
  z-index: -1;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='67' viewBox='0 0 86 67' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M404 8.69347L398.784 13.9095C391.102 21.5916 378.647 21.5916 370.965 13.9095C363.283 6.22752 350.828 6.22752 343.146 13.9095C335.464 21.5916 323.009 21.5916 315.327 13.9095C307.645 6.22752 295.19 6.22752 287.508 13.9095C279.826 21.5916 267.37 21.5916 259.688 13.9095C252.006 6.22752 239.551 6.22752 231.869 13.9095C224.187 21.5916 211.732 21.5916 204.05 13.9095C196.368 6.22752 183.913 6.22752 176.231 13.9095C168.549 21.5916 156.094 21.5916 148.412 13.9095C140.73 6.22752 128.275 6.22752 120.593 13.9095C112.911 21.5916 100.456 21.5916 92.7739 13.9095C85.0918 6.22752 72.6368 6.22752 64.9548 13.9096L58 20.8643' stroke='%23E0F7F6' stroke-width='3.47739'/%3E%3Cpath d='M348 28.5126L342.784 33.7286C335.102 41.4107 322.647 41.4107 314.965 33.7286C307.283 26.0466 294.828 26.0466 287.146 33.7286C279.464 41.4107 267.009 41.4107 259.327 33.7286C251.645 26.0466 239.19 26.0466 231.508 33.7286C223.826 41.4107 211.37 41.4107 203.688 33.7286C196.006 26.0466 183.551 26.0466 175.869 33.7286C168.187 41.4107 155.732 41.4107 148.05 33.7286C140.368 26.0466 127.913 26.0466 120.231 33.7286C112.549 41.4107 100.094 41.4107 92.4121 33.7286C84.73 26.0466 72.275 26.0466 64.593 33.7286C56.9109 41.4107 44.4559 41.4107 36.7739 33.7286C29.0918 26.0466 16.6368 26.0466 8.95477 33.7286L2 40.6834' stroke='%23E0F7F6' stroke-width='3.47739'/%3E%3Cpath d='M348 48.3317L342.784 53.5477C335.102 61.2298 322.647 61.2298 314.965 53.5477C307.283 45.8657 294.828 45.8657 287.146 53.5477C279.464 61.2298 267.009 61.2298 259.327 53.5477C251.645 45.8657 239.19 45.8657 231.508 53.5477C223.826 61.2298 211.37 61.2298 203.688 53.5477C196.006 45.8657 183.551 45.8657 175.869 53.5477C168.187 61.2298 155.732 61.2298 148.05 53.5477C140.368 45.8657 127.913 45.8657 120.231 53.5477C112.549 61.2298 100.094 61.2298 92.4121 53.5477C84.73 45.8657 72.275 45.8657 64.593 53.5477C56.9109 61.2298 44.4559 61.2298 36.7739 53.5477C29.0918 45.8657 16.6368 45.8657 8.95477 53.5477L2 60.5025' stroke='%23E0F7F6' stroke-width='3.47739'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='86' height='67' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.fancy-heading:after {
  content: '';
  width: 15px;
  height: 2px;
  position: absolute;
  right: -7px;
  bottom: 0;
  z-index: 1;
  background-color: var(--primary);
  top: 0;
  margin: auto;
}

.breadcrumb i:not(.fa-home) {
  color: #9ca3af;
  margin: 0 15px;
}

.breadcrumb a {
  color: #374151;
}

.breadcrumb .fa-home {
  margin-left: 15px;
}

.breadcrumb span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

span.breadcrumb_last {
  color: var(--gray-500);
}

.four-column-swiper {
  padding: 20px 5px;
}

.swiper-slide .tour-item .cover-image {
  height: 112px;
}

.tour-item {
  border-radius: 16px;
  background: var(--white, #fff);
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  overflow: hidden;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
}

.tour-item .cover-image {
  border-radius: 8px;
  border: 1px solid var(--gray-200, #e5e7eb);
  overflow: hidden;
  height: 170px;
  width: 100%;
}

.tour-item .cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tour-item .info i {
  color: var(--secondary);
}

.tour-item .price-box {
  padding: 4px 12px 4px 4px;
  background-color: var(--light-gray);
  border-radius: 12px;
}

.faq-box {
  background: linear-gradient(
    180deg,
    rgba(224, 247, 246, 0.5) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.faq-box .accordion {
  background: transparent;
}

.faq-box .accordion .accordion-item {
  background: transparent;
}

.faq-box .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--gray);
  border-radius: 0;
}

.faq-box .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #111928;
  border-bottom: 1px solid var(--gray);
}

.faq-box .accordion .accordion-item .accordion-button {
  box-shadow: unset;
  background: transparent;
  font-size: 18px;
  color: var(--gray-500);
  padding: 15px 0;
  border-radius: 0;
}

.faq-box .accordion .accordion-item .accordion-body {
  color: var(--gray-500);
  padding: 20px 0;
}

.faq-box .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}

.gallery-box {
  position: relative;
}

.gallery-box img.img-fluid {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.gallery-box .swiper-pagination {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 10px;
}

.gallery-box .swiper-pagination span.swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 6px;
}
.gallery-box .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: var(--teal);
  opacity: 1;
  transition: all 0.3s;
}

.category-item {
  border-radius: 16px;
  border: 1px solid #d1d5db;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 24px 12px;
  text-align: center;
}

.category-item img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

.navigation-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.navigation-box > div {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset !important;
  right: unset !important;
  width: 55px;
  margin-top: 3px;
}

.navigation-box > div i {
  color: var(--secondary);
  font-size: 25px;
}

body .navigation-box > div:after {
  content: unset !important;
}

.contact-details-box {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  padding-top: 100px !important;
}

.contact-details-box:before {
  content: '';
  width: 100%;
  height: calc(100% - 100px);
  background-color: var(--teal);
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: -1;
  border-radius: 24px;
}

.contact-details-box:after {
  content: '';
  width: 50%;
  height: 136px;
  position: absolute;
  right: 0;
  bottom: 8px;
  background-image: url(assets/img/Vector.png);
  z-index: 0;
  background-size: cover;
  border-radius: 34px;
}

.contact-details-box .row {
  position: relative;
  z-index: 1;
}

.support-user-box {
  position: relative;
  overflow: hidden;
  margin-top: -70px;
  z-index: 999;
  text-align: center;
}

.support-user-box:before {
  background: var(--primary);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  align-items: start;
  justify-content: center;
  position: absolute;
  content: '';
  z-index: 1;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.support-user-box img {
  position: relative;
  z-index: 2;
}

.contact-number {
  background-color: #c2f0ee;
  border-radius: 24px;
}

.contact-details-box .section-heading {
  position: relative;
}

.contact-details-box .section-heading:after {
  content: '';
  width: 100px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='16' viewBox='0 0 350 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348 2.33165L342.784 7.54773C335.102 15.2298 322.647 15.2298 314.965 7.54773C307.283 -0.134301 294.828 -0.134301 287.146 7.54773C279.464 15.2298 267.009 15.2298 259.327 7.54773C251.645 -0.134301 239.19 -0.134301 231.508 7.54773C223.826 15.2298 211.37 15.2298 203.688 7.54773C196.006 -0.134301 183.551 -0.134301 175.869 7.54773C168.187 15.2298 155.732 15.2298 148.05 7.54773C140.368 -0.134301 127.913 -0.134301 120.231 7.54773C112.549 15.2298 100.094 15.2298 92.4121 7.54773C84.73 -0.134301 72.275 -0.134301 64.593 7.54773C56.9109 15.2298 44.4559 15.2298 36.7739 7.54773C29.0918 -0.134301 16.6368 -0.134293 8.95477 7.54774L2 14.5025' stroke='%23ffffff' stroke-width='3.47739'/%3E%3C/svg%3E");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-address .address {
  display: flex;
  align-items: center;
  gap: -10px;
}

.footer-address {
  background-image: linear-gradient(to right, #fff 10%, var(--primary-400) 90%);
  border-radius: 50px;
}

.footer-address .address .info span {
  border-radius: var(--rounded-lg, 8px);
  background: var(--teal-50, #e0f7f6);
  padding: 2px 10px;
  font-size: 12px;
  color: var(--secondary);
}

.footer-address .phone {
  display: flex;
  align-items: center;
}

.footer-address .phone .info span {
  border-radius: var(--rounded-lg, 8px);
  background: var(--teal-50, #e0f7f6);
  padding: 2px 10px;
  font-size: 12px;
  color: var(--secondary);
}

.footer-address .gradient {
  border-radius: 50px;
  background: linear-gradient(90deg, #c2f0ee 0%, #fff 100%);
}

.footer-address .info span {
  margin-top: -12px;
  position: absolute;
  display: block;
  width: fit-content;
}
.footer-address .icon {
  margin-top: -23px;
  display: block;
  width: fit-content;
}

.footer-address .info div {
  padding: 15px 0;
}

.footer_widget .contact-number {
  border-radius: 24px;
  border-top: 2px solid #c2f0ee;
  border-right: 2px solid #c2f0ee;
  background: #e0f7f6;
  padding: 10px;
}

.copyright {
  background-color: #3db6b1;
  border-radius: 24px 24px 0 0;
  color: #fff;
}

.copyright p {
  margin-bottom: 0;
}

.category-read-more {
  background: transparent;
  border: 0;
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}

.category-read-more:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #000;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
  margin-top: 4px;
  transition: all 0.3s;
}

.category-read-more.active:before {
  transform: rotate(-135deg);
  margin-top: 7px;
}

.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.read-more-content.active {
  max-height: 10000px;
}

.fancy-banner-bg {
  position: relative;
  overflow: hidden;
}

.fancy-banner-bg:before {
  content: '';
  width: 1000px;
  height: 500px;
  position: absolute;
  left: -180px;
  top: 0;
  background-image: url(assets/img/Vector.png);
  z-index: 0;
  background-size: contain;
}

.fancy-text {
  border-radius: 32px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px;
  font-size: 18px;
  color: var(--primary);
  position: relative;
}

.fancy-text:before,
.fancy-text:after {
  content: '';
  width: 20px;
  height: 2px;
  display: block;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.fancy-text:before {
  left: -10px;
}

.fancy-text:after {
  right: -10px;
}

.plane-text {
  position: relative;
  color: #fff;
  display: block;
  width: fit-content;
  margin: auto;
}

.plane-text:before {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%22454%22%20height%3D%22297%22%20viewBox%3D%220%200%20454%20297%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M512.591%20269.67C484.312%20287.275%20413.615%20311.922%20357.057%20269.67C286.36%20216.855%20298.836%20107.067%20327.115%2063.8169C352.293%2025.3087%20383.673%2018.4876%20402.387%2027.2208C421.101%2035.9539%20429.002%2096.6703%20382.425%20142.415C335.848%20188.161%20252.675%20235.154%20149.54%20201.053C46.4058%20166.952%2027.276%2014.7448%2091.3193%20-53.873C150.845%20-117.651%20207.346%20-99.6183%20207.346%20-39.7336C207.346%20-5.21677%20174.077%20102.492%2043.0789%20147.406%22%20stroke%3D%22%23FEFEFE%22%20stroke-width%3D%228%22/%3E%3Cg%20clip-path%3D%22url(%23clip0_265_894)%22%3E%3Cpath%20d%3D%22M7.71099%20155.39L15.0505%20152.965C15.2965%20152.883%2015.4813%20152.686%2015.5571%20152.433L19.6177%20137.539C19.7011%20137%2020.1668%20136.448%2020.7884%20136.367L22.4285%20135.826C23.5971%20135.439%2024.8439%20136.46%2024.6908%20137.545L23.5961%20148.856C23.54%20149.409%2024.0783%20149.834%2024.6113%20149.658L31.1102%20147.51C31.3357%20147.436%2031.5%20147.279%2031.5893%20147.068L32.8678%20143.814C33.1012%20143.35%2033.4914%20142.949%2033.963%20142.793L35.6031%20142.251C36.0746%20142.095%2036.5722%20142.431%2036.6118%20142.93L37.0669%20149.055L40.4192%20154.349C40.6639%20154.746%2040.526%20155.257%2040.1022%20155.454L38.2974%20156.323C37.8258%20156.479%2037.2867%20156.396%2036.8093%20156.156L33.8441%20154.304C33.6464%20154.188%2033.4075%20154.153%2033.1956%20154.234L26.6967%20156.382C26.1636%20156.558%2025.9844%20157.22%2026.3725%20157.637L34.1339%20166.158C34.8416%20167.096%2034.5238%20168.508%2033.3416%20168.887L31.7015%20169.429C31.2299%20169.585%2030.5271%20169.419%2030.0634%20169.186L17.928%20159.643C17.7167%20159.485%2017.4506%20159.437%2017.2046%20159.518L9.86508%20161.943C7.97895%20162.567%206.11059%20161.626%205.501%20159.747C4.88455%20157.881%205.82486%20156.013%207.71099%20155.39Z%22%20fill%3D%22white%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_265_894%22%3E%3Crect%20width%3D%2236.642%22%20height%3D%2236.642%22%20fill%3D%22white%22%20transform%3D%22translate(32.7305%20178.049)%20rotate(-153.285)%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 550px;
  height: 297px;
  top: -140px;
  right: -560px;
}

.fancy-banner-bg .ag-button a,
.fancy-banner-bg .ag-button-fill a,
.fancy-banner-bg .ag-button,
.fancy-banner-bg .ag-button-fill {
  border: 0 !important;
}

.team-item,
.logo-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #d1d5db;
  padding: 24px 12px;
  background: #fff;
  transition: all 0.3s;
}

.logo-item:hover {
  background-color: #a3dcd9;
  border-color: #a3dcd9;
}

.team-item img,
.logo-item img {
  border-radius: 56px;
  border: 1px solid var(--gray-200, #e5e7eb);
  width: 112px;
  height: 112px;
  object-fit: cover;
  object-position: center;
  margin-top: -60px;
}

.team-item .team-title,
.logo-item .logo-title {
  color: var(--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.grey-btn a {
  background: #fff;
  color: var(--text-color);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.grey-btn a:after {
  content: '\f060';
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  color: var(--teal);
  transition: all 0.3s;
}

.grey-btn a:hover {
  background-color: var(--teal);
  color: #fff;
  border-color: var(--teal);
}

.grey-btn a:hover:after {
  color: #fff;
}

.fancy-bg,
.fancy-bg-2 {
  position: relative;
}

.fancy-bg:after {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221440%22%20height%3D%22284%22%20viewBox%3D%220%200%201440%20284%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M-19%20277.735C40.4978%20182.35%20218.613%20-4.2653%20455.093%2012.3563C750.693%2033.1333%20996.24%20232.404%201459%2067.132%22%20stroke%3D%22%23E0F7F6%22%20stroke-width%3D%2221%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: cover; /* or contain */
  background-position: center;
  width: 100%;
  max-width: 1440px;
  height: 280px;
  position: absolute;
  bottom: -130px;
  z-index: -1;
}

.fancy-bg-2:after {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221440%22%20height%3D%22391%22%20viewBox%3D%220%200%201440%20391%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M-13%20378.955C105.283%20380.888%20325.079%20332.929%20336.876%20127.123C347.654%20-60.9218%2059.1307%20-7.07628%20149.501%20191.738C231.248%20371.578%20766.344%20544.633%201452%20093.1593%22%20stroke%3D%22%23E0F7F6%22%20stroke-width%3D%2221%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: cover; /* or contain */
  background-position: center;
  width: 100%;
  max-width: 1440px;
  height: 390px;
  position: absolute;
  bottom: -40px;
  z-index: -1;
}

.logos.fancy-bg-2:after {
  top: 26%;
}

.testimonial-item {
  border-radius: 16px;
  border: 1px solid var(--gray-300, #d1d5db);
  background: var(--white, #fff);
  padding: 24px 12px;
}

.testimonial-item .client-photo {
  width: 112px;
  height: 112px;
  overflow: hidden;
  display: block;
  margin-top: -60px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
}

.testimonial-item .client-photo svg {
  width: 100%;
  height: 100%;
}

.testimonial-swiper .navigation-box {
  margin-top: 10px;
}

.testimonial-content p {
  margin-bottom: 0;
}

.service-box {
  border-radius: 16px;
  border: 1px solid var(--gray-300, #d1d5db);
  background: var(--white, #fff);
  padding: 24px 12px;
  position: relative;
}

.service-box .icon {
  width: 52px;
  height: 52px;
  background-color: var(--light-green);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.wave-underscore {
  position: relative;
  margin-bottom: 20px;
}

.wave-underscore:after {
  content: '';
  width: 109px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='16' viewBox='0 0 350 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348 2.33165L342.784 7.54773C335.102 15.2298 322.647 15.2298 314.965 7.54773C307.283 -0.134301 294.828 -0.134301 287.146 7.54773C279.464 15.2298 267.009 15.2298 259.327 7.54773C251.645 -0.134301 239.19 -0.134301 231.508 7.54773C223.826 15.2298 211.37 15.2298 203.688 7.54773C196.006 -0.134301 183.551 -0.134301 175.869 7.54773C168.187 15.2298 155.732 15.2298 148.05 7.54773C140.368 -0.134301 127.913 -0.134301 120.231 7.54773C112.549 15.2298 100.094 15.2298 92.4121 7.54773C84.73 -0.134301 72.275 -0.134301 64.593 7.54773C56.9109 15.2298 44.4559 15.2298 36.7739 7.54773C29.0918 -0.134301 16.6368 -0.134293 8.95477 7.54774L2 14.5025' stroke='%23319A95' stroke-width='3.47739'/%3E%3C/svg%3E");
  display: block;
  background-size: contain;
  margin-top: 20px;
}

.schema-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  color: var(--gray-500);
  padding: 0;
  margin-bottom: 0;
}
.schema-faq-section.open {
  padding-bottom: 15px;
}

.schema-faq-question {
  cursor: pointer;
  color: var(--gray-500);
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
}

.schema-faq-section.open .schema-faq-question {
  color: #111928;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 15px;
}

.schema-faq-section {
  border: 0;
  border-bottom: 1px solid var(--gray);
  border-radius: 0;
}

strong.schema-faq-question:after {
  content: '';
  transform: rotate(0deg);
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  transition: all 0.2s ease-in-out;
}

.schema-faq-section.open .schema-faq-question:after {
  transform: rotate(180deg);
}

.contact-box {
  border-radius: var(--rounded-3xl, 24px);
  border-top: 2px solid #c2f0ee;
  border-right: 2px solid #c2f0ee;
  background: var(--light-green);
  padding: 12px;
  align-items: center !important;
}

#content .contact-box.wp-block-columns .wp-block-column.icon {
  width: 60px;
  flex-basis: 50px !important;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 12px;
}

.ratio iframe {
  border-radius: 12px;
}

.social-links {
  list-style: none;
}

.social-links a {
  transition: all 0.3s;
  display: block;
}

.social-links a:hover {
  transform: translateY(-5px);
}

/***** blog ******/
.sticky-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 50px repeat(4, 1fr);
  gap: 12px;
  direction: ltr;
  max-height: 500px;
}

.search-form-box {
  grid-area: 1 / 1 / 2 / 3;
}

.sticky-grid article:nth-child(2) {
  grid-area: 2 / 1 / 4 / 3;
}
.sticky-grid article:nth-child(3) {
  grid-area: 4 / 1 / 6 / 3;
}
.sticky-grid article:nth-child(4) {
  grid-area: 1 / 3 / 6 / 6;
}

.post-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  direction: rtl;
}

.post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card .post-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
}

.post-card .category {
  padding: 2px 10px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
  border-radius: 6px;
  border: 0.5px solid var(--gray-500);
  background: #374151;
  color: #d1d5db;
}

.post-card .post-title {
  margin: 10px 0;
  font-size: 30px;
}

.sticky-grid article:nth-child(2) .post-title,
.sticky-grid article:nth-child(3) .post-title {
  font-size: 20px;
  margin: 6px 0;
}

.sticky-grid .post-thumbnail:after {
  content: '';
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sticky-grid .post-thumbnail {
  position: relative;
}

.sticky-grid .post-thumbnail img {
  transition: all 0.7s ease-in-out;
}

.sticky-grid .post-card:hover .post-thumbnail img {
  transform: scale(1.04, 1.04);
}

.search-form-box .form-control {
  border-radius: 0px 8px 8px 0px !important;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  text-align: right;
  padding: 8px 20px;
}

.search-form-box button {
  border-radius: 8px 0px 0px 8px !important;
  border: 0;
  background: #121253;
  width: 42px;
  color: #fff;
}

.search-form-box .searchform {
  flex-direction: row-reverse;
}

.montakhab-posts {
  direction: rtl;
  padding: 0 10px;
  margin-left: 0;
  overflow: hidden;
}

.montakhab-slider .swiper-wrapper {
    display: flex; /* This is the missing piece */
    align-items: stretch;
}

.montakhab-slider .swiper-slide {
    display: flex;
    flex-direction: column;
}

.montakhab-slider .post-item-card .post-title {
    min-height: 54px;
}

.swiper-slide {
  width: 300px; /* adjust as needed */
}

.post-item-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 16px;
  text-align: right;
}

.post-item-card .post-thumb {
  border-radius: 12px;
  width: 100%;
  height: 191px;
  object-fit: cover;
  object-position: center;
}


.post-item-card .post-category {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.post-item-card .post-category a {
  padding: 2px 10px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
  border-radius: 6px;
  border: 0.5px solid var(--gray-500);
  background: #374151;
  color: #d1d5db;
}

.post-item-card .post-meta {
  color: var(--gray-500);
}

.posts-list {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 16px;
}

.posts-list .post-item-card {
  box-shadow: unset;
  padding: 0;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
}

.posts-list .post-item-card .post-image {
  flex: 0 0 376px;
  width: 376px;
  position: relative;
}

.posts-list .post-item-card .post-category {
  bottom: 20px;
}

#load-more-posts .icon {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  position: absolute;
  z-index: -9;
  opacity: 0;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}

#load-more-posts .icon svg {
  width: 24px;
  height: 24px;
}

#load-more-posts.clicked .icon {
  opacity: 1;
  z-index: 99;
}

#load-more-posts {
  position: relative;
  transition: all 0.3s;
  width: auto;
  height: 45px;
  margin: 0 auto;
  overflow: hidden;
}

.widget-item {
  border-radius: 16px;
  background: var(--white, #fff);
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  padding: 12px;
}

.widget-item .posts-list {
  box-shadow: unset;
  padding: 0;
  border-radius: 0;
}

.widget-item .posts-list .post-item-card {
  align-items: center;
}

.widget-item .posts-list .post-item-card .post-image {
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
}

.widget-item .posts-list .post-item-card .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

.widget-item .post-item-card .post-title {
  min-height: unset;
}

.widget-item .wp-block-categories,.faq-categories {
  padding: 0;
  list-style:none;
}

.widget-item .wp-block-categories li, .faq-categories li {
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
}

.widget-item .wp-block-categories li:last-child,.faq-categories li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.widget-item .wp-block-categories li a,.faq-categories li a {
  color: var(--primary);
  font-size: 18px;
}


.widget-item .wp-block-categories li:hover,.faq-categories li:hover {
  background-color: unset;
}

.widget-item .wp-block-categories li:hover a,.faq-categories li:hover a,
.post-title a:hover {
  color: var(--secondary);
}



.widget-item .posts-list .post-item-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0 !important;
}

#load-more-posts[disabled] {
  opacity: 0.6;
}

.single-post-item .post-thumbnail {
  border-radius: 16px;
  overflow: hidden;
}

.comments-box textarea,
.comment-form-author input,
.comment-form-email input {
  border-radius: 8px;
  border: 1px solid var(--gray-300, #d1d5db);
  background: var(--gray-50, #f9fafb);
  padding: 16px;
}

.comments-box #commentsubmit:hover {
  background-color: #fff;
  color: var(--dark-blue);
}
.comments-box #commentsubmit {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
}

.comment-body {
  border-radius: 12px;
  border: 1px solid var(--gray-200, #e5e7eb);
  padding: 16px;
}

.comment-reactions button {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: 0;
}

.comment-reactions {
  display: flex;
  align-items: center;
}

.like-count,
.dislike-count {
  font-size: 14px;
}

.comment-list > .children {
  padding-left: 0;
  padding-right: 50px;
}

.comments-box label {
  font-size: 14px;
  margin-bottom: 5px;
}

.single-post-item h2, .page-template-default .entry-content h2 {
  font-size: 24px;
  margin: 30px 0 15px;
  font-weight: bold;
  color: var(--primary);
}

.single-post-item h3, .page-template-default .entry-content h3 {
  font-size: 20px;
  margin: 30px 0 15px;
  font-weight: bold;
  color: var(--primary);
}

.single-post-item h4, .page-template-default .entry-content h4 {
  font-size: 18px;
  margin: 30px 0 15px;
  font-weight: bold;
  color: var(--primary);
}

.single-post-item figure.wp-block-image {
  background-color: #e0f7f6;
  padding: 20px;
  border-radius: 16px;
  margin: 30px 0;
}

.single-post-item figure.wp-block-image img {
  border-radius: 16px;
}

.comment-like.clicked svg path {
  fill: #05c227;
}

.comment-dislike.clicked svg path {
  fill: #c20505;
}

.nav-links {
  margin: 0 auto;
}

ul.page-numbers {
  list-style: none;
  display: inline-block;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}

ul.page-numbers li {
  display: inline-block;
  margin: 0; /* Remove unwanted margins */
}

ul.page-numbers li a,
ul.page-numbers li span {
  border-left: 1px solid #d1d5db;
  background: #fff;
  display: block;
  padding: 5px 10px;
  color: var(--gray-500);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none; /* Optional: Remove underline from links */
}

ul.page-numbers li span {
  background-color: #d1d5db;
  color: #121253;
}

ul.page-numbers li:first-child a,
ul.page-numbers li:first-child span {
  border-left: 0; /* Remove the border from the first item */
}

/* Ensuring prev button is on the left in RTL */
ul.page-numbers li:has(.prev) {
  float: left; /* Float the prev button to the left */
}

ul.page-numbers li:has(.next) {
  float: right; /* Float the next button to the right */
}

/* Optional: RTL text alignment */
body[dir='rtl'] .page-numbers li a,
body[dir='rtl'] .page-numbers li span {
  text-align: right; /* Right align text for RTL */
}

a.prev.page-numbers {
  border-left: 0; /* Remove left border from the previous button */
}

.page-404 h2 {
  font-size: 6rem;
}

.page-404 a {
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.footer-contact {
  position: relative;
}

.footer-contact .wave-container {
  position: absolute;
  top: 90px;
  left: 0;
  padding: 0;
  height: 91px;
  width: 520px;
}

.home .footer-contact .wave-container {
  display: none;
}

ul#bootscore-navbar a {
  color: #111928;
}

.menu-item-has-children {
  position: relative;
  padding-left: 15px;
}

.menu-item-has-children:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
}

.menu-item-has-children > ul {
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
  right: 0;
  min-width: 225px;
  position: absolute;
  list-style: none;
  padding: 4px 0;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  transition: all 0.3s;
  top: 43px;
}

#page::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000038;
  z-index: -1;
  opacity: 0;
  transform: scale(1.05); /* slight zoom-out effect initially */
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}

.three-column-swiper .swiper-wrapper {
        align-items: stretch;
}
.three-column-swiper .swiper-wrapper .swiper-slide {
    height: unset;
}
.three-column-swiper .swiper-wrapper .swiper-slide .category-item {
    height: 100%;
}

@media (min-width: 768px) {
  .menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateY(0);
  }
}

.menu-item-has-children > ul > li {
  padding: 8px 16px;
}

.menu-item-has-children > ul > li a:hover {
  color: var(--secondary);
  background: transparent;
}

.menu-item-has-children > ul > li a {
  color: var(--primary);
}

.sub-menu .menu-item-has-children:after {
  left: 16px;
  transform: rotate(135deg);
}

ul.sub-menu .menu-item-has-children > ul {
  right: 226px;
  top: 0;
}

.contact-form input {
  border-radius: 8px;
  border: 1px solid var(--gray-300, #d1d5db);
  background: var(--gray-50, #f9fafb);
  padding: 8px 16px;
  width: 100%;
  text-align: right;
}

.contact-form .modal-footer > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.contact-form .modal-footer br {
  display: none;
}

.has-wave {
  position: relative;
}

.has-wave .wave-container {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 480px;
  height: 93px;
  padding: 0;
  margin-top: 0 !important;
}

.has-wave .wave-container::after {
  right: 63px;
  width: 400px;
}

.about-us-section .wave-container {
  margin-top: -140px !important;
  margin-left: -70px;
}

.about-us-section .wave-container::after {
  top: 55px;
  right: 62px;
  width: 400px;
  height: 55px;
}
.about-us-section .wave-container::before {
  right: -65px;
}

.sidebar .wave-container {
  width: 450px;
  position: absolute;
  bottom: -60px;
  left: 40px;
  padding: 0;
  height: 92px;
}

.newsletter-form {
  border-radius: 16px;
  background: linear-gradient(235deg, #48d1cc 15.47%, #191970 155.83%);
  padding: 12px;
  color: #fff;
}

.heading-white {
  color: #fff;
}

.wave-underscore.heading-white:after {
  background-image: url("data:image/svg+xml,%3Csvg width='350' height='16' viewBox='0 0 350 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348 2.33165L342.784 7.54773C335.102 15.2298 322.647 15.2298 314.965 7.54773C307.283 -0.134301 294.828 -0.134301 287.146 7.54773C279.464 15.2298 267.009 15.2298 259.327 7.54773C251.645 -0.134301 239.19 -0.134301 231.508 7.54773C223.826 15.2298 211.37 15.2298 203.688 7.54773C196.006 -0.134301 183.551 -0.134301 175.869 7.54773C168.187 15.2298 155.732 15.2298 148.05 7.54773C140.368 -0.134301 127.913 -0.134301 120.231 7.54773C112.549 15.2298 100.094 15.2298 92.4121 7.54773C84.73 -0.134301 72.275 -0.134301 64.593 7.54773C56.9109 15.2298 44.4559 15.2298 36.7739 7.54773C29.0918 -0.134301 16.6368 -0.134293 8.95477 7.54774L2 14.5025' stroke='%23ffffff' stroke-width='3.47739'/%3E%3C/svg%3E");
  margin: 20px auto;
}

.newsletter-form input {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 10px;
}

.newsletter-form button {
  border: 0;
  padding: 14px 16px;
}

.contact-us-page .footer-contact .wave-container {
  top: 52px;
  left: 10px;
}

.testimonial-swiper {
  padding-top: 40px;
}

.about-us-page .footer-contact .wave-container {
  display: none;
}

/******* Mobile *********/

.mobile-header-button {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

/* Target the scrollbar */
.mobile-row-scroll .row::-webkit-scrollbar,
.gt-mobile-row-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* Track (background) */
.mobile-row-scroll .row::-webkit-scrollbar-track,
.gt-mobile-row-scroll::-webkit-scrollbar-track {
  background: var(--light-green);
  border-radius: 10px;
}

/* Handle (thumb) */
.mobile-row-scroll .row::-webkit-scrollbar-thumb,
.gt-mobile-row-scroll::-webkit-scrollbar-thumb {
  background: var(--teal);
  border-radius: 10px;
}

/* Handle on hover */
.mobile-row-scroll .row::-webkit-scrollbar-thumb:hover,
.gt-mobile-row-scroll::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

.cat-description h2:not(.fancy-heading), .cat-description h3:not(.fancy-heading) {
    font-weight: bold;
    margin: 25px 0;
    line-height: normal !important;
    color: var(--primary);
}

.cat-description h2 {font-size: 26px;}
.cat-description h3 {font-size: 22px;}


#gform_submit_button_1{
    border-radius: 10px;
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: fit-content;
    margin-top: 20px;
}

#gform_submit_button_1:hover {
    background-color: var(--secondary);
        border-color: var(--secondary);
        color: #fff;
}

#gform_1 .gform-footer.gform_footer.top_label {
        position: absolute;
            bottom: 35px;
            right: 25%;
}

#gform_fields_1 #field_1_5 {
    width: 20%;
    margin-top: 20px;
}

#gform_1 .gform_fields .gfield {
    margin-bottom: 20px;
}


.wpcf7-spinner {
    flex: 0 0 24px;
}

/* Responsive */

@media(max-width:767px) {
    #tourModal .modal-body {
            max-height: 280px;
            overflow: auto;
        }
}

@media (max-width: 781px) {
    #tourModal .modal-body {
            max-height: 500px;
            overflow: auto;
        }

  .home-banner:before,
  .home-banner:after {
    width: 600px;
    height: 600px;
    left: -108px;
    top: -41%;
  }

  .mobile-reverse {
    flex-direction: column-reverse;
  }

  body .wp-block-group {
    flex-direction: initial;
  }

  .home-banner .wave-container {
    display: none;
  }

  .plane-text:before {
    top: -195px;
    right: -470px;
  }
  .fancy-bg-2:after {
    background-position: 0%;
  }
  .footer-contact .wave-container {
    left: 0;
  }
  .contact-details-box .row {
    flex-direction: column;
  }

  .contact-details-box {
    padding: 0 20px !important;
  }

  .contact-details-box .section-heading {
    margin: 20px 0;
    text-align: center;
  }

  .contact-details-box .section-heading:after {
    margin: auto;
    width: 150px;
    height: 7px;
  }

  .contact-details-box > .row > div:nth-child(1) {
    order: 0;
  }

  .contact-details-box > .row > div:nth-child(3) {
    order: 1;
  }

  .contact-details-box > .row > div:nth-child(2) {
    order: 2;
  }

  .support-user-box {
    margin-top: -10px;
  }
  .support-user-box:before {
    width: 270px;
    height: 270px;
  }
  footer .footer_widget .contact-number {
    display: none;
  }
  body .wp-block-columns.mobile-row {
    display: inline-flex;
  }
  body .wp-block-columns.mobile-row > .wp-block-column {
    flex-basis: 50% !important;
  }
  .footer-address .d-flex {
    flex-direction: column;
  }
  .footer-address .icon,
  .footer-address .info span {
    margin-top: 0;
    position: relative;
  }
  .footer-address {
    background-color: var(--primary-400);
    background-image: unset;
  }

  .footer-address,
  .footer-address .gradient {
    border-radius: 24px;
  }

  .footer-address .address {
    margin-top: 20px;
  }
  .footer-address .phone {
    flex-direction: row-reverse;
  }
  .footer-address .d-flex > div {
    width: 100%;
    flex-basis: 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .copyright > .d-flex {
    flex-direction: column-reverse;
  }
  .copyright .social-links {
    justify-content: center !important;
    margin-bottom: 15px;
  }

  #masthead .navbar-brand img {
    width: 220px;
    position: absolute;
    left: 80px;
    right: 0px;
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 0 20px;
  }

  #masthead .header-actions {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #masthead .navbar-nav a {
    font-size: 16px;
    display: block;
    padding: 0;
    width: 100%;
  }
  #masthead .navbar-nav {
    padding: 0 15px;
    width: 100%;
    gap: 0px;
  }
  .offcanvas-header .btn-close {
    margin: 0;
  }
  #masthead .navbar-nav li {
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 16px;
  }
  .sticky-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50px repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .search-form-box {
    grid-area: 1 / 1 / 2 / 3;
  }
  .sticky-grid article:nth-child(2) {
    grid-area: 4 / 1 / 6 / 2;
  }
  .sticky-grid article:nth-child(3) {
    grid-area: 4 / 2 / 6 / 3;
  }
  .sticky-grid article:nth-child(4) {
    grid-area: 2 / 1 / 4 / 3;
  }
  .post-card .post-title {
    font-size: 24px;
  }
  .sticky-grid article:nth-child(2) .post-title,
  .sticky-grid article:nth-child(3) .post-title {
    font-size: 16px;
  }
  .post-card .category {
    padding: 0px 5px;
    font-size: 11px;
  }

  .posts-list {
    padding: 0;
    box-shadow: unset;
  }
  .posts-list .post-item-card {
    flex-direction: column;
    gap: 0;
  }

  .latest-posts .post-item-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 12px;
    border-radius: 16px;
    border-bottom: 0;
  }

  .posts-list .post-item-card .post-image {
    flex: 0 0 100%;
    width: 100%;
  }
  .post-item-card .post-title {
    min-height: unset;
  }
  aside#secondary {
    margin-top: 50px;
  }
  .widget-item .posts-list .post-item-card {
    flex-direction: row;
    gap: 20px;
  }
  .widget-item .posts-list .post-item-card .post-title {
    line-height: 20px !important;
  }

  .widget-item .posts-list .post-item-card .post-title a {
    font-size: 16px;
  }
  .widget-item .wp-block-categories {
    width: 100%;
  }
  #content .contact-box.wp-block-columns {
    flex-direction: row;
    gap: 20px;
  }
  #content .contact-box.wp-block-columns .wp-block-colum {
    flex-grow: unset;
  }
  #content .contact-box.wp-block-columns .wp-block-column:not(.icon) {
    flex-basis: calc(100% - 70px) !important;
  }

  #freeConsultation .wp-block-column .wp-block-columns > .wp-block-column {
    flex-basis: initial !important;
  }
  .contact-form .modal-footer .wpcf7-form-control {
    text-align: center;
  }
  .contact-form .modal-footer .ag-button {
    width: 115px;
  }

  .home-banner-container .wave-container strong {
    display: none;
  }

  .home-banner-container .wave-container {
    position: absolute;
    z-index: -2;
    left: -360px;
    padding: 0;
    height: 120px;
    width: 520px;
    margin-top: -50px !important;
  }

  .home-heading:before {
    right: -42%;
    bottom: 30px;
  }

  .tours-list-container {
    padding: 0 15px;
  }

  .mobile-row-scroll .row,
  .gt-mobile-row-scroll {
    flex-wrap: nowrap !important;
    overflow: auto;
  }

  .gt-mobile-row-scroll > .wp-block-column {
    flex: 0 0 auto;
    width: 100%;
  }

  .has-wave .wave-container {
    bottom: -45px;
    left: 53%;
    height: 93px;
  }

  .team-container .row {
    padding-top: 50px;
  }
  .fancy-heading {
    font-size: 20px;
  }

  .mobile-row {
    flex-wrap: nowrap !important;
    flex-direction: row;
    align-items: center !important;
    gap: 10px;
    justify-content: space-between !important;
    width: 100%;
  }
  body .wp-block-columns.mobile-row > .wp-block-column {
    flex-basis: auto !important;
    margin-bottom: 10px;
  }
  .grey-btn a {
    font-size: 14px;
    padding: 8px 16px;
  }

  :root :where(.is-layout-flex) {
    gap: 15px;
  }
  .contact-details-box {
    padding-top: 0;
  }
  .contact-details-box:before {
    height: 100%;
    bottom: 0;
  }
  .fancy-bg-2:after {
    background-size: cover;
    height: 330px;
    bottom: -60px;
  }
  .contact-details-box:after {
    width: 100%;
    height: 100%;
  }
  .widget-block .widget-inner .footer-widget-title {
    margin-bottom: 0;
  }
  .footer-address .gradient {
    margin-bottom: -2px;
  }
  .footer-address .icon,
  .footer-address .icon svg {
    width: 32px;
    height: 32px;
  }

  .footer-address .d-flex > div {
    gap: 20px;
  }
  .footer-address .info div {
    padding: 7px 0;
  }
  .footer-address .address {
    margin-bottom: 10px;
  }
  footer ul.wp-block-list {
    margin-top: 10px;
  }
  .offcanvas .offcanvas-header {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
  }

  .menu-item-has-children > ul {
    border: 0;
    box-shadow: unset;
    right: unset;
    min-width: 100%;
    position: relative;
    padding: 0;
    max-height: 0;
    transform: unset;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transition: all 0.3s;
    top:43px;
  }
  ul.sub-menu .menu-item-has-children > ul {
    right: unset;
    top: unset;
  }

  .menu-item-has-children > ul.submenu-open {
    visibility: visible;
    max-height: 1000px;
    top: unset;
    opacity: 1;
    z-index: 9;
  }
  .menu-item-has-children:after {
    top: 25px;
    bottom: unset;
  }

  #nav-main.active #offcanvas-navbar {
    transform: none !important;
    display: block !important;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
    
  }
  #nav-main.active #offcanvas-navbar .offcanvas-body {
overflow: hidden;
}

  nav#nav-main:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1040;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    transition: all 0.3s;
    display: none;
  }
  nav#nav-main.active:after {
    opacity: 0.5;
    z-index: 1040;
    display: block;
  }

  #nav-main .offcanvas-backdrop {
    display: none;
  }
  #masthead .menu-item-has-children > ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #masthead .navbar-nav > li:first-child {
    border-top: 1px solid #e5e7eb;
  }
  .mobile-menu-sidebar {
    padding: 0;
    margin-top: 30px;
  }
  .mobile-menu-sidebar .footer_widget .contact-number {
    margin-top: 0;
  }
  .menu-item-has-children:after {
    left: 15px;
  }
  .font-size-36 {
    font-size: 34px;
  }
  .faq-box .wave-container {
    padding: 0;
    height: 92px;
    margin-top: 0 !important;
    position: absolute;
    right: 50%;
    z-index: 1;
  }

  .tax-tour-category .footer-contact .wave-container {
    display: none;
  }
  #nav-main .offcanvas {
    background-color: #fff !important;
    width: 85%;
    overflow-y: auto;
    padding-bottom: 25px;
  }
  #masthead .navbar-nav {
    padding-right: 0;
  }

  .contact-us-page .ratio {
    height: 400px;
    margin: 20px auto 40px;
  }
  .contact-us-page .footer-contact .wave-container {
    top: 25px;
    left: 20%;
  }
  .header-section:after {
    width: 460px;
    height: 160px;
    left: -80%;
    top: 0;
  }
  .sticky-posts .wave-container {
    margin-top: 0 !important;
    position: absolute;
    padding: 0;
    height: 92px;
    bottom: 0;
    width: 520px;
    left: 17%;
  }
  .sidebar .wave-container {
    bottom: -30px;
    left: 20%;
  }
  .single-post-item .post-item-card {
    border-radius: 0;
    box-shadow: unset;
    padding: 5px;
  }
  .comments-box {
    border-radius: 16px;
    box-shadow:
      0px 10px 15px -3px rgba(0, 0, 0, 0.1),
      0px 4px 6px 0px rgba(0, 0, 0, 0.05);
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .comment-body .avatar {
    width: 40px;
    height: 40px;
  }

  .single .sidebar .wave-container {
    bottom: -55px;
  }

  .home-gallery-box {
    min-height: 270px;
  }

  .home-gallery-box .wp-block-gallery {
    border-width: 7px;
  }
  .home-gallery-box .wp-block-gallery:nth-child(1) {
    width: 197px;
    height: 197px;
    left: 10%;
  }
  .home-gallery-box .wp-block-gallery:nth-child(2) {
    width: 149px;
    height: 149px;
    left: 50%;
    bottom: 0;
    z-index: 2;
    top: 27%;
  }

  .home-gallery-box .wp-block-gallery:nth-child(3) {
    width: 112px;
    height: 112px;
    left: 50%;
    z-index: 3;
  }
  .home-gallery-box .wp-block-gallery:nth-child(4) {
    width: 96px;
    height: 96px;
    left: 32%;
    bottom: 10%;
    z-index: 1;
  }
  .home-gallery-box .atighgasht-logo {
    right: 10%;
    top: 13%;
    width: 51px;
    height: 51px;
    padding: 2px;
  }
  .home-gallery-box .atighgasht-logo svg {
    margin-top: -35px;
  }
  .copyright {
    text-align: center;
  }
  .font-size-30 {
      line-height: 40px;
  }
  .font-size-24 {
      line-height: 30px;
  }
}

@media (min-width: 782px) and (max-width: 991px) {
  #masthead .navbar-brand img {
    width: 220px;
    position: absolute;
    left: 80px;
    right: 0px;
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 0 20px;
  }

  .container {
    max-width: 100%;
  }
  #masthead .header-actions {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .home-banner:before,
  .home-banner:after {
    width: 700px;
    height: 700px;
    left: -24%;
    bottom: 29%;
  }
  .home-gallery-box .wp-block-gallery {
    border-width: 9px;
  }
  .home-gallery-box .wp-block-gallery:nth-child(1) {
    width: 320px;
    height: 320px;
  }
  .home-gallery-box .wp-block-gallery:nth-child(2) {
    width: 240px;
    height: 240px;
    left: 48%;
    bottom: 32%;
    z-index: 2;
  }
  .home-gallery-box .wp-block-gallery:nth-child(3) {
    width: 150px;
    height: 150px;
    left: 57%;
    z-index: 3;
  }
  .home-gallery-box .wp-block-gallery:nth-child(4) {
    width: 120px;
    height: 120px;
    left: 39%;
    bottom: 24%;
    z-index: 1;
  }
  .home-gallery-box .atighgasht-logo {
    right: 0%;
    width: 90px;
    height: 90px;
  }
  .home-gallery-box .atighgasht-logo svg {
    margin-top: -25px;
  }
  .home-gallery-box:after {
    right: -4%;
    top: 22%;
  }
  .home-gallery-box:before {
    left: 40%;
  }

  .home-banner-container {
    position: relative;
  }

  .home-banner-container .wave-container {
    position: absolute;
    left: 20px;
    bottom: 30px;
  }

  .footer-address .d-flex {
    flex-direction: row;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  button,
  input,
  * {
    line-height: 120% !important;
  }
  .support-user-box:before {
    width: 230px;
    height: 230px;
  }
  .font-size-24 {
    font-size: 20px;
  }
  .contact-details-box {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 99%;
  }
  #masthead .navbar-nav {
    gap: 24px;
    padding-right: 40px;
  }

  .buttons {
    flex-direction: column;
  }
  .buttons > * {
    width: 100%;
  }
  .team-item .team-title,
  .logo-item .logo-title {
    font-size: 16px;
  }
  .font-size-24 {
    font-size: 22px;
  }
  .contact-details-box {
    padding-bottom: 0 !important;
  }
  .support-user-box {
    margin-top: -53px;
  }
  body {
    font-size: 15px;
  }
  .home-banner:before,
  .home-banner:after {
    width: 750px;
    height: 750px;
    left: -11%;
    bottom: 15%;
  }
  .home-gallery-box .wp-block-gallery:nth-child(1) {
    width: 330px;
    height: 330px;
  }
  .home-gallery-box .wp-block-gallery:nth-child(2) {
    width: 240px;
    height: 240px;
    bottom: 10%;
  }
  .home-gallery-box .wp-block-gallery:nth-child(3) {
    width: 170px;
    height: 170px;
    left: 49%;
    top: 5%;  
  }
  .home-gallery-box .wp-block-gallery:nth-child(4) {
    width: 140px;
    height: 140px;
    bottom: -6%;
  }
  .home-gallery-box .atighgasht-logo {
    right: 13%;
    top: 25%;
    width: 80px;
    height: 80px;
  }
  .home-gallery-box .atighgasht-logo svg {
    margin-top: -20px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}
