* {
  margin: 0;
  padding: 0;
}
:root {
    --emerald-50: #ecfdf5;
    --emerald-100: #d1fae5;
    --primary-color: #304e5f;
    --graish-color: #b3b3b3;
    --emerald-50: #ecfdf5;
    --emerald-100: #d1fae5;
    --emerald-600: var(--primary-color);
    --emerald-700: #047857;
}
body {
  font-family: "Open Sauce One", sans-serif;
}
header {
  width: 100vw;
  background-color: white;
  height: 90px;
  position: fixed;
  z-index: 999999999;
}
header .container {
  display: flex;
  height: 90px;

  align-items: center;
  justify-content: space-between;
}

.language-selector {
  background: transparent;
  border: none;
  color: var(--primary-color);
  outline: none;
}
/*Styling logo*/
.logo {
  width: 130px;

  margin-top: 50px;
  background: white;
  padding: 10px;
}
.logo img {
  max-width: 100%;
}

/*Styling Links*/
.nav-links {
  display: flex;
  list-style: none;

  float: left;
  align-items: center;
  text-transform: capitalize;
}
.nav-links li {
  padding: 0px 25px;
}

.nav-links li a {
  text-decoration: none;
  font-size: 16px;
  color: black;
  font-weight: 400;
  position: relative;
}

.nav-links li a:hover,
.nav-links li a.active {
  font-weight: 700;
  color: var(--primary-color);
}

/*Styling Buttons*/

/*Styling Hamburger Icon*/
.hamburger div {
  width: 25px;
  height: 3px;
  background: white;
  margin: 5px;
  transition: all 0.3s ease;
}
.hamburger {
  display: none;
}

.custom-btn {
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 50px;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);

  box-shadow: none;
  outline: none;
}

.nav-links li .custom-btn {
  display: block;
  padding: 12px 25px;
  padding-bottom: 11px;
  font-weight: 700;
  color: white;
}
.custom-btn:hover {
  color: var(--primary-color) !important;
  background: white;
}

/* footer css here   */
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  position: relative;

  background-color: var(--primary-color);
  margin-top: 380px;
  padding-top: 265px;
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 15px;
  -webkit-filter: contrast(0) brightness(10000000);
  filter: contrast(0) brightness(10000000);
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #dedede;
  line-height: 24px;
  font-weight: 300;
}
.footer-social-icon span {
  color: white;
  display: block;
  font-size: 20px;
  font-weight: 700;

  margin-bottom: 10px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--primary-color);
}
.footer-widget ul:not(.portfolio-item) li {
  display: block;

  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul:not(.portfolio-item) li a:hover {
  font-weight: 700;
}
.footer-widget ul:not(.portfolio-item) li a {
  color: #dedede;

  text-transform: capitalize;
  text-decoration: none;
  font-weight: 300;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: white;
  border: 1px solid var(--primary-color);
  color: #000;
  outline: none;
  padding-right: 72px;
}
.subscribe-form button {
  position: absolute;
  right: 0;

  padding: 15px 20px;
  border: 1px solid var(--primary-color);
  top: 0;
}
.subscribe-form button i {
  color: var(--primary-color);
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: black;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: white;
}
.copyright-text p a {
  color: var(--primary-color);
  text-decoration: none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: var(--primary-color);
}
.footer-menu li a {
  font-size: 14px;
  color: white;
  text-decoration: none;
}
/* footer css end  */

/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding-top: 25px;
  padding-bottom: 20px;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}

.controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recent-work .controls .custom-btn,
.pkgs-listing .controls .custom-btn {
  margin: 0;
  border-radius: 100px;
  margin: 10px;
  padding: 5px 15px;
  font-size: 14px;
  color: white;
}

.mixitup-control-active,
.pkgs-listing .controls .custom-btn.active {
  background: white;
  color: var(--primary-color) !important;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  /* padding-top: 30px; */
  list-style: none;
}
.pd {
  position: relative;
  cursor: pointer;
}
.pd img {
  width: 100%;
  height: 300px;
  transition: all 0.5s;
  object-fit: cover;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);

  background: rgba(0, 0, 0, 0.7);
  /* width: 100%; */
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  /* border-top: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color); */
  border-top: 1px solid white;
  border-right: 1px solid white;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  /* border-bottom: 1px solid var(--primary-color);
  border-left: 1px solid var(--primary-color); */
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  /* margin-top: 70px; */
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: var(--primary-color);
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #fff;
}
.portfolio-overlay .magnify-icon:hover {
  background: var(--graish-color);
  color: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  /* color: #000; */
  line-height: 40px;
  cursor: pointer;
}
.fancybox-thumbs > ul > li:before {
  border-color: var(--primary-color);
}
.fancybox-container,
.fancybox-inner,
.fancybox-toolbar,
.fancybox-arrow {
  z-index: 9999999999999999999999999999;
}
/* newww page css here  */
.main-banner {
  width: 100%;
  height: 1000px;
  background-image: url("https://images.pexels.com/photos/26436656/pexels-photo-26436656.jpeg?_gl=1*1kfuqrd*_ga*MTcyNjI2NzIxMS4xNzM5MDI1ODk1*_ga_8JE65Q40S6*czE3NTAxNzY4NDEkbzMkZzEkdDE3NTAxNzY4NjckajM0JGwwJGgw");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 150px;

  color: white;
}
.main-banner::before {
  content: "";
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}

.main-banner .container {
  position: relative;
  z-index: 5;
}
.main-banner h1 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 58px;
  margin-bottom: 45px;
}
.main-banner .custom-btn {
  padding: 12px 25px;
  padding-bottom: 11px;
  color: white;
  background-color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}
.main-banner .custom-btn:hover {
  color: var(--primary-color) !important;
  background-color: white;
}
.main-banner img {
  border: 10px solid white;
  border-radius: 20px;
}
.main-banner .col-lg-7 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.corner-img {
  position: absolute;
  bottom: -110px;
  left: -100px;
  width: 250px;
}
.corner-img img {
  width: 100%;
  border: 10px solid white;
  border-radius: 20px;
}

.airline-list {
  padding: 80px 0px;
}
.airline-list .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.airline-list .col img {
  width: 80%;
}

.general-heading {
  font-size: 50px;
  font-weight: 700;
}
.general-heading strong {
  color: var(--primary-color);
}
.general-heading span {
  font-weight: 500;
  display: block;
  font-size: 18px;
}
section.pkgs-listing .general-heading {
  text-align: center;
  margin-bottom: 30px;
}
.tab-pkg {
  display: none;
}
#hajj {
  display: block;
}
.pkgs-listing .controls {
  margin-bottom: 20px;
}

section.pkgs-listing .general-heading span {
  margin-top: 20px;
}
section.pkgs-listing .card img {
  height: 230px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
section.pkgs-listing .card small {
  color: orange;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
section.pkgs-listing .card h4 {
  font-weight: 700;
  margin-bottom: 7px;
  color: var(--primary-color);
}
section.pkgs-listing .card .per-person {
  color: #0082ff;
  margin-bottom: 5px;
  font-size: 16px;
}
section.pkgs-listing .card .per-person span {
  font-size: 11px;
  color: #000;
}
section.pkgs-listing .card p {
  font-size: 14px;
}
section.pkgs-listing .card .custom-btn {
  font-size: 12px;
  padding: 8px 14px;
  color: white;
  text-decoration: none;
}

.bis-786 {
  max-width: 1150px;
  margin: 80px auto;
  margin-bottom: 150px;
}
.left-img {
  width: 85%;
}
.bism-img {
  display: block;
  margin: 0 auto;
  width: 350px;
}
.bis-786 .general-heading {
  margin-top: 20px;
  font-weight: 800;
}
.bis-786 .general-heading span {
  margin-top: 30px;
}
.bis-786 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bis-786 ul li {
  display: flex;
  width: 50%;
  position: relative;
  float: left;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  align-items: center;
}
.bis-786 ul li img {
  width: 50px;
  margin-right: 10px;
}

.make-all-cen {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: center;
}

.testi-sec {
  background-size: cover;
  background-image: url("../images/bg.jpg");
  background-position: center;
  margin: 120px 0px;
  padding: 100px 0px;
}
.testi-sec .card.rounded-4 {
  margin-top: 25px;
}
.testi-sec .card-body {
  padding: 40px;
}
.testi-sec .card-body p {
  font-size: 17px;
  font-weight: 500;
  width: 91%;
  margin-bottom: 20px;
}
.client-sec {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-item .client-sec img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
.owl-carousel .owl-item .client-sec div img {
  width: 109px;
  height: auto;
  margin-right: 0;
  border-radius: 0;
}
.client-sec div .general-heading {
  font-size: 20px;
  color: black;
  margin-top: 8px;
}
.client-sec div .general-heading span {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  color: var(--primary-color);
}
.testi-sec .owl-nav {
  margin-top: 32px;
  text-align: center;
}
.testi-sec .owl-carousel .owl-nav button {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: white;
  align-items: center;
  justify-content: center;
  margin: 8px;
}
.testi-sec .owl-carousel .owl-nav button:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: white;
}

.pkgs-listing.with-news .general-heading {
  text-align: left;
  margin-bottom: 40px;
}
.pkgs-listing.with-news .card img {
  height: 275px;
  margin-bottom: 6px;
}
.pkgs-listing.with-news .card h4 {
  font-size: 28px;
  font-weight: 600;
  max-width: 80%;
  line-height: 1.4;
}
.pkgs-listing.with-news .general-heading a {
  font-size: 13px;
  color: var(--primary-color);
  float: right;
  margin-top: 22px;
  font-weight: 500;
}
.pkgs-listing.with-news .card h4 {
  font-size: 20px;
}
.contact-sec h4 {
  font-size: 22px;
}
.contact-sec p,
.contact-sec .primary-box {
  font-size: 14px;
}
.contact-sec,
section.pkgs-listing.with-news {
  margin-bottom: 120px;
}

.contact-per {
  display: flex;
  min-height: 505px;
  flex-direction: row;
  width: 100%;
  background-image: url(https://fv.templateorbit.com/manaska/wp-content/uploads/sites/174/2025/05/arabian-sa45.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px 20px 20px 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.upper-round {
  width: 30%;
  min-height: 50px;
  border-radius: 0px 25px 0px 0px;
  box-shadow: 40px 0px 0px 0px #ffffff;
}
.white-con-text {
  width: 70%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 10px 10px;
  row-gap: 10px;
  column-gap: 10px;
  border-style: none;
  border-style: none;
  border-radius: 0px 0px 0px 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 0px;
}
.white-con-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #333333;
}
.white-con-text a {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
}

.bottom-reound {
  min-height: 82px;
  border-radius: 0px 25px 0px 0px;
  box-shadow: 50px 0px 0px 0px #ffffff;
  width: 100%;
  margin-top: -208px;
}

.contact-sec h4 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 12px;
}
.contact-sec p {
  font-size: 15px;
  font-weight: 400;
}
.contact-sec .primary-box {
  background-color: var(--primary-color);
  text-align: left;
  padding: 15px 20px 15px 20px;
  border-style: none;
  color: white;
  border-radius: 10px 10px 10px 10px;
  font-size: 15px;
  margin-bottom: 15px;
}
.contact-sec .accordion-button {
  box-shadow: none;
  border: 0;
  padding: 10px 0px;
  font-size: 14px;
  background: white;
  outline: none;
}
.contact-sec .accordion-item {
  border: 1px solid #e6e6e6ab;

  border-width: 0px 0px 1px 0px;
}
.contact-sec .accordion-body {
  padding: 10px 0px;
  border-top: 1px solid #e6e6e6ab;
}
.contact-sec .accordion-body p {
  margin: 0;
}
.contact-sec .accordion-button::after {
  width: 15px;
  height: 15px;

  background-size: 15px;
}
.contact-sec .form-control,
.contact-sec .form-select {
  font-size: 14px;
  padding: 12px 25px 12px 25px;
  border-radius: 50px;
  height: auto;
  font-weight: 600;
  background-color: #fafafa;

  box-shadow: none;
  color: #000;
}
.contact-sec textarea.form-control {
  padding: 12px 25px 12px 25px;
  border-radius: 10px;
}
.contact-sec .custom-btn {
  padding: 10px 25px;
  padding-bottom: 11px;
  color: white;
  font-weight: 700;
  text-decoration: none;
}

.footer-widget .pd img {
  height: 65px;
}
.footer-widget .portfolio-overlay::before,
.footer-widget .portfolio-overlay::after {
  content: none;
}
.footer-widget .portfolio-overlay .category,
.footer-widget .portfolio-overlay a[target="_blank"] {
  display: none;
}
.footer-widget .portfolio-overlay a[data-fancybox="item"] .magnify-icon {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: 0 0px;
}
.footer-widget
  .portfolio-overlay
  a[data-fancybox="item"]
  .magnify-icon
  p
  span
  i {
  font-size: 10px;

  line-height: 13px;
}

.ready-sec {
  background-image: url("../images/read-sec.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 580px;
  background-size: cover;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  top: -570px;
  right: calc(var(--bs-gutter-x) * 0.5);
  left: calc(var(--bs-gutter-x) * 0.5);
}
.inner-ready {
  border-radius: 25px;
  overflow: hidden;
  height: 580px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  padding: 0px 20px;
}
.inner-ready:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;

  opacity: 0.7;
  z-index: 1;
}
.inner-ready * {
  z-index: 2;
  color: white;
}
.inner-ready .general-heading {
  width: 100%;
  font-size: 36px;
  margin-bottom: 35px;
}
.inner-ready .general-heading span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px;
}
.inner-ready .custom-btn {
  margin: 10px;
  padding: 13px 20px;
}

.inner-ready .custom-btn {
  background-color: var(--primary-color);
  color: white;
}
.inner-ready .custom-btn:hover,
.inner-ready .custom-btn:last-of-type {
  background-color: white;
  color: var(--primary-color) !important;
}

a {
  text-decoration: none;
}
/*******Responsive media query******/

@media (992px <= width <= 1199px) {
  .main-banner {
    height: 840px;
  }
  .main-banner h1 {
    font-size: 46px;
  }
  .general-heading {
    font-size: 42px;
  }
  .general-heading span {
    font-size: 17px;
  }
  .bis-786 ul li img {
    width: 38px;
    margin-right: 7px;
  }
  .pkgs-listing.with-news .card h4 {
    font-size: 24px;
  }
  .airline-list {
    padding: 40px 0px;
  }
  .bis-786 ul li {
    font-size: 20px;
  }
  .bis-786 {
    max-width: 1150px;
    margin: 25px auto;
    margin-bottom: 100px;
  }
  .testi-sec {
    margin: 100px 0px;
    padding: 80px 0px;
  }
  .contact-sec,
  section.pkgs-listing.with-news {
    margin-bottom: 100px;
  }
}

@media (768px <= width <= 991px) {
  .main-banner img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main-banner h1 {
    font-size: 46px;
    margin-bottom: 15px;
  }
  .general-heading {
    font-size: 38px;
    text-align: center;
  }
  .general-heading span {
    font-size: 16px;
  }
  .bis-786 ul li img {
    width: 38px;
    margin-right: 7px;
  }
  .pkgs-listing.with-news .card h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .contact-sec h4 {
    font-size: 28px;
  }
  .bis-786 ul li {
    font-size: 20px;
  }
  .bis-786 {
    max-width: 720px;

    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .testi-sec {
    margin: 100px 0px;
    padding: 80px 0px;
  }

  .bottom-reound {
    margin-top: -220px;
  }
  .inner-ready,
  .ready-sec {
    height: 440px;
  }
  .ready-sec {
    top: -430px;
  }
  .footer-section {
    margin-top: 280px;
    padding-top: 195px;
  }
  .nav-links {
    height: 100vh !important;
  }
}

@media (320px <= width <= 767px) {
  .custom-btn,
  .nav-links li a,
  .footer-widget ul:not(.portfolio-item) li a {
    font-size: 14px;
  }

  .portfolio-section {
    padding-top: 20px;
  }

  .footer-logo,
  .footer-widget ul:not(.portfolio-item) li {
    margin-bottom: 5px;
  }

  .footer-text p {
    line-height: 1.5;
  }

  .footer-widget-heading h3::before {
    bottom: -2px;
  }
  .footer-widget-heading h3 {
    margin-bottom: 15px;
  }

  .footer-logo,
  .footer-text p {
    text-align: center;
  }
  .controls {
    align-items: center;
    flex-wrap: wrap;
  }

  .subscribe-form input {
    padding: 10px 15px;
    padding-right: 50px;
  }
  .subscribe-form button {
    padding: 11px 10px;
  }
  .subscribe-form button i {
    font-size: 20px;
  }
  .main-banner h1 {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
  }
  .airline-list .col img {
    width: 100%;
    padding: 10px;
    height: 65px;
    object-fit: contain;
  }

  .bism-img {
    width: 80%;
  }
  .bis-786 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .general-heading,
  .inner-ready .general-heading {
    font-size: 28px;
    text-align: center;
  }
  .bis-786 .general-heading span {
    margin-top: 15px;
  }
  .bis-786 ul li {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
  }
  .bis-786 ul li img {
    width: 30px;
    margin-right: 5px;
  }
  .general-heading span {
    font-size: 14px;
  }
  section.pkgs-listing .card .card-body.px-0 {
    padding-top: 5px !important;
  }
  section.pkgs-listing .card small {
    margin-bottom: 1px;
    font-size: 14px;
  }
  section.pkgs-listing .card p {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .tab-pkg {
    overflow: hidden;
  }
  .testi-sec {
    padding: 50px 0px;
  }
  .testi-sec .card-body {
    padding: 20px;
  }
  .testi-sec .card-body p {
    margin-bottom: 13px;
    font-size: 15px;
  }
  .testi-sec .card.rounded-4 {
    margin-top: 15px;
  }
  .pkgs-listing.with-news .general-heading,
  .inner-ready .general-heading {
    margin-bottom: 20px;
  }
  .pkgs-listing.with-news .general-heading a {
    font-size: 12px;
    margin-top: 12px;
  }
  .owl-carousel .owl-item .client-sec div img {
    width: 90px;
  }
  .client-sec div .general-heading {
    font-size: 18px;
    margin-top: 5px;
  }
  .client-sec div .general-heading span {
    font-size: 14px;
  }
  .testi-sec .owl-nav {
    margin-top: 10px;
  }
  .testi-sec .owl-carousel .owl-nav button {
    width: 30px;
    margin: 3px;
    font-size: 14px;
    height: 30px;
  }
  .inner-ready .general-heading span {
    font-size: 14px;
    margin-top: 10px;
  }
  .inner-ready .custom-btn {
    margin: 5px;
    padding: 9px 15px;
  }
  .ready-sec,
  .inner-ready {
    height: 300px;
  }
  .footer-section {
    margin-top: 166px;
    padding-top: 150px;
  }
  .ready-sec {
    top: -280px;
  }
  .footer-widget-heading h3 {
    font-size: 18px;
  }
}

@media (320px <= width <= 991px) {
  .footer-menu {
    margin: 10px auto;
    margin-bottom: 0;
  }

  .copyright-area,
  .feature.col p {
    text-align: center;
  }
  .footer-widget-heading h3 {
    margin-top: 20px;
  }

  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;

    background-color: var(--primary-color);
    transition: all 0.7s ease;
  }
  .nav-links {
    position: fixed;
    background: white;
    height: 104vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(0px at 90% -20%);
    -webkit-clip-path: circle(0px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    padding-left: 0;
    left: 0;
    top: 0;
    justify-content: center;
  }
  .nav-links.open {
    clip-path: circle(160vh at 100% 0%);
    -webkit-clip-path: circle(160vh at 100% 0%);
    pointer-events: all;
  }
  .nav-links li {
    opacity: 0;
    padding: 29px 15px;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
    padding-top: 0;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
    padding: 29px 15px !important;
    padding-bottom: 0 !important;
  }
  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade {
    opacity: 1 !important;
  }
  .nav-links li a {
    color: black;
  }

  header {
    height: auto;
    padding: 15px 0px;
  }
  header .container {
    display: block;
    height: auto;
  }
  .logo {
    width: 130px;
    margin-top: 0;

    padding: 0;
  }
  .main-banner {
    height: auto;
    padding: 120px 0px;
  }
  .corner-img {
    display: none;
  }
  .main-banner img {
    height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 24px;
  }
  .main-banner .col-lg-7 {
    justify-content: center;
  }
  .airline-list {
    padding: 30px 0px;
  }
  .left-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .bis-786 {
    margin: 0px auto;

    margin-bottom: 50px;
  }
  .client-sec div .general-heading {
    text-align: left;
  }
  .testi-sec {
    margin: 50px 0px;
  }
  .contact-sec,
  section.pkgs-listing.with-news {
    margin-bottom: 50px;
  }
  section.pkgs-listing .general-heading span {
    margin-top: 8px;
  }
  section.pkgs-listing .general-heading,
  section.pkgs-listing .card .custom-btn,
  .contact-per,
  .contact-sec .accordion,
  .recent-work .general-heading {
    margin-bottom: 15px;
  }
  section.pkgs-listing .card .custom-btn {
    display: inline-block;
  }
  .pkgs-listing.with-news .card-body.px-0 {
    padding-top: 5px !important;
  }
  .portfolio-section {
    padding-top: 0px;
  }
  .footer-logo,
  .copyright-area .text-end {
    text-align: center !important;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}
.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}



/*new pages*/

.bg-emerald {
    background-color: var(--emerald-100) !important;
}

.brd-lf {
    border-left: 4px solid var(--emerald-600);
    border-radius: 6px;
}

.text-success {
    color: var(--emerald-600) !important;
}

.btn-success {
    background-color: var(--emerald-600);
    border-color: var(--emerald-600);
}

    .btn-success:hover {
        background-color: var(--emerald-700);
        border-color: var(--emerald-700);
    }

.btn-outline-success {
    color: var(--emerald-600);
    border-color: var(--emerald-600);
}

    .btn-outline-success:hover {
        background-color: var(--emerald-50);
        border-color: var(--emerald-600);
        color: var(--emerald-600);
    }

.gallery-main {
    height: 320px;
    object-fit: cover;
}

.gallery-thumb {
    height: 150px;
    object-fit: cover;
}

.itinerary-card {
    border-left: 4px solid var(--emerald-600);
    border-radius: 0.5rem;
}

.itinerary-number {
    background-color: var(--emerald-600);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.sticky-top {
    position: sticky;
}

@media (max-width: 991.98px) {
    .sticky-top {
        position: static;
    }
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .card:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.badge {
    font-size: 0.75rem;
}

.display-6 {
    font-size: 2.5rem;
}

@media (max-width: 767.98px) {
    .display-6 {
        font-size: 2rem;
    }

    .gallery-main {
        height: 250px;
    }

    .gallery-thumb {
        height: 120px;
    }
}






/*p2-guide*/

.bg-emerald {
    background-color: var(--emerald-100) !important;
}
.border-emerald {
    border-color: var(--emerald-100) !important;
}

    .btn-success:hover {
        background-color: var(--emerald-700);
        border-color: var(--emerald-700);
    }

.btn-outline-success {
    color: var(--emerald-600);
    border-color: var(--emerald-600);
}

    .btn-outline-success:hover {
        background-color: var(--emerald-50);
        border-color: var(--emerald-600);
        color: var(--emerald-600);
    }

/* Article Styling */
.article-image {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.article-content {
    line-height: 1.7;
    color: #374151;
}

    .article-content h2 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #1f2937;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .article-content h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #1f2937;
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
    }

    .article-content p {
        margin-bottom: 1rem;
    }

    .article-content ul {
        margin-bottom: 1rem;
        padding-left: 1.5rem;
    }

    .article-content li {
        margin-bottom: 0.5rem;
    }

/* Related Articles */
.related-article-img {
    height: 200px;
    object-fit: cover;
}

/* Sidebar */
.sidebar-content {
    top: 2rem;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .card:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

/* Badge Styling */
.badge {
    font-size: 0.75rem;
    font-weight: 600;
}

/* Social Share Buttons */
.btn-outline-secondary {
    border-color: #d1d5db;
    color: #6b7280;
}

    .btn-outline-secondary:hover {
        background-color: #f3f4f6;
        border-color: #d1d5db;
        color: #374151;
    }

/* Responsive Design */
@media (max-width: 991.98px) {
    .sidebar-content {
        position: static;
    }

    .article-image {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .display-5 {
        font-size: 2rem;
    }

    .article-image {
        height: 250px;
    }

    .related-article-img {
        height: 180px;
    }
}

/* Typography */
.lh-sm {
    line-height: 1.25;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

/* Custom spacing */
.gap-3 {
    gap: 1rem;
}

/* Ensure equal height cards */
.h-100 {
    height: 100%;
}

/* Flex utilities for card content */
.flex-grow-1 {
    flex-grow: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}