* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*  
  font-family: "Manrope", sans-serif;
  font-family: "Bangers", system-ui;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #141414;
  font-weight: 400;
}
section {
  padding: 50px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* SITE BTN */
.site-btn {
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 15px 40px;
  display: inline-block;
  color: var(--s-black);
  transition: all ease 0.5s;
  background-color: var(--s-primary);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
}
.site-btn:hover {
  transform: scale(1.1);
  color: var(--s-black);
  transition: all 0.2s ease-in-out;
}
.revSite-btn {
  background-color: #fff;
  color: var(--s-primary);
  border-color: #fff;
}
.revSite-btn span {
  color: var(--s-primary);
}
.revSite-btn:hover span {
  color: var(--s-white);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
/* TITLE BAR */
.titleBar {
  margin-bottom: 30px;
  position: relative !important;
}
.titleBar h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--s-black);
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.titleBar h3 {
  font-size: 35px;
  font-weight: 600;
  color: var(--s-black);
  margin-bottom: 20px;
}
.iconbg {
  background: var(--s-black);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #FFD936;
  --s-secondary: #f0f0f0;
  /* --s-third: #325E59; */
  --s-white: #ffffff;
  --s-black: #000000;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.bg-s-third {
  background-color: var(--s-third) !important;
}
.text-s-third {
  color: var(--s-third) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
                        HOME PAGE CSS START HERE 
                ============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: var(--s-black);
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-white) !important;
}
/* HEADER CSS START HERE */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-white);
}
.top-location ul li {
  font-weight: 400;
  font-size: 14px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-black);
}
.top-location ul li a {
  color: var(--s-black);
  font-weight: 300;
}
.top-location ul li a lord-icon {
  margin-right: 8px;
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-white);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-black);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-black);
  background-color: var(--s-primary);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-black);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: var(--s-black);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: var(--s-white);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  text-transform: capitalize;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/* Banner Section STart Here */
.tourBox{
  text-align: center;
  border: 1px solid var(--s-black);
  border-radius: 15px;
  background: #FFD936;
  padding: 20px;
  background: linear-gradient(0deg, rgba(255, 217, 54, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.extraCOlor{
  background: #EF4444;
background: linear-gradient(0deg, rgba(239, 68, 68, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
#t-slider-one .item{
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  object-fit: cover;
  margin-top: 20px;
}
#t-slider-one .item img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#t-slider-two .item{
  border-radius: 10px;
  overflow: hidden;
  height: 350px;
  object-fit: cover;
  margin-top: 20px;
}
#t-slider-two .item img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.tourBox h1{
  font-family: "Bangers", system-ui;
  color: #ef4444;
  font-size: 40px;
  font-weight: 500;
}
.tourBox p{
  font-weight: 600;
}
.t-list li{
  font-size: 14px;
}

/* Services Section */
.shadowBox{
  background-color: #fff;
  border-bottom: 1px solid #e2e5f1;
  border-radius: 15px;
  padding: 30px 30px;
  box-shadow: 0 .275rem .75rem -0.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -0.0625rem rgba(11, 15, 25, .03) !important;
}


/* Video Section Start Here */
.video-wrapper {
    position: relative;
    padding-top: 40.25%;
    height: 0;
    overflow: hidden;
    /* border-radius: 30px; */
}
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Gallery Section */
.grid-wrapper  div {
	display: flex;
	justify-content: center;
	align-items: center;
  position: relative;
}
.grid-wrapper  div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.grid-wrapper {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 300px;
	grid-auto-flow: dense;
}
.gallery-link {
  position: absolute;
  /* background: #000; */
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

/* Testimonials Sectiom */
.testimonialsBox{
    position: relative;
}
.testimonialsBox::after{
    position: absolute;
    content: "";
    background-image: url(https://laiconictour.com/wp-content/uploads/2025/08/map.png);
    background-size: contain;
    opacity: 0.05;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.td-single-testimonial-item {
    background: transparent;
    padding: 30px;
    transition: 0.8s;
    border-radius: 0px;
    border: 1px solid #eaeaea;
    text-align: left;
}
.td-testimonial-rating ul li {
  margin: 0 1px;
}
.td-testimonial-header .td-testimonial-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-primary);
}
.td-testimonial-image h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: var(--s-white);
}
.td-name-designation h6 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-black);
  transition: 0.3s;
}
.td-name-designation p {
  color: var(--s-black);
  font-weight: 300;
  font-size: 13px;
}
.td-testimonial-description {
  margin: 20px 0 30px 0;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--s-black);
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-black);
  position: relative;
  padding-top: 25px;
}
/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-black);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-primary);
  color: var(--s-black);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-third);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-third);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-third);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-color: var(--s-black);
  background-image: url(https://laiconictour.com/wp-content/uploads/2025/08/t-img-9.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00000094;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
.about_image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
}
/* Mission Section Start here */
.ourMission {
  background-color: var(--s-primary);
  position: relative;
  background-attachment: fixed;
}
/* .ourMission::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b7;
  z-index: 0;
} */
.valueBox {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* margin: 10px 10px 10px 10px; */
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 3em 1em 3em 1em;
  background-color: var(--s-white);
}
.valueBox h4 {
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 25px;
  margin-top: 25px;
  letter-spacing: 1px;
}
/* FAQs  Section */
.accordion-item {
  background-color: #f3f3f3;
}
.accordion-header .accordion-button {
  font-size: 20px;
  background-color: #f3f3f3;
  color: var(--black);
  padding: 20px 30px 20px 34px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  font-weight: 700;
}
.faq-image {
  height: 600px;
  object-fit: cover;
  object-position: top;
}
.accordion-button:not(.collapsed) {
  color: var(--s-black);
  background-color: var(--s-primary);
}
.contactIcon h5 {
  font-size: 17px;
  font-weight: 600;
}


/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p {
  margin-bottom: 20px;
}
.innerServicesImage img {
  height: 400px;
  object-fit: cover;
}
.innerServices-overlay {
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}






/* WebSites Responsive  */
@media (max-width: 991px){
  section{
    padding: 50px 0;
  }
  .top-section 
  {
    display: none;
  }
  .bottom-header{
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav
  {
    align-items: self-start !important;
    border-top: 1px solid #ffffff;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0; 
    color: var(--s-white);
  }
  .header-btn
  {
    margin-top: 20px;
  }
  .bottom-header .navbar-brand img {
    width: 80px !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3{
    font-size: 24px; 
  }
  .titleBar span{
    font-size: 13px;
    letter-spacing: 1px;
  }
  .titleBar p{
    font-size: 15px;
  }
  p{
    font-size: 14px;
  }

  /* Video Section */
  .videoSection{
    padding: 0;
  }
  .video-wrapper{
    padding-top: 57.25%;
  }




  /* Map */
  .value-image iframe{
    margin-bottom: 0 !important;
    height: 450px;
  }
  /* TEstimonial */
  .testimonialSection {
    padding-top: 50px;
  }
  /* Inner Services */
  .innerPagesBanner {
    height: 180px;
    padding-bottom: 30px;
  }
  .innerpage-title h2 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .innerpage-title{
    margin-top: 0;
  }
  .listTwo li {
    font-size: 13px;
  }
  .content-box p{
    font-size: 12px;
  }
  .content-box h5{
    font-size: 15px;
  }
  .contactUSPage{
    background-color: #e6e6e6;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 30px 8px !important; 
    border-radius: 15px;
    margin: 0;
    border-radius: 10px !important;
  }
  /* FAqs */
  .accordion-header .accordion-button{
    font-size: 14px;
  }
  .accordion-body {
    font-size: 14px;
  }
}


