/* ================================ */
/* Custom google font integration */
/* ================================ */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@900&display=swap");

/* ================================ */
/* General CSS                      */
/* ================================ */

:root {
  --primary-color: #2a9d8f;
  --secondary-color: #264653;
  --accent-color: #e9c46a;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  font-size:1rem;
}

[data-bg="light-gray"] {
  background: #f3f6f8;
  color: #232323;
}
[data-bg="gray"] {
  background: #d8dde6;
  color: #232323;
}
[data-bg="dark-brown"] {
  background: #b4333a;
  color: #fff;
}

[data-bg="black"] {
  background: #000;
  color: #fff;
}
[data-bg="navy-blue"] {
  background: #001443 !important;
  color: #fff;
}
[data-bg="dark-blue"] {
  background: rgb(6, 34, 65);
  color: #fff;
}
[data-bg="light-blue"] {
  background: #F3F8F6 !important;
  color: #232323;
}
[data-bg="light-gray"] {
  background: #f2f2f2;
  color: #232323;
}
[data-bg="brown-black"] {
  background: #444;
  color: #fff;
}
[data-bg="white"] {
  background: #fff;
  color: #00408c;
}
[data-bg="purple"] {
  background: rgba(66, 4, 155);
  color: #fff;
}
[data-bg="green"] {
  background: rgba(32, 153, 2) !important;
  color: #fff !important;
}
[data-bg="purple"] {
  background: rgba(69, 0, 217, 1) !important;
  color: #fff !important;
}
[data-bg="gradient-bg"] {
  background: rgb(69, 0, 217);
  background: -moz-linear-gradient(
    207deg,
    rgba(69, 0, 217, 1) 0%,
    rgba(120, 0, 205, 1) 60%
  );
  background: -webkit-linear-gradient(
    207deg,
    rgba(69, 0, 217, 1) 0%,
    rgba(120, 0, 205, 1) 60%
  );
  background: linear-gradient(
    207deg,
    rgba(69, 0, 217, 1) 0%,
    rgba(120, 0, 205, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4500d9",endColorstr="#7800cd",GradientType=1);
  color: #fff !important;
}
/* Data padding */

[data-padding="5015"] {
  padding: 50px 15px;
}
[data-padding="7015"] {
  padding: 70px 15px;
}
[data-padding="500"] {
  padding: 50px 0px;
}
[data-padding="5000"] {
  padding: 50px 0px 0px;
}
[data-padding="50020"] {
  padding: 50px 0px 20px;
}
[data-padding="50150"] {
  padding: 50px 15px 0;
}
[data-padding="01550"] {
  padding: 0 15px 50px;
}
[data-padding="501520"] {
  padding: 50px 15px 20px;
}
[data-padding="515"] {
  padding: 5px 15px;
}
[data-padding="1015"] {
  padding: 10px 15px;
}
[data-padding="1515"] {
  padding: 15px 15px;
}
[data-padding="2515"] {
  padding: 25px 15px;
}
[data-padding="25150"] {
  padding: 25px 15px 0;
}
[data-padding="251550"] {
  padding: 25px 15px 50px;
}
[data-padding="2500"] {
  padding: 25px 0;
}
[data-padding="10015"] {
  padding: 100px 15px;
}
[data-padding="100150"] {
  padding: 100px 15px 0;
}
[data-padding="15015"] {
  padding: 150px 15px;
}
[data-padding="1500"] {
  padding: 150px 0;
}
[data-padding="20015"] {
  padding: 200px 15px;
}
[data-padding="2000"] {
  padding: 200px 0;
}
[data-padding="25015"] {
  padding: 250px 15px;
}
[data-padding="0"] {
  padding: 0;
}
[data-padding="0020"] {
  padding: 0 0 20px;
}
[data-padding="015"] {
  padding: 0 15px;
}
.container-fluid {
  padding: 0 30px;
}
[data-padding="00"] .container-fluid{
  padding-left:0 !important;
  padding-right:0 !important;
}
[data-padding="00"] .row{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* data-overlaycolors */
[data-overlaycolor="Blue-overlay"]:after {
  background: rgba(33, 84, 207);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Black-overlay"]:after {
  background: rgba(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Red-overlay"]:after {
  background: rgba(234, 43, 96);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Orange-overlay"]:after {
  background: rgba(234, 109, 43);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Green-overlay"]:after {
  background: rgba(32, 153, 2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Yellow-overlay"]:after {
  background: rgba(254, 193, 2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Cyan-overlay"]:after {
  background: rgba(2, 228, 254);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
[data-overlaycolor="Magenta-overlay"]:after {
  background: rgba(66, 4, 155);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

/* data-overlay opacity */

[data-overlayopacity="opacity-1"]:after {
  opacity: 0.1;
}
[data-overlayopacity="opacity-2"]:after {
  opacity: 0.2;
}
[data-overlayopacity="opacity-3"]:after {
  opacity: 0.3;
}
[data-overlayopacity="opacity-4"]:after {
  opacity: 0.4;
}
[data-overlayopacity="opacity-5"]:after {
  opacity: 0.5;
}
[data-overlayopacity="opacity-6"]:after {
  opacity: 0.6;
}
[data-overlayopacity="opacity-7"]:after {
  opacity: 0.7;
}
[data-overlayopacity="opacity-8"]:after {
  opacity: 0.8;
}
[data-overlayopacity="opacity-9"]:after {
  opacity: 0.9;
}
[data-overlayopacity="opacity-10"]:after {
  opacity: 1;
}

/* Data Position CSS */

[data-position="right"] {
  float: right;
}
[data-position="left"] {
  float: left;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.red-text {
  color: #e22a31;
}
.blue-text {
  color: #0c65ed;
}

html {
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}
body,
button,
input,
select,
textarea {
  font-family: "Poppins", sans-serif !important;
}
a:link,
a:visited,
a:active,
a:focus,
a::before,
a::after {
  outline: 0 none;
  text-decoration: none;
}
a,
button,
.sub,
.wpcf7-submit {
  transition: all 0.2s linear 0s;
}
a {
  color: var(--base-color);
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active {
  color: #5e5eea;
}
*::-moz-placeholder {
  color: #c6c6c6;
  opacity: 1;
}
*::-moz-selection {
  background: #b3d4fc none repeat scroll 0 0;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #40454d;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
  margin-top: 0;
}
h3,
h4,
h5,
h6 {
  margin-bottom: 7px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.mom-main-color,
.mom-main-color a {
  color: #5e5eea;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: #1a1a1a;
}
h6 {
  font-size: 12px;
}

h1 .subTitle,
h2 .subTitle,
h3 .subTitle,
h4 .subTitle,
h5 .subTitle,
h6 .subTitle {
  color: #999;
  display: block;
  font-size: 0.65em;
}
p,
a {
  font-family: "Poppins", sans-serif;
}
.width100 {
  width: 100%;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

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

.full-width {
  width: 100%;
  float: left;
  clear: both;
  z-index: 10;
}

.clearfix {
  clear: both;
}
.main p:last-child {
  margin-bottom: 0;
}
.no-display {
  display: none;
}
.padding-0 {
  padding: 0;
}

/* TOp header CSS */
#top-header-section{
  border-radius: 20px;
  padding: 0 15px;
  margin: 10px 1% 0;
  width: 98%;
}
#top-header-section p,
#top-header-section a {
  margin: 0;
  font-size: 15px;
  color: #fff;
}
#top-header-section i:before {
  font-size: 18px;
}
#top-header-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  z-index: 1;
  position: relative;
}
#top-header-section ul li {
  display: inline-block;
}
#top-header-section ul li a {
  padding: 0 15px;
  border-left: 1px solid #fff;
  line-height: 12px;
  display: block;
}
#top-header-section ul li:first-child a {
  border-left: none;
}
.header-top-links {
  position: relative;
}

#main-header-section {
  transform: translate3d(0px, 0px, 0px);
  position: relative;
    z-index: 999;
    box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}
#main-header-section.shrink {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255,255,255,0.98);
}
#main-header-section.shrink a.branding img {
  max-width: 150px;
}
#main-header-section.shrink .menu-primary-menu-container ul{
  line-height: 3.7;
}
.menu-primary-menu-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  line-height: 4.8;
}
.menu-primary-menu-container li {
  display: inline-block;
  margin-left: 20px;
  position:relative;
}
.menu-primary-menu-container li a {
  color: inherit;
  font-size: 18px;
  transition: 0.3s ease;
  text-decoration: none;
  padding: 30px 0;
  font-weight:300;
}
.menu-primary-menu-container li.current-menu-item a{
  border-bottom: 4px solid #bfa900;
  padding: 6px 0;
}
.menu-primary-menu-container li a:hover {
  border-bottom: 4px solid #bfa900;
  padding: 6px 0;
}

.menu-primary-menu-container .sub-menu-wrapper li.current-menu-item a{
  border-bottom: 0 !important;
  padding: 12px 20px !important;
}

.menu-primary-menu-container ul .sub-menu {
    float: left;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99;
    display: flex;
      flex-wrap: wrap; /* Optional: wraps on smaller screens */
      padding: 15px 0;
      margin: 0;
      list-style: none;
      min-width:240px;
    
     background: #bfa900;
    color: #fff !important;
    width:100% !important;
    overflow:hidden;
}
.menu-primary-menu-container ul .sub-menu.has_acf_submenu{
    min-width: 460px;
    left:auto;
    right:0;
    padding:0;
}
ul.sub-menu > li.submenu-item {
  width: 50%;
  box-sizing: border-box;
}
ul.sub-menu > li.submenu-item.acf-submenu,
ul.sub-menu > li.submenu-item.acf-submenu a{
    padding:0 !important;
}
ul.sub-menu > li.submenu-item.acf-submenu img {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-primary-menu-container ul .sub-menu-wrapper {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.submenu-arrow {
  position: absolute;
  top: -8px;
  left: 30px; /* adjust as needed */
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #00f;
  z-index: 2;
}


.menu-primary-menu-container ul li ul li a {
    color: #fff !important;
    width: 100%;
    float: left;
    padding: 12px 20px;
    font-size: 16px;
}
.menu-primary-menu-container ul li ul li a:hover,
.menu-primary-menu-container ul li.btn a:hover{
    border:0 !important;
}

.menu-primary-menu-container ul li:hover .sub-menu-wrapper {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.menu-primary-menu-container ul li ul {
    line-height: 1 !important;
    padding: 15px 0;
}

.menu-primary-menu-container ul li ul li{
    width: 100%;
    margin: 0;
}
.menu-primary-menu-container ul li:hover ul li a:hover{
    background: #fff;
    width: 100%;
    float: left;
    padding: 12px 20px;
    color:#0c20bf !important
}
.menu-primary-menu-container ul li:hover ul li:hover ul{
    left:100%;
    opacity: 1;
    visibility: visible;
    background: #bfa900;
    color: #fff !important;
    overflow:hidden;
}
/* Slider CSS */
.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
}
.slide-item {
  position: relative;
}
.slider-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  padding: 15% 15px;
  text-align:center;
  background:rgba(0,0,0,0.5);
  height:100%;
}
.slide-item:before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 0;
  background: rgb(0,0,0, 0.1);
}
.slider-text-container h2 {
    width: 100%;
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 900;
}
.slider-text-container p {
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.slider-text-container a {
  color: #000 !important;
  font-size: 26px;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 15px;
  background: #e8d420;
  margin-top:0 !important;
}
.slider-text-container a:hover{
    color:#fff !important;
    background:#000; 
}
.feature-items {
  display: flex;
  align-items: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.feature-items .item {
  float: left;
  text-align: center;
  background: #f0ad4e;
  justify-content: space-between;
  flex-grow: 1;
  padding: 10px 20px;
  margin: 5px;
  transition: all 0.2s linear 0s;
  color: inherit;
  flex:1;
}
.feature-items .item:hover {
  color: inherit;
  background: #ff004c;
}
.feature-items .item span {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.feature-items .item span.txt-block {
  width: 65%;
  margin: 0 auto;
}
.base-title {
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 20px;
  padding: 0 0 20px;
  color: #564cb4;
  position: relative;
}
.base-title:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 20%;
  height: 2px;
  background: #564cb4;
  position: absolute;
}
.main p {
  font-size: 18px;
  line-height: 26px;
  color: inherit;
  margin: 0 0 20px;
}
.main p a{
    color:#5e5eea;
}

.btn.btn-learnmore {
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 25px;
  margin: 20px 0 0;
}
.navy-blue-bg {
  background: #564cb4;
  color: #fff;
}
.navy-blue-bg:hover {
  color: #fff;
  background: #1a1263;
}
.red-bg {
  color: #fff;
  background: #ff004c;
}
.quotes-container {
  position: relative;
  padding: 50px 40px 50px 100px;
}
.quotes-container:before {
  content: "";
  left: -35%;
  top: 0;
  background: #5e5eea;
  height: 100%;
  width: 200%;
  position: absolute;
  z-index: -1;
  transform-origin: bottom left;
  -ms-transform: skew(-50deg, 0deg);
  -webkit-transform: skew(-50deg, 0deg);
  transform: skew(-20deg, 0deg);
}
a.link {
  text-decoration: underline;
}
a.link:hover {
  color: #000 !important;
}
.btn-outline {
  padding: 10px 25px;
  border: 2px solid #ccc;
  font-size: 16px;
  margin-top: 30px;
}

/* Testimonials css */
.testi-meta {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.testi-meta-left {
  float: left;
  margin-right: 20px;
}
.testi-meta-left img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
}
.testi-meta-right {
  padding-top: 20px;
}
.testi-meta-right h3 {
  font-size: 18px;
  line-height: 14px;
  margin: 0 0 5px;
  color:inherit;
}
.testi-meta-right span {
  color: #8e8e8e;
}
.testi-inner {
  padding: 30px 30px 15px;
  border: 1px solid #e4e4e4;
  display: block;
}
.testi-msg {
  color: inherit;
  font-size: 15px;
  line-height: 22px;
  position: relative;
}

/* News posts css */
.news-container .post_title {
  margin: 0 0 15px;
  font-size: 18px;
}
.news-container .post_date {
  font-size: 14px;
  color: #777777;
  margin: 0 0 5px;
  display: block;
}
.news-container .post_excerpt {
  font-size: 14px;
  color: #777777;
  margin: 0 0 10px;
  display: block;
}
.news-container .post_author {
  color: #777777;
  font-weight: 700;
}

/* Enquiry form css */

.enquiry-form .fld {
  display: table;
  width: 100%;
  margin: 0 0 15px;
}
.enquiry-form .form-control {
  height: 45px;
}
.enquiry-form .fld.width30 {
  width: 30%;
  float: left;
  padding-right: 10px;
}
.enquiry-form .fld.width70 {
  width: 70%;
  float: left;
}
.enquiry-form textarea.form-control {
  height: auto;
}

.enquiry-form .btn {
  background: #5e5eea;
  float: right;
  border: none;
  padding: 20px 30px;
  font-size: 18px;
  margin: 20px 0 0;
}

/* FOOTER CSS */
#footer-top {
  background: #fff;
}
.footer-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.footer-menu-list li {
  float: left;
  width: 50%;
  line-height: 2.5;
  font-size: 16px;
  color: #777777;
}
#footer-bottom{color:#fff;}
#footer-bottom .copyright-block p {
  margin: 0;
  font-size: 16px;
}
#footer-bottom .social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
#footer-bottom .social-icons li {
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
}
#footer-bottom .social-icons li a:hover {
  color: #000;
}

/* Other custom CSS */
.inner-headline h1{color:inherit;font-size:38px;text-transform:uppercase;}

.sidebar h2.widget-title {
    font-size: 17px;
    padding: 8px 10px;
    background: #000;
    color: #fff;
}
.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar ul li {
    margin: 0 0 15px;
    display: block;
    padding: 10px 0 0;
    border-top: 1px solid #e4e4e4;
}
.sidebar ul li:first-child {
    padding-top: 0;
    border-top: 0;
}
sidebar ul li a {
    font-size: 17px;
    display: block;
    color: #444;
}


/* Mobile Nav */
#menu-ham {
  position: fixed;
  right: 0;
  top: 15px;
  z-index: 1000;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #000;
  width: 30px;
}
.is-active .hamburger-inner,
.is-active .hamburger-inner::before,
.is-active .hamburger-inner::after {
  background-color: #fff;
  width: 30px;
}

#mobile-nav {
  opacity: 0;
  right: -1800px;
  background: rgba(0, 0, 0, 0.9);
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s;
}
#mobile-nav.is-active {
  right: 0;
  opacity: 1;
}
/* Mobile Nav ends */


/* Card block template */

.card-text ul{
    margin:0;
    padding:0 0 0 20px;
}
.card-text ul li{
    margin:0 0 5px;
}
.card-header h4{
    color: inherit;
    border-bottom: 1px solid #e4e4e4;
    line-height: 50px;
    width: 100%;
    display: flex;
    place-self: flex-start;
}
.header-phone p {
    display: inline-block;
    margin-right: 10px !important;
}

/* Card block template ends */

/* Responsive CSS */
@media screen and (max-width: 768px) {
  #mobile-nav ul {
    list-style-type: none;
    margin: 40px 0 0;
    padding: 0;
  }
  #mobile-nav ul li {
    line-height: 2.5;
    margin: 0;
    width: 100%;
    position: relative;
  }
  #mobile-nav ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 100%;
    position: relative;
    outline: 0 !important;
    padding: 0 20px;
  }
  #mobile-nav .sub-menu {
    background: red none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
    display: none;
  }
  #mobile-nav .sub-menu {
    margin: 0;
    padding: 10px 0;
    display: none;
  }
  .feature-items{
      display:block;
  }
  .feature-items .item{width:47%;}
  .btn.btn-learnmore, .btn-outline{margin:20px auto;display:block;width:100%;}
  .quotes-container{padding:40px 20px;}
  .quotes-container:before{transform:none;}
  .testi-inner{margin:0 0 20px;}
  .home-news-container .item{margin: 20px 0 0;padding: 20px 0 0;border-top: 1px dotted #444;}
  .home-news-container .item:first-child{margin-top:0;padding-top:0;border-top:0;}
  .enquiry-form .btn{width:100%;}
  ul.footer-menu-list li{width:100%;}
  #footer-bottom .copyright-block p{text-align:center;}
  #footer-bottom .social-icons {margin: 10px auto;float: none;display: table;}
  .card-header h4{padding-bottom: 10px;line-height:30px;}
  .admissions-procedure{padding-left:0;}
  .sidebar{margin-top:20px;}
}

/* Custom Bootstrap Float Properties CSS */
@media (min-width: 360px) {
    .pull-xs-left {
        float: left !important;
    }
    .pull-xs-right {
        float: right !important;
    }
    .pull-xs-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .pull-sm-left {
        float: left !important;
    }
    .pull-sm-right {
        float: right !important;
    }
    .pull-sm-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .pull-md-left {
        float: left !important;
    }
    .pull-md-right {
        float: right !important;
    }
    .pull-md-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .pull-lg-left {
        float: left !important;
    }
    .pull-lg-right {
        float: right !important;
    }
    .pull-lg-none {
        float: none !important;
    }
}
.pull-none {
    float: none !important;
}

/* Tour Template CSS */

#tour-inner-featured-container .container{
    padding:150px 15px;
    position:relative;
    z-index:2;
}
#tour-inner-featured-container h1.tour-title{
    font-size: 75px;
    font-weight: 900;
    color: #fff;
    display: table;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    line-height: 62px;
    padding: 15px 35px;
}
#tour-inner-featured-container h5{
    color: #fff;
    background: #26a9f9;
    display: table;
    margin: 0 auto 20px;
    padding: 5px 20px;
    
}

#tour-inner-featured-container .btn{
    background: rgba(255,255,255,0.7);
    color: #000 !important;
    border: 1px solid #e4e4e4;
}
#tour-inner-featured-container .btn:hover{
    color:#fff !important;
    background:#000;
}
#tour-inner-featured-container p{
    color:#fff;
    font-size: 20px;
    background: red;
    display: inline-block;
    padding: 0 10px 0 0;
    margin: 0 10px;
}
#tour-inner-featured-container p strong{
    background: #26a9f9;
    padding: 0 0 0 10px;
    margin-right: 10px;
}
#tour-inner-featured-container .tour-meta{margin:40px 0 0;}
.tour-items-list .tour-item {
    padding: 0 5px;
    height: auto;
}
.tour-item .tour-img{overflow:hidden;}
.tour-item .tour-img img{
    width:100%;
    transition: 0.5s all ease-in-out;
}
.tour-item .tour-img:hover img{ 
    transform: scale(1.5); 
} 
.tour-item .tour-meta{
    position: absolute;
    bottom: 0;
    background: rgba(38,169,249,0.8);
    padding: 10px 15px;
    width: 100%;
    transition: 0.5s all;
}
.tour-item .tour-meta:hover{
    background: rgba(249,126,38,0.8);
}
.tour-item .tour-meta .tour-title{
    float:left;
    width:65%;
}
.tour-item .tour-meta .tour-price{
    float:right;
    width:35%;
    text-align:right;
}
.tour-item .tour-meta h4 {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    width: 100%;
    float: left;
}
.tour-item .tour-meta small{
    color:#fff;
}
.tour-cust-title {
    text-align: right;
    font-size: 39px;
    color: #fff;
    font-weight: 900;
    margin-right: 30px;
}
.tour-cust-title span{
    padding: 0 10px;
    background: red;
}
.btn-white{
    float: left;
    font-size: 20px;
    background: #fff;
    color: red;
    border-radius: 70px;
    FONT-WEIGHT: 300;
    padding: 10px 70px;
    margin-top: 36px;
    margin-left: 20px;
    border: 0;
}
.menu-footer-menu-2-container ul.footer-menu-list li {
    width: 50% !important;
}
.testimonials-container .item{
    margin-bottom:20px;
}

/* Enquiry form css */

.enquiry-form .fld {
  display: table;
  width: 100%;
  margin: 0 0 15px;
}
.enquiry-form .form-control {
  height: 45px;
}
.enquiry-form .fld.width30 {
  width: 30%;
  float: left;
  padding-right: 10px;
}
.enquiry-form .fld.width70 {
  width: 70%;
  float: left;
}
.enquiry-form textarea.form-control {
  height: auto;
}

.enquiry-form .btn {
  background: #5e5eea;
  float: right;
  border: none;
  padding: 20px 30px;
  font-size: 18px;
  margin: 20px 0 0;
}
.book-now-btn{
    padding: 12px 15px !important;
    background: #27b5f4;
    color: #fff !important;
    border: 0;
    font-weight: 600 !important;
    margin-top: 15px;
    border:0 !important;
}
#globalpopupmodal .close{
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 32px;
}
#mobile-nav .book-now-btn{margin:0 30px;}
.modal-body .enquiry-form{padding:30px;}
#globalpopupmodal .modal-body{padding:0 !important;}
#globalpopupmodal .modal-header{padding:0 !important;}

#globalpopupmodal .modal-body .enquiry-form .btn{
    float: none;
    margin: 20px auto 0;
    display: table;
}
#globalpopupmodal .enquiry-form textarea.form-control {
    height: 150px;
}

/* Book Appointment Custom CSS */
.position-relative{
    position:relative;
}
.input-fld {
    padding: 5px 15px;
    height: 40px;
}
.width-50{
    width: 45%;
    margin-right: 30px;
}
.width-100{
    width:93%;
}
.form-submit{
    background: #000;
    color: #fff;
    border: 0;
    padding: 10px 20px;
}
.slot-list-items{
    list-style-type:none;
    margin:0;
    padding:0;
    float:left;
    width:100%;
}
.slot-list-items li{
    float: left;
    padding: 0px 10px 0px 0;
    width: 15%;
}
.slot-list-items li input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: relative;
    left: -999999px;
    display: block;
}
.slot-list-items li label span {
    background: green;
    color: #fff;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    width: 100px;
    font-weight:700;
}
.slot-list-items li.booked_slot label span{
    background: #e4e4e4;
    color: #969696;
    cursor: not-allowed;
}
.slot-list-items li label{
    margin: 0;
}
.slot-list-items li input:checked ~ span {
    background: #5212b9;
    color: #fff;
}
.slots {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}
.slots h2{
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 50px;
    background: #e4e4e4;
    float: none;
    margin: 10px auto 20px;
    border-left: 6px solid green;
    font-size: 20px;
    display: table;
    border-right: 6px solid green;
    text-align: center !important;
}
.change-slot{
    position: absolute;
    background: green;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    top: 0px;
    right: 40px;
    cursor:pointer;
    text-decoration:none;
}
.not-available{
    position:absolute;
    color:red;
    font-size: 12px;
    top: 0px;
    right: 30px;
}
#submit_existing_patient_data.disabled{
    pointer-events:none;
    opacity:0.4;
}
.patient_types_container input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: relative;
    left: -999999px;
    display: block;
}
.patient_types_container label span {
    background: #000;
    color: #fff;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 15px 15px;
    width: 90%;
    font-weight: 700;
}
.patient_types_container label{
    margin: 0 15px 10px 0;
    padding:0;
}
.patient_types_container input:checked ~ span {
    background: #5212b9;
    color: #fff;
}
#submit_existing_patient_data{
    margin: 22px auto;
    display: block;
}
#appointment_dates input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: relative;
    left: -999999px;
    display: block;
}
#appointment_dates label span {
    background: #fff;
    color: #000;
    margin: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    padding: 15px 15px;
    width: 90%;
    font-weight: 700;
    border: 1px solid #ccc;
}
#appointment_dates label{
    margin: 0 0 10px 0;
    padding:0;
}
#appointment_dates input:checked ~ span {
    background: #5212b9;
    color: #fff;
}
.border-radius-35{
    border-radius:35px !important;
}
.disease-item img {
    width: 100%;
    height: 180px;
}
.doctor-item img {
    width: 100%;
    height: auto;
}
#doctor_scroll_content p{
    display:none !important;
}
#close-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: auto;
    margin-left: -300px;
    margin-top: -200px;
    z-index: 99999;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 10px solid #000;
}
#close-popup-overlay{
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99998;
    background:rgba(0,0,0,0.8);
    position:fixed;
}
#close-popup .inner{
    position:relative;
}
#close-popup h1{
    font-size: 27px;
    font-weight: 800;
}
#close-popup p{
    font-size:23px;
}
#close-popup .close-btn{
    position: absolute;
    right: -7px;
    top: -24px;
    font-size: 20px;
}
@media (max-width: 640px) {
    #close-popup{
        width: 100%;
        margin-left: -50%;
    }
}

/* updated css for merair */

#top-header-section .row{
  margin: 0 !important;
}
#top-header-section .fa{
  color:#ffad00 !important;
}
a.branding img{
  max-width:180px;
}
body{
  background: #fff !important;
}
.btn-primary{
    background:#2614ff !important
}
.btn-primary:hover{
    background:#1f168c !important
}
.banner-heading-section h1{
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 900;
  color: #1f168c;
  line-height: 56px;
  margin: 50px 0 16px;
  padding-top: 0;
}
.banner-heading-section p{
  max-width: 85%;
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 30px;
}
.brand-blue-bg {
  background: #370aff;
  color: #fff !important;
}
.brand-blue-bg:hover {
  color: #fff;
  background: #1a1263;
}
.special-btn{
  min-width: 200px;
  padding: 20px 47px;
  font-size: 20px !important;
  font-weight: 700;
}
.position-static{
  position: static !important;
}
#tour_search_form{
  position: absolute;
  width: 65%;
  margin-top: 20px;
  z-index: 99;
}
.page-contact-us .wpforms-form .wpforms-field-label,
.page-contact-us .wpforms-form label{
  color:#000 !important;
}
.page-contact-us .wpforms-form .wpforms-submit{
  font-size: 27px;
  font-weight: 700;
  padding: 20px 40px;
  height: auto;
  background: #cbbffb !important;
  color: #000 !important;
}

.tour-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  background: #fff;
  transition: transform 0.3s ease;
}
.tour-card:hover {
  transform: translateY(-5px);
}
.tour-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.badge-discount, .badge-featured {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 0.3rem 0.6rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}
.badge-discount {
  background-color: #e63946;
  color: white;
}
.badge-featured {
  background-color: #1d3557;
  color: white;
  top: 12px;
  right: 12px;
  left: auto;
}
.price {
  font-weight: bold;
  color: #e63946;
}
.price-old {
  text-decoration: line-through;
  color: #adb5bd;
  margin-left: 5px;
}
.promo-box {
  background: linear-gradient(to right, #5f27cd, #341f97);
  color: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
  position: relative;
}
.promo-box h4 {
  font-weight: bold;
}
.promo-box img {
  max-width: 100%;
  height: auto;
}
.promo-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: orange;
  color: white;
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  border-radius: 10px;
}
.section_heading{
  position:relative;
}
.section_heading:before{
  content: '';
  left: 0;
  top: -10px;
  width: 67px;
  background: rgb(3, 3, 237);
  position: absolute;
  height: 4px;;
}
.news-single-container .single_post_content p a {
  color: #5e5eea !important;
}
.tour-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  background: #fff;
}

.tour-card:hover {
  transform: translateY(-4px);
}

.tour-image-wrapper {
  position: relative;
}

.tour-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.badge-featured {
  background-color: #3b82f6;
  top: 10px;
  left: auto;
  right: 10px;
}
.highlight-section h2{
    font-size: 2.5rem;
    color: #fff;
    font-weight: 100;
    margin: 0 0 10px;
    padding: 0 40px 0 !important;
    display: block;
}
.highlight-section p{
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 0 40px 0 !important;
}
.light-bg-section h2{
    font-size: 2.5rem;
    color: #1f168c;
    font-weight: 200;
    margin: 0 0 10px;
    padding: 0 20px 0 40px !important;
    display: block;
}
.light-bg-section p{
    color: #000;
    font-size: 20px;
    display: block;
    padding: 0 40px 0 !important;
}

.badge-discount {
  background-color: #ef4444;
}

.tour-details {
  background: #fff;
  margin-top: -20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px;
  position: relative;
  z-index: 10;
}
#visas_faq_accordion br{
    display:none !important;
}
#visas_faq_accordion p{
    margin:0 !important;
}
#visas_faq_accordion {
    margin:0 0 30px !important;
}
.visa-approval-section h2{
    font-size: 3rem;
  font-weight: 900;
}
.color-secondary{
    color: #ff5400;
}

.tour-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

.tour-card .tour-title {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0;
}

.location {
  font-size: 13px;
  color: #888;
}

.price {
  font-size: 14px;
  margin-top: 8px;
  color: #555;
}

.sale-price {
  color: #ef4444;
  font-weight: bold;
}

.original-price {
  text-decoration: line-through;
  margin-left: 5px;
  color: #aaa;
}
.tour-cards .card-item{
  margin-bottom:20px !important;
}
.tour_promo img{
  width:100%;
}
/* Tour Gallery */
    
.main-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

.thumbnail-container {
  display: flex;
  gap: 10px;
}

.thumbnail {
  width: 80px;
  height: 60px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.thumbnail:hover, .thumbnail.active {
  border-color: var(--primary-color);
}

/* Tour Header */
#single-tour-container .tour-header {
  margin-bottom: 30px;
}

#single-tour-container .tour-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 10px;
  margin-top:28px;
}

#single-tour-container .tour-location {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

#single-tour-container .tour-location i {
  margin-right: 8px;
}

#single-tour-container .tour-rating {
  color: var(--accent-color);
  margin-bottom: 15px;
}

#single-tour-container .tour-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
}

#single-tour-container .tour-price small {
  font-size: 1rem;
  color: #6c757d;
}

/* Tour Details */
#single-tour-container .detail-card {
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  padding: 25px;
  margin-bottom: 30px;
}

#single-tour-container .detail-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

#single-tour-container .detail-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--primary-color);
}

#single-tour-container .overview-text {
  line-height: 1.8;
  margin-bottom: 20px;
}

#single-tour-container .highlight-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

#single-tour-container .highlight-icon {
  color: var(--primary-color);
  margin-right: 15px;
  font-size: 1.2rem;
  margin-top: 3px;
}

#single-tour-container .itinerary-day {
  margin-bottom: 25px;
}

#single-tour-container .day-title {
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

#single-tour-container .day-title i {
  color: var(--primary-color);
  margin-right: 10px;
}

#single-tour-container .day-content {
  padding-left: 30px;
}

#single-tour-container .included-item, .excluded-item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

#single-tour-container .included-item::before {
  content: "✓";
  color: green;
  margin-right: 10px;
  font-weight: bold;
}

#single-tour-container .excluded-item::before {
  content: "✗";
  color: red;
  margin-right: 10px;
  font-weight: bold;
}

/* Booking Card */
#single-tour-container .booking-card {
  background-color: var(--light-color);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  position: sticky;
  top: 20px;
}

#single-tour-container .price-breakdown {
  margin-top: 20px;
}

#single-tour-container .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
}

#single-tour-container .price-total {
  font-weight: 700;
  font-size: 1.2rem;
}

/* Testimonials */
#single-tour-container .testimonial-card {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

#single-tour-container .testimonial-text {
  font-style: italic;
  margin-bottom: 15px;
}

#single-tour-container .testimonial-author {
  font-weight: 600;
  color: var(--primary-color);
}

/* FAQ */
#single-tour-container .accordion-button:not(.collapsed) {
  background-color: rgba(42, 157, 143, 0.1);
  color: var(--secondary-color);
}

#single-tour-container .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}
#page-builder-container{
    overflow:hidden;
}

/* Footer */
footer {
  background-color: #002e5b;
  color: white;
  padding: 50px 0 20px;
}

.footer-logo {
  font-weight: 700;
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}

.footer-links h5 {
  color: var(--accent-color);
  margin-bottom: 20px;
  font-weight: 600;
}

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

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: white;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  padding-left:0;
  list-style-type:none;
}

.social-icons a {
  color: white;
  background-color: rgba(255,255,255,0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.social-icons a:hover {
  background-color: var(--primary-color);
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
  color: #adb5bd;
  font-size: 0.9rem;
}
#single-tour-container .container-fluid{
  max-width:90%;
}

.header-search {
  float:right;
}

#search-box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
  display: block !important;
  background: none !important;
  border-radius: 0 !important;
  align-items: start;
  padding: 0 !important;
}

#search-box {
  width: 200px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  display: block;
}

#search-box-wrapper.active {
  width: 220px;
}
.w-70{
    width:70%;
}

.search-icon {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color:#fff;
}
.news-single-container .single_post_title{
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.news-single-container .post_thumbnail img{
    width: 100%;
    margin: 0 0 15px;
    height: auto;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
}
.news-single-container .single_post_content{
    background:#fff;
    padding:30px;
}
.news-single-container .single_post_content p{
    line-height:1.6;
}
.news-single-container .single_post_content img{
    padding: 15px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    margin: 15px 0;
    width:100%;
    height:auto;
}
.news-single-container .sidebar .sidebar-card {
  background-color: var(--light-color);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  top: 20px;
}
.news-single-container .sidebar .wpforms-container-full{
  margin: 10px 0 25px;
  background: #0040ff;
  padding: 25px;
  color: #fff !important;
}
.news-single-container .sidebar .wpforms-container-full .wpforms-title{
  color: #fff;
  font-size: 2rem;
  margin: 10px 0 15px;
}
.news-single-container .sidebar .wpforms-container-full .wpforms-head-container{
  margin: 0;
  padding: 0 0 10px;
}
.news-single-container .sidebar .wpforms-container-full .wpforms-description{
  color: #fff;
}
.news-single-container .sidebar .wpforms-container-full .wpforms-submit{
  background: #090ca2 !important;
  font-size: 1.8rem !important;
  font-weight: 900;
  height: 79px;
}
#single_post_faq{
  background: #fff;
  padding: 25px;
  margin: 20px 0 0;
}
.new_section h3{
    font-size: 58px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 20px;
}
.new_section p{
    font-weight: 300;
    font-size: 21px;
}
.new_section ul{
    padding: 0;
    width: 90%;
    margin-top: 40px;
}
.new_section ul li{
    margin:0 0 20px;
}
.new_section ul li img{
    width:100%;
}
.new_section li h4{
    font-size: 35px;
    font-weight: 900;
}
.home-news-container .post_details {
  padding: 20px 20px 10px;
  background: #f4f4f4;
}
.archive-title{
    padding:70px 15px;
}
.archive-title h1{
  font-weight: 900;
  font-size: 50px;
  margin: 0 0 0px;
}
.archive-title p{
  font-size: 20px;
  font-weight: 200;
}

.search-box form#tours-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    border-radius: 8px;
}
.search-box{
    display: block !important;
    flex-wrap: nowrap !important;
    justify-content: start !important;
    padding: 0 15px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 30px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08) !important;
    width: 90% !important;
    max-width: 1100px !important;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-icon img {
    width: 20px;
    height: 20px;
}

.filter-field {
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

select, .number-input input {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.number-input {
    display: flex;
    align-items: center;
}

.number-input button {
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
}

.number-input input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
}

.tours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.tour-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
}

.tour-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.tour-meta {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.tour-button {
    display: inline-block;
    padding: 8px 15px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 10px;
}

.location-suggestions {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    width: calc(100% - 2px);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    top:100%;
}

.suggestion-item {
    padding: 8px 12px;
    cursor: pointer;
    background: #cbcff0;
    color: #000;
}

.suggestion-item:hover {
    background-color: #f5f5f5;
}

#location-search {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.filter-field {
    position: relative;
}

@media (max-width: 768px) {
  .tour-title {
      font-size: 2rem;
  }
  
  .main-image {
      height: 300px;
  }
  .container-fluid {
      padding: 0 10px;
  }
  .news-single-container .single_post_title {
    font-size: 1.7rem;
  }
  .news-single-container .post_thumbnail img,
  .news-single-container .single_post_content img{
      padding:0;
  }
  .news-single-container .sidebar .wpforms-container-full .wpforms-title {
      color: #fff;
      font-size: 1.8rem;
  }
  .banner-heading-section {
      padding: 0 20px !important;
    }
    .home_banner_section h1 {
      font-size: 50px;
      padding-top: 30px;
      line-height: 53px;
      margin: 0 0 15px;
    }
    .home_banner_section p {
      width: 100% !important;
      max-width: 100%;
    }
    .home_reasons_section {
      padding: 0px !important;
    }
    .home_reasons_section h3 {
      font-size: 40px;
      line-height: 44px;
    }
    .home_reasons_section .new_section p {
      font-weight: 300;
      font-size: 18px;
    }
    .home_reasons_section h4 {
      font-size: 25px !important;
    }
    .home_reasons_section .icon-col{
        padding:0;
    }
    #single-tour-container .tour-title {
      font-size: 2rem;
      font-weight: 900;
    }
    single-tour-container .day-title {
      font-weight: 800;
      font-size: 18px;
    }
    #single-tour-container .day-content ul {
      padding: 0;
    }
    .single-post .content-area{
        padding:30px 15px;
    }
    [data-padding="10015"]{
        padding:40px 15px;
    }
    .contact_us_left_section,
    .contact_us_right_section{
        padding:15px 25px !important;
    }
    .archive-title{
        padding:30px 15px;
    }
    .archive-title h1{
      font-weight: 900;
      font-size: 40px;
      margin: 0 0 0px;
    }
    .archive-title p{
      font-size: 18px;
      font-weight: 200;
    }
}