* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    height: 100vh;
    overflow-x: hidden;
    width: 100%;
  }
  .blgdtl a {
    color: #000;
}

.blgdtl ul li {
    list-style: disc;
}
.blgdtl ol li {
    list-style: auto;
}
.blgdtl table td {
    padding: 10px;
}
.blgdtl table  {
    width: 100%!important;
}
  .container{max-width: 1170px; width: 100%; margin: auto; padding: 0px 15px;}
  a.whatsapp {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    width: 70px;
    display: flex
;
    background: #27f519;
    color: #fff;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 24px;
}
.slider .content a {
  color: #ffffff;
  text-decoration: unset;
  font-size: 22px;
  font-weight: bold;
}
a.btgbtn {
  color: #ff7700;
  font-size: 28px;
  font-weight: bold;
}
.abtinner h3 {
  background: #ff7700;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
#about .row.align-items-center img {
  height: 399px;
  object-fit: cover;
  margin-bottom: 30px;
}
.cnt-card p {
  word-wrap: break-word;
}
.cnt-card {
  background-color: #ff9900;
  border-radius: 12px;
  padding: 30px 15px;
  min-height: 228px;
}
.cnt-card .social-icons {
  display: flex
;
  flex-direction: row;
  gap: 1rem;
  color: #777777;
  justify-content: center;
}
a.callbtnx {
  position: fixed;
  bottom: 96px;
  right: 15px;
  z-index: 9;
  width: 70px;
  display: flex
;
  background: #ba4607;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 24px;
}
.counterouter {
  background: #ff9800;
  height: 200px;
  /* padding: 14px; */
}
a.btn.btn121 {
  background: #ff9800;
  color: #fff;
}
.counterouter {
  text-align: center;
  padding-top: 45px;
}
span#counter {
  display: block;
  font-size: 38px;
  font-weight: bold;
}

.faq2 .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: #ff7700;
  outline: none;
}
.faq2  .accordion button:hover, .faq2  .accordion button:focus {
  cursor: pointer;
  color: #010101;
}
.faq2  i {
  position: absolute;
  right: 10px;
}
.faq2 .accordion button {
  
  padding-right: 30px;
}
.faq2  .accordion-body ul {
  padding: 0px;
}
.faq2   li {
  list-style: disc;
  margin-left: 15px;
}
.faq2 .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #ff7700;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.faq2 .accordion button[aria-expanded=true] {
  color: #ffffff;
}
.abtsxt .ft1, .abtsxt .ft1 img {
  height: 100%;
}
.abtsxt .ft2 {
  height: 70%;
}
.abtsxt .ft2 img {
  height: 100%;
}
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
  
  .header-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 24px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  
  /* Right-to-left animation overlay */
  .header-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffae63e6;
    transform: translateX(100%) scale(0.85);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease, scale 0.5s ease;
    z-index: -1;
    border-radius: 16px;
  }
  
  .header.scrolled .header-container::before {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  
  .logo {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    transition: color 0.3s ease;
    z-index: 1;
  }
  
  .desktop-nav {
    display: flex;
    gap: 32px;
  }
  
  .desktop-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    z-index: 1;
  }
  .desktop-nav a:hover{color: #ff7700;}
  
  .button-container {
    display: flex;
    align-items: center;
    gap: 15px;
  }



#cont .faq .accordion .card-header h5 {
    margin: 0; /* Remove margin */
}

#cont .faq .accordion .btn-link {
    color: #007bff; /* Link color */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Make text bold */
}

#cont .faq .accordion .btn-link:focus {
    box-shadow: none; /* Remove outline when focused */
}

#cont .faq .accordion .card-body {
    padding: 15px; /* Add padding inside the body */
    background-color: #fff; /* White background for body */
    border-top: 1px solid #ddd; /* Border at the top of the body */
}


#cont .faq .accordion .btn-link.collapsed i.fas.fa-plus {
    display: inline-block;
}

#cont .faq .accordion .btn-link i.fas.fa-minus {
    display: none;
}

#cont .faq .accordion .btn-link:not(.collapsed) i.fas.fa-plus {
    display: none;
}

#cont .faq .accordion .btn-link:not(.collapsed) i.fas.fa-minus {
    display: inline-block;
}

#cont .faq .card-header {
  background: #ff7700; color: #fff;
}
#cont .faq .card-header button.btn {
position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  text-transform: capitalize;
  padding-right: 20px;
}
#cont .faq .card-header i {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  align-self: anchor-center;
}
#cont .faq   .btn:focus {
  outline: 0;
  box-shadow: unset;
}
.blgdtl h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
.gallerybcx {
  background: #fff4eb;
}
.gallerybcx a.odr-button i {
  margin-left: 4px;
}
.gallerybcx .img-g {
  border-radius: 10px;
  overflow: hidden; transition: 0.3s ease-in-out; transform: scale(0.96);
}

.gallerybcx .img-g:hover {  transform: scale(1); opacity: 0.9;

}
a.mnhyu {
  color: #000;
}
.blgdtl {
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
  #about{background-color: #ff7700; padding: 50px 0px;}
  #about h3{color: #fff;}
  #about p{color: #ffffff;}
  .about-head h2{text-align: center; padding: 30px 0px; font-size: 45px; color: #ff7700;}
  .cta-button {
    background-color: #ff7700;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
  }
  
  .cta-button:hover {
    background-color: #333;
    transform: translateY(-2px);
  }
  
  /* Hamburger menu */
  .hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 2;
  }
  
  .hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #000;
    transition: all 0.3s ease;
  }
  
  /* Mobile menu */
  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #ff7700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: right 0.3s ease;
    z-index: 999;
  }
  
  .mobile-menu a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 500;
  }
  
  .mobile-menu.open {
    right: 0;
  }
  
  .mobile-cta-button {
    background-color: white;
    color: black;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
  }
  
  /* Scrolled state styles */
  .header.scrolled .logo {
    color: white;
  }
  
  .header.scrolled .desktop-nav a {
    color: white;
  }
  .header.scrolled .desktop-nav a:hover{color: #000000;}
  .header.scrolled .cta-button {
    background-color: white;
    color: #ff7700;
  }
  
  .header.scrolled .hamburger span {
    background-color: white;
  }
  
  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .desktop-nav {
      display: none;
    }
  
    .hamburger {
      display: block;
    }
  
    .cta-button {
      display: none;
    }
  
    .header-container {
      padding: 12px 16px;
    }
  
    /* Hamburger animation when open */
    .hamburger.open span:nth-child(1) {
      transform: rotate(45deg) translate(5px, 6px);
    }
  
    .hamburger.open span:nth-child(2) {
      opacity: 0;
    }
  
    .hamburger.open span:nth-child(3) {
      transform: rotate(-45deg) translate(5px, -6px);
    }
  }
  
  

  main {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #ff7700;
    box-shadow: 0 3px 10px #ff7700;
  }
  
  .item {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgb(255 12 0) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;
  
    &:nth-child(1), &:nth-child(2) {
      left: 0;
      top: -16px;
      width: 100%;
      height: 100%;
      transform: none;
      border-radius: 0;
      box-shadow: none;
      opacity: 1;
    }
  
    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 220px); }
    &:nth-child(5) { left: calc(50% + 440px); }
    &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
  }
  
  .content {
    width: min(30vw,400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica,sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
    opacity: 0;
    display: none;
    background-color: #00000085;
    padding: 20px;
  
    & .title {
      font-family: 'arial-black';
      text-transform: uppercase;
    }
  
    & .description {
      line-height: 1.7;
      margin: 1rem 0 1.5rem;
      font-size: 0.8rem;
    }
  
    & button {
      width: fit-content;
      background-color: rgba(0,0,0,0.1);
      color: white;
      border: 2px solid white;
      border-radius: 0.25rem;
      padding: 0.75rem;
      cursor: pointer;
    }
  }
  
  .item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
  }
  
  @keyframes show {
    0% {
      filter: blur(5px);
      transform: translateY(calc(-50% + 75px));
    }
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }
  
  .nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;
  
    & .btn {
      background-color: rgba(255,255,255,0.5);
      color: rgba(0,0,0,0.7);
      border: 2px solid rgba(0,0,0,0.6);
      margin: 0 0.25rem;
      padding: 0.75rem;
      border-radius: 50%;
      cursor: pointer;
  
      &:hover {
        background-color: rgba(255,255,255,0.3);
      }
    }
  }
  
  @media (width > 650px) and (width < 900px) {
    .content {
      & .title        { font-size: 1rem; }
      & .description  { font-size: 0.7rem; }
      & button        { font-size: 0.7rem; }
    }
    .item {
      width: 160px;
      height: 270px;
  
      &:nth-child(3) { left: 50%; }
      &:nth-child(4) { left: calc(50% + 170px); }
      &:nth-child(5) { left: calc(50% + 340px); }
      &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
    }
  }
  
  @media (width < 650px) {
    .content {
      & .title        { font-size: 0.9rem; }
      & .description  { font-size: 0.65rem; }
      & button        { font-size: 0.7rem; }
    }
    .item {
      width: 130px;
      height: 220px;
  
      &:nth-child(3) { left: 50%; }
      &:nth-child(4) { left: calc(50% + 140px); }
      &:nth-child(5) { left: calc(50% + 280px); }
      &:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
    }
  }

  .section.section-padding{  padding: 50px 0 50px;}
  .pattern-squares{position: relative;}
  .pattern-squares::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/squares.jpg);
    background-size: cover;
    background-position: center;
}
.sigma_service.primary-bg:hover, .sigma_service.primary-bg {
  background-color: #ff9900;
  border: 0;
}
.sigma_service {
  display: block;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  transition: .3s;
  margin-bottom: 30px;
  text-decoration: none;
}
.sigma_service-thumb {
  margin-bottom: 40px;
}
.sigma_service .btn-link {
  margin-top: 20px;
  display: block;
}
.sigma_service .btn-link:hover{color: #ff7700;}
.sigma_service.secondary-bg:hover, .sigma_service.secondary-bg {
  background-color: #ff9900;
  border: 0;
}
.sigma_service i {
  font-size: 60px;
  color: #ff9900;
  line-height: 1;
  transition: .3s;
}
.btn-link {
  position: relative;
  color: #ff9900;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.sigma_service .btn-link i {
  font-size: 14px;
  color: #ff9900;
  margin-left: 5px;
}
.sigma_service h5 {
  margin-bottom: 10px;
  transition: .3s;
  color: #ff9900;
  font-weight: 700;
}


#footer {
  background: linear-gradient(45deg, #ffe56e, #f67700);
  padding: 3rem;
  /* padding-top: 5rem; */
  padding-top: 3rem;
  padding-bottom: 3rem;

}
#footer2 {
  background: #f7f7f7;
  padding: 3rem;
  margin-top: 0px;
  /* padding-top: 5rem; */
  padding-top: 7rem;
  padding-bottom: 80px;
  background-image: url(../images/cards/v748-toon-111.png);
}
.logo-footer {
  /* max-width: 300px; */
}
.social-links {
  /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}
.social-links h2 {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.social-links img {
  padding-bottom: 25px;
}
.social-icons {
  /* display: flex;
    gap: 3rem; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #777777;
}
.social-icons a {
  /* font-size: 18px; */
  /* background: #ffffff; */
  /* box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
	color: #ff7700; */
  /* margin-right: 18px; */
  color: #fff;
}
.social-icons a:hover {
  color: #000;
}
.social-icons a i {

  padding-right: 4px;
  border-radius: 3px;
  color: #fff;
  background-color: transparent;
  font-size: 16px;

}
.footer-about {
  color: #fff;
}
.use-links li {
  display: inline-block;
  width: 49%;
}
footer .social-icons {
  display: flex
;
  flex-direction: row;
  gap: 1rem;
  color: #777777;
}
li {
  list-style: none;
}
.ftinner {
  background: rgb(238 238 238 / 18%);
  height: 100%;
  padding: 20px;
}
.useful-link h2 {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.useful-link img {
  padding-bottom: 15px;
}
.use-links {
  line-height: 32px;
}
.use-links li i {
  font-size: 14px;
  padding-right: 8px;
  color: #fff;
}
.use-links li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;

}
.use-links li a:hover {
  color: #000;
}
.address h2 {
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.address img {
  padding-bottom: 15px;
}
.address-links li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;

}
.address-links li i {
  font-size: 16px;
  padding-right: 8px;
  color: #fff;
}
.address-links li i:nth-child(1) {
  padding-top: 9px;
}
.address-links .address1 {
  font-weight: 500;
  font-size: 15px;
  display: flex;
}
.address-links {
  line-height: 32px;
  color: #fff;
}
.copy-right-sec {
  padding: 10px;
  background: #ff7700;
  color: #fff;
  text-align: center;
}
.copy-right-sec a {
  color: #fcd462;
  font-weight: 500;
}
a {
  text-decoration: none;
}

/* footer section end */
.sigma_list.list-2 {
  columns: 2; 
  -webkit-columns: 2;
  -moz-columns: 2;
}

.sigma_list li {
  margin: 0;
  display: flex
;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.sigma_list li i{
  text-rendering: auto;
  line-height: 1;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 10px;
  color: #ff9900;
  background-color: #ffffff;
}

.product-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}
.sigma_btn-custom.light {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
  padding: 10px 20px;
  border: 2px solid #efefef;
  transition: 0.5s; 
  border-radius: 50px;
}
.sigma_btn-custom.light:hover{background-color: #fff; transition: 0.5s; color: #ff7700;}


.product-item img {
  width: 100%;
  height: 300px; padding:  15px;
  object-fit: cover;
}

.product-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  border-color: orange;
}

.product-title {
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.product-item .active {
  border-color: orange;
}
#booking{padding: 30px 0px;}
.ab-head .devider {
  display: inline-block;
  width: 60px;
  height: 2px;
  bottom: 20%;
  position: absolute;
  z-index: 1;
  left: 47%;
  background: rgb(255, 152, 0);
}
.ab-head{text-align: center; font-weight: 600;  position: relative;    font-size: 45px; padding: 20px 0px;}



.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #ff7700;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #ff7700;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #ff7700;
  border: 1px solid #ff7700;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 5px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #ff7700;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  padding: 0 20px;
}


.contact-form {
  background-color: #ffffff;
  padding: 30px;
  max-width: 500px;
  margin: 30px auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.contact-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #000;
}

form input, form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

form input:focus, form textarea:focus {
  border-color: #ff7700;
  outline: none;
}

form textarea {
  height: 120px;
  resize: none;
}

form button {
  background-color: #ff9900;
  color: #ffffff;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button:hover {
  background-color: #824500;
}
#cont{padding: 50px 0px; background-color: #efefef;}

.oder-btn{padding: 20px 0px; }
.oder-btn .odr-button{ background-color: #ff7700; color: #fff !important; border-radius: 50px; padding: 8px 15px;cursor: pointer; font-weight: 500; }
.oder-btn .odr-button:hover{background-color: #ff9900; color: #303030;}
.product-price{font-weight: bold; font-family: 20px;}
.product-title{font-weight: bold; color: #ff7700;}
.cnt-card{background-color: #ff9900; border-radius: 12px; padding:30px 15px;}
.cnt-ditel{color: #fff;}
.cnt-icon{color: #ff7700; background-color: #fff; border-radius: 100px; margin: auto; width: 40px; height: 40px; line-height: 40px;}