


/*gallery*/

/* General Styling for Image Gallery Section */
.image-gallery {
  background-color: #fdf8ce;
  padding: 50px 0;
}

.image-gallery .section-title h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 30px;
}

/* Main Video Styling */
.image-gallery .main-image video {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  object-fit: cover;
}

/* Thumbnail Gallery Styling */
.thumbnail-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.thumbnail-gallery .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect on Thumbnails */
.thumbnail-gallery .thumbnail img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Play Button on Video */
.glightbox.pulsating-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 60px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.glightbox.pulsating-play-btn .play {
  color: #f6dc0a;
}

.glightbox.pulsating-play-btn:hover {
  background-color: rgba(255, 255, 255, 1);
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .image-gallery .section-title h2 {
    font-size: 2rem;
  }

  .thumbnail-gallery .thumbnail {
    margin-bottom: 20px;
  }
}

/**/
/* Base styling for the section */
.cursor-animation-section {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1)), url('../../webroot/landingcss/img/image8.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Section title styling */
.cursor-animation-section .section-title {
  margin-bottom: 40px;
}

.cursor-animation-section .section-title h2 {
  font-size: 2.5rem;
  color: #ffffff;
}

.cursor-animation-section .section-title p {
  font-size: 1.2rem;
  color: #d9d9d9;
  text-align: left;
  margin-top: 0;
}

/* Styling for the content with cursor animation */
.animated-content {
  position: relative;
  text-align: center;
  overflow: hidden;
  opacity: 0.01;
  transition: opacity 0.01s ease;
  z-index: 2;
}

/* Styling for the animated text */
#text span {
  font-size: 5rem;
  font-weight: 600;
  color: #f6dc0a;
  display: inline-block;
  transition: opacity 0.5s ease;
  margin-bottom: 30px;
}

/* Cursor effect */
.cursor-effect {
  position: fixed;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 0;
  z-index: 1;
  mix-blend-mode: color-dodge;
  z-index: 999;
}

/* Hover effect for showing cursor effect */
.cursor-animation-section:hover .cursor-effect {
  opacity: 1;
}

/* Button Styling */
.pointer-btn {
  display: inline-block;
  padding: 16px 48px;
  background-color: #0a1ef6;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 10px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.pointer-btn:hover {
  background-color: #ff0000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .cursor-animation-section .section-title h2 {
    font-size: 2rem;
  }

  .cursor-animation-section .section-title p {
    font-size: 1rem;
  }

  .animated-content h3 {
    font-size: 1.5rem;
  }

  .pointer-btn {
    font-size: 1rem;
    padding: 10px 25px;
  }

  #text span {
    font-size: 2rem;
  }
}

.cursor-animation-section p {
  font-size: 25px;
  color: #9d9d9d;
  text-align: center;
  margin-top: 30px;
}


/**/
.scrolbanner {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../../webroot/landingcss/img/image8.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: none;
}

.scrolbanner.show {
  display: block;
}

.scrolbanner .section-title {
  background-color: rgb(246 220 10 / 10%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.scrolbanner .section-title h2 {
  color: #fff;
  font-size: 35px;
}

.scrolbanner .section-title a {
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 20px;
  color: #000000;
  background-color: #f6dc0a;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  margin-top: 30px;
}

.scrolbanner .section-title a:hover {
  background-color: #000000;
  color: #fff;
  transform: translateY(-3px);
}

/*map area*
.map-area {
  position: relative;
  padding: 2rem 0;
  background-color: #f0f0f0;
  overflow: hidden;
}

.map-area .section-title {
  text-align: center;
  margin-bottom: 1rem;
}

.map-area .section-title h2 {
  font-size: 2rem;
  color: #333;
  margin: 0;
}

.map {
  position: relative;
}

.map img {
  width: 100%;
  height: auto;
  display: block;
}

.map-content {
  border-radius: 10px;
  border-style: solid;
  border-color: #acacac;
  border-width: 1px;
  width: 273px;
  position: absolute;
  left: 16px;
  top: 381px;
  padding: 20px;
}

.map-content li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  font-size: 12px;
}

.map-content li .map-icon {
  width: 20px;
  height: 20px;
}


.france,
.south-africa {
  margin-bottom: 0;
}

.maplocation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-marker {
  position: absolute;
  font-size: 30px;
  color: #ff5050;
  transition: transform 0.3s ease;
}

.map-marker:hover {
  transform: scale(1.2);
  color: #ff3333;
}

/* Marker Positions *
.map-marker.india {
  top: 55%;
  left: 73%;
}

.map-marker.australia {
  top: 80%;
  left: 89%;
}

.map-marker.srilanka {
  top: 70%;
  left: 75%;
}

.map-marker.canada {
  top: 35%;
  left: 25%;
}

.map-marker.netherlands {
  top: 35%;
  left: 55%;
}

.map-marker.germany {
  top: 40%;
  left: 57%;
}

.map-marker.switzerland {
  top: 45%;
  left: 58%;
}

.map-marker.london {
  top: 33%;
  left: 52%;
}

.map-marker.uk {
  top: 34%;
  left: 51%;
}

.map-marker.egypt {
  top: 55%;
  left: 60%;
}

.map-marker.france {
  top: 40%;
  left: 54%;
}

.map-marker.south-africa {
  top: 80%;
  left: 62%;
}
*/
.map-area {
  padding: 60px 0;
  background-color: #f5f5f5;
}

.map-area .section-title h2 {
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
}

.map {
  position: relative;
}

.map img {
  width: 100%;
  height: auto;
  display: block;
}

.maplocation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Prevent interaction with markers */
}

.map-marker {
  position: absolute;
  font-size: 24px;
  color: #e74c3c;
  cursor: pointer;
  pointer-events: auto;
  /* Allow interaction with markers */
}

.map-marker i {
  transition: transform 0.3s ease;
}

.map-marker:hover i {
  transform: scale(1.3);
  color: #c0392b;
}

/* Marker positions */
.map-marker.india {
  top: 52%;
  left: 68%;
}

.map-marker.australia {
  top: 76%;
  left: 84%;
}

.map-marker.srilanka {
  top: 58%;
  left: 69%;
}

.map-marker.canada {
  top: 30%;
  left: 17%;
}

.map-marker.netherlands {
  top: 30%;
  left: 50%;
}

.map-marker.germany {
  top: 33%;
  left: 51%;
}

.map-marker.switzerland {
  top: 45%;
  left: 53%;
}

.map-marker.london {
  top: 33%;
  left: 48%;
}

.map-marker.uk {
  top: 32%;
  left: 47%;
}

.map-marker.egypt {
  top: 58%;
  left: 55%;
}

.map-marker.france {
  top: 44%;
  left: 44%;
}

.map-marker.south-africa {
  top: 70%;
  left: 30%;
}

.map-content {
  border-radius: 10px;
  border-style: solid;
  border-color: #acacac;
  border-width: 1px;
  width: 273px;
  position: absolute;
  left: 16px;
  top: 381px;
  padding: 20px;
}

.map-content li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  font-size: 12px;
}

.map-content li .map-icon {
  width: 20px;
  height: 20px;
}

/*partnerbenifits*/
.partnerbenifits {
  padding: 60px 0 0;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../../webroot/landingcss/img/image10.png');
  background-repeat: no-repeat;
  position: relative;

}

.partnerbenifits h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.partnerbenifits h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 5px;
  /* Adjusted to match border thickness */
  border-bottom: 5px solid #f6dc0a;
  /* opacity: 0;
  visibility: hidden; */
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  transform: translateY(-10px);
  /* Initially off-screen to the left */
}

/* .partnerbenifits:hover h3::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
} */


.partnerbenifits h3 span {
  color: #f6dc0a;
}

.partnerbenifits p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 0;
}

.partnerbenifits img {
  transform: translateX(-100px);
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  /* opacity: 0;
  visibility: hidden; */
  transition: transform 0.8s ease, opacity 0.3s ease, visibility 0.3s ease;
}

/* .partnerbenifits:hover img {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
} */

.partnerbenifits .col-md-5 {
  position: relative;
  min-height: 400px;
  display: flex;
}

.partnerbenifits .benifitscontent {
  padding: 30px;
  text-align: center;
}

.benifitsbtn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  background-color: #f6dc0a;
  border: 2px solid #f6dc0a;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 20px;
  /* transform: translateY(100px);
  opacity: 0;
  visibility: hidden; */
  transition: transform 0.8s ease, opacity 0.3s ease, visibility 0.3s ease;
}

/* .partnerbenifits:hover .benifitsbtn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
} */


@media (max-width: 992px) {
  .partnerbenifits .benifitscontent {
    padding: 20px;
  }

  .partnerbenifits h3 {
    font-size: 1.8rem;
  }

  .partnerbenifits p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .partnerbenifits h3 {
    font-size: 1.6rem;
  }

  .partnerbenifits p {
    font-size: 0.9rem;
  }

  .features-item {
    flex-direction: column;
    align-items: center;
  }

  .partnerbenifits .col-md-5 {
    min-height: auto;
    display: block;
  }

  .partnerbenifits img {
    position: relative;
    bottom: unset;
    display: none;
  }

  .benifitscontent {
    padding: 20px;
  }
}



/* Pricing Section */
.pricing {
  padding: 50px 0;
  background: #f9f9f9;
}

.pricing-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Image Container */
.price-img {
  background: #73cbd2;
  border-radius: 10px 10px 0 0;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.price-img .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

/* Sliding Images */
.priceimage {
  position: absolute;
  bottom: -10px;
}

/* Animation for Sliding Elements */
.priceimage.animation {
  animation: slideLeftToRight 10s infinite ease-in-out;
}

.priceimage.animation1 {
  animation: slideLeftToRight 12s infinite ease-in-out;
}

.priceimage.animation2 {
  animation: slideRightToLeft 8s infinite ease-in-out;
  top: -50px;
}

.priceimage.animation3 {
  animation: slideLeftToRight 15s infinite ease-in-out;
  top: 0;
}

.priceimage.animation4 {
  animation: slideRightToLeft 18s infinite ease-in-out;
  top: 0;
}

.priceimage.animation5 {
  animation: slideLeftToRight 20s infinite ease-in-out;
  top: 0;
}

.priceimage.animation6 {
  animation: slideRightToLeft 25s infinite ease-in-out;
  top: 0;
}

/* Keyframes for Sliding Animation - Left to Right */
@keyframes slideLeftToRight {
  0% {
    left: -100%;
    transform: translateX(0);
  }

  100% {
    left: 100%;
    transform: translateX(0);
  }
}

/* Keyframes for Sliding Animation - Right to Left */
@keyframes slideRightToLeft {
  0% {
    right: -100%;
    transform: translateX(0);
  }

  100% {
    right: 100%;
    transform: translateX(0);
  }
}


/* Pricing Info */
.price-info {
  padding: 20px 30px;
}

.price-info h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.price-info h3 {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.price-info h3 span {
  font-size: 30px;
  color: #ff0000;
}

#price-info-2 h3 span {
  color: #1500ff;
}

#price-info-3 h3 span {
  color: #d900ff;
}

#price-info-4 h3 span {
  color: #0dcaf0;
}

#price-info-2 ul {
  scrollbar-color: #1500ff #ffffff;
}

#price-info-3 ul {
  scrollbar-color: #cf78df #ffffff;
}

#price-info-4 ul {
  scrollbar-color: #0dcaf0 #ffffff;
}


#price-info-2 ul {
  scrollbar-color: #1500ff #ffffff;
}

#price-info-3 ul {
  scrollbar-color: #d900ff #ffffff;
}




.price-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ff0000 #ffffff;
}

.price-info ul li {
  color: #555;
  margin-bottom: 10px;
}

.price-info ul li i {
  color: #f6dc0a;
  margin-right: 10px;
  font-size: 8px;
  display: none;
}

.price-info .toggle-item {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.price-info.show-more .toggle-item {
  display: block;
  opacity: 1;
}

/* Call-to-Action Button */
.cta-btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff0000;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 20px;
}

.cta-btn:hover {
  color: #fff;
}

#price-info-2 .cta-btn {
  background-color: #1500ff;
}

#price-info-3 .cta-btn {
  background-color: #d900ff;
}

#price-info-4 .cta-btn {
  background-color: #0dcaf0
}

/* Responsiveness */
@media (max-width: 992px) {
  .pricing-item {
    padding: 15px;
  }

  .price-info h4 {
    font-size: 1.25rem;
  }

  .price-info h3 {
    font-size: 1.75rem;
  }

  .price-info ul li {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .pricing-item {
    margin-bottom: 20px;
  }

  .price-info h4 {
    font-size: 1.1rem;
  }

  .price-info h3 {
    font-size: 1.5rem;
  }

  .price-info ul li {
    font-size: 0.85rem;
  }
}


/**/
.smileytrips-section {
  padding: 50px 0;
  background-color: #f9f9f9;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.smileytrips-section .section-title {
  text-align: center;
  margin-bottom: 1rem;

}

.smileytrips-section .section-title h2 {
  font-size: 2rem;
  color: #333;
  margin: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.smileytrips-section .row {
  display: flex;
  justify-content: center;
}



.fadebox {
  position: relative;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 480px;
}

.fadebox:hover {
  transform: scale(1.05);
}

.fadebox h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.fadebox .image {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.fadebox h3 {
  font-size: 15px;
  font-weight: 400;
  color: #777;
}

.fadebox h3 span {
  font-weight: 600;
  font-size: 25px;
  color: #0d9bd6;
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(246 220 10 / 71%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.fadebox:hover .middle {
  opacity: 1;
}

.earn-more-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.earn-more-btn a,
.earn-more-btn .earn-btn {
  background-color: #002acb;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  border: none;
}

.earn-more-btn a:hover {
  background-color: #002acb;
}

.earn-more-btn .earn-btn {
  background-color: #000000;
}

.fadebox:hover h2,
.fadebox:hover h3,
.fadebox:hover span {
  opacity: 0;
}

.smileytrips-section .section-title h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 5px;
  border-bottom: 5px solid #f6dc0a;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  transform: translateY(-10px);
}

.smileytrips-section:hover .section-title h2::after {
  opacity: 1;
  visibility: visible;
}

/*coindrop*/
.coindrop {
  position: relative;
  background: #f8f9fa;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../../webroot/landingcss/img/_2112.png');
  background-repeat: no-repeat;
  height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.images,
.more-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.8s ease, opacity 0.3s ease, visibility 0.3s ease;
  width: 100%;
}

.images {
  transform: translateY(-100%);
  align-items: start;
  top: 0;
  left: 0;
}

.more-images {
  transform: translateY(100%);
  align-items: end;
  bottom: 0;
  right: 9=0;
}

.coin-img {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}


.coin-img.image {
  width: 390px;
  height: 220px;
  border-radius: 16px;
}


.coindrop:hover .images {
  transform: translateY(500%);
  opacity: 1;
  visibility: visible;


}

.coindrop:hover .more-images {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}


.message {
  text-align: center;
  margin: 20px 0;
  z-index: 1;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.8s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.coindrop:hover .message {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.message-line {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}

.message-title {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}

.message-Franchise {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
}

.message-Franchise span {
  color: #f6dc0a;
}

.cta {
  margin-top: 20px;
  z-index: 1;
}

.cta-button {
  background: linear-gradient(135deg, #cf00ff, #cf00ff);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.cta-button:hover {
  background: linear-gradient(135deg, #0097a7, #00796b);
  transform: scale(1.05);
}

@media (max-width:480px) {

  .coindrop .images,
  .coindrop .message,
  .coindrop .more-images {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }

  .coin-img {
    width: 50px !important;
    height: 50px !important;
  }
}

/*faq*/
.faq {
  position: relative;
  background-color: #fffbd7;
  padding: 50px 0 100px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

.faq .faq-list li {
  border: 1px solid #eee;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #000;
}

.faq .faq-list a.collapsed:hover {
  color: #850000;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.faq img.element {
  position: absolute;
  width: 240px;
  height: 374px;
  bottom: -100px;
  left: -100px;
  object-fit: cover;
}

.faq .element-i-s-m {
  height: 500px;
  object-fit: cover;
  width: 100%;
}



.franchise-banner:hover img:nth-of-type(1) {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.franchise-banner:hover img:nth-of-type(2) {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

.franchise-banner:hover img:nth-of-type(3) {
  transform: translateX(-90%) translateY(50%) rotate(0deg) scaleX(-1);
  opacity: 1;
  visibility: visible;
  transition: all 0.9s;
}

.franchise-banner:hover img:nth-of-type(4) {
  transform: translateX(-50%) translateY(50%) scaleX(-1);
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

.franchise-banner:hover img:nth-of-type(5) {
  transform: translateX(0%) rotate(100deg) scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 1.2s;
}

.franchise-banner:hover img:nth-of-type(6) {
  transform: translateX(0%) rotate(135deg) scale(-1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 1.3s;
}

.franchise-banner:hover img:nth-of-type(7) {
  transform: translateX(0%) rotate(88deg) scale(-1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 1.4s;
}

.franchise-banner:hover img:nth-of-type(8) {
  transform: translateX(0%) rotate(14deg) scale(-1);
  opacity: 1;
  visibility: visible;
  transition: all 0.9s;
}

.franchise-banner:hover img:nth-of-type(9) {
  transform: translateX(0%) rotate(60deg) scale(-1);
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
}

.franchise-banner:hover img:nth-of-type(10) {
  transform: translateX(0%) rotate(-41deg) scale(-1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 2s;
}


.franchise-banner:hover .franchise-title {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

.franchise-banner:hover .franchise-subtitle {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 1.2s;
}



.franchise-banner:hover .franchise-desc {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 1.3s;
}


.franchise-banner:hover .franchise-btn {

  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 1.4s;
}



.franchise-banner.active img:nth-of-type(1) {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.franchise-banner.active img:nth-of-type(2) {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: all 0.7s;
}

.franchise-banner.active img:nth-of-type(3) {
  transform: translateX(-90%) translateY(50%) rotate(0deg) scaleX(-1);
  opacity: 1;
  visibility: visible;
  transition: all 0.9s;
}

.franchise-banner.active img:nth-of-type(4) {
  transform: translateX(-50%) translateY(50%) scaleX(-1);
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

.franchise-banner.active img:nth-of-type(5) {
  transform: translateX(0%) rotate(100deg) scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 1.2s;
}

.franchise-banner.active img:nth-of-type(6) {
  transform: translateX(0%) rotate(135deg) scale(-1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 1.3s;
}

.franchise-banner.active img:nth-of-type(7) {
  transform: translateX(0%) rotate(88deg) scale(-1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 1.4s;
}

.franchise-banner.active img:nth-of-type(8) {
  transform: translateX(0%) rotate(14deg) scale(-1);
  opacity: 1;
  visibility: visible;
  transition: all 0.9s;
}

.franchise-banner.active img:nth-of-type(9) {
  transform: translateX(0%) rotate(60deg) scale(-1);
  opacity: 1;
  visibility: visible;
  transition: all 1.5s;
}

.franchise-banner.active img:nth-of-type(10) {
  transform: translateX(0%) rotate(-41deg) scale(-1, 1);
  opacity: 1;
  visibility: visible;
  transition: all 2s;
}

.franchise-banner.active .franchise-title {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}

.franchise-banner.active .franchise-subtitle {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 1.2s;
}

.franchise-banner.active .franchise-desc {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 1.3s;
}

.franchise-banner.active .franchise-btn {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  transition: all 1.4s;
}

/**/
.backtotop {
  position: fixed;
  right: 0px;
  top: 40%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right bottom;
  display: flex;
  gap: 10px;
  margin: 0;
  transition: all 200ms linear;
  z-index: 9999;
}


.backtotop a {
  text-decoration: none;
  padding: 4px 20px;
  border: 2px solid #f6dc0a;
  color: #333;
  background-color: #f6dc0a;
  transition: all 0.3s ease;
  font-size: 14px;
  text-align: center;
}

.backtotop a:hover {
  color: white;
  background-color: #333;
}

/**/
.feature-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.feature-section .section-title {
  text-align: center;
}


.feature-section .table th,
.feature-section .table td {
  padding: 15px 20px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}

.feature-section .table th {
  background-color: #f1f1f1;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}

.feature-section .table td {
  font-size: 0.95rem;
  color: #555;
}

.feature-section .table th.franchise,
.feature-section .table th.master-franchise {
  text-align: center;
  font-size: 1.1rem;
}

.feature-section .table td.franchise,
.feature-section .table td.master-franchise {
  text-align: center;
  font-size: 1rem;
}

.feature-section .table td {
  border-bottom: 1px solid #ddd;
}

.feature-section .table tr:last-child td {
  border-bottom: none;
}

/* Franchise columns highlighting */
.feature-section .table th.franchise {
  background-color: #ffc107;
  color: #fff;
}

.feature-section .table th.master-franchise {
  background-color: #000000;
  color: #fff;
}

/* Styling the franchise cells */
.feature-section .table td.franchise {
  background-color: #fff3cd;
  color: #856404;
}

.feature-section .table td.master-franchise {
  background-color: #d4edda;
  color: #155724;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .feature-section .section-title h1 {
    font-size: 2rem;
  }

  .feature-section .section-title p {
    font-size: 1rem;
  }

  .feature-section .table th,
  .feature-section .table td {
    padding: 10px 15px;
    font-size: 0.85rem;
  }

  .feature-section .table th.franchise,
  .feature-section .table th.master-franchise {
    font-size: 1rem;
  }

  .feature-section .table td.franchise,
  .feature-section .table td.master-franchise {
    font-size: 0.9rem;
  }
}



/**/
.landingpage {
  padding: 50px 0;
}

.landingpage h5 {
  color: #000000;
  font-weight: bold;
}




/**/

#next-section {
  padding: 60px 0;
  color: #333;
  background-color: #fff;
}

#next-section .section-title h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

#next-section .section-title p {
  color: #666;
  margin-bottom: 30px;
}

.franchiseBOX {
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  height: 100%;
}

.franchiseBOX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 123, 255, 0.2), rgba(40, 167, 69, 0.2));
  border-radius: 10px;
  z-index: -1;
  transition: opacity 0.3s;
  opacity: 0;
}

.franchiseBOX:hover::before {
  opacity: 1;
}

.franchiseBOX h5 {
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}

.franchiseBOX p {
  color: #555;
  line-height: 1.6;
}

.franchiseBOX p strong {
  color: #000;
}

.franchiseBOX.bg1 {
  background: linear-gradient(135deg, #ffdddd, #ffe6e6);
}

.franchiseBOX.bg2 {
  background: linear-gradient(135deg, #e6ffe6, #ddffdd);
}

.franchiseBOX.bg3 {
  background: linear-gradient(135deg, #e6f3ff, #ddebff);
}

.franchiseBOX:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  #next-section .section-title h1 {
    font-size: 2rem;
  }

  #next-section .section-title p {
    font-size: 1rem;
  }

  .franchiseBOX {
    padding: 15px;
  }

  .franchiseBOX h5 {
    font-size: 1.3rem;
  }
}


.table-section {
  padding: 50px 0;
}


.creative-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg, #ffffff, #ffffff);
  padding: 20px;
}

.creative-table thead th {
  background: linear-gradient(45deg, #f6dc0a, #000003);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px;
  border-bottom: 2px solid #fff;
}

.creative-table tbody td {
  text-align: center;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e0e0e0;
  transition: background 0.3s ease-in-out;
}

.creative-table tbody tr:nth-child(even) {
  background-color: rgba(240, 240, 240, 0.9);
}

.creative-table tbody tr:hover td {
  background: linear-gradient(45deg, #f6dc0a, #000003);
  color: #fff;
  font-weight: bold;
}

.creative-table tbody td:hover {
  background: linear-gradient(90deg, #6dd5ed, #2193b0);
  color: #fff;
  cursor: pointer;
}


.table-section h4 {
  color: red;
}


.table-section .pagination-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-section .pagination-controls button {
  display: inline-block;
  padding: 12px 30px;
  color: #000;
  background-color: #f6dc0a;
  border: 2px solid #f6dc0a;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.table-section .pagination-controls button.btn-less {
  background-color: #000;
  color: #fff;
  border: 2px solid #000000;
}


.timetable-section {
  padding: 50px 0;
  background-color: #ffffff;
}


.timeline-list {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline-list:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  background-color: #ddd;
  top: 0;
  bottom: 0;
}

.timeline-list li {
  position: relative;
  margin-bottom: 40px;
  width: calc(50% - 20px);
  padding-right: 40px;
  text-align: right;
}

.timeline-list li:nth-child(odd) {
  left: 0;
}

.timeline-list li:nth-child(even) {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 40px;
}

.timeline-list li:nth-child(even) .timeline_content {
  text-align: left;
}

.timeline_content {
  border: 2px solid #ddd;
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in;
}

.timeline_content:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-color: #f6dc0a;
}

.timeline_content span {
  background: #f6dc0a;
  color: #000000;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 30px;
  border-radius: 50%;
  font-weight: bold;
}

.timeline_content h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

/* Adjustments for smaller screens */
@media screen and (max-width: 767px) {
  .timetable-section .timeline-list li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
    left: 0;
  }

  .timeline-list:before {
    left: 0;
    display: none;
  }

  .timeline_content span {
    left: 20px;
    transform: none;
  }


}


.industry-showroom-section {
  padding: 50px 0;
}

.industry-insights,
.why-showroom {
  background: #f4feff;
  transition: all 0.5s;
  padding: 30px;
  height: 100%;
}

.why-showroom {
  background-color: rgb(202 46 42 / 11%);
}

.industry-insights:hover,
.why-showroom:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.industry-insights h2,
.why-showroom h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.insight-list,
.showroom-list {
  list-style: none;
  padding: 0;
}

.insight-list li,
.showroom-list li {
  margin-bottom: 15px;
}


@media (max-width: 768px) {
  .industry-showroom-section {
    padding: 30px 0;
  }

  .industry-insights,
  .why-showroom {
    margin: 10px;
  }
}


.local-market-analysis {
  background-color: #fff;
  padding: 50px 0;
}

.local-market-analysis .tier {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 20px;
}

.local-market-analysis .tier:hover {
  transform: translateY(-5px);
}

.local-market-analysis .tier h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.local-market-analysis .tier ul {
  list-style-type: none;
  padding: 0;
}

.local-market-analysis .tier li {
  margin-bottom: 10px;
  line-height: 1.6;
}


.local-market-analysis .tier.bg1 {
  background-color: #0dcaf0;
}

.local-market-analysis .tier.bg2 {
  background-color: #fd7e14;
}

.local-market-analysis .tier.bg3 {
  background-color: #20c997;
}

.local-market-analysis .tier.bg4 {
  background-color: #f6dc0a;
}


.local-market-analysis .tier h3 {
  color: #fff;
}

.local-market-analysis .tier ul li {
  color: #fff;
}

.local-market-analysis .tier.bg4 h3 {
  color: #000000;
}

.local-market-analysis .tier.bg4 ul li {
  color: #000000;
}

.franchisee-day-section {
  padding: 50px 0;
}

.franchisee-day-section h2 {
  text-align: center;
  margin-bottom: 10px;
}

.franchisee-day-section h3 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.franchisee-hour {
  height: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  background-color: transparent;
  padding: 15px;
  transition: all 0.5s ease-in;
}

.franchisee-hour h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
}

.franchisee-hour p {
  color: #666;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .franchisee-day-section {
    padding: 10px;
  }

  .franchisee-day-section h2 {
    font-size: 1.5em;
  }

  .franchisee-hour h4 {
    font-size: 1em;
  }
}

.franchisee-hour:hover {
  background-color: #ffffff;
}

.franchisee-hour:hover h4 {
  color: #f6dc0a;
}

.franchise-growth-opportunities {
  background: #fff;
  padding: 50px 0px;
}

.franchise-growth-opportunities h2 {
  text-align: center;
}

.opportunities-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.opportunity-item {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 20px;
  flex: 1 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  min-width: 250px;
}

.opportunity-item h3 {
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 10px;
}

.opportunity-item p {
  margin: 0;
  color: #555;
}

.opportunity-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border: 2px solid #96ffa926;
  background-color: #96ffa926;
}

@media (max-width: 768px) {
  .opportunity-item {
    flex: 1 1 100%;
  }
}

.training-support-section {
  padding: 50px 0px;
}

.training-support-section h2 {
  text-align: center;
}

.training-support-section h3 {
  font-size: 1.2em;
  color: #37474F;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}

.training-support-section h3::before {
  content: '';
  width: 5px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.training-support-section ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.training-support-section ul li {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.training-support-section ul li strong {
  color: #000000;
  font-weight: bold;
  margin-right: 10px;
}

.training-support-section ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.training-support-section ul li::before {
  content: '➤';
  color: #000000;
  margin-right: 10px;
}

.training-support-section ul li:nth-child(odd) {
  background-color: #ff969626;
  color: #333;
}

.training-support-section ul li:nth-child(even) {
  background-color: #fffbd7;
  color: #333;
}

@media (min-width: 768px) {
  .training-support-section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .training-support-section h2 {
    font-size: 1.5em;
  }

  .training-support-section h3 {
    font-size: 1.1em;
  }

  .training-support-section ul li {
    padding: 15px;
  }
}


.marketing-support-section {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding: 50px 0px;
  color: #333;
}

.marketing-support-section h2 {
  text-align: center;
  font-size: 22px;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
}

.marketing-support-section h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #000000;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.marketing-support-section h3 {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.marketing-support-section h3::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #f6dc0a;
  position: absolute;
  top: -5px;
  left: 0;
}

.marketing-support-section p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.marketing-support-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.marketing-support-section ul li {
  background: #ffffff;
  border-left: 5px solid #f6dc0a;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.marketing-support-section ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #f9f9f9 20%, #f6dc0a 100%);
}

.marketing-support-section ul li strong {
  color: #000000;
  font-weight: bold;
}



.exit-strategy-section {
  padding: 50px 0px;
  background: linear-gradient(135deg, #f0f9ff 0%, #cfe1ff 100%);
  position: relative;
  overflow: hidden;
}


.exit-strategy-section h2 {
  font-size: 22px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.exit-strategy-section p {
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.exit-option {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
  height: 100%;
}

.exit-option:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.exit-option h3 {
  font-size: 1.2rem;
  color: #ff3030;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.exit-option ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.exit-option li {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  line-height: 1.6;
  color: #555;
  transition: color 0.3s ease;
}

.exit-option li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #ff3030;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.exit-option:hover li {
  color: #333;
}

.exit-option:hover li::before {
  transform: scale(1.2);
}

.exit-option li strong {
  color: #333;
  transition: color 0.3s ease;
}

.exit-option:hover li strong {
  color: #000000;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.faqAccordion-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #ffffff, #ffffff);
}


.faqAccordion-section .accordion-button:not(.collapsed) {
  font-weight: 600;
}

.sustainability-csr {
  padding: 50px 0;
}



.sustainability-csr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.sustainability-csr li {
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 1;

}

.sustainability-csr li:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #f6dc0a 20%, #f9f9f9 100%);
}

.sustainability-csr h3 {
  font-size: 1.2rem;
  color: #000000;
  margin: 0 0 0.5rem;
}

.sustainability-csr p {
  margin: 0;
  color: #333;
}

@media (max-width: 600px) {
  .sustainability-csr h2 {
    font-size: 1.5rem;
  }

  .sustainability-csr h3 {
    font-size: 1rem;
  }

  .franchise-growth-opportunities .opportunities-list,
  .sustainability-csr ul {
    display: inherit !important;
  }

  .sustainability-csr li {
    margin-bottom: 20px;
  }
}



.visuals-infographics-section {
  padding: 50px 0px;
}

.visual-item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  flex: 0 0 calc(50% - 10px);
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

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

.visual-item p {
  margin: 10px 0;
  color: #444;
}

.visual-item strong {
  color: #000000;
  font-size: 16px;
  /* Primary color for emphasis */
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .visual-item {
    flex: 0 0 100%;
    /* Stack items on smaller screens */
  }
}

@media (min-width: 769px) {
  .visual-item {
    flex: 0 0 calc(50% - 20px);
    /* Maintain two items per row */
  }
}


/* Investors Form Section */
.Investors-form {
  padding: 50px 0px;
}

.Investors-form h5 {

  color: #333;
  margin-bottom: 20px;
}

.Investors-form .form-group {
  margin-bottom: 15px;
}

.Investors-form .form-control,
.Investors-form .form-select,
.select2-container .select2-selection--single {
  width: 100%;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  border-radius: 0;
}

.Investors-form .form-control:focus,
.Investors-form .form-select:focus {
  border-color: #f6dc0a;
  box-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
  outline: none;
}

.Investors-form .submit-btn,
.Investors-form .back-btn {
  height: 40px;
  border-radius: 50px;
  padding: 0 30px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f6dc0a, #000000);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.Investors-form .submit-btn:hover,
.Investors-form .back-btn:hover {
  background: linear-gradient(135deg, #000000, #000000);
  box-shadow: 0 7px 2px #f6dc0a;
}

.Investors-form .back-btn {
  background: linear-gradient(135deg, #ddd, #bbb);
  color: #555;
}

.Investors-form .back-btn:hover {
  background: linear-gradient(135deg, #bbb, #999);
}

/* Progress Bar */
#progressbar {
  display: flex;
  justify-content: center;
  counter-reset: step;
  margin-bottom: 50px;
  padding-left: 0;
  list-style-type: none;
}

#progressbar li {
  text-align: center;
  width: 33%;
  position: relative;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

#progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff;
  font-weight: 700;
}

#progressbar li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ddd;
  top: 18px;
  left: -50%;
  z-index: -1;
}

#progressbar li:first-child::after {
  content: none;
}

#progressbar li.active {
  color: #f6dc0a;
}

#progressbar li.active::before {
  border-color: #f6dc0a;
  background-color: #f6dc0a;
  color: #000000;
}

#progressbar li.active+li::after {
  background-color: #f6dc0a;
}

/* Step Form */
.step {
  display: none;
}

.step1 {
  display: block;
}

.fs-title {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.fs-subtitle {
  font-size: 14px;
  margin-bottom: 30px;
  color: #777;
  font-style: italic;
}

/* input.form-control {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
} */

/* Button Spacing */

.Investors-form .button-group {
  text-align: center;
}

.button-group .back-btn {
  margin-right: 20px;
}

/* Responsive Design */
@media screen and (max-width: 600px) {
  .Investors-form {
    padding: 30px 15px;
  }

  .Investors-form h5 {
    font-size: 22px;
  }

  #progressbar li {
    font-size: 12px;
  }

  #progressbar li::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .Investors-form .form-control {
    height: 45px;
  }

  .Investors-form .submit-btn,
  .Investors-form .back-btn {
    width: 100%;
  }

  .button-group .back-btn {
    margin-bottom: 20px;
  }
}



.select2-container {
  z-index: 9999 !important;
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px;
  height: auto;
  line-height: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.select2-container .select2-selection--single {
  height: auto;

}

.modal-header--sticky {
  position: sticky;
  top: 0;
  z-index: 1055;
  background-color: #f6dc0a;
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  z-index: 1055;
  background-color: #f6dc0a;
}

.common_modal .modal-content {
  background-color: #f6dc0a;
}

.common_modal .modal-content .modal-body.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -10px;
  height: 100%;
  width: 100%;
}

.common_modal .modal-content .closebtn {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  text-shadow: none;
  opacity: 1;
  border-radius: 50px;
  background-image: none;
  font-size: 20px;
  background: #f6dc0a;
  color: #000000;
}

@media (max-width: 767px) {
  .modal-content .modal-body.img {
    display: none;
    padding: 0 !important;
  }
}




/*hero*/
.hero {
  padding: 100px 0;
}

.hero h2 {
  margin: 0;
  font-size: 60px;
  font-weight: 500;
}

.hero h2 a {
  color: inherit;
}

.hero h2 span {
  font-weight: bold;
}

.hero p {
  color:
    color-mix(in srgb, #000000, transparent 0%);
  margin: 5px 0 30px 0;
  font-size: 30px;
  font-weight: 600;
}

.hero p span {
  color: #ff0000;
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
  -webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;
  will-change: transform;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-10px);
  }
}

@media (max-width:480px) {
  .hero {
    padding: 100px 0 50px 0;
  }

}

/* Benefits Section */
.benefits-section {
  background-color: #cccccc;
  padding-top: 0px;
}

.benefits-section .benefit-item {
  width: 100%;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}

.benefits-section .benefit-icon {
  background-color: var(--tts-buttton-bg);
  color: var(--tts-buttton-txt);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 80px;
  height: 80px;
  font-size: 28px;
  border-radius: 20px;
  border: 2px solid var(--tts-buttton-bg);
  margin: -35px auto 35px auto;
  position: relative;
  z-index: 1;
  transform: rotate(45deg);
}

.benefits-section .benefit-icon img {
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
}

.benefits-section .benefit-item span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: var(--default-color);
  margin-top: 15px;
}

.benefits-section .benefit-item p {
  font-size: 20px;
  font-weight: 500;
  color: var(--tts-buttton-bg);
  margin-top: 5px;
}



/*highlight-section*/
.highlight-item {
  position: relative;
  background: white;
  padding: 15px 20px;
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Yellow folded corner effect */
.highlight-item::before,
.highlight-item::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--tts-buttton-bg);
  border-radius: 5px;
  z-index: -1;
}

.highlight-item::before {
  top: -5px;
  left: -5px;
  transform: rotate(45deg);
}

.highlight-item::after {
  bottom: -5px;
  right: -5px;
  transform: rotate(45deg);
}


/*franchise-section*/
.franchise-card {
  background: var(--tts-buttton-bg);
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  position: relative;
}

.franchise-card .card-body {
  padding: 20px;
}

.franchise-card .card-title {
  font-size: 42px;
  color: #000000;
  margin-bottom: 0;
}

.franchise-card .highlight {
  display: block;
  font-size: 42px;
  font-weight: 400;
  color: #000000;
}


.franchise-card .brand-name {
  color: #000000;
}


/* Yellow folded corner effect */
.franchise-card::before,
.franchise-card::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ccc;
  border-radius: 5px;
  z-index: -1;
}

.franchise-card::before {
  top: -5px;
  left: -5px;
  transform: rotate(45deg);
}

.franchise-card::after {
  bottom: -5px;
  right: -5px;
  transform: rotate(45deg);
}


/* travel-services */
.travel-services {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../webroot/landingcss/img/01.png) center / cover no-repeat;
  background-position: center;
  background-size: cover;
}

.travel-services ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.travel-services ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 200px;
}

.travel-services ul li:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #fff8e1, var(--tts-buttton-bg));
  border-color: var(--tts-buttton-bg);
  color: #000;
}

.travel-services ul li .icon {
  position: absolute;
  left: -25px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.travel-services ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;

}

.travel-services .yellow-box {
  padding: 50px 0;
  background: linear-gradient(var(--tts-buttton-bg), transparent 200%);
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

@media (max-width: 768px) {
  .travel-services ul li {
    font-size: 14px;
    padding: 0px 10px;
    gap: 5px;
  }

  .travel-services ul li .icon {
    left: -40px;
    height: 40px;
    width: 40px;
  }
}


/*benefit-section*/
.benefit-section ul.list-unstyled li+li {
  margin-top: 20px;
}

.benefit-section ul.list-unstyled strong {
  background-color: var(--tts-buttton-bg);
  color: var(--tts-buttton-txt);
  padding: 5px 10px;
  border-radius: 20px;
}

/* franchise support*/
.franchise-support {
  background: var(--tts-buttton-bg);
}

.franchise-support ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.franchise-support ul li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  padding: 10px 16px;
  position: relative;
  z-index: 1;
}

.franchise-support ul li {
  margin-bottom: 10px;
}

.franchise-support ul li::before {
  content: "";
  width: calc(100% + 0px);
  height: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: background-color 0.3s ease;
}

/*why smiletytrips*/
.why-smileytrips .features-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.why-smileytrips .features-list li {

  color: #000000;
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
}

.why-smileytrips .features-list li::before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: var(--tts-buttton-bg);
  border-radius: 5px;
  transform: rotate(45deg);
}

/* Smiley Banner */
.why-smileytrips .smiley-banner {
  position: relative;
  height: 550px;
  background:
    url('../../webroot/landingcss/Assets/Asset_17.png') center/cover no-repeat;
}


@media (max-width:480px) {
  .hero h2 {
    font-size: 30px;
  }

  .hero p {
    font-size: 14px;
  }

  .benefits-section {
    padding-top: 30px;
  }

  .benefits-section .benefit-item {
    background-color: #fff;
    padding: 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .benefits-section .benefit-icon {
    margin: 0px auto 35px auto;
  }

  .franchise-card .card-title {
    font-size: 25px;
  }

  .franchise-card .highlight {
    font-size: 22px;
  }

  .travel-services ul {
    gap: 10px;
  }

  .travel-services ul li .icon {
    position: relative;
    left: 0;
  }

  .hero .animated {
    height: 250px;
    margin: auto;
  }

  .hero .hero-img {
    text-align: center;
  }

  .why-smileytrips .smiley-banner {
    height: 38vh;
  }


}


/*--------------------------------------------------------------
# Franchise Landing CSS
--------------------------------------------------------------*/
.landing-banner {
  position: relative;
  background-image: url('../../webroot/landingcss/Assets/franchise-landing/Asset 8.png');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100px 0;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.landing-banner .container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
}

.landing-banner h1 {
  margin: 0;
  font-size: 55px;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
}

.landing-banner h1 span {
  font-weight: normal;
  font-style: normal;
}

.landing-banner h1 .price {
  display: inline-block;
  color: #c0392b;
  font-weight: 700;
}

.landing-description {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: 600;
  width: 100%;
  color: #ffffff;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .landing-banner {
    padding: 80px 20px;
  }

  .landing-banner h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .landing-description {
    font-size: 24px;
    bottom: 30px;
    padding: 8px 15px;
  }
}

@media (max-width: 600px) {
  .landing-banner h2 {
    font-size: 32px;
  }

  .landing-description {
    font-size: 20px;
    padding: 6px 12px;
    bottom: 20px;
  }
}


.landing-about .section-title {
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 30px;
  border-left: 7px solid var(--tts-buttton-bg);
}

.landing-about .section-title h2 {
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  font-size: 28px;
  text-transform: uppercase;
}

.landing-about .section-title p {

  color: #555;
}

.about-images {
  position: relative;
}

.landing-about .content h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.landing-about .content h3 span {
  color: #c0392b;
}

.landing-about .content p.fst-italic {

  color: #777;
  margin-bottom: 20px;
}

.landing-about .content ul li {

  color: #555;
  margin-bottom: 12px;
  position: relative;
}

.landing-about .content ul li img {
  margin-right: 15px;
}

.franchise-benefits {
  background-color: rgba(0, 0, 0, 0.1);
  border-top: 15px solid var(--tts-buttton-bg);
  border-bottom: 15px solid var(--tts-buttton-bg);
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.franchise-benefits .section-title h2,
.franchise-benefits .section-title span {
  font-size: 28px;
}

.franchise-benefits::before {
  content: "";
  background-image: url('../../webroot/landingcss/Assets/franchise-landing/non-metro4.png');
  width: 470px;
  height: 100%;
  position: absolute;
  right: -8%;
  top: 0%;
  background-size: 70% auto;
  background-repeat: no-repeat;
  transform: translateX(10%);
  margin-left: 6px;
}


.highlight {
  color: red;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
}

.benefit-box {
  width: clamp(180px, 18%, 220px);
  position: relative;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  padding: 20px;
}

.benefit-box::before,
.benefit-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  border: 3px solid #000;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}


.benefit-box:nth-child(odd)::before {
  top: 0;
  left: 0;
  border-radius: 50px 50px 0 0;
  border-bottom: none;
}

.benefit-box:nth-child(odd)::after {
  bottom: 0;
  left: 0;
  border-radius: 0 0 50px 50px;
  border: none;
}


.benefit-box:nth-child(even)::before {
  bottom: 0;
  left: -3px;
  border-radius: 0 0 50px 50px;
  border-top: none;
}

.benefit-box:nth-child(even)::after {
  top: 0;
  right: 0;
  border-radius: 50px 50px 0 0;
  border: none;
}

.benefit-box h3 {
  font-size: 22px;
}


/*operational-section*/
.operational-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;

}

.operational-section::before {
  content: "";
  background-image: url('../../webroot/landingcss/Assets/franchise-landing/non-metro5.png');
  width: 470px;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 10%;
  background-size: 70% auto;
  background-repeat: no-repeat;
  transform: translateX(10%);
  margin-left: 6px;
}

/*investment-section*/

.investment-section {
  padding: 60px 0;
  background-color: var(--tts-buttton-bg);
  overflow: hidden;
}

.investment-section .section-title h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 2;
  font-weight: bold;
}

.investment-section .card.custom-card {
  padding-top: 0;
  height: auto;

}

.investment-section .card.custom-card .card-header {
  max-width: 100%;
  min-width: 100%;
  position: relative;
  top: 0;
}

.investment-section .card.custom-card .card-header:first-child {
  border-radius: 20px 20px 0px 0;
}


.investment-section .card.custom-card li {
  display: flex;
  padding-bottom: 10px;
}

.investment-section .card.custom-card li:last-child {
  padding-bottom: 0;
}

.card.custom-card {
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
  padding-top: 40px;
  height: 100%;
}

.card.custom-card .card-header {
  font-size: 18px;
  font-weight: bold;
  background: var(--tts-buttton-bg);
  border: none;
  padding: 15px;
  position: absolute;
  top: -30px;
  max-width: 100%;
  min-width: 500px;
  color: var(--tts-buttton-txt);
}

.card.custom-card .card-header:first-child {
  border-radius: 0px 20px 20px 0;
}

.card .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card.custom-card.card-body ul li,
.card.custom-card .card-body ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.card.custom-card .card-body ul li div {
  font-weight: bold;
}

.card.custom-card .card-body ul li span,
.card.custom-card .card-body ul li div {
  flex: 1;
  color: #333;
}


/*timeline-section*/
.timeline-section {
  padding: 60px 0;
  overflow: hidden;
}

.timeline-section ul.timeline {
  padding-left: 50px;
}

.timeline-section ul.timeline:before {
  background: var(--tts-buttton-bg);
}

.timeline-section li.timeline-item::before {
  border: 3px solid var(--tts-buttton-bg);
  background-color: #000;
}



/*industry-section*/
.industry-section {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 0;
  padding-bottom: 60px;
}

.industry-section .section-title h2 {
  font-size: 100px;
  color: #ccc;
  line-height: 1;
  font-weight: bold;
}

.industry-section .card {
  background-color: #555555;
  color: #ffffff;
}

/*Trainin-Support-section*/
.Trainin-Support-section {
  padding: 60px 0;
  background: var(--tts-buttton-bg);
}

.Trainin-Support-section.section-bg .card {
  background-color: #fdf8ce;
  color: #000000;
}

.Trainin-Support-section.section-bg .card .card-header {
  background-color: #656565;
  color: #ffffff;
}

/*Marketing-section*/
.Marketing-section {
  padding: 60px 0;
}

.faq-section {
  background-color: #000;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
  position: relative;
  margin-bottom: 100px;
}

.faq-section::before {
  position: absolute;
  content: "";
  bottom: -100px;
  background-color: var(--tts-buttton-bg);
  height: 100px;
  right: 0;
  left: 0;
}

.faq-section .section-title h2,
.faq-section .section-title span {
  font-size: 28px;
  color: var(--tts-buttton-bg);
  ;
}

.faq-container .faq-item {
  margin-bottom: 20px;
}

.faq-container .faq-item p {

  margin: 0;
  color: #ccc;
}

.faq-container .faq-item .question {
  color: #ffffff;
  font-size: 22px;
}

.faq-section.faq-section-2 {
  margin-bottom: 0;
}

.faq-section.faq-section-2::before {
  background-color: transparent;
}

/*Sustainability-section*/
.Sustainability-section {
  overflow: hidden;
}

.Sustainability-section .divider-left,
.Sustainability-section .divider-right {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  background: var(--tts-buttton-bg);
  z-index: -1;
}

.Sustainability-section .divider-left {
  left: 0;
}

.Sustainability-section .divider-right {
  right: 0;
}

.Sustainability-section .section-title h2 {
  font-size: 60px;
  color: #9e9e9e;
}


.Sustainability-section .card.custom-card {
  padding: 0;
  background-color: var(--tts-buttton-bg);
  text-align: center;
}

.Sustainability-section .card.custom-card .card-header {
  position: relative;
  top: 0;
  min-width: 100%;
  background-color: #ffffff;

}

.Sustainability-section .card.custom-card .card-header:first-child {
  border-radius: 20px 20px 20px 20px;
}

/*thanku-page-section*/
.thanku-page-section {
  position: relative;
  padding: 60px 0;
  margin-bottom: 60px;
}


.thanku-page-section .divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  background: var(--tts-buttton-bg);
  z-index: -1;
}




/* Back-to-Top Button Styling */
.back-top {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 99999;
  width: auto;
  height: auto;
  border-radius: 4px;
  transition: all 200ms linear;
  transform: translateY(-30%) rotate(-90deg);
  transform-origin: right bottom;
}

/* Styling for the list */
.back-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.back-top li {
  display: block;
}

.back-top li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  font-size: 14px;
  transition: all 0.3s;
}

/* WhatsApp Icon Specific Styling */
.back-top .download-Franchise {
  background-color: var(--tts-buttton-bg1);
  color: var(--tts-buttton-txt1);
  border: 2px solid var(--tts-buttton-bg1);
}

.back-top .download-Franchise:hover {
  background-color: #128c7e;
  /* Darker green on hover */
}

/* Quick Icons Styling */
.back-top .quickicons {
  background-color: var(--tts-buttton-bg);
  color: #000;
  border: 2px solid var(--tts-buttton-bg);
}

.back-top .quickicons:hover {
  background-color: #f2a000;
  /* Change color on hover */
  color: #fff;
}

/* Media Queries for Mobile Responsiveness */

/* Mobile Layout: Below 600px */
@media only screen and (max-width: 600px) {
  .back-top {
    right: 10px;
    /* Adjust distance from the right side */
  }

  .back-top ul {
    display: block;
    /* Stack items vertically */
    align-items: flex-start;
    /* Align items to the left */
  }

  .back-top li a {
    font-size: 16px;
    /* Larger text for better readability on mobile */
    padding: 12px 25px;
  }
}

/* Tablet Layout: Between 601px and 900px */
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .back-top {
    right: 15px;
    /* Adjust distance from the right side */
  }

  .back-top ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .back-top li a {
    font-size: 18px;
    padding: 14px 30px;
  }
}