:root {

  /*
  --primary_color: #031b35;
  --secondary_color: #022c44;
  --tertiary_color: #e0c141;
  */

  /* --primary_color: #23282c; */
  --primary_color: #054845;
  --secondary_color: #041e1d;
  /* --secondary_color: #e6ad10; */
  /* --secondary_color: #1abab2; */
  /* --secondary_color: #b49164; */
  /* --tertiary_color: #018881; */
  --tertiary_color: #d0f30d;
  /* --tertiary_color: #01625d; */
  /* --tertiary_color: #5e7486; */
  /* --tertiary_color: #aa800e; */
  /* --tertiary_color: #e6ad10; */


  --gray_color: #f8f8f8;
  --black_color: #000000;
  --white_color: #ffffff;
  --primary_font: "Raleway", sans-serif;
  --secondary_font: "Raleway", sans-serif;
  --number_font: "Roboto", sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--primary_font);
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
}

span {
  display: inline-block;
}

button,
a,
span,
.transition {
  transition: all 0.5s;
}

.bg-primary {
  background-color: var(--primary_color) !important;
}

.text-primary {
  color: var(--primary_color) !important;
}

.bg-secondary {
  background-color: var(--secondary_color) !important;
}

.text-secondary {
  color: var(--secondary_color) !important;
}

.bg-tertiary {
  background-color: var(--tertiary_color);
}

.text-tertiary {
  color: var(--tertiary_color);
}

.bg-black {
  color: var(--black_color) !important;
}

.text-black {
  color: var(--black_color) !important;
}

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

.number-font {
  font-family: var(--number_font);
  margin: 0 !important;
}

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

/* header s */
.header-cvr {
  padding: 25px 0;
}

.nav-custom-s {
  box-shadow: 0 0 8px 0 #ffffff30;
}

.trust-logos {
  margin-right: 35px;
}

.trust-logos ul li:not(:nth-last-of-type(1)) {
  margin-right: 21px;
}

/* social-media s */
.social-media {
  /* margin-right: 30px; */
}

.social-media ul li {
  margin: 0px !important;
}

.social-media ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: var(--secondary_color);
  border-radius: 50%;
}

.social-media ul li a i {
  color: var(--white_color);
}

.social-media svg {
  height: 13px;
  width: 13px;
  fill: var(--white_color);
}

.social-media ul li a:hover i {
  color: var(--tertiary_color);
}

.social-media li a:hover svg {
  fill: var(--tertiary_color);
}

.social-media ul li:not(:nth-last-of-type(1)) {
  margin-right: 12px;
}

.social-media ul li a:hover {
  background-color: #000;
}

/* social-media e */

/* header-contact s */
.header-contact {
  padding-left: 30px;
}

.header-contact>a:not(:nth-last-of-type(1)) {
  margin-right: 33px;
}

.header-contact span {
  font-size: 18px;
  line-height: 22px;
  color: var(--tertiary_color);
  margin-left: 10px;
  letter-spacing: 0.5px;
}

.header-contact::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-contact a:hover span {
  color: var(--white_color);
}

/* header-contact e */

/* stellarnav s */
.nav-bar-cvr {
  padding: 18px 0;
  z-index: 999;
}

.stellarnav {
  width: auto;
  z-index: initial;
}

.stellarnav ul {
  text-align: start;
}

.stellarnav>ul>li:not(:nth-last-of-type(1)) {
  margin-right: 41px;
}

.stellarnav>ul>li>a {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: var(--white_color);
  padding: 0;
  background-color: transparent;
}

.stellarnav ul ul li a:hover {
  background-color: var(--primary_color) !important;
  color: var(--white_color) !important;
}

.stellarnav>ul>li.active>a,
.stellarnav>ul>li>a:hover {
  color: var(--tertiary_color);
}

@media (max-width: 991.98px) {

  .stellarnav>ul>li.active>a,
  .stellarnav>ul>li>a:hover {
    color: var(--secondary_color);
  }
}

.stellarnav ul ul {
  width: 240px;
  background-color: var(--white_color);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  top: 26px;
}

.stellarnav ul ul li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 13px;
  color: var(--primary_color);
  padding: 14px 20px !important;
  border-radius: 5px;
  background-color: transparent;
  width: 100%;
}

.stellarnav ul ul li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid rgba(3, 27, 53, 0.1);
}

.stellarnav li.has-sub>a::after {
  margin-left: 5px;
}

.stellarnav ul ul ul {
  left: 230px;
}

.customise-your-umrah a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  padding: 18px 30px;
  border-radius: 35px;
  background-color: var(--tertiary_color);
  border: 1px solid var(--tertiary_color);
}

.customise-your-umrah a:hover {
  color: var(--white_color);
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}

/* header e */

/* home-banner-swp s */

.swiper-pagination {
  bottom: 27px !important;
  left: 50% !important;
  width: auto !important;
  transform: translateX(-50%);
  line-height: 1;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid var(--white_color);
  opacity: 1;
  margin: 0 6px !important;
  position: relative;
}

.swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: transparent;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: var(--white_color);
}

/* home-banner-swp e */

.home-banner-heading {
  padding: 30px 0 34px;
}

.home-banner-heading h1 {
  font-size: 42px;
}

/* search-engine s */

/* where-go s */
.where-go-holder {
  top: 0;
  transform: translate(0, -50%);
}

.where-go {
  padding: 12px;
  cursor: pointer;
  border-radius: 50px;
  display: none;
}

.where-go p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.search-engine .col-icon {
  right: 10px;
  top: 10px;
  z-index: 999;
  cursor: pointer;
}

/* where-go e */
.search-engine-cvr {
  padding-top: 20px;
}

.search-engine-main .form-input {
  margin-bottom: 20px;
}

.contact-us-form .form-control,
.form .form-select,
.form .form-control:not(textarea) {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
  padding: 10px 20px;
  box-shadow: none;
  border-radius: 35px;
  border: 1px solid var(--white_color);
  height: 48px;
}

.form textarea.form-control {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 16px;
  padding: 10px 14px;
  box-shadow: none;
  border-radius: 7px;
  border: 1px solid var(--white_color);
  height: 48px;
  min-height: 150px;
}

.form .custom-select-input,
.form .form-select {
  background-image: url(/assets/images/dropdown-icon.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: right 25px center;
}

.search-engine-main .form-select option {
  background-color: var(--tertiary_color);
  color: var(--white_color);
}

.custom-select-main {
  padding: 8px 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  top: 49px;
  z-index: 1;
}

.custom-select-main.nights {
  padding: 8px 24px 8px 15px;
}

.custom-select-main.nights ul {
  padding-right: 21px;
}

.custom-select-main ul li img,
.search-engine-main .custom-select-main ul li img {
  max-width: 9px;
}

.search-engine-main .custom-select-main ul li span {
  margin-right: 6px;
}

.custom-select-main ul {
  max-height: 118px;
}

.custom-select-main ul .scrollbar-track-y {
  top: 50%;
  width: 6px;
  height: 89%;
  border-radius: 3px;
  background-color: #f8f8f8 !important;
  transform: translateY(-50%);
  overflow: hidden;
}

.custom-select-main ul .scrollbar-thumb {
  width: 4px !important;
  background: var(--secondary_color) !important;
  border-radius: 2px;
  left: 1px !important;
}

.custom-select-main ul li {
  font-size: 12px;
  color: var(--primary_color);
  padding: 3px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-select-main ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 1px;
}

.custom-select-main ul li.active,
.custom-select-main ul li:hover {
  background-color: var(--tertiary_color);
  color: var(--white_color);
}

.contact-us-form .form-control::placeholder,
.search-engine-main .form-control::placeholder {
  color: var(--primary_color);
}

.search-engine-main .form-select:focus,
.search-engine-main .form-control:focus {
  border-color: var(--tertiary_color);
}

.ui-widget-header .ui-icon {
  background-image: url(/assets/images/datepicker/ui-icons_444444_256x240.png);
}

.contact-us-form .form-input.submit .btn,
.search-engine-main .form-input .submit {
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  padding: 13px;
  border-radius: 35px;
  height: 48px;
  background-color: var(--tertiary_color);
}

.contact-us-form .form-input.submit .btn:hover,
.search-engine-main .form-input .submit:hover {
  background-color: var(--primary_color);
  color: var(--white_color);
}

/* passenger-drop-down s */

.passenger-dropdown {
  top: 49px;
  padding: 15px 17px 0 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 5px;
  width: 100%;
}

.passenger-dropdown .form-group {
  margin-bottom: 13px;
}

.passenger-dropdown .form-group .form-label {
  font-size: 12px;
  list-style: 13px;
}

.passenger-dropdown .form-group .passenger .btn {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.passenger-dropdown .form-group .passenger .btn:hover {
  background-color: var(--tertiary_color) !important;
}

.passenger-dropdown .form-group .input-group {
  flex: 0 0 35%;
}

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

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield !important;
}

/* passenger-drop-down e */

/* search-engine e */

/* atol-iata s */

.atol-iata-cvr {
  padding: 70px 0 45px;
}

.atol-iata-main {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 23px 70px 25px;
}

.atol-iata-main ul li:not(:nth-last-of-type(1)):after {
  content: '';
  position: absolute;
  width: 2px;
  height: 50px;
  background-color: rgba(3, 27, 53, 0.2);
  right: -92px;
}

/* atol-iata e */
.heading-sec {
  margin-bottom: 65px;
}

.heading-sec h1,
.heading-sec h2 {
  font-size: 38px;
  margin-bottom: 17px;
}


.heading-sec p {
  font-size: 22px;
}

/* umrah-packages s */
.umrah-packages-cvr {
  padding: 25px 0 25px;
}

/* umrah-packages-box s */
.umrah-package-box {
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
}

.umrah-package-box .package-body {
  padding: 15px 30px 31px;
}

.umrah-package-box .title {
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 15px;
}

.umrah-package-box .rating {
  margin-bottom: 19px;
}

/* .umrah-package-box .rating ul li {
  line-height: 1;
}

.umrah-package-box .rating ul li:not(:nth-last-of-type(1)) {
  margin-right: 2px;
} */

.rating ul li {
  line-height: 1;
}

.rating ul li:not(:nth-last-of-type(1)) {
  margin-right: 2px;
}

.hotel-info {
  margin-bottom: 26px;
}

.hotel-info p {
  font-size: 18px;
  line-height: 20px;
}

.hotel-info .hotel:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}

.amenities {
  margin-bottom: 18px;
}

.amenities ul li:not(:nth-last-of-type(1)) {
  margin-right: 43px;
}

/* .amenities ul li:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--secondary_color);
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  rotate: 45deg;
} */

.umrah-package-box .price-info {
  padding: 11px 0;
  border: 0 solid #f2f2f2;
  border-width: 1px 0 1px 0;
  margin-bottom: 19px;
}

.umrah-package-box .price p {
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

/*
.umrah-package-box .deposit {
  padding: 5px 9px;
  border-radius: 20px;
  margin-left: 19px;
}
*/

.umrah-package-box .deposit span {
  font-size: 12px;
  line-height: 12px;
  margin-right: 5px;
}

.umrah-package-box .deposit span.fw-bold {
  display: inline;
  font-size: 16px;
  line-height: 16px;
}

.umrah-package-box .deposit span.fw-bold .number-font {
  display: inline;
  font-size: 16px;
  line-height: 16px;
}


.umrah-package-box .view-detail {
  margin-bottom: 19px;
}

.umrah-package-box .view-detail a {
  font-size: 16px;
  line-height: 16px;
  color: var(--white_color);
  border-radius: 35px;
  padding: 15px 40px;
}

.umrah-package-box .contact-detail span {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  /* color: var(--primary_color); */
  color: #000;
  margin-left: 8px;
}

.umrah-package-box:hover .contact-detail span,
.umrah-package-box:hover .contact-detail span .number-font {
  color: var(--primary_color);
}

.umrah-package-box:hover .view-detail a {
  background-color: var(--primary_color) !important;
}

.umrah-package-box:hover {
  border-color: var(--secondary_color);
}

.umrah-package-box:hover .contact-detail span {
  color: var(--secondary_color);
}

.umrah-package-box:hover .contact-detail .navy {
  display: none;
}

.umrah-package-box:hover .contact-detail .tertiary {
  display: inline-block !important;
}

/* umrah-package-box e */

/* testimonials s */
.testimonials-cvr {
  padding: 67px 0 35px;
}

.faqs-cvr .head,
.testimonials-main .head {
  margin-bottom: 62px;
}

.faqs-cvr .head h3,
.testimonials-main .head h3 {
  font-size: 48px;
}

.testimonials-swp::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 215px;
  bottom: 0;
  background-color: var(--secondary_color);
  border-radius: 10px;
}

/* testimonials-box s */
.testimonial-box {
  padding-bottom: 40px;
}

.testimonial-box .message {
  background-color: #dedede;
  border-radius: 10px;
  padding: 20px 21px 20px 31px;
  margin-bottom: 48px;
  height: 186px;
}

.testimonial-box .message p {
  max-height: 145px;
  padding-right: 20px;
}

.message [data-scrollbar].sticky .scrollbar-track,
.message [scrollbar].sticky .scrollbar-track,
.message scrollbar.sticky .scrollbar-track {
  background: #fff !important;
}

.testimonial-box .message::after {
  content: '';
  position: absolute;
  width: 45px;
  height: 40px;
  background-color: #dedede;
  bottom: -40px;
  right: 127px;
  clip-path: polygon(100% 0, 0 0, 0 99%);
}

.testimonial-box .testimonial-image {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.testimonial-box .testimonial-info {
  padding: 0 15px;
}

.testimonial-box .name {
  margin-bottom: 5px;
}

.testimonial-box .name span {
  font-size: 20px;
  line-height: 22px;
}

.testimonial-box .rating {
  margin-bottom: 8px;
}

/* testimonials-box e */

/* swiper-button s */
.testimonials-swp .swiper-button-next::after,
.testimonials-swp .swiper-button-prev::after {
  display: none;
}

.testimonials-swp .swiper-button-next,
.testimonials-swp .swiper-button-prev {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 80px;
}

.testimonials-swp .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}

.testimonials-swp .swiper-button-prev {
  rotate: 180deg;
  left: 0;
  transform: translateX(50%);
}

/* swiper-button e */

/* testimonials e */

/* scroll-content s */
.page-content {
  padding: 35px 0;
}

.scroll-content-main .scroll-content {
  padding-bottom: 50px;
}

.scroll-content-main {
  background-color: #f8f8f8;
  padding: 40px 97px 37px 42px;
  max-height: 740px;
}

.scroll-content-main .scrollbar-track-y {
  top: 50%;
  right: 41px;
  width: 16px;
  height: 90%;
  border-radius: 5px;
  background-color: var(--white_color) !important;
  transform: translateY(-50%);
  overflow: hidden;
}

.scroll-content-main .scrollbar-thumb {
  width: 12px !important;
  background: var(--secondary_color) !important;
  border-radius: 5px;
  left: 2px !important;
  top: 2px !important;
}

/* scroll-content e */

/* faqs s */
.faqs-cvr {
  padding: 30px 0 70px;
}

.faqs-main .accordion-item:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}

.faqs-main .accordion-button::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 29px;
  width: 23px;
  height: 23px;
  background-image: url(/assets/images/faqs-plus.png);
  background-position: center;
  transition: all 0.5s;
}

.faqs-main .accordion-button:not(.collapsed)::before {
  rotate: 225deg;
}

.faqs-main .accordion-button {
  font-size: 22px;
  padding: 25px 30px 25px 80px;
  border: none !important;
  border-radius: 5px !important;
  background-color: #e6e6e6;
}

.faqs-main .accordion-body {
  font-size: 16px;
  line-height: 24px;
  padding: 30px 70px 30px 80px;
  border-radius: 5px;
  margin: 5px 0 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.accordion-button:hover {
  z-index: initial;
}

/* faqs e */

/* footer s */
.footer-cvr {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-main {
  padding: 50px 0 20px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.footer-main::after {
  content: '';
  position: absolute;
  width: 900px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 143px;
  right: 0;
}

.footer-main .logo-sec {
  padding-right: 60px;
}

.footer-main .logo-sec a {
  margin-bottom: 60px;
}

.footer-main .logo-sec>p {
  font-size: 14px;
  line-height: 24px;
}

.footer-main .sec>span {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 110px;
  text-transform: capitalize;
}

.footer-main .main-menu ul li:not(:nth-last-of-type(1)),
.footer-main .useful-links ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 15px;
}

.footer-main .main-menu ul li,
.footer-main .useful-links ul li {
  line-height: 20px;
}

.footer-main .sec {
  margin-top: 20px;
}

.footer-main .useful-links {
  padding-left: 60px;
}

.footer-main .sec ul li a {
  font-weight: 500;
  line-height: 20px;
  color: var(--white_color);
}

.footer-main .contact-sec {
  padding-left: 60px;
}

.footer-main .contact-sec ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 15px;
}

.footer-main .contact-sec ul li span {
  line-height: 16px;
  /* margin-bottom: 20px; */
}

.footer-main .sec ul li a:hover {
  color: var(--secondary_color);
  /* text-decoration: underline; */
}

.copyright {
  padding: 46px 0;
}

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

/* footer e */

/* Home page e */

/* package-detail page s */

/* breadcrumb s */

.breadcrumb-cvr {
  padding: 25px 0;
}

.breadcrumb-cvr nav li {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.breadcrumb-item.active {
  color: var(--tertiary_color);
}

.breadcrumb-cvr nav li a {
  color: var(--primary_color);
}

.breadcrumb-cvr nav li a:hover {
  color: var(--tertiary_color);
}

.breadcrumb-cvr .breadcrumb-item+.breadcrumb-item {
  padding-left: 25px;
  position: relative;
}

.breadcrumb-cvr .breadcrumb-item+.breadcrumb-item::before {
  position: absolute;
  content: "";
  background-image: url(/assets/images/bread-crumb-arrow.png);
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  left: 10px;
  top: 5px;
  padding: 0;
}

/* breadcrumb e */

/* package-detail s */

.pkg-detail-media img {
  border-radius: 5px;
}

.pkg-detail-info .title {
  margin-bottom: 30px;
}

.pkg-detail-info .title h1,
.pkg-detail-info .title span {
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
}

.pkg-detail-info .title h1,
.pkg-detail-info .title span {
  font-size: 35px;
}

.pkg-detail-info .title .stars {
  flex: 0 0 auto;
  margin: 12px 0 0 4px;
}

.pkg-detail-info .hotel-info .hotel:not(:nth-last-of-type(1)) {
  margin-bottom: 22px;
}

.pkg-detail-info .hotel-info {
  margin-bottom: 35px;
}

.pkg-detail-info .amenities {
  margin-bottom: 47px;
}

.pkg-detail-info .amenities ul li:not(:nth-last-of-type(1)) {
  margin-right: 53px;
}

.pkg-detail-info .amenities ul li:not(:nth-last-of-type(1))::after {
  right: -27px;
}

.pkg-detail-info .price {
  margin-bottom: 41px;
}

.pkg-detail-info .price p {
  font-size: 22px;
  line-height: 22px;
}

.pkg-detail-info .price span {
  font-size: 42px;
  font-weight: 800;
  line-height: 42px;
  margin-left: 15px;
}

.pkg-detail-info .pkg-detail-iclusion {
  margin-bottom: 3px;
}

.pkg-detail-info .pkg-detail-iclusion ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 28px;
  position: relative;
  padding-left: 30px;
}

.pkg-detail-info .pkg-detail-iclusion ul li::before {
  content: '';
  position: absolute;
  background-image: url(/assets/images/inclusion-arrow.png);
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 12px;
  left: 0;
  top: 9px;
}

.pkg-detail-info .contact-detail a {
  padding: 17px;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 35px;
  flex: 0 0 48.1%;
  color: var(--white_color);
}

.pkg-detail-info .contact-detail a.whatsapp-btn {
  background-color: #25D366;
  border: 1px solid #25D366;
}

.pkg-detail-info .contact-detail a span {
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  color: var(--white_color);
  margin-left: 10px;
}

.pkg-detail-info .contact-detail a:not(:nth-of-type(1)) span {
  margin-left: 14px;
}

.pkg-detail-info .contact-detail a:hover {
  color: var(--white_color);
  background-color: var(--secondary_color);
  box-shadow: 0 0 7px 0 var(--secondary_color);
  border: 1px solid var(--secondary_color);
}

.pkg-detail-info .contact-detail a.whatsapp-btn:hover {
  color: var(--white_color);
  background-color: #075e54;
  box-shadow: 0 0 7px 0 #075e54;
  border: 1px solid #075e54;
}



/* package-detail e */

/* pkg-detail-content s */

.pkg-detail-content {
  padding: 25px 0;
}

/* pkg-detail-content e */

/* enquiry-book-us s */

/* enquiry-form s */

.enquiry-book-us-cvr {
  padding: 25px 0 30px;
}

.enquiry-book-us-main {
  padding-bottom: 70px;
  border-bottom: 2px solid rgba(99, 86, 71, 0.2);
}

.enquiry-form {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 20px 21px 8px;
}

.enquiry-form span {
  margin-bottom: 26px;
}

.beat-my-quote-main .enquiry-form .custom-select-main span {
  margin: 0px;
}

.enquiry-form .form-check-label {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}

.enquiry-form .form-input {
  margin-bottom: 20px;
}

.enquiry-form .form-control {
  font-weight: 400;
  padding: 10px 20px;
  color: var(--secondary_color);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.enquiry-form textarea.form-control {
  padding: 15px 20px;
}

.enquiry-form .form-control::placeholder {
  color: var(--secondary_color);
}

.enquiry-form .submit .btn {
  font-size: 18px;
  line-height: 18px;
  background-color: var(--secondary_color);
  border-radius: 35px;
  box-shadow: none;
  border: none;
  padding: 15px 40px;
  /* height: 48px; */
}

.enquiry-form .submit .btn:hover {
  background-color: var(--primary_color);
}

.enquiry-form .form-check-input {
  width: 20px;
  height: 20px;
  border-color: var(--white_color);
  border-radius: 2px;
  box-shadow: none;
}

.form-check-input:active {
  filter: brightness(100%) !important;
}

.form-check-input:checked {
  background-image: url(/assets/images/inclusion-arrow.png);
  background-size: 13px;
  background-position: center;
}

.enquiry-form .terms .form-label {
  font-size: 14px;
  line-height: 24px;
  color: rgba(3, 27, 53, 0.8);
  margin-left: 11px !important;
  margin-top: -2px !important;
}

/* enquiry-form e */

/* why-book-us s */
.why-book-us {
  border-radius: 5px;
}

.why-book-us-head span {
  font-size: 18px;
  line-height: 20px;
  border-radius: 5px 5px 0 0;
  padding: 20px;
}

.why-book-us-body {
  padding: 29px 30px 24px;
}

.why-book-us-list {
  padding-bottom: 27px;
  border-bottom: 1px solid rgba(3, 27, 53, 0.5);
  margin-bottom: 24px;
}

.why-book-us-list ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 21px;
  position: relative;
}

.why-book-us-list ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--primary_color);
  rotate: 45deg;
  left: 0;
  top: 6px;
}

.why-book-us-list ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 31px;
}

.why-book-us-contact .media {
  margin-right: 15px;
}

.why-book-us-contact .content p {
  line-height: 16px;
  margin-bottom: 10px;
}

.why-book-us-contact .content a {
  font-size: 33px;
  font-weight: 800;
  line-height: 33px;
  color: var(--primary_color);
}

.why-book-us-contact .content a:hover {
  color: var(--secondary_color);
}

/* why-book-us e */

/* enquiry-book-us e */
.pkgs-filter-main {
  padding-bottom: 70px;
  border-bottom: 2px solid rgba(3, 27, 53, 0.2);
}

.pkgs-filter {
  border-radius: 5px;
  padding: 40px 30px;
  margin-bottom: 22px;
}

.pkgs-banners .media:not(:nth-last-of-type(1)) {
  margin-bottom: 27px;
}

/* price-range-slider s */
.price-range-main>span {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 27px;
}

.price-range #price-slider {
  border-radius: 2px;
  height: 5px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}

.price-range .ui-slider-handle {
  width: 13px !important;
  height: 13px !important;
  border-radius: 50%;
  background-color: var(--tertiary_color) !important;
  border: none;
  outline: none;
  top: 50%;
  translate: 0 -50%;
  padding: 0;
  transition: all 0.3s;
}

.price-range .ui-widget-header {
  background: var(--primary_color) !important;
  height: 5px;
  border-radius: 2px;
  top: 50%;
  translate: 0 -50%;
}

.price-range .min-max-range {
  padding-bottom: 38px;
  border-bottom: 1px solid #e7d9ca;
}

.price-range .min-max-range .range-item {
  width: 48%;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  line-height: 16px;
}

/* rating-filter s */
.rating-filter {
  padding-top: 42px;
}

.rating-filter ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 23px;
}

.rating-filter .form-check-input {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--primary_color);
  border-radius: 2px;
}

.rating-filter .form-check-input {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid var(--primary_color);
  border-radius: 2px;
  box-shadow: none;
  margin-right: 10px !important;
}

.rating-filter .form-check-input:checked {
  background-size: 8px;
}

.rating-filter .form-check-label,
.rating-filter .form-check-label span {
  line-height: 14px;
}

.rating-filter .form-check-label img {
  max-width: 14px;
}

.rating-filter .form-check-label img:nth-of-type(1) {
  margin-left: 11px;
}

/* rating-filter e */

/* price-range-slider e */

/* beat-my-quote s */
.beat-my-quote-cvr {
  padding-bottom: 70px;
}

.contact-us-cvr .enquiry-form,
.beat-my-quote-cvr .enquiry-form {
  padding: 30px 30px 2px;
}

.contact-us-cvr .enquiry-form .form-input,
.beat-my-quote-cvr .enquiry-form .form-input {
  margin-bottom: 30px;
}

.beat-my-quote-cvr .enquiry-form .passengerInput {
  box-shadow: none;
}

.beat-my-quote-cvr .enquiry-form .passenger-dropdown {
  top: 91px;
  padding: 15px 17px 0 20px;
}

.beat-my-quote-cvr .enquiry-form .passenger-dropdown .form-group .input-group {
  flex: 0 0 16%;
}

.beat-my-quote-cvr .enquiry-form .custom-select-main {
  top: 91px;
}

.contact-us-cvr .enquiry-form textarea.form-control,
.beat-my-quote-cvr .enquiry-form textarea.form-control {
  min-height: 96px;
}

.beat-my-quote-cvr .enquiry-form .terms .form-label {
  margin-left: 21px !important;
}

/* beat-my-quote e */

/* video-reviews s */
.video-reviews-cvr {
  padding-bottom: 45px;
}

.video-reviews-box {
  border-radius: 5px;
  margin-bottom: 25px;
}

.video-reviews-box::before,
.video-reviews-box::after {
  content: '';
  position: absolute;
  width: 21px;
  height: 20px;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--white_color) transparent transparent var(--white_color);
  top: 10px;
  left: 10px;
  z-index: 1;
}

.video-reviews-box::after {
  border-color: transparent var(--white_color) var(--white_color) transparent;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
}

.video-reviews-box a::before,
.video-reviews-box a::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 100%;
  background-color: rgba(3, 27, 53, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
}

.video-reviews-box a::after {
  left: auto;
  right: 0;
}

.video-reviews-box span {
  font-size: 20px;
  line-height: 24px;
  padding: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* video-reviews e */

/* contact-us s */
.contact-us-cvr {
  padding-bottom: 70px;
}

/* contact-us e */

/* about-us s */
.about-us-cvr {
  padding: 25px 0;
}

.about-us-main {
  border-radius: 5px;
}

.about-us-content {
  padding: 42px 88px 18px 70px;
}

.about-us-content .heading-sec {
  margin-bottom: 40px;
}

.about-us-content .heading-sec h2 {
  font-size: 48px;
  margin-bottom: 33px;
}

.about-us-content .heading-sec p {
  font-size: 14px;
  line-height: 24px;
}

.about-us-info {
  border: 1px solid var(--primary_color);
  background-color: #e3e3e3;
  border-radius: 5px;
  margin-bottom: 37px;
  /* box-shadow: 5px 5px 0 0 var(--primary_color); */
  padding: 20px 21px 20px;
}

.about-us-info span {
  /* font-size: 16px; */
  /* line-height: 22px; */
  /* margin-bottom: 5px; */
}

.about-us-info p {
  font-size: 12px;
  line-height: 18px;
}

.about-us-info .media {
  margin-right: 30px;
}

.about-us-info:hover {
  /* box-shadow: 2px 2px 0 0 var(--primary_color); */
}

.about-us-media img {
  object-fit: cover;
}

/* about-us e */

/*  feedback-form s */

.testimonials-detail-main {
  padding-bottom: 70px;
  border-bottom: 2px solid rgba(3, 27, 53, 0.1);
}

.feedback-form>h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}

.feedback-form .rating ul li img {
  cursor: pointer;
}

.feedback-form .rating ul li:not(:nth-last-of-type(1)) {
  margin-right: 2px;
}

.rating ul li img:nth-of-type(2) {
  display: none;
}

.rating ul li.active img:nth-of-type(1) {
  display: none;
}

.rating ul li.active img:nth-of-type(2) {
  display: block;
}

.feedback-form .form-input .form-check-label {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}

.feedback-form .form-input textarea.form-control {
  height: 144px;
}

.feedback-form .form-input .form-control::placeholder {
  color: var(--secondary_color);
}

.feedback-form .form-input.review,
.feedback-form .form-input.star {
  margin-bottom: 30px;
}

/*  feedback-form e */

/* reviews-detail s */

.reviews-number-info>span {
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 22px;
}

.rating-numbers-info {
  margin-bottom: 22px;
}

.rating-numbers-info span {
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
  margin-right: 10px;
}

.total-reviews {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 25px;
}

.reviews-rating-banner span {
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 20px;
}

.reviews-rating-banner img {
  border-radius: 5px;
}

/* reviews-detail e */

/* client-reviews s */
.feedback-form>p {
  display: none;
  margin-bottom: 15px;
}

.client-reviews-cvr {
  padding-bottom: 70px;
}

.client-reviews-info {
  padding: 50px 0 47px;
  border-bottom: 2px solid rgba(3, 27, 53, 0.1);
}

.client-reviews-info .reviews-content {
  margin-top: 20px;
  flex: 1 0 0;
}

.client-reviews-info .reviews-media {
  width: 90px;
  height: 90px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  flex: 0 0 auto;
}

.client-reviews-info .name span {
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 15px;
}

.client-reviews-info .rating-title {
  margin-bottom: 30px;
}

.client-reviews-info .title p {
  line-height: 18px;
  margin-left: 14px;
}

.client-reviews-info .verified {
  line-height: 18px;
  margin-bottom: 25px;
}

.client-reviews-info .review-message p {
  margin-bottom: 16px;
}

.client-reviews-info .review-date {
  margin-bottom: 17px;
}

.client-reviews-info .review-date p {
  line-height: 18px;
  font-style: italic;
}

.client-reviews-info .reply .btn {
  line-height: 16px;
  color: var(--tertiary_color);
  padding: 0 0 1px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid;
}

.client-reviews-info .reply .btn:hover {
  color: var(--primary_color);
}

.client-reviews-info-cvr .client-reviews-info-cvr {
  margin-left: 50px;
}

.load-more {
  margin-top: 50px;
}

.load-more .btn {
  font-size: 18px;
  line-height: 18px;
  border-radius: 7px;
  padding: 11px 75px;
  background-color: var(--tertiary_color);
}

.load-more .btn:hover {
  background-color: var(--primary_color);
}

/* client-reviews e */

/* page-content s */
.page-content h1,
.page-content h2,
.page-content h3 {
  font-weight: 700;
  color: var(--primary_color);
  margin: 25px 0;
  text-transform: capitalize;
}

.page-content h1 {
  font-size: 36px;
  line-height: 45px;
}

.page-content h2 {
  font-size: 30px;
  line-height: 40px;
}

.page-content h3 {
  font-size: 28px;
  line-height: 35px;
}

.page-content h4,
.page-content h5,
.page-content h6 {
  font-weight: 400;
  color: var(--secondary_color);
  margin: 20px 0;
  text-transform: capitalize;
}

.page-content h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.page-content h5 {
  font-size: 20px;
  line-height: 25px;
}

.page-content h6 {
  font-size: 18px;
  line-height: 22px;
}

.page-content p {
  font-size: 16px;
  font-weight: 400;
  /* color: var(--primary_color); */
  color: #000000;
  line-height: 25px;
  margin: 15px 0;
}

.page-content a {
  color: var(--secondary_color);
  /* text-decoration: underline; */
}

.page-content a:hover {
  color: #838383;
}

.page-content blockquote {
  text-align: center;
  max-width: 80%;
  margin: 25px auto;
  padding: 20px 30px;
  border-radius: 10px;
  border-right: 10px solid var(--secondary_color);
  border-left: 10px solid var(--secondary_color);
  font-style: italic;
}

.page-content ul,
.page-content ol {
  padding: 15px 17px;
}

.page-content ul ul,
.page-content ol ol {
  padding: 15px;
  margin: 15px;
}

.page-content ul {
  list-style-type: none;
}

.page-content ol {
  list-style-type: decimal;
}

.page-content ul li,
.page-content ol li {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary_color);
  line-height: 25px;
  margin-bottom: 5px;
  padding-left: 17px;
  position: relative;
}

.page-content ul li::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--secondary_color);
  border-radius: 50%;
  top: 7px;
  left: -15px;
}

/* page-content e */

/* thank-you page s */
.thank-you-cvr {
  padding: 39px 0;
}

.error-main,
.thank-you-main {
  max-width: 648px;
  border-radius: 20px;
  border: 12px solid var(--secondary_color);
}

.thank-you-main .body {
  padding: 30px 48px 38px;
}

.error-main .body {
  padding: 45px 99px 38px;
}

.thank-you-main span {
  font-size: 100px;
  font-weight: 900;
  line-height: 90px;
  padding: 15px;
}

.error-main p,
.thank-you-main p {
  line-height: 25px;
  margin-bottom: 26px;
}

.error-main a,
.thank-you-main a {
  font-size: 18px;
  line-height: 18px;
  padding: 15px 133px;
  background-color: var(--tertiary_color);
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}

.error-main a:hover,
.thank-you-main a:hover {
  color: var(--white_color);
  background-color: var(--primary_color) !important;
}

/* thank-you page e */

/* 404 page s */
.error-page-cvr {
  padding: 36px 0 42px;
}

/* 404 page e */

/* form-validation s */

.form-control.error::placeholder {
  color: red !important;
  opacity: 0.5;
}

.form-control.error,
.form-check-input.error {
  border-color: red !important;
  color: red !important;
}

label.error {
  display: none !important;
}

/* form-validation e*/

/* customise-datepicker s*/
.ui-datepicker {
  color: var(--primary_color);
}

.ui-datepicker-title {
  color: var(--white_color);
}

.ui-widget-header {
  border: 1px solid var(--secondary_color);
  background: var(--secondary_color);
  color: var(--white_color);
  border-radius: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: var(--secondary_color);
  color: var(--white_color);
  text-align: center;
  width: 35.5px;
  border-radius: 5px;
}

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.ui-datepicker td a:hover {
  background-color: var(--tertiary_color);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: 1;
}

.ui-state-disabled .ui-state-default {
  background-color: var(--gray_color);
  color: var(--primary_color);
}

.ui-state-default.ui-state-active {
  background-color: var(--tertiary_color);
  color: var(--white_color);
}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 3px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-color: var(--white_color);
}

/* customise-datepicker e*/


/* Cookie policy section at footer CSS */

.cookie-policy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.cookie-policy .policy-text {
  background-color: var(--primary_color);
  border: 1px solid var(--primary_color);
  padding: 19px 44px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-policy .policy-text p {
  flex: 0 0 94%;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}

.cookie-policy .policy-text a {
  color: var(--tertiary_color);
  font-weight: 600;
}

.cookie-policy .policy-text a#msg-close {
  flex: 0 0 6%;
  font-weight: 400;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #ffffff;
  color: var(--primary_color);
  border-color: var(--primary_color);
}

/* Cookies Police Ends here  */





/* Promo Section */
.promo-section {
  min-height: 400px;
  background: linear-gradient(135deg, var(--primary_color) 0%, var(--secondary_color) 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.promo-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/bg3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
}

/* .promo-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(3, 27, 53, 0.95) 0%, rgba(3, 27, 53, 0.8) 35%, rgba(3, 27, 53, 0.3) 65%, transparent 100%);
  z-index: 1;
} */

.promo-content {
  position: relative;
  z-index: 2;
}

.promo-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--tertiary_color);
  font-family: var(--secondary_font);
  line-height: 1.1;
}

.promo-subtitle {
  font-size: 36px;
  font-weight: 700;
  color: var(--white_color);
  margin-bottom: 25px;
  line-height: 1.1;
}

.promo-description {
  font-size: 16px;
  color: var(--white_color);
  margin-bottom: 35px;
  line-height: 1.6;
  max-width: 450px;
}

/* .mosque-overlay {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 200px;
  color: rgba(224, 193, 65, 0.1);
  z-index: 1;
} */

.cta-button {
  font-weight: 700;
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 35px;
  background-color: var(--secondary_color);
  border: 2px solid var(--secondary_color);
  color: var(--white_color);
  /* transform: translateY(-2px); */
  /* box-shadow: 0 6px 20px rgba(224, 193, 65, 0.4); */
  box-shadow: 0;
  text-decoration: none;
}

.cta-button:hover {

  background-color: var(--primary_color);
  color: var(--white_color);
  border: 2px solid var(--primary_color);
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 15px rgba(224, 193, 65, 0.3); */
}


/* Travel Services Section */
.travel-services-section {
  background-color: var(--gray_color);
  padding: 80px 0;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--primary_color);
  margin-bottom: 20px;
  font-family: var(--secondary_font);
  line-height: 1;
}

.section-description {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.hero-image {
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  /* color: var(--primary_color); */
  font-weight: 600;
}

.service-item i {
  color: #000;
  margin-right: 12px;
  font-size: 18px;
  width: 20px;
}

.stats-section {
  margin-top: 50px;
  /* margin-bottom: 30px; */
}

.stat-item {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px;
  background: var(--white_color);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stat-number {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary_color);
  margin-bottom: 8px;
  position: relative;
  font-family: var(--secondary_font);
}

.stat-number::after {
  content: '+';
  color: var(--secondary_color);
  font-size: 24px;
  position: absolute;
  top: 0;
  margin-left: 5px;
}

.stat-label {
  font-size: 14px;
  color: var(--secondary_color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-info-custom {
  background-color: var(--secondary_color);
  border: none;
  color: var(--white_color);
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 15px rgba(230, 173, 16, 0.3); */
}

.btn-info-custom:hover {
  background-color: var(--primary_color);
  color: var(--white_color);
  /* transform: translateY(-2px); */
  /* box-shadow: 0 6px 20px rgba(5, 72, 69, 0.4); */
}


@media (max-width: 768px) {
  .promo-title {
    font-size: 36px;
  }

  .promo-subtitle {
    font-size: 32px;
  }

  .section-title {
    font-size: 32px;
  }

  .hero-image {
    height: 250px;
    margin-bottom: 25px;
  }

  .stat-number {
    font-size: 28px;
  }

}

@media (max-width: 576px) {
  .promo-title {
    font-size: 28px;
  }

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