@charset "utf-8";
@import "bootstrap-grid.css";
@import "../css/icons.css";

.contact-info a {
    color: #252525;
}

a {
    color: #00de94;
    text-decoration: none
}
.template-main-menu ul {display: flex;flex-wrap: wrap;}
.template-main-menu ul li:nth-child(1) {order: 1;}
.template-main-menu ul li:nth-child(2) {order: 3;}
.template-main-menu ul li:nth-child(3) {order: 2;}
.template-main-menu ul li:nth-child(4) {order: 4;}
.template-main-menu ul li:nth-child(5) {order: 5;}
.template-main-menu ul li:nth-child(6) {order: 6;}
.menu-main-primary-container ul {display: flex;flex-wrap: wrap;flex-direction: column;}
.menu-main-primary-container ul li:nth-child(1) {order: 1;}
.menu-main-primary-container ul li:nth-child(2) {order: 3;}
.menu-main-primary-container ul li:nth-child(3) {order: 2;}
.menu-main-primary-container ul li:nth-child(4) {order: 4;}
.menu-main-primary-container ul li:nth-child(5) {order: 5;}
.menu-main-primary-container ul li:nth-child(6) {order: 6;}
.menu-main-primary-container ul li:nth-child(7) {order: 7;}
h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 15px
}

h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0;
    font-weight: 600
}

h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
    font-weight: 500
}

h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
    font-weight: 500
}

h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
    font-weight: 400
}

h6 {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    font-weight: 400
}

p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 15px 0 20px;
    color: #252525
}

strong {
    font-weight: 500
}


ul {
    padding: 0;
    margin: 0
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pt-100 {
    padding-top: 100px
}

.pt-50 {
    padding-top: 50px
}

.m-pt-30 {
    padding-top: 30px
}

.mb-pt-30 {
    padding-bottom: 30px
}

.pl-4 {
    padding-left: 40px !important
}

.pr-4 {
    padding-right: 40px !important
}

.py-5 {
    padding-bottom: .8rem
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

iframe {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.mt-30 {
    margin-top: 30px
}

.form-group {
    margin-bottom: 20px
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: Montserrat, serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control-1 {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: Montserrat, serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    max-width: 100%;
    box-sizing: border-box;
}

textarea.form-control {
    height: 100px
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.section-padding,
.section-padding-v2 {
    padding: 40px 0
}

.section-title {
    margin-bottom: 20px
}

.section-title p {
    color: #00de94;
    font-size: 14px;
    margin-bottom: 0
}

.section-title h2 {
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px
}

.text-white {
    color: #fff !important
}

.text-center {
    text-align: center
}

.d-block {
    display: block
}

.background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.primary-light-bg {
    background-color: #00de94
}

.secondary-light-bg {
    background-color: #f9f9f9
}

button {
    cursor: pointer
}

.btn-block {
    width: 100%
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 1.5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none
}

.theme-btn {
    color: #fff;
    background-color: #00de94;
    display: inline-block;
    border: 2px solid #00de94;
    border-radius: 30px;
    padding: 13px 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer
}

.theme-btn i {
    margin-left: 20px
}

.theme-btn:hover {
    background-color: #fff;
    color: #00de94;
    border-color: #00de94;
    box-shadow: 0 6px 20px rgba(0, 222, 148, 0.3);
}

.transparent-btn {
    color: #00de94;
    background-color: #fff;
    border: 1px solid;
    display: inline-block;
    border-radius: 30px;
    padding: 13px 30px;
    margin-bottom: 10px;
    font-weight: 600
}

.transparent-btn i {
    margin-left: 20px
}

.transparent-btn:hover {
    color: #fff;
    background-color: #00de94;
    border-color: #00de94
}

.sm-btn {
    padding: 5px 25px;
    font-size: 12px;
    line-height: 20px
}

.d-none {
    display: none
}

.d-flex {
    display: flex
}

.justify-space-between {
    justify-content: space-between
}

body {
    font-family: Montserrat, serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.container, .container-fluid {
    max-width: 100%;
    /* overflow-x: hidden; */
}

.row {
    max-width: unset;
    overflow-x: hidden;
}

.listing-ul {
    list-style: none
}

.listing-ul li {
    color: #252525;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 25px
}

.listing-ul li:before {
    content: "\e90d";
    font-weight: 700;
    position: absolute;
    font-family: icomoon !important;
    left: 0;
    top: 2px;
    background-color: #00affc;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 17px;
}

header {
    padding: 20px;
    padding: 10px 0;
    color: #e7e7e7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), #2d3131)
}

header.sticky-header .rt-sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 5px 10px;
    left: 0;
    z-index: 9;
    top: 0;
    animation: .5s linear stickyhead;
    box-shadow: 0 1px 10px 0 #bdc3cb
}

header.sticky-header .rt-sticky nav ul li a {
    color: #333
}

header .logo {
    width: auto;
    margin-top: 0px;
    padding: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

header .logo img {
    max-width: 150px;
    height: auto;
    border-radius: 0
}

header nav {
    justify-content: end;
    display: flex
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header nav ul li {
    margin-right: 15px;
    list-style: none;
    position: relative;
    cursor: pointer
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 12px 17px;
    transition: all .3s ease-out;
    font-size: 16px;
    font-weight: 600;
    position: relative
}

header nav ul li a.active:after,
header nav ul li a:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
}

header nav ul li.dropdown {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-out;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px
}

header nav ul li.dropdown .dropdown-menu-col-1 {
    min-width: 160px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 0 0 4px 4px;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0 3px 20px 0 #000000;
    box-shadow: 0 3px 20px #000000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
    display: block;
    white-space: nowrap;
}

header nav ul li.dropdown .dropdown-menu-col-1 li {
    padding: 20px;
    margin-right: 0;
    border-radius: 0
}

header nav ul li.dropdown .dropdown-menu-col-1 li:hover {
    border: none;
    background-color: #fcf2d1
}

header nav ul li.dropdown .dropdown-menu-col-1 li:hover a {
    color: #00de94;
    border-bottom: 0
}

header nav ul li.dropdown .dropdown-menu-col-1 li:hover a:after {
    display: none
}

header nav ul li.dropdown .dropdown-menu-col-1 li a {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #000;
    border-bottom: 0
}

header nav ul li.dropdown:hover {
    transition: all .3s ease-out;
    color: #00de94
}

header nav ul li.dropdown:hover .dropdown-menu-col-1 {
    opacity: 1;
    visibility: visible;
    transform: translatey(0)
}

header nav ul li.dropdown i {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px
}

header .header-action-layout1 {
    display: flex;
    justify-content: center
}

header .theme-btn {
    margin-bottom: 0
}

.rt-header-menu {
    padding: 0;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: all .5s
}

.rt-header-menu.rt-sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    top: 0;
    padding: 0;
    animation: .5s linear stickyhead;
    box-shadow: 0 1px 10px 0 #bdc3cb
}

.rt-header-menu .mean-bar img {
    width: auto;
    border-radius: 0
}

.mean-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px
}

.mean-bar .mean-bar--right {
    display: flex;
    align-items: center
}

.mean-bar .mean-bar--right .sidebarBtn {
    display: block;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mean-bar .mean-bar--right .sidebarBtn span.bar {
    background-color: #00de94;
    height: 4px;
    width: 35px;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, 3px);
    -ms-transform: rotate(45deg) translate(3px, 3px);
    transform: rotate(45deg) translate(3px, 3px)
}

body.slidemenuon .sidebarBtn .bar:nth-child(2) {
    width: 25px;
    margin-left: 5px;
    opacity: 0
}

body.slidemenuon .sidebarBtn .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(8px, -8px);
    -ms-transform: rotate(-45deg) translate(8px, -8px);
    transform: rotate(-45deg) translate(8px, -8px);
    margin-bottom: 0
}

.rt-slide-nav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    z-index: 999;
    transition: .5s cubic-bezier(.77, 0, .175, 1);
    overflow: auto
}

.rt-slide-nav.open {
    left: 0
}

.offscreen-navigation ul {
    padding: 0
}

.offscreen-navigation ul li {
    list-style: none;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd
}

.offscreen-navigation ul li:last-child {
    border-bottom: none
}

.offscreen-navigation ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600
}

.offscreen-navigation ul li a.drop-menu:before {
    right: 20px;
    width: 2px;
    height: 12px;
    content: "";
    position: absolute;
    top: calc(49.5%);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #333;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.offscreen-navigation ul li a.drop-menu:after {
    right: 15px;
    width: 12px;
    height: 2px;
    content: "";
    position: absolute;
    top: calc(49.5%);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #333;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.offscreen-navigation ul li a.drop-menu.drop-menu:before {
    right: 20px;
    width: 2px;
    height: 12px;
    content: "";
    position: absolute;
    top: calc(49.5%);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #333;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.offscreen-navigation ul li a.drop-menu.drop-menu:after {
    right: 15px;
    width: 12px;
    height: 2px;
    content: "";
    position: absolute;
    top: calc(49.5%);
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    background-color: #333;
    -webkit-transition: visibility 350ms, -webkit-transform 350ms;
    transition: transform 350ms, visibility 350ms, -webkit-transform 350ms
}

.offscreen-navigation ul li a.drop-menu.drop-menu.is-clicked:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.offscreen-navigation ul li .sub-menu a {
    font-size: 16px
}

.offscreen-navigation ul li .sub-menu.is-active {
    display: none
}

.banner {
    padding: 100px 0;
    color: #fff;
    position: relative;
    height: 710px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#5da4bd 0%, #5da4bd52 -54%, #5da4bd00 100%);
    z-index: 1;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(3px);
}

.banner .container {
    position: relative;
    z-index: 2
}

.banner p {
    color: #fff;
    font-weight: 500
}

.banner h1 {
    margin-bottom: 20px;
    line-height: 40px
}

footer {
    background-color: #000;
    color: #fff
}

footer .main-footer {
    padding-top: 30px;
    margin: 0
}

footer .main-footer h5 {
    margin: 20px 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    border-bottom: 1px solid #00de94;
    display: inline-block;
    padding-bottom: 10px
}

footer .main-footer a {
    color: #fff;
    text-decoration: none
}

footer .main-footer a:hover {
    color: #ddd
}

footer .main-footer ul {
    list-style-type: none
}

footer .main-footer ul li {
    margin-bottom: 15px;
    font-size: 14px
}

footer .main-footer .social-links {
    column-gap: 15px
}

footer .main-footer .social-links li,
footer .main-footer .social-links li a {
    font-size: 25px
}

footer .main-footer .ndis-logo {
    max-width: 290px;
    margin-top: 25px
}

footer .copyright {
    background-color: #00de94;
    padding: 10px 0;
    margin-top: 20px;
    text-align: center
}

footer .copyright p {
    margin: 0;
    color: #fff
}

.timeline-container {
    max-width: 100%;
    margin: 0 auto
}

.timeline-container .timeline {
    width: 90%;
    margin: 30px;
    position: relative;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.timeline-container .timeline::before {
    content: "";
    width: 1px;
    height: 100%;
    border: 1px dashed #c9c5c5;
    left: 0;
    top: 0;
    position: absolute
}

.timeline-container .timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%
}

.timeline-container .timeline .timeline-item {
    margin-bottom: 50px;
    position: relative
}

.timeline-container .timeline .timeline-item:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.timeline-container .timeline .timeline-item .timeline-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.timeline-container .timeline .timeline-item .timeline-icon i {
    position: relative;
    top: 13px;
    left: 0;
    font-size: 24px;
    color: #fff
}

.timeline-container .timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: #9C0000;
    padding: 20px;
    position: relative
}

.timeline-container .timeline .timeline-item .timeline-content span {
    background-color: #00de94;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: -10px;
    right: -8px
}

.timeline-container .timeline .timeline-item .timeline-content:after {
    content: '';
    position: absolute;
    top: 16px;
    right: -21%;
    background-color: #00de94;
    width: 20%;
    height: 1px;
    display: none
}

.timeline-container .timeline .timeline-item .timeline-content.right span {
    right: 0;
    left: auto
}

.timeline-container .timeline .timeline-item .timeline-content.right:after {
    left: -18%
}

.timeline-container .timeline .timeline-item .timeline-content h2 {
    padding: 0;
    color: #00de94;
    font-weight: 600;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-size: 17px;
    margin: 0 0 10px;
    line-height: 23px
}

.timeline-container .timeline .timeline-item .timeline-content p {
    margin: 0;
    font-size: 15px
}

.about-us {
    padding: 100px 0;
    background: #fff;
}

.about-us .about-content {
    padding-right: 50px;
}

.about-us .about-content .section-title {
    margin-bottom: 30px;
}

.about-us .about-content .section-title p {
    color: #00de94;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.about-us .about-content .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 20px;
    line-height: 1.2;
}

.about-us .about-content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.about-us .about-content .section-title:nth-child(4) {
    margin-top: 40px;
    margin-bottom: 20px;
}

.about-us .about-content .section-title:nth-child(4) h2 {
    font-size: 24px;
    font-weight: 600;
    color: #252525;
}

.about-us .about-content .listing-ul {
    margin-bottom: 40px;
    padding-left: 0;
    list-style: none;
}

.about-us .about-content .listing-ul li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    position: relative;
    padding-left: 30px;
}

.about-us .about-content .listing-ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.about-us .about-content .btn {
    margin-right: 15px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
}

/* About Stats Cards */
.about-stats {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: 0;
}

.stat-card-mint {
    background: linear-gradient(135deg, #d4f4e7 0%, #b8f0d6 100%);
}

.stat-card-mint::before {
    background: #00de94;
}

.stat-card-blue {
    background: linear-gradient(135deg, #d4ebf7 0%, #b8dff0 100%);
}

.stat-card-blue::before {
    background: #2196F3;
}

.stat-card-light-blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

.stat-card-light-blue::before {
    background: #64B5F6;
}

.stat-card-green {
    background: linear-gradient(135deg, #d4f4dd 0%, #b8f0c6 100%);
}

.stat-card-green::before {
    background: #4CAF50;
}

.stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.stat-icon i {
    font-size: 32px;
    color: #333;
}

.stat-card-mint .stat-icon i {
    color: #00a86b;
}

.stat-card-blue .stat-icon i {
    color: #1976D2;
}

.stat-card-light-blue .stat-icon i {
    color: #1976D2;
}

.stat-card-green .stat-icon i {
    color: #388E3C;
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.about-us .about-content {
    padding-right: 30px;
}

.about-us .about-content .theme-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 35px;
    background: #00de94;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #00de94;
}

.about-us .about-content .theme-btn:hover {
    background: transparent;
    color: #00de94;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 222, 148, 0.3);
}

@media (max-width: 991px) {
    .about-us .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .about-stats {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .stat-card {
        padding: 25px 15px;
        margin-bottom: 15px;
    }
   

    .stat-number {
        font-size: 36px;
    }

    .stat-icon i {
        font-size: 28px;
    }
}


.about-us .about-img {
    position: relative;
}

.about-us .about-img img {
    width: 85%;
    height: auto;
    margin-top: 10px;
}

.about-us .about-img .about-img-drop {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 222, 148, 0.2);
}

.about-us .about-img .about-img-drop .counter {
    font-size: 36px;
    font-weight: 800;
    color: #00de94;
    margin: 8px 0;
    line-height: 1;
}

.about-us .about-img .about-img-drop .counter::after {
    content: "+";
}

.about-us .about-img .about-img-drop p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    line-height: 1.4;
}

.have-qus {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding: 25px;
    background: linear-gradient(135deg, #00de94 0%, #00c67a 100%);
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 222, 148, 0.2);
}

.have-qus .icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.have-qus .icon img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.have-qus .text .question_heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.have-qus .text .phone {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.have-qus .text .phone:hover {
    color: #f8f9fa;
    transform: translateY(-2px);
}



/* Home */
.Request-btn {
    display: flex;
    gap: 10px;
}

#Download-Product-Catalogue {
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 10px 28px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    height: fit-content;
}

#Download-Product-Catalogue:hover {
    background: #fff;
    color: #00de94;
    border: 1px solid #00de94;
    box-shadow: 0 6px 20px rgba(0, 222, 148, 0.3);
}

.about-boximg {
    display: flex;
    justify-content: center;
}

.about-img {
    position: relative;
}

#img-fluid-about {
    position: absolute;
    top: -20px;
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    right: 72px;
}

#img-fluid-about-1 {
   position: absolute;
    bottom: -17px;
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    right: 65px;
}

.counter-mainbox {
    background-color: #ccefff;
    margin-top: 80px;
    padding: 40px;
    border-radius: 15px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.counter-box {
    width: 25%;
    border: 1px solid #fff;
    border-width: 0px 1px 0px 0px;
    text-align: center;
    padding-right: 70px;
}

#Pharmaceutical {
    border: none;
}

.counter-box h1 {
    font-size: 60px;
    font-weight: 600;
    color: #00b378;
}

.counter-box p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
}

.we-best-boximg {
    display: flex;
    justify-content: center;
}

.we-best-img {
    position: relative;
}

#img-fluid-we-best {
    position: absolute;
    top: -20px;
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    right: 100px;
}

#img-fluid-we-best-1 {
    position: absolute;
    bottom: -37px;
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    right: 100px;
}

.we-best .we-best-img img {
    width: 85%;
    height: auto;
}

.we-best-img {
    position: relative;
}

.Meeting-with-Us-btn {
    margin-top: 25px;
    background: linear-gradient(135deg, #00de94, #00b884);
    color: white;
    padding: 15px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 222, 148, 0.3);
}

.we-best {
    padding-top: 100px;
    padding-bottom: 100px;
}

.regna {
    background-color: #ccefff;
    padding: 50px;
}

.regna img {
    width: 100%;
}

.regna ul li {
    font-size: 16px;
    font-weight: 400;
}

.regna h3 {
    font-size: 30px;
    font-weight: 600;
    color: #00affe;
    margin-top: -10px;
}

/* testimonial */
.testimonial-section {
    padding-top: 50px;
}

.testimonial-card {
    min-width: 350px;
    background: #f8f8f8;
    padding: 25px;
    height: auto !important;
    border-radius: 16px;
    margin: 30px 0px;
}

/* Stars */
.stars {
    color: gold;
    font-size: 25px;
    margin-bottom: 16px;
    text-align: right;
}

.testimonial-card p {
    font-size: 14.5px;
    line-height: 20px;
    color: #555;
    margin: 0;
    min-height: 180px;
}

.testimonial-card p.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
    overflow: visible;
}

.testimonial-card h4 {
    font-size: 18px;
    line-height: 9px;
    color: #555;
    font-weight: 600;
}

/* Divider */
.line {
    height: 2px;
    background: #00e18f;
    margin: 20px 0;
}

/* Profile */
.profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.profile h4 {
    font-size: 15px;
}

.profile small {
    color: #777;
}

.read-more-btn {
    background: none;
    border: none;
    color: #00de94;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 8px;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #00b884;
}

#get {
    display: flex;
    justify-content: center;

}

.form-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 60px 20px;
    background-color: #00000073;
}

.lead-form {
    padding: 40px;
    border-radius: 15px;
    width: 100%;
    max-width: 600px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-title {
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

/* Form labels */
.lead-form .form-label {
    color: #555555;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Form inputs */
.form-control-1 {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333333;
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

.form-control-1:focus {
    outline: none;
    border-color: #00de94;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 222, 148, 0.1);
}

.form-control-1::placeholder {
    color: #999999;
}

/* Select dropdown styling */
select.form-control-1 {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

/* Select options styling */
select.form-control-1 option {
    color: #000000;
    background-color: #ffffff;
}

/* Textarea styling */
textarea.form-control-1 {
    resize: vertical;
    min-height: 100px;
}

/* Submit button container */
.submit-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.submit-form-btn {
    background: linear-gradient(135deg, #00de94, #00b884);
    color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 222, 148, 0.3);
    letter-spacing: 1px;
}

.submit-form-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 222, 148, 0.4);
    font-size: 16px;
    color: #00b377;

}

.submit-form-btn:active {
    transform: translateY(0);
}

/* Error text styling */
.error-text {
    color: #ff6b6b !important;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Success alert styling */
#success-inline.alert-success {
    background-color: rgba(40, 167, 69, 0.1);
    border: 1px solid #28a745;
    color: #28a745 !important;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Form field spacing */
#Details-f {
    margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-overlay {
        padding: 40px 15px;
    }

    .lead-form {
        padding: 30px 20px;
        margin: 0 10px;
    }

    .form-title {
        font-size: 24px;
    }

    .submit-form-btn {
        width: 100%;
        padding: 12px 20px;
    }
}

@media (max-width: 992px) {
    .about-us .about-content {
        padding-right: 30px;
    }

    .about-us .about-content .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .about-us {
        padding: 80px 0;
    }

    .about-us .about-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .about-us .about-content .section-title h2 {
        font-size: 28px;
    }

    .about-us .about-img .about-img-drop {
        bottom: 20px;
        right: 20px;
        left: 20px;
        padding: 15px 20px;
    }

    .about-us .about-img .about-img-drop .counter {
        font-size: 28px;
    }

    .have-qus {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    .have-qus .icon {
        width: 50px;
        height: 50px;
    }

    .have-qus .icon img {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 576px) {
    .about-us .about-content .section-title h2 {
        font-size: 24px;
    }

    .about-us .about-content p {
        font-size: 15px;
    }
}

.about-us.style-2 {
    padding: 0 0 40px
}

.about-us.style-2 .about-img {
    background-color: #FEF6DF;
    padding: 20px 20px 20px 0;
    border-bottom-right-radius: 70px;
    position: relative;
    z-index: 1
}

.about-us.style-2 .about-img:after {
    background-color: #FAC32B;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1
}

.about-us.style-2 .about-img .about-img-drop {
    right: auto;
    left: 5%;
    bottom: 15%
}

.about-us.style-2 .about-content {
    left: auto;
    bottom: 0;
    right: 0;
    height: 100%
}

.have-qus {
    display: flex;
    float: left;
    gap: 10px
}

.have-qus .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    line-height: 70px
}

.have-qus .icon img {
    width: auto;
    vertical-align: middle
}

.have-qus .text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.have-qus .text .question_heading {
    font-size: 22px;
    line-height: 30px
}

.have-qus .text .phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px
}

.why-choose-list ul {
    list-style: none
}

.why-choose-list ul li {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem #57565321
}

.why-choose-list ul li h6 {
    color: #FAC32B;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600
}

.why-choose-list ul li p {
    color: #252525;
    margin: 0
}

.products {
    padding-left: 00px
}

.products .slick-slide .slide-content {
    margin: 0 10px;
    position: relative;
    z-index: 9
}

.products .slick-slide .slide-content img {
    min-height: 250px
}

.products .slick-slide .slide-content p {
    margin: 0 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    padding: 5px;
    display: block;
    transform: translate(6px, -10px);
    width: 90%;
    text-align: center;
    font-weight: 600;
    z-index: 9
}

.products .slick-slide .slide-content::after {
    content: '';
    background: -webkit-linear-gradient(top, #000 0, #000 99);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
    z-index: 1;
    border-radius: 15px
}

.products .slick-list {
    margin: 0px 0
}

.products .slick-next,
.products .slick-prev {
    position: absolute;
    right: 0;
    background: 0 0;
    border: 1px solid #00de94;
    color: #00de94;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.products .slick-next:before,
.products .slick-prev:before {
    content: ">";
    color: #00de94;
    font-size: 25px
}

.products .slick-next:focus,
.products .slick-next:hover,
.products .slick-prev:focus,
.products .slick-prev:hover {
    color: #000000
}



.products .slick-prev:before {
    content: "<"
}

.products .slick-dots {
    list-style: none;
    margin: 0 auto;
    text-align: center
}

.products .slick-dots li {
    display: inline-block
}

.products .slick-dots li button {
    transition: .2s background-color ease-in-out 0s;
    border: none;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    background-color: #777;
    margin-right: 10px;
    border-radius: 50%
}

.products .slick-dots li.slick-active button {
    background-color: #FAC32B
}

.brands .slick-slider {
    margin-bottom: 20px;
    max-width: fit-content
}

.brands .slick-slider .slick-slide {
    margin: 0 20px
}

.brands .slick-slider .slick-slide img {
    height: 150px;
    border: 1px solid #ddd
}

.service-main .tab-container .tab-menu {
    margin: 30px 0
}

.service-main .tab-container .tab-menu ul {
    margin: 0;
    padding: 0
}

.service-main .tab-container .tab-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 10px
}

.service-main .tab-container .tab-menu ul li a {
    text-decoration: none;
    color: #B3ACAC;
    background-color: #fff;
    padding: 13px 40px;
    border-radius: 100px;
    border: 1px solid #B3ACAC;
    display: inline-block;
    font-weight: 600
}

.service-main .tab-container .tab-menu ul li a.active-a {
    background-color: #00de94;
    color: #fff
}

.service-main .tab-container .tab {
    display: none
}

.service-main .tab-container .tab h2 {
    color: rgba(0, 0, 0, .7)
}

.service-main .tab-container .tab p {
    color: rgba(0, 0, 0, .6);
    text-align: justify
}

.service-main .tab-container .tab.tab-active {
    display: block
}

.service-main .tab-container .tab .slick-slide {
    margin: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 25px
}

.service-main .tab-container .tab .slick-slide .service-content {
    padding: 10px
}

.service-main .tab-container .tab .slick-slide .service-content h4 {
    text-align: left;
    font-weight: 700
}

.service-main .tab-container .tab .slick-slide .service-content p {
    margin: 0 0 10px;
    text-align: left
}

.service-main .tab-container .tab .slick-slide .service-content p span {
    color: #00de94
}

.testimonial {
    background-color: #ffffff;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
}

.testimonial .carousel {
    display: flex;
    gap: 20px;
}

.testimonial .carousel>div {
    flex: 1;
    display: flex;
    overflow: initial;
}

.testimonial .card {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin: 10px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00de94, #00b377);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.testimonial .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 222, 148, 0.15);
    border-color: #00de94;
}

.testimonial .card:hover::before {
    transform: scaleX(1);
}

.testimonial .card .card-header {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

.testimonial .card .card-header h6 {
    margin: 0 0 8px;
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.testimonial .card .card-header ul {
    list-style: none
}

.testimonial .card .card-header ul li {
    display: inline-block;
    margin-right: 2px;
}

.testimonial .card .card-header ul li i {
    color: #fbbf24;
    font-size: 14px;
}

.testimonial .card .card-header p {
    margin: 0 0 8px;
    font-weight: 500;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.testimonial .card .card-header span img {
    max-width: 45px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.testimonial .card:hover .card-header span img {
    transform: scale(1.1);
}

.testimonial .card .card-header .testi-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial .card .card-header .testi-img img {
    max-width: 70px;
    border-radius: 50%;
    border: 3px solid #f0f0f0;
    transition: border-color 0.3s ease;
}

.testimonial .card:hover .card-header .testi-img img {
    border-color: #00de94;
}

.testimonial .card .card-header .testi-header {
    display: flex;
    gap: 20px
}

.testimonial .card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.testimonial .card .card-body p {
    font-size: 15px;
    margin: 0;
    color: #4a5568;
    line-height: 1.8;
    font-style: italic;
    position: relative;
    padding-left: 20px;
}

.testimonial .card .card-body p::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 40px;
    color: #00de94;
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial .card .card-body h5 {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px
}

.testimonial .slick-prev {
    bottom: 50%;
    left: 10px !important;
    border: none;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

.testimonial .slick-prev:hover {
    background-color: #00de94;
    box-shadow: 0 4px 20px rgba(0, 222, 148, 0.3);
}

.testimonial .slick-prev::before {
    content: "\e90b";
    font-family: icomoon !important;
    color: #00de94;
    font-size: 24px;
    display: block;
    line-height: 45px;
}

.testimonial .slick-prev:hover::before {
    color: #fff;
}

.testimonial .slick-next {
    bottom: 50%;
    right: 10px !important;
    border: none;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}

.testimonial .slick-next:hover {
    background-color: #00de94;
    box-shadow: 0 4px 20px rgba(0, 222, 148, 0.3);
}

.testimonial .slick-next::before {
    content: "\e909";
    font-family: icomoon !important;
    color: #00de94;
    font-size: 24px;
    display: block;
    line-height: 45px;
}

.testimonial .slick-next:hover::before {
    color: #fff;
}

.testimonial .slick-dots li button {
    background: 0 0
}

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 5px 10px;
    margin: 0 auto 15px;
    border-radius: 15px;
    cursor: pointer
}

ul.accordion-list li.active h3 {
    color: #00de94
}

ul.accordion-list li.active h3:after {
    transform: rotate(45deg)
}

ul.accordion-list li h3 {
    font-weight: 600;
    color: #00de94;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: .01em;
    cursor: pointer
}

ul.accordion-list li h3:after {
    content: "+";
    font-family: icons;
    position: absolute;
    right: 0;
    top: 0;
    color: #00de94;
    transition: all .3s ease-in-out;
    font-size: 28px
}

ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer
}

ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 300;
    padding: 10px 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px;
    font-size: 14px
}

.latest-projects-carousel .slick-slide {
    padding: 0 10px;
    position: relative
}

.latest-projects-carousel .slick-slide .project-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 90%;
    background-color: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    transform: translate(10px, 10px);
    z-index: 9;
    text-align: center
}

.latest-projects-carousel .slick-slide .project-title h6 {
    margin: 0;
    font-size: 18px;
    color: #00de94;
    font-weight: 600
}

.latest-projects-carousel .slick-slide .project-title p {
    margin: 0;
    font-weight: 600
}

.why-sunny-gold-list {
    padding: 20px 0 0
}

.why-sunny-gold-list img {
    width: 26px;
    vertical-align: middle
}

.why-sunny-gold-list span {
    vertical-align: middle;
    padding-left: 6px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block
}

.breadcrumb {
    padding: 100px 0 80px;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 0 0 80px 80px;
    z-index: 1
}

.breadcrumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* border-radius: 0 0 80px 80px; */
    z-index: -1;
}

.breadcrumb h1 {
    color: #fff;
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff
}

.contact-info {
    padding: 20px
}

.contact-info ul li {
    list-style: none;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px
}

.contact-info ul li i {
    color: #00de94;
    font-weight: 600;
    margin-right: 5px;
    font-size: 20px
}

.contact-form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
}

.contact-form label {
    color: #737373;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block
}

.map {
    margin-top: 60px
}

.left-right-section h3 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px
}

.left-right-section img {
    border-radius: 25px
}

/* Vision Mission Section - Modern Card Design */
.vision-mission-section {
    background: #fff;
    padding: 50px 0;
}

.about-we-best {
    padding: 50px 0px;
}

.about-we-best .listing-ul li,
.about-choose-us .listing-ul li {
    margin-bottom: 16px;
}

.listing-ul li::before {
    content: "✔";
    color: white;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3px;
}

.vm-card {
    position: relative;
    padding: 40px 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.vm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.vm-card-blue {
    background: linear-gradient(135deg, #00b4d8 0%, #0096c7 100%);
    color: white;
}

.vm-card-green {
    background: linear-gradient(135deg, #00de94 0%, #00b884 100%);
    color: white;
}

.vm-icon-overlay {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 120px;
    opacity: 0.15;
    line-height: 1;
}

.vm-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
    position: relative;
    z-index: 1;
}

.vm-text {
    font-size: 16px;
    line-height: 1.7;
    color: white;
    margin: 0;
    position: relative;
    z-index: 1;
}

.vm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.vm-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: white;
}

.vm-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 16px;
}

/* Responsive adjustments for Vision Mission */
@media (max-width: 991px) {
    .vm-card {
        height: 280px;
    }

    .vm-icon-overlay {
        font-size: 90px;
        right: 20px;
        bottom: 20px;
    }

    .vm-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .vision-mission-section {
        padding: 50px 0;
    }

    .vm-card {
        height: auto;
        min-height: 240px;
        margin-bottom: 20px;
    }

    .vm-icon-overlay {
        font-size: 70px;
    }
}


.service-main-list {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px
}

.service-main-list .icon {
    width: 70px;
    height: 70px
}

.service-main-list .icon img {
    border-radius: 0
}

.service-main-list h6 {
    color: #FAC32B;
    font-weight: 600;
    margin: 20px 0 0
}

.service-main-list p {
    margin: 10px 0
}

.solar-sysytem-list {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 25px;
    margin: 10px
}

.solar-sysytem-list:hover img {
    transform: scale(1.2)
}

.solar-sysytem-list .solar-sysytem-list-img {
    overflow: hidden;
    border-radius: 25px
}

.solar-sysytem-list .solar-sysytem-list-img img {
    transition: .3s
}

.solar-sysytem-list h5 {
    font-weight: 600
}

.solar-sysytem-list p {
    margin: 0 0 5px;
    font-size: 13px
}

.solar-sysytem-list p span {
    color: #00de94
}

.how-it-main .how-it-row {
    position: relative
}

.how-it-main .how-it-row:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    left: 0;
    right: 0;
    top: 39px;
    margin: 0 auto;
    display: none
}

.how-it-main .how-it-item {
    text-align: center;
    margin-bottom: 20px
}

.how-it-main .how-it-item .how-icon {
    text-align: center;
    position: relative;
    width: 80px;
    margin: auto;
    z-index: 1
}

.how-it-main .how-it-item .how-icon img {
    width: 80px;
    height: 80px
}

.how-it-main .how-it-item .how-icon span {
    position: absolute;
    background-color: #00de94;
    width: 35px;
    height: 35px;
    right: -14px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff
}

.how-it-main .how-it-item h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px
}

.how-it-main .how-it-item p {
    margin: 0;
    font-size: 15px;
    line-height: 24px
}

.product-detail-item {
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px
}

.product-detail-item:hover {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

.product-detail-item .product-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

.product-detail-item .product-logo {
    display: flex;
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    justify-content: center;
    align-items: center;
    line-height: 100px;
    text-align: center;
    margin-top: 20px
}

.product-detail-item .product-logo img {
    width: 90%;
    height: auto
}

.product-detail-item img {
    width: 300px;
    display: block;
    margin: 10px;
    height: 300px
}

.product-detail-item .theme-btn {
    float: right
}

.product-top-content p {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 25px
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99
}

.footer_fixed_buttons .footer_btn1 {
    width: 50%;
    float: left;
    background-color: #00de94;
    color: #fff !important;
    padding: 10px 0;
    font-weight: 700
}

.footer_fixed_buttons .footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    padding: 10px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px
}

.footer_fixed_buttons .footer_btn3 {
    width: 50%;
    float: left;
    background: #232222;
    color: #fff !important;
    padding: 10px 0;
    font-weight: 700
}

.other-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 150px;
    text-align: center;
    margin-top: 20px
}

/* 11/9/2025 */

.lead-form {
    border-radius: 15px;
    padding: 30px;
    background: transparent;
}

.lead-form h3 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.lead-form .form-label {
    font-weight: 500;
    color: #444;
}

.lead-form .form-control,
.lead-form .form-select {
    border-radius: 10px;
    padding: 10px 15px;
}

.lead-form .btn {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 40px;
    background-color: #00de94;
    color: #fff;
    transition: all 0.3s ease;
    width: 30%;
}

.lead-form .btn:hover {
    background-color: transparent;
    border: 1px solid #00de94;
    color: #000;
}


#resType {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-family: Montserrat, serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 3px;
    margin-bottom: 10px;

}

#installType {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-family: Montserrat, serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 3px;
    margin-bottom: 10px;

}

.form-control-1 {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    font-family: Montserrat, serif;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 3px;
    margin-bottom: 10px;
}

#Residential {
    margin-bottom: 20px;
}

#Details-f {
    padding-left: 5px;
    padding-right: 5px;
}

.f-sec {
    margin-bottom: -80px;
    margin-top: 50px;
}

section.solar-service {
    background-color: #f4fdf9;
}

/* madal */
#Submit {
    border-radius: 30px;
    font-size: 16px !important;
    font-weight: 600;
    padding: 12px 28px;
    background-color: #00de94;
    color: #fff;
    transition: all 0.3s ease;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Submit:hover {
    background-color: #fff;
    border: 1px solid #00de94;
    color: #00b377;
}

#get-f {
    padding: 10px;
}

#get-f input,
#get-f select,
#get textarea {
    background-color: transparent;
    color: #fff;
}

#get-f input::placeholder {
    color: #fff;
}

#get textarea::placeholder {
    color: #fff;
}

@media (min-width:320px) {
    header {
        display: none
    }
}

.net-logo {
    position: absolute;
    right: 20px;
    width: 65px;
    height: 65px
}

#Submit {
    width: 100%;

}

.lead-form .btn {
    padding: 5px;
    display: flex;
    justify-content: center;

}

.lead-form {
    padding: 30px 20px;
    margin-bottom: 80px;
}

/* about */
.mission-info ul {
    margin-left: 20px;
}

.mission-info ul li {
    margin-bottom: 10px;
}

.usp-Points {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.usp-Points img {
    width: 50%;
    border-radius: 5px;
}

#usp-Points-id {
    margin-top: 20px;
}

.breadcrumb {
    border-radius: 0px;
}

/* contact */
.address-box .address {
    border: 1px solid #00e497;
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

}

.address-box .text {
    font-size: 22px;
    font-weight: 600;
    margin-left: 13px;
    display: flex;
    align-items: center;
}

.address i {
    color: #00b377;
    font-size: 20px;

}

.address-box p {
    margin: 0px;
    margin-left: 12px;
}
a.product-link {
    display: none;
}

.box-address {
    margin-top: 40px;
}
.address-info-card {
    display: grid;
    align-items: center;
}

@media (min-width:768px) {
    h1 {
        font-size: 36px;
        line-height: 44px
    }

    h2 {
        font-size: 30px;
        line-height: 40px
    }

    h3 {
        font-size: 24px;
        line-height: 34px
    }

    h4 {
        font-size: 20px;
        line-height: 28px
    }

    h5 {
        font-size: 18px;
        line-height: 27px
    }

    h6 {
        font-size: 16px;
        line-height: 25px
    }

    p {
        font-size: 14px;
        line-height: 18px
    }

    .d-md-none {
        display: none
    }

    .listing-ul li {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 25px
    }

    .big-image-box .col-md-6+.col-md-6 {
        margin-top: 0;
    }

    .about-us {
        padding: 0px 0 20px;
    }

    .about-us .about-content {
        left: 10%;
        bottom: 62px;
        margin: 0;
        padding: 0px 0px;
    }

    .about-us .about-img {
        max-width: 100%;
        position: relative;
    }

    .about-us.style-2 {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .about-us.style-2 .about-img {
        padding: 50px 50px 50px 0;
        border-bottom-right-radius: 150px
    }

    .about-us.style-2 .about-img .about-img-drop {
        right: auto;
        left: 5%;
        bottom: 15%;
    }

    .about-us.style-2 .about-content {
        left: auto;
        bottom: 62px;
        right: 10%;
        height: 100%;
        padding: 30px;
        margin: 0;
    }

}

@media (min-width:992px) {
    h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .d-lg-none {
        display: none;
    }

    .m-pt-30 {
        padding-top: 50px;
    }

    .mb-pt-30 {
        padding-bottom: 50px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .d-lg-block {
        display: block
    }

    /* .section-padding {
        padding: 80px 0
    } */

    .section-padding-v2 {
        padding: 50px 0 50px
    }

    .section-title {
        margin-bottom: 20px
    }

    .section-title p {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 500
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 45px
    }

    .rt-header-menu {
        display: none
    }

    .top-bar ul {
        justify-content: end
    }

    header {
        display: block
    }

    header nav ul li {
        margin-right: 5px
    }

    header nav ul li a {
        padding: 12px 10px
    }

    footer .main-footer {
        margin: 0 5%
    }

    footer .main-footer ul li {
        font-size: 18px
    }

    .products {
        padding-left: 00px
    }

    .products .slick-slide .slide-content img {
        min-height: 400px
    }

    .timeline-container .timeline {
        width: 100%;
        margin: 30px auto;
        padding: 0 20px
    }

    .timeline-container .timeline::before {
        left: 50%
    }

    .timeline-container .timeline .timeline-item .timeline-icon {
        left: 50%;
        width: 60px;
        height: 60px
    }

    .timeline-container .timeline .timeline-item .timeline-content {
        width: 40%;
        float: left;
        text-align: right
    }

    .timeline-container .timeline .timeline-item .timeline-content h2 {
        padding: 0;
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 0
    }

    .timeline-container .timeline .timeline-item .timeline-content::before {
        left: 45%;
        border-right: 0;
        margin-left: 0;
        border-left: 7px solid #1C71A4
    }

    .timeline-container .timeline .timeline-item .timeline-content.right {
        float: right;
        text-align: left
    }

    .timeline-container .timeline .timeline-item .timeline-content.right h2 {
        padding: 0
    }

    .timeline-container .timeline .timeline-item .timeline-content.right:before {
        left: inherit;
        border-left: 0
    }

    .timeline-container .timeline .timeline-item .timeline-content.right span {
        left: 0;
        right: auto
    }

    .timeline-container .timeline .timeline-item .timeline-content span {
        display: block;
        top: 0
    }

    .timeline-container .timeline .timeline-item .timeline-content:after {
        display: block
    }

    .banner {
        padding: 200px 0 150px;
        color: #fff
    }

    .banner p {
        color: #fff;
        font-size: 18px;
    }

    .banner h1 {
        margin-bottom: 30px;
        line-height: 67px
    }

    .testimonial .slick-prev {
        bottom: 40%;
        left: -20px !important
    }

    .testimonial .slick-prev::before {
        display: block
    }

    .testimonial .slick-next {
        bottom: 40%;
        right: -20px !important
    }

    .testimonial .slick-next::before {
        display: block
    }

    .why-sunny-gold-list {
        padding: 30px 0 0
    }

    .why-sunny-gold-list img {
        width: auto;
        vertical-align: middle
    }

    .why-sunny-gold-list span {
        vertical-align: middle;
        padding-left: 20px;
        font-size: 25px;
        font-weight: 600
    }

    .breadcrumb {
        padding: 150px 0 80px;
        /* border-radius: 0 0 150px 150px */
    }

    .breadcrumb:after {
        /* border-radius: 0 0 150px 150px */
    }

    .breadcrumb ul li a {
        text-decoration: none;
        color: #00de94
    }

    .contact-info ul li {
        font-size: 16px
    }

    .solar-sysytem-list p {
        margin: 0 0 5px;
        font-size: 16px
    }

    .how-it-main .how-it-row:after {
        display: block
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 48px;
        line-height: 58px
    }

    h2 {
        font-size: 40px;
        line-height: 52px
    }

    #Submit {
        width: 40%;

    }

    h3 {
        font-size: 32px;
        line-height: 45px
    }

    h4 {
        font-size: 28px;
        line-height: 40px
    }

    h5 {
        font-size: 24px;
        line-height: 36px
    }

    h6 {
        font-size: 20px;
        line-height: 32px
    }
}

@media (min-width:1400px) {
    header nav ul li {
        margin-right: 15px
    }

    header nav ul li a {
        padding: 10px 0;
        margin: 0 10px
    }

    header .header-action-layout1 .listing-btn {
        font-size: 16px;
        padding: 10px 16px
    }
}

@media (max-width:567px) {
    .product-detail-item .col-md-2 {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .product-detail-item .col-md-2 .product-title {
        order: 1
    }
}

/* Professional Footer Styles */
.footer-professional {
    background: linear-gradient(135deg, #000000 0%, #000000 50%, #0f0f1e 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00de94, transparent);
}

.footer-top {
    padding: 60px 0 40px;
    position: relative;
}

.footer-column {
    margin-bottom: 30px;
}

.footer-widget {
    padding-right: 20px;
}

/* Footer Logo */
.footer-logo-section {
    margin-bottom: 20px;
}

.footer-logo {
    max-width: 180px;
    height: auto;
    border-radius: 0;
    filter: brightness(1.2);
}

/* Widget Title */
.widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #00de94, #00b378);
    border-radius: 2px;
}

/* Footer Description */
.footer-description {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-links li a {
    color: #b8b8b8;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-links li a i {
    color: #00de94;
    font-size: 10px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.footer-links li:hover a {
    color: #00de94;
    padding-left: 5px;
}

.footer-links li:hover a i {
    transform: translateX(3px);
}

/* Footer Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    color: #b8b8b8;
    font-size: 14px;
}

.footer-contact li i {
    color: #00de94;
    font-size: 16px;
    min-width: 25px;
    margin-top: 2px;
}

.footer-contact li span a {
    color: #b8b8b8;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact li span a:hover {
    color: #00de94;
}

/* Global Section */
.footer-global-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sub-widget-title {
    color: #00de94;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.global-text {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text p {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.copyright-text a {
    color: #00de94;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.copyright-text a:hover {
    color: #fff;
}

/* Footer Social */
.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-label {
    color: #b8b8b8;
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
}

.social-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(0, 222, 148, 0.1);
    border-radius: 50%;
    color: #00de94;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 222, 148, 0.2);
}

.social-links li a:hover {
    background: #00de94;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 222, 148, 0.3);
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-top {
        padding: 40px 0 20px;
    }

    .footer-widget {
        padding-right: 0;
    }

    .footer-column {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-social {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-social {
        justify-content: center;
    }

    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .footer-top {
        padding: 30px 0 10px;
        padding-top: 50px;
    }

    .social-label {
        display: none;
    }

    .footer-logo {
        max-width: 150px;
    }
}

/* ========================================
   RESPONSIVE DESIGN FIXES FOR MOBILE & TABLET
   ======================================== */

/* Tablet View (1200px and below) */
@media (max-width: 1200px) {
    .banner {
        padding: 150px 0 100px;
        height: auto;
        min-height: 650px;
    }

    .banner h1 {
        font-size: 42px;
        line-height: 1.3;
    }

    .banner p {
        font-size: 18px;
        line-height: 1.5;
    }

    .first-image {
        width: 350px !important;
    }

    .products-slider .slick-arrow {
        top: -25px !important;
    }

    .f-sec {
        min-height: 80vh !important;
    }

    .form-overlay {
        min-height: 80vh;
    }

    .about-us .about-img img {
        width: 70%;
        height: 380px;
    }

    #img-fluid-about {
        width:150px;
        height: 150px;
        right: 70px;
    }

    #img-fluid-about-1 {
        width: 150px;
        height: 150px;
        right: 90px;
    }

    .counter-mainbox {
        gap: 60px;
        padding: 40px 35px;
    }

    .counter-box h1 {
        font-size: 56px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .we-best-img img {
        width: 70%;
        height: 380px;
    }

    #img-fluid-we-best {
        width: 26%;
        height: 130px;
        right: 70px;
    }

    #img-fluid-we-best-1 {
        width: 150px;
        height: 150px;
        right: 90px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }
}

/* Mobile View (768px and below) */
@media (max-width: 768px) {
    .banner {
        padding: 130px 0 60px;
        height: auto;
        min-height: 500px;
        background-position: top;
    }

    .banner h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .banner p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .Request-btn {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }

    .Request-btn .btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }

    #Download-Product-Catalogue {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .banner {
        padding: 110px 0 40px;
        min-height: 450px;
    }

    .banner h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .banner p {
        font-size: 15px;
    }
}

/* About Us Section Responsive */
@media (max-width: 768px) {
    .about-us {
        padding: 60px 0;
    }

    .about-us .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .about-us .about-content .section-title h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .about-us .about-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .about-us .about-img img {
        width: 65%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    #img-fluid-about {
        position: absolute;
        top: -15px;
        width: 150px;
        height: 150px;
        right: 50px;
    }

    #img-fluid-about-1 {
        position: absolute;
        bottom: -30px;
        width: 150px;
        height: 150px;
        right: 60px;
    }
}

@media (max-width: 480px) {
    .about-us .about-content .section-title h2 {
        font-size: 24px;
    }

    .about-us .about-img img {
        width: 90%;
        height: 350px;
    }

    #img-fluid-about {
        width: 150px;
        height: 150px;
        right: 40px;
    }

    #img-fluid-about-1 {
        width: 150px;
        height: 150px;
        right: 50px;
    }

}

/* Counter Section Responsive */
@media (max-width: 768px) {
    .counter-mainbox {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
        margin-top: 30px;
    }

    .counter-box {
        width: 100%;
        border: none;
        border-bottom: 1px solid #fff;
        padding-right: 0;
        padding-bottom: 0px;
        text-align: center;
    }

    .counter-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .counter-box h1 {
        font-size: 48px;
    }

    .counter-box p {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .counter-box h1 {
        font-size: 40px;
    }

    .counter-box p {
        font-size: 13px;
    }
}

/* Why We Are Best Section Responsive */
@media (max-width: 768px) {
    .we-best {
        padding: 60px 0;
        padding-top: 0px;
    }

   .we-best-img {
        margin-bottom: 80px;
        margin-top: 80px;
    }


    .we-best-img img {
        width: 80%;
        height: 300px;
        margin: 0 auto;
        display: block;
    }

    #img-fluid-we-best {
        position: absolute;
        top: -15px;
        width: 150px;
        height: 150px;
        right: 23px;
    }

    #img-fluid-we-best-1 {
        position: absolute;
        bottom: -30px;
        width: 150px;
        height: 150px;
        right: 23px;
    }

    .listing-ul li {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 12px;
        padding-left: 25px;
    }

    .Meeting-with-Us-btn {
        width: 100%;
        max-width: 250px;
        margin: 20px 0;
        display: block;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .we-best-img img {
        width: 90%;
        height: 250px;
    }

    .first-image {
        width: 350px !important;
        height: 350px !important;
    }

    #img-fluid-we-best {
        width: 150px;
        height: 150px;
        right: 40px;
    }

    #img-fluid-we-best-1 {
        width: 150px;
        height: 150px;
        right: 50px;
    }
}

/* Services Section Responsive */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        padding: 30px 25px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-icon i {
        font-size: 25px;
    }

    .service-card h4 {
        font-size: 18px;
        line-height: 1.3;
    }

    .service-card p {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .service-card {
        padding: 25px 20px;
    }

    .service-icon {
        width: 50px;
        height: 50px;
    }

    .service-icon i {
        font-size: 20px;
    }

    .service-card h4 {
        font-size: 16px;
    }
}

/* Testimonial Section Responsive */
@media (max-width: 768px) {
    .testimonial-section {
        padding: 50px 0;
    }

    .testimonial-card {
        min-width: auto;
        height: auto;
        margin: 15px 0;
        padding: 20px;
    }

    .testimonial-card .stars {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .testimonial-card p {
        font-size: 13px;
        line-height: 1.5;
        padding: 0;
    }

    .testimonial-card .profile img {
        width: 40px;
        height: 40px;
    }

    .testimonial-card .profile h4 {
        font-size: 14px;
    }

    .testimonial-card .profile small {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 15px;
    }

    .testimonial-card p {
        font-size: 12px;
    }
}

/* Global Choose Us Section Responsive */
@media (max-width: 768px) {
    .regna.pharma-service {
        padding: 60px 0;
    }

    .regna.pharma-service .section-title h2 {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .regna.pharma-service .section-title h3 {
        font-size: 24px;
    }

    .regna img {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .regna ul li {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .regna.pharma-service .section-title h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .regna.pharma-service .theme-btn {
        margin-top: 50px;
    }

    .regna.pharma-service .section-title h3 {
        font-size: 20px;
    }
}

/* Mobile Navigation Improvements */
@media (max-width: 768px) {
    .rt-header-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }

    .mean-bar {
        padding: 15px;
    }

    .mean-bar img {
        max-width: 145px;
    }

    .mean-bar .mean-bar--right .sidebarBtn span.bar {
        width: 30px;
        height: 4px;
        margin-bottom: 5px;
    }

    .rt-slide-nav {
        width: 280px;
    }

    .offscreen-navigation ul li {
        padding: 15px 20px;
    }

    .offscreen-navigation ul li a {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    .mean-bar {
        padding: 12px;
    }

   

    .rt-slide-nav {
        width: 250px;
    }
}

/* Footer Responsive Improvements */
@media (max-width: 768px) {
    footer .main-footer {
        padding-top: 40px;
        margin: 0;
    }

    footer .main-footer h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    footer .main-footer ul li {
        font-size: 13px;
        margin-bottom: 12px;
    }

    footer .main-footer .social-links li {
        font-size: 20px;
    }

    footer .copyright {
        padding: 15px 0;
        margin-top: 15px;
    }

    footer .copyright p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    footer .main-footer h5 {
        font-size: 15px;
    }

    footer .main-footer ul li {
        font-size: 12px;
    }

    footer .main-footer .social-links li {
        font-size: 18px;
    }
}

/* Global Responsive Improvements */
@media (max-width: 768px) {
    .section-padding {
        padding: 50px 0;
    }

    .container {
        padding: 0 20px;
    }

    .section-title h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .section-title p {
        font-size: 14px;
    }

    .theme-btn {
        padding: 12px 25px;
        font-size: 16px;
    }

    h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    p {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .section-padding {
        padding: 50px 0;
    }

    .container {
        padding: 0 15px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .theme-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }
}

/* Landscape Mobile Fixes */
@media (max-width: 768px) and (orientation: landscape) {
    .banner {
        min-height: 400px;
        padding: 60px 0;
    }

    .about-us,
    .we-best,
    .regna.pharma-service,
    .testimonial-section {
        padding: 40px 0;
    }
}

.banner{
     background-image: url(../fresh-img/main-banner.jpg); 
      background-repeat: no-repeat; 
      background-size: cover;
      background-position: center;
}


   
      .products .subtitle {
        color: #666;
        font-size: 18px;
        margin-bottom: 0px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
      }

      .products-slider {
        margin: 0 -15px;
        position: relative;
      }

      .product-slide {
        padding: 0 15px;
      }

      .products-slider .slick-arrow {
        position: absolute;
        top: -64px;
        /* bottom: -100px; */
        right: 20px;
        z-index: 2;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        color: #6c757d;
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        line-height: 1;
      }

      .products-slider .slick-arrow:hover {
        background: #e9ecef;
        border-color: #dee2e6;
      }

      .products-slider .slick-prev {
        right: 80px;
      }

      .products-slider .slick-next {
        right: 20px;
      }

      .products-slider .slick-arrow:before {
        display: none !important;
      }

      .products-slider .slick-prev:after {
        content: '\f053' !important;
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        color: #6c757d !important;
        font-size: 18px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        padding: 0 !important;
      }

      .products-slider .slick-next:after {
        content: '\f054' !important;
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        color: #6c757d !important;
        font-size: 18px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        padding: 0 !important;
      }

      .products-slider .slick-dots {
        display: none !important;
      }

      @media (max-width: 768px) {
        .products-slider .slick-arrow {
          width: 40px;
          height: 40px;
          font-size: 14px;
          bottom: 15px;
          background: #f8f9fa;
          border: 2px solid #e9ecef;
          color: #6c757d;
        }

        .products-slider .slick-prev {
          right: 65px;
        }

        .products-slider .slick-next {
          right: 15px;
        }

        .product-slide {
          padding: 0 10px;
        }
      }

      @media (max-width: 480px) {
        .products-slider .slick-arrow {
          width: 35px;
          height: 35px;
          font-size: 12px;
          bottom: 10px;
          background: #f8f9fa;
          border: 2px solid #e9ecef;
          color: #6c757d;
        }

        .products-slider .slick-prev {
          right: 55px;
        }

        .products-slider .slick-next {
          right: 10px;
        }
      }

      .product-card {
        background: #ffffff;
        border-radius: 15px 15px 15px 15px;
        overflow: hidden;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 1px solid #f0f0f0;
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        margin: 30px 0px;
      }

      .product-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #00de94, #00b884);
        transform: scaleX(0);
        transition: transform 0.3s ease;
        z-index: 2;
      }

      .product-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 222, 148, 0.15);
        border-color: #00de94;
      }

      .product-card:hover::before {
        transform: scaleX(1);
      }

      .product-image {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
      }

      .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
      }

      .product-card:hover .product-image img {
        transform: scale(1.1);
      }

      .product-content {
        padding: 25px;
        flex: 1;
        display: flex;
        flex-direction: column;
      }

      .product-content h3 {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        /* margin-bottom: 15px; */
        line-height: 1.3;
      }

      .product-content p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
        flex: 1;
      }

      .product-link {
        color: #00de94;
        font-weight: 600;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        font-size: 16px;
        align-self: flex-start;
        text-decoration: underline;
      }

      .product-link:hover {
        color: #00b884;
        gap: 12px;
      }

      .view-all-products-btn {
        background: linear-gradient(135deg, #00de94, #00b884);
        color: white;
        padding: 15px 40px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 222, 148, 0.3);
      }

      .view-all-products-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(0, 222, 148, 0.4);
        background: linear-gradient(135deg, #00b884, #009673);
      }

      @media (max-width: 768px) {
        .product-image {
          height: 150px;
        }

        .product-content {
          padding: 20px;
        }

        .product-content h3 {
          font-size: 18px;
        }

        .product-content p {
          font-size: 14px;
        }

        .products .subtitle {
          font-size: 16px;
          margin-bottom: 30px;
        }
      }


      .services-list {
        padding: 40px 0;
      }

      .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
        margin-bottom: 50px;
      }

      .service-card {
        background: white;
        padding: 40px 30px;
        border-radius: 15px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        border: 1px solid #f0f0f0;
        text-align: left;
        position: relative;
        overflow: hidden;
      }

      .service-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #00de94, #00b884);
        transform: scaleX(0);
        transition: transform 0.3s ease;
      }

      .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0, 222, 148, 0.15);
        border-color: #00de94;
      }

      .service-card:hover::before {
        transform: scaleX(1);
      }

      .service-icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #00de94, #00b884);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        transition: all 0.3s ease;
      }

      .service-card:hover .service-icon {
        transform: scale(1.1);
        box-shadow: 0 10px 25px rgba(0, 222, 148, 0.3);
      }

      .service-icon i {
        font-size: 30px;
        color: white;
      }

      .service-card h4 {
        font-size: 22px;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
        line-height: 1.3;
      }

      .service-card p {
        font-size: 15px;
        color: #666;
        line-height: 1.6;
        margin: 0;
      }

      .services-cta {
        text-align: center;
        margin-top: 40px;
      }

      .services-cta .btn {
        background: linear-gradient(135deg, #00de94, #00f5a0);
        color: white;
        padding: 15px 40px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 222, 148, 0.3);
        text-decoration: none;
      }

      .services-cta .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(0, 222, 148, 0.4);
        background: #fff;
        color: #00de94;
      }

      /* Tablet view - 2 cards per row */
      @media (min-width: 768px) and (max-width: 1024px) {
        .services-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 25px;
        }

        .service-card {
          padding: 35px 28px;
        }

        .service-icon {
          width: 65px;
          height: 65px;
        }

        .service-icon i {
          font-size: 28px;
        }

        .service-card h4 {
          font-size: 21px;
        }

        .service-card p {
          font-size: 14px;
        }
      }

      /* Mobile view - 1 card per row */
      @media (max-width: 767px) {
        .services-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .service-card {
          padding: 30px 25px;
        }

        .service-icon {
          width: 60px;
          height: 60px;
        }

        .service-icon i {
          font-size: 25px;
        }

        .service-card h4 {
          font-size: 20px;
        }

        .service-card p {
          font-size: 14px;
        }
      }


    
      .coming-soon-content {
        padding: 60px 0;
      }

      .coming-soon-icon {
        font-size: 80px;
        color: #00de94;
        margin-bottom: 30px;
        animation: pulse 2s infinite;
      }

      .coming-soon-content h3 {
        font-size: 48px;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
        background: linear-gradient(135deg, #00de94, #00b884);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
      }

      .coming-soon-content p {
        font-size: 18px;
        color: #666;
        max-width: 600px;
        margin: 0 auto 40px;
        line-height: 1.6;
      }

      .coming-soon-features {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin: 50px 0;
        flex-wrap: wrap;
      }

      .feature-item {
        flex: 1;
        min-width: 250px;
        background: white;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
      }

      .feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 222, 148, 0.15);
      }

      .feature-item i {
        font-size: 40px;
        color: #00de94;
        margin-bottom: 20px;
      }

      .feature-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
      }

      .feature-item p {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        margin: 0;
      }

      .coming-soon-cta {
        margin-top: 40px;
      }

      .coming-soon-cta p {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
      }

      @keyframes pulse {
        0% {
          transform: scale(1);
        }

        50% {
          transform: scale(1.05);
        }

        100% {
          transform: scale(1);
        }
      }

      @media (max-width: 768px) {
        .coming-soon-features {
          flex-direction: column;
          gap: 20px;
        }

        .coming-soon-content h3 {
          font-size: 36px;
        }

        .coming-soon-icon {
          font-size: 60px;
        }
      }
  
      .listing-ul {
        list-style: none;
        padding-left: 0;
      }

      .listing-ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        font-size: 1rem;
      }

      .listing-ul li::before {
        content: "✔";
        color: white;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 3px;
      }
    
      .testimonial-slider {
        margin: 0 -15px;
        position: relative;
      }

      .testimonial-slide {
        padding: 0 15px;
      }

      .testimonial-slider .slick-arrow {
        position: absolute;
        top: -64px;
        /* bottom: -100px; */
        right: 20px;
        z-index: 2;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        line-height: 1;
      }

      .testimonial-slider .slick-arrow:hover {
        background: #e9ecef;
        border-color: #dee2e6;
      }

      .testimonial-slider .slick-prev {
        right: 80px;
      }

      .testimonial-slider .slick-next {
        right: 20px;
      }

      .testimonial-slider .slick-arrow:before {
        display: none !important;
      }

      .testimonial-slider .slick-prev:after {
        content: '\f053' !important;
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        color: #6c757d !important;
        font-size: 18px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        padding: 0 !important;
      }

      .testimonial-slider .slick-next:after {
        content: '\f054' !important;
        font-family: 'Font Awesome 6 Free' !important;
        font-weight: 900 !important;
        color: #6c757d !important;
        font-size: 18px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        padding: 0 !important;
      }

      .testimonial-slider .slick-dots {
        display: none !important;
      }

      .testimonial-arrow {
        display: none;
      }

      @media (max-width: 768px) {
        .testimonial-slider .slick-arrow {
          width: 40px;
          height: 40px;
          font-size: 14px;
          bottom: 15px;
          top: -34px;
          background: #f8f9fa;
          border: 2px solid #e9ecef;
          color: #6c757d;
        }

        .testimonial-slider .slick-prev {
          right: 65px;
        }

        .testimonial-slider .slick-next {
          right: 15px;
        }

        .testimonial-slide {
          padding: 0 10px;
        }
      }

      @media (max-width: 480px) {
        .testimonial-slider .slick-arrow {
          width: 35px;
          height: 35px;
          font-size: 12px;
          bottom: 10px;
          background: #f8f9fa;
          border: 2px solid #e9ecef;
          color: #6c757d;
        }

        .testimonial-slider .slick-prev {
          right: 53%;
          top: unset;
          bottom: -65px;
        }

        .testimonial-slider .slick-next {
          right: 40%;
          top: unset;
          bottom: -65px;
        }
      }

      .testimonial-card {
        background: #ffffff;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: auto;
        display: flex;
        flex-direction: column;
      }

      .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 222, 148, 0.15);
      }

      .testimonial-card .stars {
        color: #ffd700;
        font-size: 18px;
        margin-bottom: 15px;
        text-align: right;
      }

      .testimonial-card p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        font-style: italic;
        margin: 0 0 20px 0;
        padding: 0 20px;
      }

      .testimonial-card .line {
        height: 1px;
        background: #05e598;
        margin: 0 20px 20px 20px;
      }

      .testimonial-card .profile {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 0 20px 20px 20px;
      }

      .testimonial-card .profile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
      }

      .testimonial-card .profile h4 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
      }

      .testimonial-card .profile small {
        margin: 0;
        font-size: 14px;
        color: #666;
      }

      .testimonial-section .card {
        background: #ffffff;
        border-radius: 20px;
        border: 1px solid #f0f0f0;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        overflow: hidden;
        height: 100%;
      }

      .testimonial-section .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 222, 148, 0.15);
        border-color: #00de94;
      }

      .testimonial-section .card-header {
        background: linear-gradient(135deg, #00de94, #00b884);
        color: white;
        padding: 20px;
        border: none;
      }

      .testi-header {
        display: flex;
        align-items: center;
        gap: 15px;
      }

      .testi-img img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 3px solid rgba(255, 255, 255, 0.3);
      }

      .testi-headline h6 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
      }

      .testi-headline p {
        margin: 0;
        font-size: 14px;
        opacity: 0.9;
      }

      .testi-headline ul {
        list-style: none;
        padding: 0;
        margin: 8px 0 0 0;
        display: flex;
        gap: 3px;
      }

      .testi-headline ul li {
        color: #ffd700;
      }

      .testimonial-section .card-body {
        padding: 25px;
      }

      .testimonial-section .card-text p {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
        font-style: italic;
        margin: 0;
      }


       .modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      /* hidden by default */
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .modal-overlay label {
      color: #111;
    }

    .modal-overlay h5 {
      color: #111;
    }

    #Details-f {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px;
    }

    /* Modal box */
    .modal {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      max-width: 600px;
      width: 100%;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      animation: fadeInUp 0.3s ease;
      position: relative;
    }

    .mb-3 {
      margin-bottom: 10px;
    }

    /* Close button */
    .modal .close-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
      color: #333;
    }

    /* Animation */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Show modal */
    .modal-overlay.active {
      display: flex;
    }

    .modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      /* hidden by default */
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .modal-overlay label {
      color: #111;
    }

    .modal-overlay h5 {
      color: #111;
    }

    #Details-f {
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px;
    }

    /* Modal box */
    .modal {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      max-width: 600px;
      width: 100%;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      animation: fadeInUp 0.3s ease;
      position: relative;
    }

    .mb-3 {
      margin-bottom: 10px;
    }

    /* Close button */
    .modal .close-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      background: none;
      border: none;
      font-size: 20px;
      cursor: pointer;
      color: #333;
    }

    /* Animation */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Show modal */
    .modal-overlay.active {
      display: flex;
    }
   
   
   