/*-- Use For Custom Styling --*/

@media (max-width: 767.98px) {
  #revo_main_wrapper {
    height: 210px !important;
  }

  .tp-fullwidth-forcer {
    height: 210px !important;
  }
}

#audioToggle {
  color: #fff; /* default white */
  transition: color 0.3s ease;
}

#audioToggle:hover {
  color: #00aeef; /* blue on hover */
}

/* Brand tints */
.text-blue {
  color: #00aeef;
} /* cyan */
.text-cyan {
  color: #5bc0eb;
} /* ice blue */
.text-dark {
  color: #1c2438;
} /* dark slate */

/* Icon sizing (adjust as needed) */
.laptop-features-icon .icon i {
  font-size: 40px;
  line-height: 1;
}

.package-item {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.package-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.package-icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.section-title {
  font-size: 32px;
  font-weight: 700;
}
.section-subtitle {
  color: #666;
}

/* Dot container spacing */
.trainer .owl-dots {
  margin-top: 20px; /* move dots further down */
  display: flex;
  justify-content: center;
  gap: 12px; /* space between dots */
}

/* Base dot */
.trainer .owl-dot span {
  width: 16px; /* increase size */
  height: 16px;
  display: block;
  border-radius: 50%;
  background: #fff; /* white default */
  opacity: 0.7;
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

/* Hover */
.trainer .owl-dot:hover span {
  background: #00aeef; /* blue on hover */
  opacity: 1;
  transform: scale(1.1);
}

/* Active */
.trainer .owl-dot.active span {
  background: #00aeef; /* blue active */
  opacity: 1;
  transform: scale(1.2);
}

.testimonial-box.bg1 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooGrandTour600Ace.png")
    no-repeat center/cover;
}

.testimonial-box.bg2 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooLegendV800.png")
    no-repeat center/cover;
}

.testimonial-box.bg3 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooMXZ-X-RS800R.png")
    no-repeat center/cover;
}

.testimonial-box.bg4 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooMXZ600.png")
    no-repeat center/cover;
}

.testimonial-box.bg5 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooSummit850-154.png")
    no-repeat center/cover;
}

.testimonial-box.bg6 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/skidoo-850-146.png")
    no-repeat center/cover;
}

.testimonial-box.bg7 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooFreeride800_154.png")
    no-repeat center/cover;
}

#testimonials .text2 .info {
  font-size: 14px;
  font-weight: 500;
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
}

#testimonials .text2 {
  position: absolute;
  text-align: center;
  top: 78%;
  left: 50%;
  transform: translateX(-50%);
}

.standalone-area .gradient-text2 {
  font-size: 30px;
}

.aboutpage {
  padding-top: 20rem;
}

@media (max-width: 767.98px) {
  .aboutpage {
    padding-top: 13rem;
  }
}

/* \Kozuv  START*/

.about_img img {
  max-height: 450px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-section h1 {
  z-index: 2;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.text-cyan {
  color: #00ccff;
}

.feature-card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 30px 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.feature-card i {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

/* Fun Facts */
.fun-fact-card {
  background: #0c1d2c;
  color: #fff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.fun-fact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}
.fun-fact-card i {
  font-size: 2rem;
  color: #00ccff;
  margin-bottom: 12px;
}

/* Culture Section */
.culture-section {
  background: linear-gradient(120deg, #0c1d2c 0%, #001f2d 100%);
  color: #fff;
  padding-block: 60px;
  padding-inline: 20%;
  border-radius: 12px;
  margin: 40px 0;
}

.cta-section a.btn {
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
    
    .custom-kozuf-hero {
        padding-bottom: 4rem;        
    }
    
    .custom-kozuv-text{
        text-align: center;
    }

}


.gallery-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
    padding-inline: 1rem;
}

.gallery {
    object-fit: contain;
    object-position: center;
}


@media only screen and (max-width: 768px) {
    .gallery-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        gap: 12rem;
    }
}

/* \Kozuv  END*/

/* \INDEX  START*/

.owl-testimonial .owl-item.center .testimonial-box{
    padding: 15px 45px 45px 45px;
}

.owl-testimonial .owl-item.center .testimonial-box.custom-item-one {
    background-color: #81C784;
}

.owl-testimonial .owl-item.center .testimonial-box.custom-item-two {
    background-color: #64B5F6;
}

.owl-testimonial .owl-item.center .testimonial-box.custom-item-three {
    background-color: #E57373;
}


.sponsors-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.sponsors-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.sponsors-section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.sponsors-section .subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

/* Outer scrollable container */
.sponsors-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.sponsors-wrapper:active {
  cursor: grabbing;
}

/* Flex layout for logos */
.sponsors-logos {
  display: flex;
  justify-content: center; /* Center when not scrollable */
  gap: 30px;
  padding: 20px 0;
  min-width: 100%;
}

/* Individual logos */
.logo-item {
  flex: 0 0 auto;
  width: 150px;
}

.logo-item img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.logo-item img:hover {
  filter: none;
  transform: scale(1.05);
}

/* Hide scrollbar */
.sponsors-wrapper::-webkit-scrollbar {
  display: none;
}
.sponsors-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.logo-item {
  flex: 0 0 auto;
  width: 150px;
  text-align: center;
}

.sponsor-link {
  margin-top: 10px;
}

.sponsor-link a {
  color: #007BFF;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.sponsor-link a:hover {
  color: #0056b3;
  text-decoration: underline;
}


/* \INDEX  END*/

/* \SNOWMOBILES  START*/

.snowmobile-heading-area{
    margin-top: 10rem;
    margin-bottom: 4rem;
}

.snowmobile-list {
  width: 100%;
}

.snowmobile-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
    gap: 2rem;
}

@media (max-width: 768px) {
    .snowmobile-list-item {
        flex-direction: column;
    }
    
}

.snowmobile-item{
    border-radius: 8px;
}

.right-side {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    flex: 1;
    height: 300px;
    padding: 1rem;
    position: relative;
}


.snowmobile-category-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .5rem;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-bottom-style: solid;
    border-radius: 4px;
    margin-left: 1rem;
    margin-right: 1rem;

}

.snowmobile-category-container.snowmobile-category-one {
    border-color: #81C784;
}

.snowmobile-category-container.snowmobile-category-two {
    border-color: #64B5F6;
}

.snowmobile-category-container.snowmobile-category-three {
    border-color: #E57373;
}


.snowmobile-item.bg1 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooGrandTour600Ace.png")
    no-repeat center/cover;
}

.snowmobile-item.bg2 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooLegendV800.png")
    no-repeat center/cover;
}

.snowmobile-item.bg3 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooMXZ-X-RS800R.png")
    no-repeat center/cover;
}
 
.snowmobile-item.bg4 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooMXZ600.png")
    no-repeat center/cover;
}
  
.snowmobile-item.bg5 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooSummit850-154.png")
    no-repeat center/cover;
}

.snowmobile-item.bg6 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/skidoo-850-146.png")
    no-repeat center/cover;
}

.snowmobile-item.bg7 {
  height: 300px;
  width: 360px;
  background: url("https://snowmobiles.mk/assets/images/SkidooFreeride800_154.png")
    no-repeat center/cover; 
}

.snowmobile-item.custom-snowmobile-item-one {
    background-color: transparent;
    /*background-color: #81C784;*/
    /*background-color: #888888;*/
}
.snowmobile-item.custom-snowmobile-item-two {
    background-color: transparent;
    /*background-color: #64B5F6;*/
    /*background-color: #888888;*/
}
.snowmobile-item.custom-snowmobile-item-three { 
    background-color: transparent;
    /*background-color: #E57373;*/
    /*background-color: #888888;*/
}


.snowmobile-placeholder {
    font-size: 14px;
    margin: 0;
}

.snowmobile-title{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

.snowmobile-category {
    margin-top: auto;
    align-self: flex-end;
    font-size: 14px;
}

.snowmobile-category.category-one {
    color: #81C784;
}

.snowmobile-category.category-two {
    color: #64B5F6;
}

.snowmobile-category.category-three {
    color: #E57373;
}


/* \SNOWMOBILES  END*/

/* \TOURS  START*/

.tours {
    margin-top: 4rem;
    padding-top: 0;
    
}

.tour-image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}
 
 
.tour-title {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 18px;
    color: #00AEEF;
    text-align: center;
}

.tour-detail {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
 }
 
.tour-one {
    margin-bottom: 10rem;
}
.tour-two {
    margin-bottom: 10rem;
}
.tour-three {
    margin-bottom: 10rem;
}
.tour-four {
    margin-bottom: 10rem;
}
.tour-five {
    margin-bottom: 10rem;
}
.tour-six {
    margin-bottom: 10rem;
}

.tour-image-position-bottom {
    object-position: bottom;
}
  .tours-important-msg {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    color: #212529;
    margin-left: auto;
    margin-right: auto;
  }

  .tours-important-msg p {
    margin-bottom: 2rem;
    font-size: 1.125rem; /* Roughly equivalent to Bootstrap fs-5 */
    font-weight: 600;
  }

  .tours-important-msg p:last-child {
    margin-bottom: 0;
  }

  .tours-important-msg span {
    font-weight: 400;
    display: block;
    margin-top: 0.5rem;
  }

  .tours-important-msg i {
    margin-right: 0.5rem;
    color: #0d6efd; /* Primary blue for icons */
  }
  
  .custom-tours-star-image {
  width: 24px;
  height: 24px;
  margin-right: -4px;
  }
  
  .custom-tour-apollonia-logo {
      margin-top: -40px;
  }
  
/* \TOURS  END*/


/* \ABOUT-US  START*/

#about-page {
    background: #f0f5f8;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

/* HERO SECTION */
.about-hero {
    padding-top: 16rem;
    padding-bottom: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
}

.about-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url('./../images/about-us-heading-image.jpg');*/
    /*background-position: center center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat; */
    background: rgba(0, 38, 77, 0.6);
}

.about-hero .hero-content {
    position: relative; 
    z-index: 2; 
    text-align: center;  
    margin: 0 auto; 
    padding: 0 20px;
}

.about-hero .hero-content h1 {
    z-index: 2;    
    font-size: 4rem; 
    font-weight: 700; 
    color: #fff; 
    text-transform: uppercase; 
    line-height:1.2;
}

.about-hero .hero-content p {
    font-size: 1.25rem; 
    color: #e0f7ff; 
    margin-top: 20px; 
    line-height: 1.6;
}


/* FEATURE CARDS */
.about-us-feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px 25px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-us-feature-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.about-us-feature-card i {
    font-size: 45px;
    margin-bottom: 20px;
    color: #0099cc;
}

/* TIMELINE */
.about-us-timeline {
    position: relative;
    padding: 60px 0;
}

.about-us-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0099cc;
    transform: translateX(-50%);
}

.about-us-timeline-item {
    position: relative;
    width: 50%;
    padding: 25px 40px;
}

.about-us-timeline-item.left {
    left: 0;
    text-align: right;
}

.about-us-timeline-item.right {
    left: 50%;
}

.about-us-timeline-item::before {
    content: '';
    position: absolute;
    top: 25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0099cc;
    border: 4px solid #fff;
}

.about-us-timeline-item.left::before {
    right: -10px;
}

.about-us-timeline-item.right::before {
    left: -10px;
}



/* STATS SECTION */
.about-us-stats-section {
    background: #004466;
    color: #fff;
    padding: 80px 0;
}

.about-us-stats-item {
    text-align: center;
    margin-bottom: 40px;
}

.about-us-stats-item h2 {
    color: #00ccff;
    font-size: 3rem;
    margin-bottom: 10px;
}

/* CALL TO ACTION */
.about-us-quote-cta {
    background: linear-gradient(135deg, #001f3f, #004466);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.about-us-quote-cta h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.about-us-quote-cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

/* \ABOUT-US  END*/
 

