  * {
    margin: 0;
    padding: 0;
  }

  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #327769;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #327769;
  }

  body {
    font-family:  sans-serif;
  }
  html {
    scroll-behavior: smooth;
  }
body, html {
    overflow-x: hidden;
}
  button {
    border: 0;
    outline: 0;
  }
  body{
    overflow-x: hidden;
  }

  button:hover {
    cursor: pointer;
  }

  button:focus,
  input:focus,
  textarea:focus {
    border: 0;
    outline: 0;
  }

  a:hover {
    text-decoration: none;
  }

  img {
    max-width: 100%;
  }

  li {
    list-style: none;
  }

  /* a, p{
      font-size: 14px;
  } */

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }

  .no-pad {
    padding: 0;
  }

header {
    padding: 30px 0;
    border-top: 5px solid #327769;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

 h1,
  h2,
  h3,
  h5,
  h6 {
      color:rgb(6 121 112)!important;
  }



  header .header-nav ul {
    display: flex;
    column-gap: 55px;
    justify-content: flex-end;
  }
  header .header-nav ul li a{
    font-size: 18px;
    color: black;
  }
  header .header-nav ul.sub-menu {
    display: none !important;
}
header .header-nav ul.sub-menu li a{
    font-size: 14px;
}
li#menu-item-12:hover ul.sub-menu {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: white;
    position: absolute;
    z-index: 999;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px -4px #00000052;
}

  header .header-nav ul li a:hover{
    color: #327769!important;
  }

  header .header-nav ul li a.header-t-btn {
    background-color: #327769;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    transition: .3s;
  }
  header .header-nav .dropdown-content a {
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 5px 10px;
}
  header .header-nav ul li a.header-t-btn:hover{
    background-color: black;
  }
  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem;
  }

  .hero-sec {
    height: 800px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    position: relative;
  }
  .text h1{
    font-size: 85px;
    color: white;
    font-weight: 800;
  }

  .hero-sec .hero-selects {
  /*background-color: white;*/
  border-radius: 10px;
  margin: 40px 30px 0px 210px;
  height: 60px;
  display: flex;
  padding-left: 35px;
  position: relative;
  align-items: center;
  width: 67%;
  }

  .hero-sec .hero-selects form .icon-box {
  width: 40%;
  text-align: left;
  margin-right: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-right: 1px solid #c9c9c9!important;
  }

  .hero-sec .hero-selects form .icon-box-3{
  border-right: 0!important;
  }


  .hero-sec select{
  color: #7d7d7d;
  font-size: 16px;
  }


  .hero-selects i{
  color: #327769;
  font-size: 20px;
  }



  .hero-selects button {
  background-color: #327769;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0px 35px;
  border-radius: 0px 10px 10px 0px;
  height: 60px;
  }
  .hero-selects button:hover{
  background-color: black;
  color: white;
  }
  .hero-sec .hero-selects select{
    border: none !important;
    outline: none !important;
    position: relative;
    font-family: 'Roboto';
    width: 70%;
  }

  .select-01::after {
    content: "";
    background-image: url(https://xploreopen.org/wp-content/themes/custom-theme/assets/images/select-01.png);
    width: 15px;
    height: 19px;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
  }
  .hero-sec .hero-selects form {
    /*display: flex !important;*/
    justify-content: space-between !important;
    width: 100%;
    align-items: center;
  }
  .hero-sec a.drop-down-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 99;
  }
  .home-sec-01 .container-fluid {
    max-width: 1450px;
  }
  .home-sec-01 {
    background-color: #f1f6f7;
    padding: 40px 0;
  }
  .home-sec-01  .img-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .home-sec-01 .img-box .text p {
    font-size: 22px;
    color: black;
    line-height: 1.2em;
  }
  .text h2{
    font-size: 40px;
    color: #363636;
    text-transform: uppercase;
  }
  .home-sec-02 {
    padding: 100px 0;
  }
  .home-sec-02 .img-box img {
    border-radius: 10px;
  }
  
  .home-sec-02 .img-inline {
    display: flex !important;
    align-items: baseline !important;
    column-gap: 15px !important;

 
}
  .home-sec-02 .img-inline {
    display: flex !important;
    align-items: center !important;
    column-gap: 15px !important;
    flex-direction: column;
}
  
  .home-sec-02 .img-inline .img img {
    object-fit: cover;
    width: 100% !important;
    height: 100%;
  }
  .home-sec-02 .img-inline .text a{
  font-size: 20px;
  color: #363636;
  font-weight: 500;
  }
  .home-sec-02 .img-inline .text a i {
    margin-left: 12px;
    margin-top: 20px !important;
    display: inline-flex;
  }
  .home-sec-02 .img-box {
    margin-top: 25px;
  }
  .home-sec-02 .text h2{
    margin-bottom: 20px;
  }
  .home-sec-02  .t-btn{
    margin-top: 50px;
  }
  .t-btn {
    background-color: #327769;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 10px;
    display: inline-flex;
    transition: .3s;
  }
  .t-btn:hover{
    background-color: black;
    color: white;
  }
  .home-sec-03 {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0!important;
    position: relative;
    min-height:500px;
    background-position: center center;
        display: flex;
            justify-content: center;
            text-align: center;
    align-items: center;
    padding-bottom:50px!important;
    padding-top:50px!important;
    position:relative;
    
  }
  
 .home-sec-03::before {
    content: '';
    background-color: #00000040;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.home-sec-03 h2,
.home-sec-03 p{
    color:#fff!important;
}
  .home-sec-03 .text p {
    font-size: 17px;
    color: #625b51;
    display: block;
    max-width: 66%;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 40px;
    line-height: 1.7em;
  }
  .text h3{
    text-transform: uppercase;
    color: #363636;
    font-size: 30px;
    font-weight: 600;
  }
  .home-sec-03 .three-boxes .img-box {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 30px 30px;
    column-gap: 15px;
  }
  .home-sec-03  .three-boxes {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
  }
  .home-sec-03  .three-boxes .text h6{
    font-size: 16px;
    color: #363636;
    font-weight: 500;
  }
  .home-sec-03 .t-btn {
    background-color: rgb(6 121 112);
    padding: 15px 40px;
    display: inline-flex;
    margin-top: 0!important;
  }
  .home-sec-03 .t-btn:hover{
    background-color: black;
  }
  .home-sec-03 img.plan-img {
    position: absolute;
    right: 0;
    top: 170px;
    width: 30%;
  }
  .home-sec-04{
    padding: 100px 0;
  }
  .home-sec-04 .logo-box {
    background-color: white;
    box-shadow: 0px 0px 15px 5px #00000014;
    border-radius: 100%;
    text-align: center;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 50px;
  }
  .home-sec-05 {
    padding: 185px 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-sec-05 .text p{
    color: white;
    font-size: 23px;
  }
  .home-sec-05 .text h2{
    color: white;
  }
  .home-sec-05 form input {
    width: 100%;
    height: 80px;
    padding-left: 15px;
    color: black;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    margin: 15px 0;
    font-style: italic;
  }
  .home-sec-05 form input::placeholder{
  color: black;
  }
  .home-sec-05 form button {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 22px;
  }
  footer {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    font-family: 'Roboto', sans-serif !important;
    position: relative;
    z-index: 99;
  }
  footer .text h5{
  font-size: 25px;
  color: white;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  }
  footer .footer-nav ul li a {
  font-size: 17px;
  color: white;
  opacity: 77%;
  padding-bottom: 0px;
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  display: inline-flex;
  }
  footer .footer-nav ul li a:hover{
  opacity: 100%;
  color: #327769;
  }

  footer .icon-list ul li a:hover {
    color: #326875;
}
  footer .icon-list ul li a i {
    font-size: 18px;
  }
footer .icon-list ul li a i {
    color: #327769;
    margin-right: 5px;
    width: 10px;
}
  footer .icon-list ul li a img {
  margin-right: 15px;
  width: 15px;
  }
  footer hr {
    margin-bottom: 0 !important;
    margin-top: 50px;
    border: 0.1px solid #ffffff24;
    width: 110% !important;
    display: block;
    margin: auto;
    margin-left: -50px;
    margin-top: 30px;
  }
  footer .copy-right p {
  color: white;
  font-size: 17px;
  padding: 20px 0;
  }
  footer .copy-right p a{
  color: white;
  }
  footer .copy-right p a:hover{
  color: #327769;
  }

  select:focus-visible{
  border: none !important;
  }
  footer .icon-list.last-links ul li a {
    margin-bottom: 0px;
    line-height: 1.5em;
  }
  footer .footer-colum-1 {
    padding-left: 100px;
  }
  footer .footer-colum-2 {
      padding-left: 70px;
  }

  footer .icon-list.last-links ul li a i {
    font-size: 20px;
    margin-top: 4px;
  }
  .page-title {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  .page-title .text h2 {
    color: white;
    font-size: 85px;
    text-transform: capitalize;
  }
  .about-us-sec-01 {
    padding: 100px 0;
  }
  .about-us-sec-01 .text p {
    font-size: 18px;
    color: #625b51;
    line-height: 1.7em;
  }
  .about-us-sec-01 .text p.about-p-1 {
    margin: 20px 0px 25px 0px;
  }
  .about-us-sec-01 .text p {
    padding-right: 10px;
  }
  .inner-service-title {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact-sec-01 {
    padding: 100px 0;
  }
  .contact-sec-01 .text h2 {
    margin-bottom: 50px;
  }
  .contact-sec-01 form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #7f7f7f;
    height: 50px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #625b51;
}
.contact-sec-01 form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  height: 150px;
  padding-top: 15px;
  font-size: 18px;
  color: #625b51;
}
::placeholder{
  color: #625b51;
}
.contact-sec-01 form {
  max-width: 980px;
  margin: auto;
}
.contact-sec-01 form button {
  margin: auto;
  display: inherit;
  margin-top: 30px;
}
.destination-sec-01 {
  padding-top: 100px;
  overflow: hidden;
  background-color: #bdf1e6;
}
.destination-sec-01 .text p {
  font-size: 17px;
  color: #625b51;
  line-height: 1.7em;
}
.destination-sec-01 .text p.para-1 {
  margin: 25px 0;
}
.destination-sec-01 .img img {
  margin-bottom: -85px;
  margin-left: 50px;
}
.destination-sec-01 .text {
  padding-bottom: 100px;
}
.destination-sec-02 {
  padding: 100px 0;
}
.destination-sec-02 .img-box {
  position: relative;
  border-radius: 20px;
  border: 1px solid #0000001f;
  transition: .5s;
  margin-top: 30px;
}

.destination-sec-02 .img-box img {
  border-radius: 20px;
  transition: .5s;
}
.destination-sec-02 .img-box .text-box h6{
color: #363636;
font-size: 20px;
font-weight: 500;
transition: .5s;
}
.destination-sec-02 .img-box .text-box p {
  color: #625b51;
  font-size: 17px;
  margin: 5px 0;
  transition: .5s;
}
.destination-sec-02 .img-box .text-box .hide-text p{
  color: #625b51;
  font-size: 15px;
  transition: .9s;
}
.destination-sec-02 .img-box .text-box .hide-text .btn-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  transition: .5s;
}
.destination-sec-02 .img-box .text-box .hide-text .btn-sec a{
  font-size: 17px;
  color: #327769;
  font-weight: 500;
  text-decoration: underline;
  transition: .5s;
}
.destination-sec-02 .img-box .text-box .hide-text .btn-sec a:hover{
  color: black;
}
.destination-sec-02 .img-box .text-box .hide-text .btn-sec a.t-btn{
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  transition: .5s;
}
.destination-sec-02 .img-box .text.text-box {
  background-color: white;
  border-radius: 18px;
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: .5s;
}

.destination-sec-02 .hide-text {
  display: none;
  transition: .5s;
}
.destination-sec-02 .img-box:hover {
  border: 1px solid #327769;
  box-shadow: 0px 0px 5px 5px #00baf321;
  transition: .5s;
}
.destination-sec-02  .img-box:hover .hide-text{
display: block;
transition: .5s;
}


.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /* padding: 10px 15px; */
  z-index: 1;
}
header .header-nav .dropdown-content a:hover {
  color: #327769;
  background-color: #d9f5fd;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.destination-inner-02,
.destination-inner-03,
.destination-inner-04{
  padding: 100px 0;
}
.destination-inner-02 .text {
  max-width: 970px;
  margin: auto;
}
.destination-inner-02 .img-box p {
  font-size: 16px;
  color: #363636;
  font-weight: 500;
  line-height: 1.1em;
}
.destination-inner-02 .img-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
  padding: 0px 10px;
  text-align: center;
  margin-top: 50px;
}
.des-inr-sty .text{
  max-width: 970px;
  margin: auto;
}
.des-inr-sty .text p{
  font-size: 17px;
}
.des-inr-sty .text h2{
  margin-bottom: 20px;
}
.destination-inner-03 {
  background-color: #bdf1e6;
}
.destination-inner-04 .img-box {
  border-radius: 10px;
  border: 1px solid #00000038;
}
.destination-inner-04 .img-box {
  border-radius: 20px;
  border: 1px solid #00000038;
  box-shadow: 0px 0px 10px 5px #00000008;
  margin-top: 40px;
}
.destination-inner-04 .img-box img {
  width: 100%;
  border-radius: 20px;
}

.single .destination-inner-04 .img-box img {
    width: 100%;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
}


.destination-inner-04 .img-box .text h6 {
  color: #363636;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.destination-inner-04 .img-box .text ul li {
  color: #625b51;
  font-size: 14px;
  padding-left: 0px;
  margin-left: 12px;
  margin-bottom: 5px;
  padding-left: 10px;
}

.destination-inner-04 .img-box .text {
    padding: 25px 30px 0px 25px;
    height: 250px;
}
.destination-inner-04 .img-box .text ul li::marker {
  content: '✓';
  color: #327769;
}
.destination-inner-04 .img-box hr {
  margin: 20px 0px;
  color: #9a9a9a;
  border-color: #9a9a9a;
}
.destination-inner-04 .img-box  .two-texts h5{
color: black;
font-size: 35px;
font-weight: 800;
}
.destination-inner-04 .img-box .two-texts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
  padding-bottom: 20px;
}
.destination-inner-04 .img-box .two-texts a.t-btn {
  padding: 15px 30px;
}
.destination-inner-05 .map iframe {
  width: 100% !important;
  height: 350px;
  margin-bottom: -10px;
}
.destination-inner-03 .two-tabs .nav-tabs {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  position: relative;
}
.destination-inner-03 .two-tabs .nav-tabs::after {
  content: "";
  background-color: #cdd1d2;
  /* color: red; */
  width: 19%;
  height: 5px;
  position: absolute;
  bottom: 0;
  border-radius: 100px;
}
img:focus-visible{
  border: none !important;
  outline: none !important;
}
.destination-inner-03 .tabs-gallery-sec img.img-fluid {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 20px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color:none !important;
  border: none !important;
}
.destination-inner-03 .nav-tabs .nav-link {
  color: #363636 !important;
  font-size: 20px !important;
  font-weight: 400;
  position: relative;
}
.destination-inner-03 .nav-tabs .nav-link.active::after {
  content: "";
  background-color: #327769;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 100px;
  left: 0;
  z-index: 999;
}
.destination-inner-03 .nav-tabs .nav-link.active {
  color:none !important;
  background-color:none !important;
  color: none !important;
  background:none !important;
  background: none !important;
  background:none !important;
  background: none !important;
  filter: none !important;
  font-weight: 500;
  color: #363636 !important;
}
.destination-inner-03 .img img{
  border-radius: 20px;
}
.destination-inner-03 .tab-pane .text{
  text-align: left;
}
.destination-inner-03 .tab-pane .text p {
  line-height: 1.8em;
  padding-right: 40px;
  margin-top: 20px;
  font-size: 16px;
}
.destination-inner-03 .nav-tabs .nav-link{
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
.destination-inner-03 .nav-tabs .nav-link:hover{
  border: 1px solid rgba(0, 0, 0, 0) !important;
}
.destination-inner-03 .nav-tabs .nav-link.active{
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

/* font-family: 'Poppins', sans-serif;
  font-family: 'Roboto', sans-serif; */


section.home-sec-04 img {
    padding-top: 40px;
}

section.about-us-sec-01 p.new-para {
    margin-bottom: 20px;
}

.home-sec-05 h4 {
    text-align: center;
    color: white;
    line-height: 38px;
    font-size: 30px;
}

.about-us-sec-01 .text.new-text {
    margin-top: 50px;
}
  
  .join-sec {
    position: relative; /* Make sure the parent element is positioned relatively */
    padding-top: 100px;
    padding-bottom: 116px;
}

.join-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity of the overlay as needed */
   
}
.search_box .card .card-img-top {
    height: 250px;
    object-fit: cover;
}
.current-menu-item > a {
    color: black !important;
}
label {
    display: inline-block;
    margin-bottom: 0rem !important;
}
.mob-menu-header-holder.mobmenu {
    box-shadow: 0px 0px 10px 0px #00baf338;
}
.about-sec-02 .text h2 {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
}
.about-sec-02 .row {
    row-gap: 20px;
}
footer .icon-list.last-links {
    text-align: center;
}
footer p.footLC {
    border: 1px solid #ffffff8c;
    padding: 20px 50px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px #f7830f30;
    text-align: center;
}
header .col-lg-4 a img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.home-sec {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
footer .icon-list ul li a {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.753);
    opacity: 100%;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    display: block;
    display: inline-flex;
    column-gap: 10px;
}

.footer-contact-sec {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-top: -40px !important;
        margin-right: 300px;
}
.icon-list.last-links ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 20px;
}
header .header-logos {
    display: flex;
    justify-content: space-between;
}
header .header-logos a:nth-child(2) {
    /* opacity: 0; */
    display: none;
}

.page-id-2449 header .header-logos a:nth-child(2) {
    /* opacity: 0; */
    display: block;
}
footer .row.align-items-center.contac-row {
    display: flex !important;
    align-items: flex-end !important;
    align-content: flex-end !important;
}

@media only screen and (max-width: 1600px){
    
    header .header-nav ul {
    column-gap: 40px;
}
li#menu-item-1122 a {
    padding: 12px 25px;
}
.hero-sec {
    height: 600px;
}
.text h1 {
    font-size: 70px;

}
.home-sec-01 .img-box .text p {
    font-size: 18px;
    line-height: 1.1em;
}
.home-sec-01 .img-box {
    column-gap: 10px;
}
.home-sec-02 {
    padding: 80px 0;
}
.home-sec-02 .text h2 {
    margin-bottom: 10px;
}
.text h2 {
    font-size: 30px;
}
.home-sec-02 .t-btn {
    margin-top: 35px;
}
.t-btn {
    font-size: 16px;
    padding: 12px 20px;
}
.home-sec-03 .text p {
    font-size: 16px;
    max-width: 72%;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.6em;
}
.text h3 {
    font-size: 25px;
}
.home-sec-03 img.plan-img {
    top: 155px;
    width: 20%;
}
.home-sec-03 .three-boxes .img-box {
    padding: 20px 20px;
    column-gap: 10px;
}
.home-sec-03 .three-boxes .text h6 {
    font-size: 15px;
}
.home-sec-03 {
    padding: 80px 0px 300px;
}
.home-sec-04 {
    padding: 80px 0;
}
section.home-sec-04 img {
    padding-top: 25px;
}
.home-sec-05 {
    padding: 100px 0;
}
.home-sec-05 form input {
    height: 55px;
    padding-left: 15px;
    font-size: 16px;
    margin: 10px 0;
}
.home-sec-05 .text p {
    font-size: 20px;
}
footer {
    padding-top: 80px;
}
footer .footer-colum-1 {
    padding-left: 80px;
}
footer .footer-colum-2 {
    padding-left: 50px;
}
footer .text h5 {
    font-size: 20px;
    margin-bottom: 0px;
}
footer .footer-nav ul li a {
    font-size: 16px;
    margin-bottom: 8px;
}
footer .icon-list ul li a {
    font-size: 16px;
    margin-bottom: 15px;
}
footer .icon-list.last-links ul li a {
    margin-bottom: 0px;
    line-height: 2.3em;
    font-size: 14px;
}
footer .copy-right p {
    font-size: 12px;
    padding: 15px 0;
}

.page-title .text h2 {
    font-size: 60px;
}
.about-us-sec-01 {
    padding: 80px 0;
}
.about-us-sec-01 .text p.about-p-1 {
    margin: 15px 0px 15px 0px;
}
.about-us-sec-01 .text p {
    padding-right: 0px;
}
.about-us-sec-01 .text p {
    font-size: 17px;
    line-height: 1.5em;
}
.home-sec-05 h4 {
    line-height: 35px;
    font-size: 25px;
}
.home-sec-05 {
    padding: 80px 0;
}
.destination-sec-02 {
    padding: 70px 0;
}
.destination-sec-02 .img-box {
    margin-top: 20px;
}
.destination-sec-02 .img-box .text-box h6 {
    font-size: 18px;
}
.destination-sec-01 {
    padding-top: 80px;
}
.des-inr-sty .text h2 {
    margin-bottom: 10px;
}
.destination-sec-01 .text {
    padding-bottom: 70px;
}
}

@media only screen and (max-width: 1199px){
    header .header-nav ul {
    column-gap: 20px;
}
header .header-nav ul li a {
    font-size: 16px;

}
li#menu-item-1122 a {
    padding: 12px 20px;
}
header {
    padding: 25px 0;
}
.hero-sec {
    height: 500px;
}
.text h1 {
    font-size: 55px;
}
.hero-sec .hero-selects {
    margin: auto;
    height: 60px;
    padding-left: 20px;
    width: 75%;
    margin-top: 20px;
}
.home-sec-01 {
    padding: 30px 0;
}
.home-sec-01 .img-box .text p {
    font-size: 16px;
}
.home-sec-01 .img-box .text p br{
    display:none;
}
.home-sec-02 {
    padding: 60px 0;
}
.text h2 {
    font-size: 28px;
    
}
.home-sec-02 .img-inline {
    column-gap: 10px;
    margin-top: -25px;
    margin-left: 0px;
}
.home-sec-02 .img-inline .text a {
    font-size: 18px;
}
.home-sec-03 {
    padding: 70px 0px 250px;
}
.home-sec-03 .text p {
    font-size: 16px;
    max-width: 80%;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 1.6em;
}
.home-sec-05 {
    padding: 80px 0;
}
.page-title {
    height: 270px;
}
.page-title .text h2 {
    font-size: 50px;
}
.about-us-sec-01 .text p {
    font-size: 16px;
    line-height: 1.4em;
}
.home-sec-05 h4 {
    line-height: 30px;
    font-size: 22px;
}
.about-us-sec-01 .text.new-text {
    margin-top: 30px;
}
.destination-sec-01 .text p {
    font-size: 16px;
    color: #625b51;
    line-height: 1.5em;
}
.destination-sec-01 .text p.para-1 {
    margin: 15px 0;
}
.destination-sec-02 .img-box img {
    height: 300px !important;
    min-height: 300px !important;
}
.destination-sec-02 .img-box .text-box h6 {
    font-size: 16px;
}
.destination-sec-02 .img-box .text-box .hide-text p {
    font-size: 14px;
}
.destination-sec-02 .img-box .text-box .hide-text .btn-sec a {
    font-size: 14px;
}
.destination-sec-02 .img-box .text-box .hide-text .btn-sec a.t-btn {
    padding: 8px 15px;
    font-size: 14px;
}
.contact-sec-01 {
    padding: 70px 0;
}
.contact-sec-01 form textarea {
    height: 120px;
}
.destination-sec-01 {
    padding-top: 60px;
}
.destination-inner-02, .destination-inner-03, .destination-inner-04 {
    padding: 70px 0;
}
.destination-inner-03 .tabs-gallery-sec img.img-fluid {
    width: 100%;
    height: 250px;
    margin-bottom: 25px;
}
.icon-social ul {
    Display: flex !important;
    column-gap: 60px;
    margin: 20px 0 20px;
    margin-left: 0% !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}
.destination-inner-04 .img-box .text h6 {
    font-size: 18px;
    margin-bottom: 5px;
}
.destination-inner-04 .img-box .two-texts a.t-btn {
    padding: 12px 20px;
    font-size: 14px;
}
}
@media only screen and (max-width: 1024px){
    .mob-menu-logo-holder a img {
    max-width: 250px;
    height: 30px;
    object-fit: contain;
}
.header-top-sec h4 {
    font-size: 14px !important;
    text-align: center !important;
}
.header-top-sec ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center !important;
    column-gap: 20px !important;
}
.glam-text-box br {
    display: none !important;
}
.header-top-sec ul li a {
    font-size: 14px !important;
    color: white;
    transition: .3s;
}
.maping-sec-new h2 {
    font-size: 18px;
    padding: 0 20px;
}

.maping-sec-new p {
    font-size: 14px;
    padding: 0px 20px;
    margin-top: -5px;
}
section.hero-sec h3 {
    margin-left: 0px !important;
    text-align: center;
}
.mob-menu-logo-holder a img {
    width: 45px;
}
/*.header-top-sec {*/
/*    display: none;*/
/*}*/
.mobmenu-content .current-menu-item a {
    color: white !important;
}
.hero-sec {
    height: 450px;
}
 .text h1 {
    font-size: 45px;
} 
.hero-sec .hero-selects form .icon-box {
    width: 30%;
    margin-right: 10px;
    height: 30px;
    column-gap: 5px;;
}
.hero-sec .hero-selects {
    height: 50px;
    padding-left: 20px;
    width: 71%;
}
.hero-selects button {
    font-size: 18px;
    padding: 0px 35px;
    height: 50px;
}
a.drop-down-img img {
    width: 13%;
}
.home-sec-01 {
    padding: 25px 0;
}
.home-sec-01 .img-box .img img {
    width: 80%;
}
.home-sec-02 {
    padding: 50px 0;
}
.text h2 {
    font-size: 25px;
}
.home-sec-03 .three-boxes .text h6 {
    font-size: 12px;
}
.home-sec-04 {
    padding: 50px 0;
}
.page-title {
    height: 250px;
}
.page-title .text h2 {
    font-size: 45px;
}
ul.nav.nav-tabs {
    display: flex !important;
}
.destination-inner-03 .tab-pane .text p {
    line-height: 1.5em;
    padding-right: 10px;
    margin-top: 10px;
    font-size: 15px;
}
.icon-social ul {
    Display: flex !important;
    column-gap: 60px;
    margin: 20px 0 20px;
    margin-left: 0% !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}
.destination-inner-04 .img-box {
    margin-top: 25px;
}
.destination-inner-04 .img-box img {
    height: 250px !important;
}
section.destination-inner-04.disclaimer {
    padding: 0px 5% 50px;
}

}
@media only screen and (max-width: 991px){
    .hero-sec {
    height: 400px;
}
.text h1 {
    font-size: 35px;
}
.hero-sec select {
    font-size: 10px;
}
.hero-sec .hero-selects select {
    width: 80%;
}
.home-sec-01 .img-box {
    column-gap: 10px;
    margin-bottom: 20px;
}
.home-sec-03 {
    padding: 60px 0px 150px;
}
.home-sec-03 .three-boxes {
    column-gap: 15px;
    margin-top: 20px;
}
.three-boxes .img-box img {
    max-width: 30px;
}
.home-sec-03 .three-boxes .img-box {
    padding: 15px 15px;
    column-gap: 10px;
    height: 70px;
}
.home-sec-03 .t-btn {
    padding: 12px 30px;
    margin-top: 30px;
}
.home-sec-05 {
    padding: 60px 0;
}
footer {
    padding-top: 40px;
}
footer .footer-colum-1 {
    padding-left: 10px;
}
footer .footer-colum-2 {
    padding-left: 0px;
}
footer .col-md-6 {
    margin-top: 20px;
}
footer .footer-colum-2 {
    padding-left: 15px;
}
.page-title {
    height: 200px;
}
.page-title .text h2 {
    font-size: 40px;
}
.about-us-sec-01 {
    padding: 60px 0;
    text-align: center;
}
.about-us-sec-01 .img img {
    margin-bottom: 25px;
}
.about-us-sec-01 .text p.about-p-1 {
    margin: 10px 0px 10px 0px;
}
.home-sec-05 h4 {
    line-height: 30px;
    font-size: 20px;
}
.destination-sec-01 {
    padding-top: 60px;
    text-align: center;
}
.destination-sec-01 .img img {
    margin-bottom: -100px;
    margin-left: 0px;
}
.destination-sec-01 .text {
    padding-bottom: 30px;
}
.contact-sec-01 {
    padding: 50px 0;
}
.contact-sec-01 .text h2 {
    margin-bottom: 20px;
}
.contact-sec-01 form input {
    height: 40px;
    margin-bottom: 20px;
    font-size: 15px;
}
.contact-sec-01 form textarea {
    height: 100px;
    padding-top: 10px;
    font-size: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.t-btnn {
    margin-top: 20px !important;
    font-size: 16px;
    padding: 15px 25px;
    width: 25% !important;
    height: 10%;
}
.destination-inner-02, .destination-inner-03, .destination-inner-04 {
    padding: 50px 0;
}
.des-inr-sty .text p {
    font-size: 16px;
}
section.destination-inner-03.des-inr-sty .text {
    text-align: center;
}
section.destination-inner-03.des-inr-sty .img img {
    margin-top: 20px !important;
}
.destination-inner-03 .nav-tabs .nav-link.active::after {
    width: 90%;
    left: 15px;
}
.destination-inner-04 .img-box .text ul li {
    color: #625b51;
    font-size: 12px;
    padding-left: 0px;
    margin-left: 10px;
    margin-bottom: 4px;
    padding-left: 10px;
}
.icon-social ul {
    column-gap: 35px !important;
}
.destination-inner-04 .img-box .text {
    padding: 25px 30px 0px 25px;
    height: 230px;
    overflow-x: hidden;
    overflow-y: scroll;
}
section.destination-inner-04.disclaimer {
    padding: 0px 5% 50px !important;
}
.icon-list.last-links ul {
    display: flex;
    column-gap: 5px;
}
footer .text h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
footer .icon-list.last-links ul li a {
    margin-bottom: 0px;
    line-height: 2.3em;
    font-size: 12px;
}
footer .icon-list ul li a i {
    margin-right: 0px;
    width: 20px;
    margin-top: 0 !important;
}
}
@media only screen and (max-width: 767px){
    .hero-sec {
    height: 350px;
}
footer .row.align-items-center.contac-row {
    display: flex !important;
    align-items: flex-end !important;
    align-content: flex-end !important;
    flex-direction: column-reverse;
    margin-top: 30px;
}
footer .row.align-items-center.contac-row .col-lg-3.col-md-3 a img {
    width: 300px !important;
}
.footer-contact-sec {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.icon-list.last-links ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 5px;
}
footer {
    text-align: center;
}
footer p.footLC {
    padding: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.footer-contact-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
}
.icon-list.last-links ul {
    display: flex;
    column-gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.text h1 {
    font-size: 30px;
}
 .hero-sec .hero-selects {
    height: 40px;
    padding-left: 15px;
    width: 100%;
}
.hero-selects button {
    font-size: 16px;
    padding: 0px 30px;
    height: 40px;
}
.home-sec-01 .img-box {
    column-gap: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-sec-02 {
    padding: 40px 0;
}

.text h2 {
    font-size: 20px;
    color: #363636;
    max-width: 500px;
    margin: auto;
    text-transform: uppercase;
}
.home-sec-02 .img-box {
    margin-top: 10px;
    text-align: center;
}
.home-sec-03 {
    padding: 50px 0px 100px;
}
.text h3 {
    font-size: 20px;
}
.home-sec-03 .text p {
    font-size: 14px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.home-sec-03 img.plan-img {
    top: 150px;
    width: 15%;
}
.home-sec-03 .three-boxes {
    column-gap: 15px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
}
.home-sec-03 .t-btn {
    padding: 12px 25px;
    margin-top: 20px;
    font-size: 14px;
}
.home-sec-05 .text p {
    font-size: 18px;
    line-height: 1.2em;
}
footer .footer-colum-2 {
    padding-left: 15px;
}
footer .copy-right p {
    font-size: 13px;
    padding: 12px 0;
}
.page-title .text h2 {
    font-size: 35px;
}
.about-us-sec-01 .text p {
    font-size: 15px;
    line-height: 1.3em;
}
.home-sec-05 h4 {
    line-height: 22px;
    font-size: 18px;
}
.destination-sec-01 {
    padding-top: 40px;
    text-align: center;
}
.des-inr-sty .text p {
    font-size: 14px;
}
.destination-inner-02, .destination-inner-03, .destination-inner-04 {
    padding: 40px 0;
}
.destination-inner-02 .img-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    padding: 0px 10px;
    text-align: center;
    margin-top: 30px;
}
.destination-inner-03 .two-tabs .nav-tabs::after {
    width: 38%;
}
.destination-inner-05 .map iframe {
    width: 100% !important;
    height: 200px;
    margin-bottom: -10px;
}
.destination-inner-04 .img-box .text {
    padding: 25px 30px 0px 25px;
    height: 230px;
    /* overflow-x: hidden; */
    overflow-y: auto;
}
section.destination-inner-04.disclaimer h3 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 22px;
}
section.destination-inner-04.disclaimer ol li {
    list-style: number;
    line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;

}

}
@media only screen and (max-width: 575px){
    
    
    footer a img {
    width: 200px;
}

h4.img-attri {
    font-size: 20px;
}
    
    .mob-menu-logo-holder a img {
    max-width: 180px;
    height: 30px;
}
.hero-sec {
    height: 250px;
}
.text h1 {
    font-size: 24px;
}
.hero-selects button {
    font-size: 12px;
    padding: 0px 10px;
    height: 40px;
}
.hero-sec .hero-selects {
    height: 40px;
    padding-left: 10px;
    width: 100%;
}
.hero-sec .hero-selects form .icon-box {
    width: 50%;
    margin-right: 5px;
    height: 30px;
    column-gap: 0px;
}
.hero-sec .hero-selects select {
    width: 100%;
    font-size: 8px;
}
a.drop-down-img img {
    width: 25%;
}
.home-sec-01 .img-box .text p {
    font-size: 14px;
}
.home-sec-01 .img-box {
    column-gap: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home-sec-02 .img-inline .text a {
    font-size: 14px;
}
.home-sec-02 .img-inline {
    column-gap: 10px;
    margin-top: -25px;
    margin-left: 20px;
}
.home-sec-02 .t-btn {
    margin-top: 20px;
    font-size: 14px;
}
.home-sec-03 img.plan-img{
    display:none;
}
.home-sec-03 .three-boxes .img-box {
    padding: 10px 10px;
    column-gap: 10px;
    height: 70px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-sec-04 {
    padding: 40px 0;
}
.home-sec-05 .text p {
    font-size: 14px;
    line-height: 1em;
}
form[data-form-id="1"] .es-form-field-container {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
}
.home-sec-05 form input {
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    margin: 5px 0;
}
input[type="submit"] {
    padding: 10px 25px;
}
.home-sec-05 {
    padding: 40px 0;
}
footer {
    padding-top: 20px;
    text-align: center;
}
footer .text h5 {
    font-size: 18px;
    margin-bottom: 0px;
}
footer .footer-nav ul li a {
    font-size: 14px;
    margin-bottom: 5px;
}
footer .copy-right p {
    font-size: 9px;
    padding: 10px 0;
}
footer hr {
    margin-bottom: 0 !important;
    margin-top: 50px;
    border: 0.1px solid #ffffff24;
    width: 100% !important;
    display: block;
    margin: auto;
    margin-left: 0px;
    margin-top: 20px;
}
footer .icon-list.last-links ul li a {
    margin-bottom: 0px;
    line-height: 2em;
    font-size: 14px;
}
.hero-sec .hero-selects select {
    background-color: #ff000000 !important;
}
.gjs-cell input {
    padding: 0 !important;
    padding-left: 10px !important;
}
.page-title {
    height: 150px;
}
.page-title .text h2 {
    font-size: 30px;
}
.about-us-sec-01 .text p {
    font-size: 14px;
    line-height: 1.3em;
}
.home-sec-05 h4 {
    line-height: 20px;
    font-size: 14px;
}
.home-sec-05 {
    padding: 30px 0;
}
.about-us-sec-01 {
    padding: 40px 0;
    text-align: center;
}
.about-us-sec-01 .text.new-text {
    margin-top: 0px;
}
.destination-sec-01 {
    padding-top: 40px;
    text-align: center;
}
.destination-sec-01 .text p.para-1 {
    margin: 5px 0;
}
.destination-sec-01 .text p {
    font-size: 14px;
    color: #625b51;
    line-height: 1.4em;
}
.destination-sec-01 .img img {
    margin-bottom: -50px;
    margin-left: 0px;
}
.destination-sec-02 .img-box .text.text-box {
    padding: 10px 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.t-btnn {
    width: 60% !important;
    font-size: 14px !important;
}
.destination-inner-03 .two-tabs .nav-tabs::after {
    width: 55%;
}
.destination-inner-03 .tab-pane .text p {
    line-height: 1.3em;
    padding-right: 0px;
    margin-top: 5px;
    font-size: 13px;
}
.destination-inner-05 .map iframe {
    width: 100% !important;
    height: 150px;
    margin-bottom: -10px;
}
.destination-inner-04 .img-box img {
    height: 180px !important;
}
.destination-inner-04 .img-box .text {
    padding: 15px 20px 0px 20px;
    height: 200px;
    /* overflow-x: hidden; */
    overflow-y: auto;
}
.destination-inner-04 .img-box .text ul li {
    color: #625b51;
    font-size: 11px;
    padding-left: 0px;
    margin-left: 10px;
    margin-bottom: 2px;
    padding-left: 5px;
}
.icon-social ul {
    margin: 0px 0 10px !important;
}
.icon-social li a {
    font-size: 25px !important;
}
section.destination-inner-04.disclaimer h3 {
    font-size: 20px;
}
section.destination-inner-04.disclaimer p {
    font-size: 13px;
}
section.destination-inner-04.disclaimer ol li {
    list-style: number;
    line-height: 23px !important;
    font-size: 13px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}
section.destination-inner-04.disclaimer p {
    font-size: 13px !important;
}
.modal-body h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom:10px !important;
}
.pos-div {
    padding: 5px 0px !important;
}
.pos-div textarea {
    height: 100px !important;
}
.card-body {
    text-align: center;
}
h5.card-title {
    font-size: 18px !important;
    margin-bottom: 5px;
}
p.card-text {
    font-size: 14px;
    line-height: 1.3em;
}
.btn-primary {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 8px 10px;
}
.search_box .card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.btn-primary{
    font-size: 13px;
}

.mb-5, .my-5 {
    margin-bottom: 2rem!important;
}

p.card-text {
    font-size: 13px;
}

h5.card-title {
    font-size: 17px !important;
    margin-bottom: 8px;
}

.hero-selects i {
  
    font-size: 15px;
}

.home-sec-01 .img-box .img img {
    width: 70%;
}

.home-sec-02 .text h2 {
    margin-bottom: 0;
}
.home-sec-02 .t-btn {
  
    font-size: 13px;
}

 .text p {
    font-size: 13px!important;
}

.home-sec-01 .img-box .img {
    width: 55px;
}

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

.text h3 {
    font-size: 18px!important;
}

.t-btn{
        font-size: 13px!important;
}

footer .icon-list.last-links ul li a i {
    font-size: 16px;
   
}

footer .icon-list ul li a i {
    font-size: 16px;
}

footer .copy-right p {
    font-size: 9px!important;
}

footer .icon-list ul li a {
    font-size: 15px;
}

.home-sec-03 .three-boxes .text {
    width: 100px;
}

.home-sec-05 h4 {
 
    font-size: 13px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.t-btnn {
 
    font-size: 13px !important;
}

.contact-sec-01 {
    padding: 50px 0 30px;
}

.contact-sec-01 form input,
.contact-sec-01 form textarea{
    font-size: 13px;
    border-radius: 0!important;
}

button#load-more-button{
        font-size: 14px;
}

.btn-primary{
        font-size: 13px!important;
}

.destination-inner-04 .img-box .text{
        height: auto;
            margin-bottom: 20px;
}

div.icon-social li a {
    font-size: 24px !important;
}

section.destination-inner-04.disclaimer ol {
    padding-left: 12px;
}

.destination-inner-03 .nav-tabs .nav-link.active::after {
    width: 100%;
    left: 0;
}

.destination-inner-03 .two-tabs .nav-tabs::after {
    width: 70%;
}

.destination-inner-02 .img-box img {
    width: 50px;
}

.destination-sec-02 .img-box img{
    width:100%!important;
}

.destination-sec-01 .img img {
    margin-bottom: -70px;
}

section.home-sec-04 img {
 
    width: 100%;
}

.home-sec-01 .img-box {
    column-gap: 0;
}


.home-sec-01 .img-box .img {
 
    margin-right: 20px;
}

.hero-selects i {
 
    margin-right: 8px;
}



.home-sec-03{
    
    min-height: 350px;
}
.home-sec img {
    height: 130px;
    width: 250px;
    margin-top: 15px;
}
footer .icon-list.last-links ul li a i {
    font-size: 15px;
    margin-top: 6px !important;
}




}
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}











/* ====== Breakpoints ====== */

/* ✅ Large desktops (>1200px) */
@media (min-width: 1200px) {
  .container { max-width: 1200px; }
}

/* ✅ Laptops / Tablets Landscape (<1200px) */
@media (max-width: 1199px) {
  h2 { font-size: 30px; }
  p  { font-size: 17px; }
  ul li { font-size: 15px; }
}

/* ✅ Tablets Portrait (<992px) */
@media (max-width: 991px) {
  .row { flex-direction: column; align-items: center; }
  .col-md-4, .col-md-6, .col-md-12, .col-lg-3, .col-lg-4 { width: 100%; }
  h2 { font-size: 28px; }
  p { font-size: 16px; }
  ul { text-align: center; }
}

/* ✅ Mobile Landscape (<768px) */
@media (max-width: 767px) {
  section { padding: 50px 15px !important; }
  h2 { font-size: 24px !important; line-height: 1.3; }
  h4 { font-size: 18px !important; }
  p, li { font-size: 15px !important; line-height: 1.6; }
  ul { padding-left: 0 !important; text-align: left !important; }
  .about-img-logo { text-align: center; }
  img { height: auto !important; }
}

/* ✅ Mobile Portrait (<480px) */
@media (max-width: 480px) {
  section { padding: 40px 10px !important; }
  h2 { font-size: 22px !important; }
  h4 { font-size: 16px !important; }
  p, li { font-size: 14px !important; }
  ul { font-size: 14px !important; line-height: 1.6; }
  .about-img-logo img { height: 80px !important; }
}

/* ✅ Very small screens (<360px) */
@media (max-width: 360px) {
  h2 { font-size: 20px !important; }
  p, li { font-size: 13px !important; }
  section { padding: 30px 8px !important; }
}


/* Keep the header layout balanced on all screens */
header .d-flex.align-items-center.justify-content-between.flex-nowrap {
  flex-wrap: nowrap;
  justify-content: space-between !important;
}

/* Keep the logo area aligned left */
header .d-flex.align-items-center.flex-shrink-0 {
  justify-content: flex-start !important;
}

/* Make sure the toggle button stays on the right */
.navbar-toggler {
  margin-left: auto !important;
}

/* Optional: Reduce spacing between logos and toggle on mobile */
@media (max-width: 768px) {
  header .container {
    padding: 0 10px;
  }
}

/* Make header logos responsive */
.site-logo {
  max-height: 80px;
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: inline-block;
}

@media (max-width: 768px) {
  .site-logo {
    max-height: 60px;
  }
}

@media (max-width: 480px) {
  .site-logo {
    max-height: 50px;
  }
}

/* Keep logos aligned neatly */
header .d-flex.align-items-center.flex-shrink-0 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

/* Ensure header spacing adapts */
header {
  padding: 8px 0 !important;
}

  .site-logo {
    display: block;
    height: 65px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .site-logo:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
  }

  /* Keeps the logos and menu centered vertically */
  header .container > .d-flex {
    min-height: 70px;
    align-items: center;
  }

  /* Mobile optimization */
  @media (max-width: 576px) {
    .site-logo {
      height: 50px;
    }
    header {
      padding: 6px 0;
    }
    header .d-flex {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
    }
    .navbar {
      width: 100%;
    }
  }
  .site-logo {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .site-logo {
    max-width: 80px; /* adjust as needed for smaller screens */
  }
}
.navbar-toggler {
  margin-left: auto; /* pushes it to the far right cleanly */
}




  .demo-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .demo-header {
            text-align: center;
            margin-bottom: 40px;
            padding: 20px;
            background: linear-gradient(135deg, #327769 0%, #2a6458 100%);
            color: white;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .demo-header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        .demo-header p {
            font-size: 1.2rem;
            opacity: 0.9;
        }
        
        .demo-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .demo-card {
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
        }
        
        .demo-card:hover {
            transform: translateY(-5px);
        }
        
        .demo-card h2 {
            color: #327769;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #eaeaea;
        }
        
        .demo-card p {
            margin-bottom: 15px;
        }
        
        .features {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 30px;
        }
        
        .feature {
            text-align: center;
            padding: 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .feature i {
            font-size: 2rem;
            color: #327769;
            margin-bottom: 15px;
        }
        
        .feature h3 {
            font-size: 1.2rem;
            margin-bottom: 10px;
            color: #327769;
        }
        
        .instructions {
            background: white;
            border-radius: 10px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        }
        
        .instructions h2 {
            color: #327769;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .instructions ol {
            padding-left: 20px;
        }
        
        .instructions li {
            margin-bottom: 15px;
            padding-left: 10px;
        }
        
        .code-block {
            background: #2d2d2d;
            color: #f8f8f2;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            overflow-x: auto;
            font-family: 'Courier New', monospace;
        }
 /* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background-color: #327769;
    z-index: 10000;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}

.mobile-menu.active {
    transform: translateX(0);
    display: block;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-menu-logo img {
    max-height: 40px;
    width: auto;
}

.mobile-menu-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.mobile-menu-content {
    background: #327769;
    border-top: 1px solid #327769;
    padding: 20px;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-list li {
    position: relative;
    border-bottom: 1px solid #327769;
}

.mobile-menu-list li:last-child {
    border-bottom: none;
}

.mobile-menu-list a {
    display: block;
    padding: 14px 18px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.mobile-menu-list a:hover {
    background: #327769;
    color: #ffb300;
}

/* Mobile Toggle Button */
.mobile-menu-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background: transparent;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

@media (max-width: 991px) {
    .mobile-menu-toggle {
        display: block !important;
    }
}

/* Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.mobile-menu-overlay.active {
    display: block;
}

/* Dropdown: Only Home has submenu */
.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
}

.dropdown-arrow {
  font-size: 18px;
  cursor: pointer;
  color: #000;
  user-select: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}


/* Submenu */
.mobile-submenu {
    display: none;
    background: #327769;
    list-style: none;
    padding-left: 0;
}

.mobile-submenu li a {
    padding: 12px 40px;
    font-size: 14px;
    color: white;
}

/* Show submenu when Home is active */
.mobile-dropdown.active > .mobile-submenu {
    display: block;
}

/* Optional: Hover for desktop */
@media (hover: hover) {
    .mobile-dropdown:hover > .mobile-submenu {
        display: block;
    }
}
.mobile-menu-list li:not(.mobile-dropdown) > a::after {
    content: none !important;
    display: none !important;
}

li.dropdown > a::after {
  content: "▾"; /* Automatically adds a down arrow */
}

    /* ensure parent is positioned so absolute dropdown positions correctly */
    .nav-item.dropdown { position: relative; }
    /* If your Bootstrap is different, these ensure show/hide works reliably */
    .dropdown-menu { display: none; }
    .dropdown-menu.show { display: block; }