:root { 
  --background-color: #ffffff; 
  --default-color: #212529; 
  --heading-color: #2d465e;
  --accent-color: #0a4db8;
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
}

.mkdf-fullscreen-search-holder { background-image: url(/images/search-back-img-1.jpg);background-position: center 0;background-size: cover;background-repeat: no-repeat;}
.page-id-707.mkdf-boxed .mkdf-wrapper { background-attachment: fixed;}
.mkdf-wrapper .mkdf-content { background-color: transparent;background-image: url(/images/page-background.jpg);background-size: cover;}
.page-id-707 .mkdf-page-header .mkdf-menu-area { background-color: rgba(255, 255, 255, 0);}
/*
.page-id-707 .mkdf-page-footer { background-image: url(/images/h3-footer-background-img.jpg);background-size: cover;}
*/
.page-id-707 .mkdf-page-footer .mkdf-footer-top-holder, .page-id-707 .mkdf-page-footer .mkdf-footer-bottom-holder { background-color: transparent;}
.mkdf-property-filter-holder { background-image: url(/images/filter-background.jpg);background-position: center 0;background-size: cover;background-repeat: no-repeat;}
.page-id-707 .mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .page-id-707 .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner { padding-top: 0px;}
.page-id-707 .mkdf-content .mkdf-content-inner > .mkdf-container, .page-id-707 .mkdf-content .mkdf-content-inner > .mkdf-full-width { background-color: #151614;}

.page-id-707 .mkdf-page-footer {
background: rgb(12, 31, 62);
}
.topbar{
    background: linear-gradient(90deg,rgba(24, 53, 101, 1) 38%, rgba(25, 154, 105, 1) 100%);
    color: #fff;
    padding: 7px 0px 7px 0px !important;
}
.topbar a{
    color: #fff;
    font-size: 13px;
}
.btn{
    color: #fff;
    background-color: rgba(24, 53, 101, 1);
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 0px 25px 0x 25px;
}
.mkdf-btn-small {
	padding: 1px 20px !important;
    color: #fff;
    background-color: #183565;
    border: 1px solid transparent;
    margin-left: 10px;
    font-size: 12px !important;
}
.subscribe {
    width: 100%;
    padding: 12px;
}
.logomain{
    height: 180px;
}

@media screen and (max-width: 1300px) {
  .logomain{
    height: 50px;
    }
}
@media screen and (max-width: 1200px) {
  .logomain{
    height: 35px;
    }

    .mkdf-btn-small {
      padding: 1px 20px !important;
        color: #fff;
        background-color: #183565;
        border: 1px solid transparent;
        margin-left: 10px;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 1065px) {
  .logomain{
    height: 35px;
    }

    .topbar a{
      color: #fff;
      font-size: 11px;
   }
    .mkdf-btn-small {
      padding: 1px 10px !important;
        color: #fff;
        background-color: #183565;
        border: 1px solid transparent;
        margin-left: 10px;
        font-size: 10px !important;
    }
}
.mkdf-logo-wrapper img{
  height: 80px !important;
}
.mkdf-main-menu {
  padding-top: 20px;
}
.mkdf-page-header{
  background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 3.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h1{
  color: #fff;
  font-size: 90px;
  text-shadow: 3px 3px 5px #183565;
}
.textpadding{
    padding-right: 30px;
    line-height: 2em;
}
.textpadding p{
  color: #fff;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about{
    color: #555555;
    background-color: #f4f8fb;
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}
.about .content h3 {
  font-size: 1.75rem;
  font-weight: 700;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 0;
  display: flex;
}

.about .content ul i {
  color: #68a4c4;
  margin-right: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

.mkdf-row-grid-section-wrapper{
  background-color: #fff;
}

.mkdf-row-grid-section-wrapper{
  padding-bottom: 50px;
}

.title{
  text-align: center;
  color: #fff;
}

.mkdf-icon-box-title h4{
  color: #fff;
}

.mkdf-icon-box-text{
  color: #ffffff73;
}

.mkdf-centered-type{
  text-align: center;
  padding: 20px;
  background: linear-gradient(90deg, rgba(24, 53, 101, 1) 38%, rgba(25, 154, 105, 1) 100%);
  
}
.mkdf-centered-type h1{
  color: #fff;
}
.mkdf-contents-page{
  background-color: #fff;
}

.mkdf-team-image{
  background-color: #f4f8fb;
  height: 250px;
  border: 1px solid #eee;
}

.team-info{
  height: 200px !important;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid color-mix(in srgb, #fff, transparent 10%);
  border-left: 1px solid color-mix(in srgb, #fff, transparent 10%);
}

.clients .client-logo {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid color-mix(in srgb, #fff, transparent 10%);
  border: 1px solid #ccc;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 5px;
  max-width: 80%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.clients .client-logo:hover img {
  transform: scale(1.1);
}
.sponsorship .card{
  height: 300px;
  background-color: #199769;
  text-align: left;
  padding: 20px;
  color: #fff;
}

.sponsorship .card h3{
  color: #fff;
  border-bottom: 1px solid #fff;
}

.volunter{
  text-align: left;
}

.homeonwer{
  background-color: #19365d;
}
 
.lease h2{
  text-align: center;
}
.lease p{
  text-align: center;
}
.homeowner_content p{
  text-align: left;
}
.heading_title{
  text-align: center;
}
.mkdf-icon-box-title{
  color: #fff;
}
.mkdf-icon-box-title h4{
 color: #c3b9b9;
}

.mkdf-icon-box-content{
  height: 180px;
}

.support{
  background-color: #19365d;
  padding: 30px 0px 40px 0px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.support h2{
  color: #fff;
  text-align: center;
}
.support p{
  color: #fff;
  text-align: center;
}
.services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 40px;
        padding: 0 20px;
    }

    .service-card {
        text-align: center;
        padding: 40px 30px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 30px;
        background: rgb(25 144 105);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        color: #fff;
    }

    .service-card:nth-child(2) .icon {
        background: rgb(25 144 105);
    }

    .service-card:nth-child(3) .icon {
        background: rgb(25 144 105);
    }

    .service-card:nth-child(4) .icon {
        background: rgb(25 144 105);
    }

    .service-title {
        font-size: 1.3rem;
        font-style: italic;
        margin-bottom: 20px;
        color: #1a1a1a;
        font-weight: 400;
    }

    .service-description {
        font-family: 'Arial', sans-serif;
        font-size: 1rem;
        color: #4a4a4a !important;
        line-height: 1.7;
    }

    @media (max-width: 768px) {
        h1 {
            font-size: 2rem;
            margin-bottom: 50px;
        }

        .services-grid {
            gap: 30px;
        }

        .service-card {
            padding: 30px 20px;
        }
    }

    .slider-wrapper {
            position: relative;
            padding: 0 80px;
        }

        .slider-container {
            overflow: hidden;
            padding: 20px 0;
        }

        .slider-track {
            display: flex;
            gap: 35px;
        }

        .testimonial-card {
            min-width: calc(33.333% - 24px);
            background: rgb(25 54 93);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 45px 40px;
            border: 1px solid rgba(255,255,255,0.1);
            position: relative;
            overflow: hidden;
        }

        .testimonial-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, rgb(21 143 102), rgb(25 54 93), rgb(21 143 102));
            background-size: 200% 100%;
            animation: shimmer 3s linear infinite;
            opacity: 0;
            transition: opacity 0.3s;
        }

        @keyframes shimmer {
            0% { background-position: -200% 0; }
            100% { background-position: 200% 0; }
        }

        .testimonial-card:hover {
            background: rgb(21 143 102);
        }

        .testimonial-card:hover::before {
            opacity: 1;
        }

        .stars {
            display: flex;
            gap: 8px;
            margin-bottom: 30px;
            font-size: 1.4rem;
        }

        .star {
            color: #ffd700;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
            animation: sparkle 2s ease-in-out infinite;
        }

        .star:nth-child(1) { animation-delay: 0s; }
        .star:nth-child(2) { animation-delay: 0.2s; }
        .star:nth-child(3) { animation-delay: 0.4s; }
        .star:nth-child(4) { animation-delay: 0.6s; }
        .star:nth-child(5) { animation-delay: 0.8s; }

        @keyframes sparkle {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.15); opacity: 0.8; }
        }

        .quote {
            font-size: 1.15rem;
            line-height: 1.8;
            color: #ffffff;
            margin-bottom: 35px;
            font-weight: 400;
            position: relative;
            padding-left: 20px;
        }

        .quote::before {
            content: '"';
            position: absolute;
            left: -5px;
            top: -10px;
            font-size: 4rem;
            color: rgba(255,255,255,0.2);
            font-family: Georgia, serif;
            line-height: 1;
        }

        .author-section {
            display: flex;
            align-items: center;
            gap: 18px;
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.15);
        }

        .avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid rgba(255,255,255,0.3);
            box-shadow: 0 4px 12px rgba(0,0,0,0.3);
            transition: transform 0.3s;
        }

        .testimonial-card:hover .avatar {
            transform: scale(1.1);
            border-color: rgba(255,255,255,0.6);
        }

        .author-info {
            flex: 1;
        }

        .author-name {
            font-size: 1.2rem;
            font-style: italic;
            color: #ffffff;
            margin-bottom: 5px;
            font-weight: 500;
        }

        .author-role {
            font-size: 0.95rem;
            color: rgba(255,255,255,0.8);
            font-weight: 400;
        }

        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 55px;
            height: 55px;
            background: rgba(255, 255, 255, 0.95);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: #2ba86f;
            box-shadow: 0 4px 15px rgba(0,0,0,0.3);
            transition: all 0.3s;
            z-index: 10;
        }

        .nav-button:hover {
            background: #ffffff;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 6px 20px rgba(0,0,0,0.4);
        }

        .nav-button:active {
            transform: translateY(-50%) scale(0.95);
        }

        .nav-button.prev {
            left: 0;
        }

        .nav-button.next {
            right: 0;
        }

        .dots-container {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 50px;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.4);
            cursor: pointer;
            transition: all 0.3s;
            border: 2px solid transparent;
        }

        .dot:hover {
            background: rgba(255,255,255,0.6);
            transform: scale(1.2);
        }

        .dot.active {
            background: #ffffff;
            width: 35px;
            border-radius: 6px;
        }

        @media (max-width: 1024px) {
            .testimonial-card {
                min-width: calc(50% - 18px);
            }
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 2.2rem;
                margin-bottom: 50px;
            }

            .slider-wrapper {
                padding: 0 60px;
            }

            .testimonial-card {
                min-width: calc(100% - 0px);
                padding: 35px 30px;
            }

            .quote {
                font-size: 1.05rem;
            }

            .nav-button {
                width: 45px;
                height: 45px;
                font-size: 1.2rem;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 0px 0px;
            }

            h1 {
                font-size: 1.8rem;
            }

            .slider-wrapper {
                padding: 0 50px;
            }

            .testimonial-card {
                padding: 30px 25px;
            }

            .nav-button {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }

#scrollToTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-size: 20px;
  background-color: #169368d4;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 5%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

#scrollToTopBtn:hover {
  background-color: #183565;
  transform: scale(1.1);
}

.values-list {
            display: flex;
            flex-direction: column;
            gap: 22px;
        }

        .value-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 20px;
            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
            border-radius: 12px;
            border-left: 4px solid #2ba86f;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .value-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(135deg, rgba(43, 168, 111, 0.1), rgba(30, 138, 95, 0.05));
            transition: width 0.4s ease;
        }

        .value-item:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 20px rgba(43, 168, 111, 0.15);
            border-left-width: 6px;
        }

        .value-item:hover::before {
            width: 100%;
        }

        .value-icon {
            min-width: 45px;
            height: 45px;
            background: linear-gradient(135deg, #2ba86f, #1e8a5f);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.3rem;
            box-shadow: 0 4px 12px rgba(43, 168, 111, 0.3);
            transition: transform 0.3s ease;
            position: relative;
            z-index: 1;
        }

        .value-item:hover .value-icon {
            transform: rotate(360deg) scale(1.1);
        }

        .value-content {
            flex: 1;
            position: relative;
            z-index: 1;
        }

        .value-title {
            font-size: 1.2rem;
            color: #2c5282;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .value-text {
            font-size: 1rem;
            color: #4a5568;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .content-wrapper {
                grid-template-columns: 1fr;
            }

            .image-section {
                min-height: 400px;
            }

            .text-section {
                padding: 60px 50px;
            }

            .main-title {
                font-size: 2.5rem;
            }

            .subtitle {
                font-size: 1.8rem;
            }
        }

        @media (max-width: 768px) {
          
            .text-section {
                padding: 40px 30px;
            }

            .main-title {
                font-size: 2rem;
            }

            .subtitle {
                font-size: 1.5rem;
            }

            .description {
                font-size: 1rem;
            }

            .value-item {
                padding: 15px;
            }

            .value-icon {
                min-width: 40px;
                height: 40px;
                font-size: 1.1rem;
            }

            .value-title {
                font-size: 1.1rem;
            }

            .value-text {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .image-section {
                min-height: 300px;
            }

            .text-section {
                padding: 30px 20px;
            }

            .main-title {
                font-size: 1.8rem;
            }

            .subtitle {
                font-size: 1.3rem;
            }

            .text-section::before {
                display: none;
            }
        }

img:hover{
  filter: opacity(0.8);
}      

.impacts{
    background-color: #212529;
    padding: 25px 0px 40px 0px;
}

.impacts h2{
    color: #fff;
}

.impacts p{
    color: #fff;
}
@keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .main-title {
            font-size: 3.5em;
            font-weight: 900;
            background: #fff;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
        }

        .subtitle {
            font-size: 1.3em;
            color: rgba(255, 255, 255, 0.7);
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .wave-timeline {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            width: 100%;
        }

        .wave-path {
            position: absolute;
            width: 100%;
            height: 400px;
            left: 0;
            top: 50px;
            z-index: 1;
        }

        .wave-line {
            stroke: url(#gradient);
            stroke-width: 4;
            fill: none;
            stroke-dasharray: 3000;
            stroke-dashoffset: 3000;
            animation: drawWave 3s ease forwards;
            filter: drop-shadow(0 0 10px #169368d4);
        }

        @keyframes drawWave {
            to { stroke-dashoffset: 0; }
        }

        .wave-items {
            position: relative;
            display: flex;
            justify-content: space-between;
            padding: 0 50px;
            z-index: 2;
        }

        .wave-item {
            flex: 1;
            max-width: 280px;
            text-align: center;
            opacity: 0;
            animation: popIn 0.8s ease forwards;
        }

        .wave-item:nth-child(1) { animation-delay: 0.5s; }
        .wave-item:nth-child(2) { animation-delay: 1s; }
        .wave-item:nth-child(3) { animation-delay: 1.5s; }
        .wave-item:nth-child(4) { animation-delay: 2s; }

        @keyframes popIn {
            0% {
                opacity: 0;
                transform: scale(0.5) translateY(50px);
            }
            60% {
                transform: scale(1.1) translateY(0);
            }
            100% {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        .wave-bubble {
            width: 180px;
            height: 180px;
            margin: 0 auto 30px;
            background: #fff;
            border: 3px solid #169368d4;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: all 0.5s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .wave-bubble::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: conic-gradient(
                from 0deg,
                transparent,
                rgba(0, 247, 255, 0.4),
                transparent
            );
            animation: rotate 3s linear infinite;
            opacity: 0;
            transition: opacity 0.5s;
        }

        .wave-bubble:hover::before {
            opacity: 1;
        }

        @keyframes rotate {
            to { transform: rotate(360deg); }
        }

        .wave-bubble:hover {
            transform: translateY(-30px) scale(1.15);
            box-shadow: 0 30px 60px rgba(4, 117, 121, 0.5);
            border-color: #00f7ff;
        }

        .bubble-content {
            position: relative;
            z-index: 2;
        }

        .bubble-icon {
            font-size: 50px;
            margin-bottom: 10px;
            filter: drop-shadow(0 0 10px rgba(7, 94, 97, 0.5));
            transition: transform 0.3s ease;
        }

        .wave-bubble:hover .bubble-icon {
            transform: scale(1.2) rotate(10deg);
        }

        .bubble-number {
            font-size: 2.5em;
            font-weight: 900;
            background: #183565;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 20px rgba(9, 94, 97, 0.5);
        }

        .wave-title {
            font-size: 1.4em;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
            text-shadow: 0 0 10px rgba(0, 247, 255, 0.3);
        }

        .wave-desc {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1em;
            line-height: 1.6;
        }

        .year-badge {
            display: inline-block;
            background: rgba(0, 247, 255, 0.2);
            border: 1px solid rgba(0, 247, 255, 0.5);
            padding: 8px 20px;
            border-radius: 20px;
            font-weight: 600;
            color: #00f7ff;
            margin-top: 15px;
            font-size: 0.9em;
        }

        /* Particle effects */
        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #00f7ff;
            border-radius: 50%;
            animation: float 4s infinite ease-in-out;
            opacity: 0.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0) translateX(0); }
            50% { transform: translateY(-30px) translateX(20px); }
        }

        .wave-item:nth-child(1) .particle { animation-delay: 0s; top: 20%; left: 30%; }
        .wave-item:nth-child(2) .particle { animation-delay: 1s; top: 15%; right: 25%; }
        .wave-item:nth-child(3) .particle { animation-delay: 2s; top: 25%; left: 35%; }
        .wave-item:nth-child(4) .particle { animation-delay: 3s; top: 18%; right: 30%; }

        @media (max-width: 1024px) {
            .wave-items {
                padding: 0 30px;
            }

            .wave-bubble {
                width: 150px;
                height: 150px;
            }

            .bubble-icon {
                font-size: 40px;
            }

            .bubble-number {
                font-size: 2em;
            }

            .wave-title {
                font-size: 1.2em;
            }

            .wave-desc {
                font-size: 0.9em;
            }
        }

        @media (max-width: 768px) {
            .main-title {
                font-size: 2.5em;
            }

            .subtitle {
                font-size: 1.1em;
            }

            .wave-path {
                display: none;
            }

            .wave-items {
                flex-direction: column;
                gap: 60px;
                padding: 0 20px;
            }

            .wave-item {
                max-width: 100%;
            }

            .wave-bubble {
                width: 200px;
                height: 200px;
            }

            .bubble-icon {
                font-size: 50px;
            }

            .bubble-number {
                font-size: 2.5em;
            }
        }

        .card {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 15px;
            padding: 40px 35px;
            max-width: 480px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 17px 40px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s 
        ease, box-shadow 0.3s 
        ease;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #4ECDC4, #44A08D);
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
        }

        .badge {
            display: inline-block;
            background: linear-gradient(135deg, #19365d, #169368);
            color: white;
            padding: 8px 24px;
            border-radius: 50px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 24px;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .price-container {
            margin: 12px 0;
            position: relative;
        }

        .currency {
            font-size: 42px;
            font-weight: 700;
            color: #2d3748;
            vertical-align: top;
            margin-right: 4px;
        }

        .amount {
            font-size: 120px;
            font-weight: 800;
            background: linear-gradient(135deg, #249766, #183565);;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            letter-spacing: -4px;
            display: inline-block;
            animation: slideIn 0.8s ease;
        }

        .amountchild{
            font-size: 50px;
            font-weight: 800;
            background: linear-gradient(135deg, #249766, #183565);;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            letter-spacing: -4px;
            display: inline-block;
            animation: slideIn 0.8s ease;
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .period {
            font-size: 28px;
            color: #4a5568;
            font-weight: 500;
            margin-left: 12px;
            display: inline-block;
        }

        .features {
            list-style: none;
            margin: 40px 0;
            padding: 0;
        }

        .features li {
            padding: 16px 0;
            font-size: 17px;
            color: #4a5568;
            display: flex;
            align-items: center;
            opacity: 0;
            animation: fadeInUp 0.6s ease forwards;
        }

        .features li:nth-child(1) { animation-delay: 0.1s; }
        .features li:nth-child(2) { animation-delay: 0.2s; }
        .features li:nth-child(3) { animation-delay: 0.3s; }
        .features li:nth-child(4) { animation-delay: 0.4s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .features li::before {
            content: '✓';
            background: linear-gradient(135deg, #4ECDC4, #44A08D);
            color: white;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
            font-weight: bold;
            font-size: 14px;
            flex-shrink: 0;
        }

        .cta-button {
            width: 100%;
            padding: 20px;
            background: #183565;
            color: white;
            border: none;
            border-radius: 0px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            margin-top: 20px;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s ease;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: scale(1.03);
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.5);
        }

        .cta-button:active {
            transform: scale(0.98);
        }

        .subtitle {
            text-align: center;
            color: #718096;
            font-size: 14px;
            margin-top: 20px;
        }

        .floating-circle {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(78, 205, 196, 0.2), rgba(68, 160, 141, 0.2));
            animation: float 6s ease-in-out infinite;
        }

        .circle1 {
            width: 150px;
            height: 150px;
            top: -50px;
            right: -50px;
            animation-delay: 0s;
        }

        .circle2 {
            width: 100px;
            height: 100px;
            bottom: -30px;
            left: -30px;
            animation-delay: 2s;
        }

        @keyframes float {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            33% { transform: translate(15px, -15px) rotate(120deg); }
            66% { transform: translate(-10px, 10px) rotate(240deg); }
        }        

        .sponsorcard p {
            font-size: 16px;
        }
        .sponsorcard a {
            font-size: 11px;
        }

        
.timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 80px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .timeline::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%);
    z-index: 0;
  }

  .step {
    position: relative;
    text-align: center;
    z-index: 1;
  }

  .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #183565;
    border: 3px solid #249766;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: all 0.3s ease;
  }

  .step:hover .circle {
    background: #249766;
    color: #fff;
    transform: scale(1.1);
  }

  .label {
    font-size: 1rem;
    font-weight: 700;
    color: #183565;
    letter-spacing: 0.5px;
  }

  @media (max-width: 700px) {
    .timeline {
      flex-direction: column;
      gap: 40px;
    }
    .timeline::before {
      width: 3px;
      height: 100%;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
    }
  }        

  
.mkdf-custom-icon span{
	color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    padding: 10px;
    height: 25px;
    width: 25px;
    border-radius: 5px;
}

.mkdf-icon-box-title a{
    color: #169368;
}
.mkdf-icon-box-text-holder{
    height: 220px;
    overflow-y: scroll;
    scrollbar-width: none;
    margin-top: -20px;
}
.mkdf-icon-box-text-holder::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.black-bg{
    background-color: #151614;
    color: #fff;
}
.black-bg h2{
    color: #fff;
}

.black-bg a{
    color: #169368;
}



.product{
    border: 1px solid #eee;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.product-image img{
    width: 100%;
}
.mkdf-product-list-title{
    font-size: 18px;
}
.highlight {
    background: #183565;
    color: #ffffff;
    padding: 20px;
    margin: 20px 0;
    font-size: 17px;
    font-weight: bold;
    border-radius: 6px;
}
.highlights {
    background: #183565;
    color: #ffffff;
    padding: 20px;
    margin: 20px 0;
    font-size: 17px;
    font-weight: bold;
    border-radius: 6px;
}
.value-content-new{
    text-align: left;
}

.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgba(0,0,0,.6);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}

.accordion-header{
    font-weight: 700;
    font-size: 22px;
}

.category-title {
    font-weight: 800;
    font-style: italic;
    font-size: 1.5rem;
    margin: 2rem 0 1.5rem 0;
}

.document-card {
    background: white;
    border: none;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.document-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.document-icon {
    font-size: 2.5rem;
    color: #169368;
    margin-bottom: 1rem;
}

.document-title {
    font-weight: 800;
    font-style: italic;
    font-size: 1.2rem;
    color: #212529;
}

.document-link {
    text-decoration: none;
    color: inherit;
    display: block;
}


/*--------------------------------------------------------------
# Product Details Section
--------------------------------------------------------------*/
.product-details .product-images {
  position: relative;
  margin-bottom: 2rem;
}

.product-details .product-images .main-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--surface-color);
}

.product-details .product-images .main-image-container .image-zoom-container {
  position: relative;
  width: 100%;
}

.product-details .product-images .main-image-container .image-zoom-container .main-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  cursor: crosshair;
}

.product-details .product-images .drift-zoom-pane {
  background: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-details .product-images .drift-zoom-pane.drift-opening {
  animation: drift-fadeZoomIn 180ms ease-out;
}

.product-details .product-images .drift-zoom-pane.drift-closing {
  animation: drift-fadeZoomOut 210ms ease-in;
}

.product-details .product-images .drift-zoom-pane-loader {
  display: none;
}

@keyframes drift-fadeZoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

.product-details .product-images .product-thumbnails {
  margin-top: 1rem;
}

.product-details .product-images .product-thumbnails .swiper-wrapper {
  height: auto !important;
}

.product-details .product-images .product-thumbnails .thumbnail-item {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.product-details .product-images .product-thumbnails .thumbnail-item:hover {
  opacity: 0.9;
}

.product-details .product-images .product-thumbnails .thumbnail-item.active {
  border-color: var(--accent-color);
  opacity: 1;
}

.product-details .product-images .product-thumbnails .thumbnail-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-details .product-images .product-thumbnails .swiper-button-next,
.product-details .product-images .product-thumbnails .swiper-button-prev {
  color: var(--accent-color);
  background-color: var(--surface-color);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-details .product-images .product-thumbnails .swiper-button-next::after,
.product-details .product-images .product-thumbnails .swiper-button-prev::after {
  font-size: 14px;
}

.product-details .product-info {
  padding: 0 0.5rem;
}

@media (min-width: 992px) {
  .product-details .product-info {
    padding: 0 1rem;
  }
}

.product-details .product-info .product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-details .product-info .product-meta .product-category {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-details .product-info .product-meta .product-rating {
  display: flex;
  align-items: center;
}

.product-details .product-info .product-meta .product-rating i {
  color: #FFD700;
  font-size: 0.875rem;
  margin-right: 2px;
}

.product-details .product-info .product-meta .product-rating .rating-count {
  font-size: 0.75rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-left: 4px;
}

.product-details .product-info .product-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
  color: var(--heading-color);
}

@media (min-width: 768px) {
  .product-details .product-info .product-title {
    font-size: 2rem;
  }
}

.product-details .product-info .product-price-container {
  display: flex;
  align-items: center;
}

.product-details .product-info .product-price-container .current-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--heading-color);
}

.product-details .product-info .product-price-container .original-price {
  font-size: 1.125rem;
  text-decoration: line-through;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-left: 0.75rem;
}

.product-details .product-info .product-price-container .discount-badge {
  background-color: #e53935;
  color: var(--contrast-color);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  margin-left: 0.75rem;
}

.product-details .product-info .product-short-description {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
}

.product-details .product-info .product-availability {
  display: flex;
  align-items: center;
}

.product-details .product-info .product-availability i {
  margin-right: 0.5rem;
}

.product-details .product-info .product-availability .stock-count {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.product-details .product-info .product-colors .option-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.product-details .product-info .product-colors .color-options {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.product-details .product-info .product-colors .color-options .color-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.product-details .product-info .product-colors .color-options .color-option:hover {
  transform: scale(1.1);
}

.product-details .product-info .product-colors .color-options .color-option.active {
  border-color: var(--accent-color);
}

.product-details .product-info .product-colors .color-options .color-option.active i {
  opacity: 1;
}

.product-details .product-info .product-colors .color-options .color-option i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--contrast-color);
  font-size: 0.875rem;
  opacity: 0;
}

.product-details .product-info .product-colors .selected-option {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.product-details .product-info .product-sizes .option-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.product-details .product-info .product-sizes .size-options {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.product-details .product-info .product-sizes .size-options .size-option {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  transition: all 0.3s ease;
}

.product-details .product-info .product-sizes .size-options .size-option:hover {
  border-color: var(--accent-color);
}

.product-details .product-info .product-sizes .size-options .size-option.active {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.product-details .product-info .product-sizes .selected-option {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.product-details .product-info .product-quantity .option-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.product-details .product-info .product-quantity .quantity-selector {
  display: flex;
  align-items: center;
  max-width: 150px;
}

.product-details .product-info .product-quantity .quantity-selector .quantity-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-details .product-info .product-quantity .quantity-selector .quantity-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
}

.product-details .product-info .product-quantity .quantity-selector .quantity-btn.decrease {
  border-radius: 4px 0 0 4px;
}

.product-details .product-info .product-quantity .quantity-selector .quantity-btn.increase {
  border-radius: 0 4px 4px 0;
}

.product-details .product-info .product-quantity .quantity-selector .quantity-input {
  width: 60px;
  height: 36px;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-left: none;
  border-right: none;
  color: var(--default-color);
  background-color: var(--surface-color);
  font-size: 14px;
}

.product-details .product-info .product-quantity .quantity-selector .quantity-input:focus {
  border-color: var(--accent-color);
  outline: none;
}

.product-details .product-info .product-quantity .quantity-selector .quantity-input::-webkit-inner-spin-button,
.product-details .product-info .product-quantity .quantity-selector .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-details .product-info .product-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.product-details .product-info .product-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.product-details .product-info .product-actions .btn i {
  margin-right: 0.5rem;
}

.product-details .product-info .product-actions .add-to-cart-btn {
  flex: 1;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.product-details .product-info .product-actions .add-to-cart-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  border-color: color-mix(in srgb, var(--accent-color), #000 10%);
}

.product-details .product-info .product-actions .buy-now-btn {
  flex: 1;
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.product-details .product-info .product-actions .buy-now-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.product-details .product-info .product-actions .wishlist-btn {
  width: 46px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-details .product-info .product-actions .wishlist-btn i {
  margin-right: 0;
  font-size: 1.125rem;
}

.product-details .product-info .product-actions .wishlist-btn:hover {
  color: #fff;
  border-color: #e53935;
  background-color: #e53935;
}

@media (max-width: 575px) {
  .product-details .product-info .product-actions {
    flex-direction: column;
    justify-content: center;
  }

  .product-details .product-info .product-actions .wishlist-btn {
    align-self: center;
  }
}

.product-details .product-info .additional-info {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.product-details .product-info .additional-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.product-details .product-info .additional-info .info-item i {
  color: var(--accent-color);
  font-size: 1.125rem;
  margin-right: 0.75rem;
}

.product-details .product-info .additional-info .info-item span {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.product-details .product-details-tabs {
  margin-top: 3rem;
}

.product-details .product-details-tabs .nav-tabs {
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 1.5rem;
}

.product-details .product-details-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.product-details .product-details-tabs .nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: all 0.3s ease;
}

.product-details .product-details-tabs .nav-tabs .nav-link:hover {
  color: var(--accent-color);
}

.product-details .product-details-tabs .nav-tabs .nav-link.active {
  color: var(--accent-color);
  background-color: transparent;
  border-bottom: 2px solid var(--accent-color);
}

.product-details .product-details-tabs .tab-content {
  padding: 1rem 0;
}

.product-details .product-details-tabs .tab-content h4 {
  color: var(--heading-color);
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.product-details .product-details-tabs .tab-content p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.product-details .product-details-tabs .tab-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.product-details .product-details-tabs .tab-content ul li {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.product-details .product-details-tabs .product-specifications .specs-group {
  margin-bottom: 2rem;
}

.product-details .product-details-tabs .product-specifications .specs-group h4 {
  margin-bottom: 1rem;
}

.product-details .product-details-tabs .product-specifications .specs-table .specs-row {
  display: flex;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.product-details .product-details-tabs .product-specifications .specs-table .specs-row:last-child {
  border-bottom: none;
}

.product-details .product-details-tabs .product-specifications .specs-table .specs-row .specs-label {
  width: 40%;
  padding: 0.75rem 0;
  font-weight: 600;
  color: var(--heading-color);
}

.product-details .product-details-tabs .product-specifications .specs-table .specs-row .specs-value {
  width: 60%;
  padding: 0.75rem 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.product-details .product-details-tabs .product-reviews .reviews-summary {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

@media (min-width: 768px) {
  .product-details .product-details-tabs .product-reviews .reviews-summary {
    flex-direction: row;
  }
}

.product-details .product-details-tabs .product-reviews .reviews-summary .overall-rating {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-details .product-details-tabs .product-reviews .reviews-summary .overall-rating .rating-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
}

.product-details .product-details-tabs .product-reviews .reviews-summary .overall-rating .rating-stars {
  margin: 0.5rem 0;
}

.product-details .product-details-tabs .product-reviews .reviews-summary .overall-rating .rating-stars i {
  color: #FFD700;
  font-size: 1.25rem;
  margin-right: 2px;
}

.product-details .product-details-tabs .product-reviews .reviews-summary .overall-rating .rating-count {
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.product-details .product-details-tabs .product-reviews .reviews-summary .rating-breakdown {
  flex: 2;
}

.product-details .product-details-tabs .product-reviews .reviews-summary .rating-breakdown .rating-bar {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.product-details .product-details-tabs .product-reviews .reviews-summary .rating-breakdown .rating-bar .rating-label {
  width: 60px;
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.product-details .product-details-tabs .product-reviews .reviews-summary .rating-breakdown .rating-bar .progress {
  flex: 1;
  height: 8px;
  margin: 0 0.75rem;
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
}

.product-details .product-details-tabs .product-reviews .reviews-summary .rating-breakdown .rating-bar .progress .progress-bar {
  background-color: #FFD700;
}

.product-details .product-details-tabs .product-reviews .reviews-summary .rating-breakdown .rating-bar .rating-count {
  width: 30px;
  font-size: 0.875rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: right;
}

.product-details .product-details-tabs .product-reviews .review-form-container {
  margin-bottom: 3rem;
  background-color: var(--surface-color);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.product-details .product-details-tabs .product-reviews .review-form-container h4 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.75rem;
}

.product-details .product-details-tabs .product-reviews .review-form-container h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--accent-color);
  border-radius: 3px;
}

.product-details .product-details-tabs .product-reviews .review-form-container .form-label {
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0.5rem;
}

.product-details .product-details-tabs .product-reviews .review-form-container .form-control {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  background-color: var(--background-color);
  transition: all 0.3s ease;
}

.product-details .product-details-tabs .product-reviews .review-form-container .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--accent-color), transparent 80%);
}

.product-details .product-details-tabs .product-reviews .review-form-container .form-text {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.product-details .product-details-tabs .product-reviews .review-form-container .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.product-details .product-details-tabs .product-reviews .review-form-container .star-rating input[type=radio] {
  display: none;
}

.product-details .product-details-tabs .product-reviews .review-form-container .star-rating label {
  cursor: pointer;
  font-size: 0;
  margin: 0;
  padding: 0 0.25rem;
}

.product-details .product-details-tabs .product-reviews .review-form-container .star-rating label i {
  font-size: 1.75rem;
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  transition: all 0.2s ease;
}

.product-details .product-details-tabs .product-reviews .review-form-container .star-rating input[type=radio]:checked~label i,
.product-details .product-details-tabs .product-reviews .review-form-container .star-rating label:hover i,
.product-details .product-details-tabs .product-reviews .review-form-container .star-rating label:hover~label i {
  color: #FFD700;
}

.product-details .product-details-tabs .product-reviews .review-form-container .btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.product-details .product-details-tabs .product-reviews .review-form-container .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  border-color: color-mix(in srgb, var(--accent-color), #000 10%);
}

.product-details .product-details-tabs .product-reviews .reviews-list h4 {
  margin-bottom: 1.5rem;
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item {
  padding: 1.5rem;
  border-radius: 8px;
  background-color: var(--surface-color);
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item .review-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item .review-header .reviewer-info {
  display: flex;
  align-items: center;
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item .review-header .reviewer-info .reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.75rem;
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item .review-header .reviewer-info .reviewer-name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item .review-header .reviewer-info .review-date {
  font-size: 0.75rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item .review-header .review-rating i {
  color: #FFD700;
  font-size: 0.875rem;
  margin-right: 2px;
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item .review-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--heading-color);
}

.product-details .product-details-tabs .product-reviews .reviews-list .review-item .review-content p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
}

.product-details .product-details-tabs .product-reviews .reviews-list .load-more-btn {
  padding: 0.625rem 1.5rem;
  font-weight: 600;
  border-color: var(--accent-color);
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.product-details .product-details-tabs .product-reviews .reviews-list .load-more-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

#sync1 {
  .item {
    background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }
}

#sync2 {
  .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    h1 {
      font-size: 18px;
    }
  }
  .current .item{
    background: #0c83e7;
  }
}



.owl-theme {
  .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    [class*='owl-'] {
      transition: all .3s ease;
      &.disabled:hover {
       background-color: #D6D6D6;
      }   
    }
    
  }
}

#sync1.owl-theme {
  position: relative;
  .owl-next, .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;
  }
}

.footer-links{
  text-align: center;
  color: #fff;
}
.footer-links a{
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}
.mkdf-social-icon-widget-holder{
  padding-left: 15px;
}

.honors_chievements img{
  max-width: 30%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.honors_chievements h3{
  font-size: 42px;
  text-shadow: 3px -5px 5px #ccc;
}

.card-active{
  background-color: #169368 !important;
  color: #fff !important;
}
.card-active h3{
  color: #fff !important;
}

.testimonial-card p{
  color: #fff !important;
}

.headerinfo{
  margin-left: 40px;
}