body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 1.1rem;
  font-weight: 300;
}

.theme-btn, .hero-section .hero-content .hero-btn {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  width: 180px;
  overflow: hidden;
  padding: 5.5px 12.5px;
  position: relative;
  align-items: center;
  border-radius: 25px;
  letter-spacing: 0.5px;
  text-decoration: none;
  background: #177E8F;
  border: 2px solid #177E8F;
  justify-content: space-between;
}
.theme-btn i, .hero-section .hero-content .hero-btn i {
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.theme-btn span, .hero-section .hero-content .hero-btn span {
  line-height: 1;
  padding-top: 0;
}
.theme-btn.secondary-btn, .hero-section .hero-content .secondary-btn.hero-btn {
  background: white;
  color: #177E8F;
  border: 2px solid #177E8F;
}

.section-head {
  z-index: 2;
  position: relative;
}
.section-head .title {
  color: #177E8F;
  font-size: 3rem;
  line-height: 1.2;
  font-family: "Gloock", serif;
}
.section-head .subtitle {
  color: #ababab;
  font-size: 12.5px;
  font-weight: 500;
  display: block;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.section-head .description {
  color: #177E8F;
  font-size: 16px;
  font-weight: 500;
}

.slider-nav-wrap {
  position: absolute;
  top: 52%;
  left: 2%;
  right: 2%;
  z-index: 10;
  pointer-events: none;
}
.slider-nav-wrap .slick-nav {
  color: #177E8F;
  font-size: 2.2rem;
  line-height: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  pointer-events: all;
}
.slider-nav-wrap .slick-nav.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.slider-nav-wrap .slick-nav.slick-disabled:hover {
  background: #177E8F;
}

.site-header {
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 999;
  position: fixed;
  border-bottom: 0px;
  background: rgba(0, 0, 0, 0.25);
}
.site-header .main-header {
  padding: 5px 15px 2px;
}
.site-header .main-header .brand-logo {
  display: inline-block;
}
.site-header .main-header .brand-logo img {
  height: 80px;
  width: auto;
}
.site-header .main-header .menu-col {
  display: flex !important;
  justify-content: center;
}
.site-header .main-header .menu-col .main-navigation {
  width: 100%;
  margin: 0;
}
.site-header .main-header .menu-col .main-navigation .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .main-header .menu-col .main-navigation .main-menu li {
  padding: 0 15px;
  border-right: 1.5px solid #fff;
}
.site-header .main-header .menu-col .main-navigation .main-menu li a {
  color: white;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
}
.site-header .main-header .menu-col .main-navigation .main-menu li:last-child {
  border-right: none;
}
.site-header .main-header .action-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}
.site-header .main-header .action-menu .top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .main-header .action-menu .call-link {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.65px;
  text-decoration: none;
  padding-right: 10px;
}
.site-header .main-header .action-menu .language-flags {
  gap: 8px;
  display: flex;
  padding-left: 12px;
  align-items: center;
  border-left: 2px solid rgb(229, 229, 229);
}
.site-header .main-header .action-menu .language-flags img {
  width: 26px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header .main-header .action-menu .theme-btn, .site-header .main-header .action-menu .hero-section .hero-content .hero-btn, .hero-section .hero-content .site-header .main-header .action-menu .hero-btn {
  padding: 7px 12px;
  gap: 10px;
  margin-bottom: 8px;
}
.site-header .main-header .action-menu .theme-btn i, .site-header .main-header .action-menu .hero-section .hero-content .hero-btn i, .hero-section .hero-content .site-header .main-header .action-menu .hero-btn i {
  display: flex;
}
.site-header .main-header .action-menu .menu-toggle {
  color: white;
  font-size: 32px;
  text-decoration: none;
  cursor: pointer;
  display: none;
  align-items: center;
}
.site-header .main-header .action-menu .menu-toggle:hover {
  color: #177E8F;
}
@media (max-width: 991px) {
  .site-header .main-header .action-menu .menu-toggle {
    display: flex;
  }
}

.site-footer {
  position: relative;
}
.site-footer .footer-image-section {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.site-footer .footer-image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.site-footer .footer-content-section {
  background: linear-gradient(to top, #177E8F 0%, #177E8F 75%, transparent 100%);
  padding: 80px 0 0;
  margin-top: -140px;
  position: relative;
  z-index: 2;
}
.site-footer .footer-content {
  padding-top: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer .footer-column {
  margin-bottom: 20px;
}
.site-footer .footer-column .footer-logo {
  margin-bottom: 20px;
}
.site-footer .footer-column .footer-logo img {
  max-width: 180px;
  height: auto;
}
.site-footer .footer-column .footer-description {
  font-size: 14px;
  line-height: 1.8;
  color: white;
  margin-bottom: 30px;
  padding-right: 170px;
}
.site-footer .footer-column .footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #F4C430;
  font-family: "Gloock", serif;
}
.site-footer .footer-column .footer-links {
  list-style: none;
  padding: 0;
}
.site-footer .footer-column .footer-links li {
  margin-bottom: 5px;
}
.site-footer .footer-column .footer-links li a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}
.site-footer .footer-column .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-column .footer-contact .contact-item {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.site-footer .footer-column .footer-contact .contact-item i {
  font-size: 16px;
  color: transparent;
  margin-top: 2px;
  flex-shrink: 0;
  -webkit-text-stroke: 1px #F4C430;
  paint-order: stroke fill;
}
.site-footer .footer-column .footer-contact .contact-item span, .site-footer .footer-column .footer-contact .contact-item a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer .footer-column .footer-contact .contact-item:nth-child(2) a {
  margin-top: -8px;
  font-size: 28px;
  font-weight: 600;
  font-family: "Gloock", serif;
}
.site-footer .footer-bottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-bottom .copyright {
  font-weight: 400;
}
.site-footer .footer-bottom .credits {
  font-weight: 400;
}

.package-card {
  height: 470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 0px;
  border-radius: 15px;
  border: 1px solid #e8e8e8;
}
.package-card .card-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.package-card .card-image img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-card .card-image .card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: white;
}
.package-card .card-image .card-info .duration {
  color: #177E8F;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.package-card .card-image .card-info .destination-title {
  color: #177E8F;
  font-size: 20px;
  margin-bottom: 30px;
  font-family: "Gloock", serif;
}
.package-card .card-image .card-info .price-book {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-card .card-image .card-info .price-book .price {
  color: #177E8F;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.25px;
  font-family: "Gloock", serif;
}
.package-card .card-image .card-info .price-book .price:before {
  content: "$";
  font-size: 20px;
  margin-right: 5px;
}
.package-card .card-image .card-info .theme-btn, .package-card .card-image .card-info .hero-section .hero-content .hero-btn, .hero-section .hero-content .package-card .card-image .card-info .hero-btn {
  padding: 2.5px 12px;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 120vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: -80px;
}
.hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-section .hero-bg .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .hero-bg .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  z-index: 2;
}
.hero-section .container {
  position: relative;
  z-index: 3;
  padding-top: 0;
}
.hero-section .hero-content {
  margin-bottom: 50px;
}
.hero-section .hero-content .hero-title {
  color: white;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Gloock", serif;
}
.hero-section .hero-content .hero-description {
  color: white;
  max-width: 650px;
  font-size: 1.12rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.hero-section .hero-content .hero-btn {
  width: 200px;
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.hero-section .hero-gallery {
  display: flex;
  gap: 15px;
}
.hero-section .hero-gallery .gallery-item {
  width: 175px;
  height: 100px;
  overflow: hidden;
  border-radius: 4px;
  border: 3px solid white;
}
.hero-section .hero-gallery .gallery-item img {
  width: 100%;
  height: 100%;
}
.hero-section .scroll-indicator {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 3;
}
.hero-section .scroll-indicator .mouse-scroll .mouse {
  width: 26px;
  height: 42px;
  border: 2px solid white;
  border-radius: 15px;
  position: relative;
}
.hero-section .scroll-indicator .mouse-scroll .mouse .wheel {
  width: 4px;
  height: 8px;
  background: white;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.company-section {
  padding: 0px;
  overflow: hidden;
  position: relative;
  background: white;
}
.company-section .intro-anim-col {
  width: 45%;
  top: 0;
  left: 0;
  position: absolute;
}
.company-section .image-col {
  position: relative;
  display: flex;
  align-items: center;
}
.company-section .image-col .people-image {
  width: 100%;
  height: auto;
  max-width: 700px;
  z-index: 1;
  margin-top: 115px;
  position: relative;
}
.company-section .image-col .circle-bg {
  width: 460px;
  height: 460px;
  position: absolute;
  top: 58%;
  left: 52%;
  transform: translate(-50%, -50%);
  background: #FEF7E5;
  border-radius: 50%;
}
.company-section .image-col .plain-deco {
  width: 70px;
  top: 12%;
  right: 8%;
  z-index: 1;
  position: absolute;
}
.company-section .image-col .line-deco {
  width: 72%;
  top: 0%;
  left: 0;
  z-index: 1;
  position: absolute;
}
.company-section .image-col .compass-deco {
  width: 120px;
  top: 80px;
  z-index: 1;
  right: 20%;
  position: absolute;
}
.company-section .image-col .shell-deco {
  width: 92px;
  top: 5%;
  left: 38px;
  z-index: 1;
  position: absolute;
}
.company-section .content-col {
  padding: 100px 15px;
  position: relative;
}
.company-section .content-col .title {
  margin-bottom: 20px;
}
.company-section .content-col .description {
  margin-bottom: 58px;
}
.company-section .content-col .stats-row {
  display: flex;
  gap: 60px;
  margin-bottom: 45px;
}
.company-section .content-col .stats-row .stat-item .stat-number {
  color: #177E8F;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 0;
  font-family: "Gloock", serif;
}
.company-section .content-col .stats-row .stat-item .stat-label {
  color: #177E8F;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.company-section .theme-btn, .company-section .hero-section .hero-content .hero-btn, .hero-section .hero-content .company-section .hero-btn {
  width: 200px;
}

.global-destination-section {
  position: relative;
  padding: 100px 15px 0px;
}
.global-destination-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background-color: #FCEFCF;
  z-index: 0;
}
.global-destination-section .container-max {
  padding-bottom: 120px;
}
.global-destination-section .section-head {
  margin-bottom: 50px;
}
.global-destination-section .deco-map {
  top: 0%;
  left: -15px;
  width: 375px;
  position: absolute;
  animation: float 3s ease-in-out infinite;
}
.global-destination-section .deco-photos {
  width: 200px;
  top: -15%;
  right: 10%;
  opacity: 1;
  z-index: 2;
  position: absolute;
}
.global-destination-section .deco-starfish {
  position: absolute;
  bottom: 0%;
  right: 1%;
  width: 100px;
}
.global-destination-section .deco-shoes {
  position: absolute;
  bottom: 0%;
  left: 2%;
  width: 100px;
}
.global-destination-section .section-header {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.global-destination-section .section-header .subtitle {
  padding-top: 50px;
}
.global-destination-section .slider-nav-wrap {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
  transform: translateY(-50%);
}
.global-destination-section .slider-nav-wrap .slick-nav.global-prev {
  left: 20px;
}
.global-destination-section .slider-nav-wrap .slick-nav.global-next {
  right: 20px;
}
.global-destination-section .global-carousel {
  position: relative;
}
.global-destination-section .global-carousel .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.global-destination-section .global-carousel .slick-list {
  overflow: hidden;
}
.global-destination-section .global-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.global-destination-section .flip-card {
  width: 100%;
  height: 480px;
  cursor: pointer;
}
.global-destination-section .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.global-destination-section .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.global-destination-section .flip-card .flip-card-front,
.global-destination-section .flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.global-destination-section .flip-card .flip-card-front img {
  width: 100%;
  height: 100%;
}
.global-destination-section .flip-card .flip-card-front .front-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  padding: 10px 20px;
  z-index: 1;
}
.global-destination-section .flip-card .flip-card-front .front-overlay .destination-name {
  font-size: 28px;
  color: #f1af0c;
  margin-bottom: 8px;
  font-family: "Gloock", serif;
}
.global-destination-section .flip-card .flip-card-front .front-overlay .places-count {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  display: inline-flex;
  gap: 4px;
}
.global-destination-section .flip-card .flip-card-back {
  background: #177E8F;
  transform: rotateY(180deg);
  display: flex;
  top: 0;
  left: 0;
}
.global-destination-section .flip-card .flip-card-back .card-content {
  padding: 30px 20px;
  color: white;
  text-align: left;
  width: 100%;
  z-index: 2;
}
.global-destination-section .flip-card .flip-card-back .card-content .destination-name {
  font-size: 36px;
  color: #f1af0c;
  margin-bottom: 0px;
  font-family: "Gloock", serif;
}
.global-destination-section .flip-card .flip-card-back .card-content .places-count {
  color: white;
  gap: 8px;
  font-size: 14px;
  align-items: center;
  margin-bottom: 5px;
}
.global-destination-section .flip-card .flip-card-back .card-content .destination-description {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin: 20px 0 0;
}

.local-destination-section {
  padding: 120px 0px 50px;
  position: relative;
}
.local-destination-section .section-head {
  margin-bottom: 58px;
}
.local-destination-section .static-card {
  top: 75px;
  right: 0;
  width: 575px;
  position: absolute;
}
.local-destination-section .static-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.local-destination-section .destination-row {
  margin-bottom: 30px;
}

.medical-section {
  padding: 50px 150px;
}
.medical-section .medical-card {
  background: #FCEFCF;
  border: 3px solid #177E8F;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.medical-section .content-col {
  padding-top: 50px;
  padding-left: 60px;
}
.medical-section .content-col .title {
  margin-bottom: 20px;
}
.medical-section .content-col .description {
  color: #177E8F;
  margin-bottom: 45px;
  padding-right: 20px;
}
.medical-section .content-col .features-row {
  display: flex;
  gap: 50px;
  margin-bottom: 45px;
}
.medical-section .content-col .features-row .feature-item {
  text-align: center;
}
.medical-section .content-col .features-row .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.medical-section .content-col .features-row .feature-item .feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.medical-section .content-col .features-row .feature-item .feature-label {
  color: #177E8F;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
.medical-section .image-col {
  height: 560px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.medical-section .image-col .doctor-image {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.discover-section {
  padding: 70px 0px;
  position: relative;
}
.discover-section .section-header {
  margin-bottom: 50px;
}
.discover-section .slider-nav-wrap .slick-nav.discover-prev {
  left: 20px;
}
.discover-section .slider-nav-wrap .slick-nav.discover-next {
  right: 20px;
}
.discover-section .discover-carousel {
  position: relative;
  overflow: hidden;
}
.discover-section .discover-carousel .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.discover-section .discover-carousel .slick-list {
  margin: 0 -15px;
  overflow: hidden;
}
.discover-section .discover-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.discover-section .destination-card {
  height: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgb(220, 220, 220);
}
.discover-section .destination-card .card-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.discover-section .destination-card .card-image img {
  width: 100%;
  height: 65%;
  -o-object-fit: cover;
     object-fit: cover;
}
.discover-section .destination-card .card-image .card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.discover-section .destination-card .card-image .card-info .duration {
  color: #177E8F;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.discover-section .destination-card .card-image .card-info .destination-title {
  color: #177E8F;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Gloock", serif;
}
.discover-section .destination-card .card-image .card-info .price-book {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discover-section .destination-card .card-image .card-info .price-book .price {
  color: #177E8F;
  font-size: 34px;
  font-weight: 700;
  font-family: "Gloock", serif;
}
.discover-section .destination-card .card-image .card-info .price-book .price:before {
  content: "$";
  font-size: 20px;
}
.discover-section .destination-card .card-image .card-info .price-book .secondary-btn {
  gap: 70px;
}

.umrah-section {
  margin-top: 20px;
  padding: 0px;
  padding-bottom: 100px;
}
.umrah-section .bg-wrapper {
  background-image: url("../../public/images/sample/umraBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 650px;
  width: 100%;
  position: relative;
}
.umrah-section .container {
  position: relative;
  margin-top: -300px;
  z-index: 2;
}
.umrah-section .umrah-card {
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(42, 130, 146, 0.95);
  padding: 50px 0px;
  text-align: center;
}
.umrah-section .umrah-card .subtitle {
  color: #f1af0c;
}
.umrah-section .umrah-card .title {
  color: white;
  margin-bottom: 30px;
}
.umrah-section .umrah-card .description {
  color: white;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.umrah-section .umrah-card .theme-btn, .umrah-section .umrah-card .hero-section .hero-content .hero-btn, .hero-section .hero-content .umrah-section .umrah-card .hero-btn {
  background: white;
  color: #177E8F;
  padding: 6px 15px;
  gap: 80px;
}
.umrah-section .umrah-card .umra-deco {
  position: absolute;
  top: 29%;
  left: 2%;
  transform: translateY(-50%);
  width: 160px;
  z-index: 1;
  opacity: 1.5;
}
.umrah-section .umrah-card .mosque-deco {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 320px;
  z-index: 1;
  opacity: 1;
}

.news-section {
  padding: 50px 0px;
}
.news-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.news-section .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.news-section .featured-post {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.news-section .featured-post .post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news-section .featured-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.news-section .featured-post .post-content {
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news-section .featured-post .post-content .post-meta {
  display: flex;
  margin-bottom: 10px;
  font-size: 13px;
}
.news-section .featured-post .post-content .post-meta .meta-item {
  padding-right: 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 2px solid rgb(169, 169, 169);
}
.news-section .featured-post .post-content .post-meta .meta-item:last-child {
  margin-left: 10px;
  border-right: none;
}
.news-section .featured-post .post-content .post-title {
  color: white;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Gloock", serif;
}
.news-section .featured-post .post-content .post-discription {
  color: white;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  opacity: 0.9;
}
.news-section .featured-post .post-content .theme-btn, .news-section .featured-post .post-content .hero-section .hero-content .hero-btn, .hero-section .hero-content .news-section .featured-post .post-content .hero-btn {
  background: white;
  color: #177E8F;
  padding: 6px 15px;
  gap: 80px;
  width: -moz-fit-content;
  width: fit-content;
}
.news-section .small-posts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.news-section .small-post {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 25px;
  align-items: center;
}
.news-section .small-post .post-image-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-section .small-post .post-image-wrapper .post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-section .small-post .post-content .post-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
  font-size: 12px;
}
.news-section .small-post .post-content .post-meta .meta-item {
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-section .small-post .post-content .post-title {
  color: #177E8F;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: "Gloock", serif;
}
.news-section .small-post .post-content .post-discription {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.news-section .small-post .post-content .theme-btn, .news-section .small-post .post-content .hero-section .hero-content .hero-btn, .hero-section .hero-content .news-section .small-post .post-content .hero-btn {
  background: white;
  color: #177E8F;
  padding: 2px 10px;
  gap: 30px;
}

.feedback-section {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}
.feedback-section .feedback-carousel-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0 40px;
}
.feedback-section .feedback-carousel {
  position: relative;
}
.feedback-section .feedback-carousel .slick-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.feedback-section .feedback-carousel .slick-list {
  overflow: hidden;
}
.feedback-section .feedback-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.feedback-section .feedback-card {
  border-radius: 15px;
  padding: 30px;
  border: 2px solid rgb(220, 220, 220);
  width: 340px !important;
  height: 240px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feedback-section .feedback-card .star-rating {
  margin-bottom: 18px;
  flex-shrink: 0;
}
.feedback-section .feedback-card .star-rating i {
  color: #FFD700;
  font-size: 16px;
  margin-right: 3px;
}
.feedback-section .feedback-card .feedback-text {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-section .feedback-card .client-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.feedback-section .feedback-card .client-info .client-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.feedback-section .feedback-card .client-info .client-details {
  overflow: hidden;
}
.feedback-section .feedback-card .client-info .client-details .client-name {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-section .feedback-card .client-info .client-details .client-role {
  font-size: 13px;
  color: #666;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feedback-section .feedback-card:hover {
  border: 2px solid #177E8F;
}
.feedback-section .feedback-card:hover .star-rating i {
  color: #177E8F;
}
.feedback-section .feedback-card:hover .client-name {
  color: #177E8F;
}
