@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* General Overrides */
body {
    font-family: "Roboto", "Lato", "Poppins", sans-serif;
    background-color: #f7f7f7; /* Light background for entire site */
    color: #343a40; /* Default text color */
    max-width: 1364px; /* Set max-width for the entire page */
    margin: 0 auto; /* Center content with auto margin */
}

/* Custom Navbar Styles */
.navbar {
    background-color: #0062cc; /* Custom navbar background */
}
.navbar-brand {
    color: #fff; /* Custom brand text color */
}
.navbar-nav .nav-link {
    color: #fff; /* Custom link text color */
}
.navbar-nav .nav-link:hover {
    color: #ffc107; /* Hover color for links */
}

.main-body{
    background-color: #fff;
    overflow: hidden;
}

#header{
    min-height: 140px;
    /* min-height: 178px; */
}

#header .logo {
    margin-top: 5px;
}

#header .top-bg{
    background-color: #CE0D19;
    color: #fff;
}

#header .top-nav{
    /* border-bottom: 1px solid #D6D6D6; */
    height: 35px;
    margin: 0 40px;
    padding: 5px 0;
}

#header .top-nav .staff-mail a {
    color: #fff;
    float: right;
    text-decoration: none;
}

#header .top-nav .social {
    float: right;
    border-right: 1px solid #D6D6D6;
    padding-right: 20px;
    margin-right: 20px;
    margin-top: 2px;
    height: 18px;
}

#header .top-nav .social a {
    color: #fff;
    font-size: 1rem;
    /* border: 1px solid #ccc; */
}

#header .top-nav .social a img {
    width: 17px;
    margin: 0 4px;
    margin-top: -6px;
}

#header .top-nav .social a.facebook img {
    width: 10px;
}

#header .main{
    min-height: 100px;
    margin: 0 40px;
}

#header .main .logo img {
    height: 86px;
    margin-top: 5px;
    margin-left: -10px;
}

#header .main .phone {
    color: #707070;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin-top: 20px;
    margin-right: 45px;
}

#header .main .phone span {
    display: block;
    font-weight: normal;
    font-size: 1rem;
    margin-left: 10px;
}

#header .main .side-bar img {
    width: 28px;
}

#header .main .side-bar {
    border: 1px solid #EDEDED;
    border-radius: 10px;
    width: 55px;
    height: 55px;
    float: right;
    padding: 13px;
    padding-top: 15px;
    margin-top: 20px;
}
#header .main .side-bar:hover{
    background-color: #ededed30;
}

#menu_main{
    margin-top: 30px;
}

#header .menu-nav{
    min-height: 43px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11); /* Black with 16% opacity */
    position: relative;
    z-index: 2000;
}

#banners{
    height: 460px;
    background-color: #ced4da;
}

/* Banners Styles */
.banners{
    min-height: 460px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /* background-color: #ccc; */
    box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, 0.14);
    margin-top: 25px;
    overflow: hidden;
}

.banners-mini{
    min-height: 180px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, 0.14);
    margin-top: 25px;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #f1f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.slide-text-container {
    position: absolute;
    bottom: 20px;
    /*left: 20px;*/
    /* background-color: #00000056; */
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    max-width: 1120px;
    width: 100%;
}
.slide-text-container .title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.slide-text-container .text {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin-top: -15px;
    color: #CAD40F;
}


/* Page Social Links Styles */

.section-header-social-page{
    position: relative;
    line-height: 30px;
    z-index: 1;
    width:315px;
    margin-left: auto;
    margin-right: 33px;
    margin-top: 40px;
    margin-bottom: 20px;

}

.section-header-social-page .btn {
    width: 50px;
}

.section-header-social-page .icon {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000026;
    border-radius: 5px;
    padding: 10px;
    opacity: 1;
    transition: transform 0.3s ease;
    width: 45px;
    height: 41px;
    font-size: 20px;
}

/* Stat Count Style */

.main-section .stats-counter{
    min-height: 109px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 40px;
    margin-top: -30px;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 18px 40px;
    z-index: 100;
    position: relative;
    overflow: hidden;
}

.stats-container {
    /* border: 1px solid #ccc; */
    max-width: 1100px;
}

.stats-counter .stat-panel {
    border-right: 1px solid #f1eded;
    /* text-align: center; */
    padding-left: 14px;
    padding-right: 40px;
    font-family: arial, sans-serif;
}

.stats-counter .stat-panel:last-child{
    border-right: 0;
    padding-right: 0;
}

.count {
    font-size: 35px;
    font-weight: bold;
    color: #707070;
}

.stat-title{
    font-size: 1.1rem;
    font-weight: normal;
    color: #a8a6a6;
}

.stat-description{
    font-size: 18px;
    color: #707070;
}

.plus-stat {
    display: flex;
}

.plus-stat span {
    font-weight: normal;
}

.title {
    margin-bottom: 11px;
    margin-top: 40px;
}

.title .sub{
    font-family: sans-serif, arial;
    font-size: 1.25rem;
    font-weight: bold;
    color: #707070;
    text-transform: uppercase;
    border-bottom: 1px solid #D6D6D6;
    display: inline-block;
}

.title.dark .sub{
    color: #fff;
}

.title .sub::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 4px;
    background-color: #d81610;
    /* border-top: 3px solid #CAD40F; */
    /* padding-left: 0; */
    /* padding-right: 0; */
    position: relative;
    margin-bottom: -12px;
    /* float: left; */
    margin-left: 10px;
    margin-right: -36px;
}

.title .main{
    font-size: 1.88rem;
    font-weight: 500;
    /* color: #707070; */
    color: #d81610;
}
.title.dark .main{
    color: #333;
    line-height: 36px;
    margin-top: 16px;
}

.main-section p{
    font-family: sans-serif, arial;
    font-size: 1.12rem;
    color: #707070;
    line-height: 1.5rem;
}

.shadow-bottom::after {
    content: "";
    display: block;
    height: 40px;
    /* border: 1px solid #ccc; */
    background-image: url('../../assets/images/shadow_bottom.png');
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.25;
}

.shadow-bottom2::after {
    content: "";
    display: block;
    height: 40px;
    /* border: 1px solid #ccc; */
    background-image: url('../../assets/images/shadow_bottom.png');
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.25;
    margin-top: 20px;
    margin-bottom: -30px;
}

.main-section .content-section{
    margin: 10px 70px;
    margin-bottom: -20px;
}

.main-section .content-section .main-pic {
    float: right;
    margin-top: 20px;
}

.why-choose-us-list {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    min-height: 325px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 350px;
}

.why-choose-us-list .tab-header {
    background-color: #F0F0F0;
    border-radius: 10px 10px 0 0;
    padding: 20px 35px;
    color: #CE0D19;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.why-choose-us-list .tab-list {
    padding: 20px;
    font-size: 20px;
}

.why-choose-us-list .tab-list li {
    margin-bottom: 14px;
    font-weight: 500;
    color: #707070;
    margin-left: 35px;
}

.special-tabs {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 30px 15px;
    min-height: 325px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.special-tabs .tabs {
    display: flex;
}
.special-tabs .tab-item {
    padding: 0 20px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 18px;
    border-right: 1px solid #707070;
}
.special-tabs .tab-item:last-child{
  border: 0;
}
.special-tabs .tab-item.active {
    color: #000;
    font-weight: bold;
}
.special-tabs .item-content {
    display: none;
    padding: 20px;
}
.special-tabs .item-content.active {
    display: block;
}
.special-tabs .tabs-content .item-content:first-of-type {
    border-top: none;
}

.main-section .services{
    margin: 10px 70px;
    margin-bottom: 70px;
}

.service-list {
    margin-top: 30px;
}

.service-item {
    display: flex;
    align-content: space-around;
    border-right: 1px solid #ccc;
    padding-right: 25px;
}


.service-item .cover {
    height: 170px;
    background-color: #C9C5C5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.service-item .title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-top: 0;
}

.service-item .description {
    font-size: 1.1rem;
    color: #707070;
    min-height: 150px;
}

.service-item .read{
    color: #707070;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.service-item .read:hover{
    color: #d82111;
}

.service-item:hover .title{
    color: #d82111;
}

/* ------- */

.resource-header .title {
    font-size: 23px;
    font-weight: bold;
    color: #d82111;
    margin-top: 0;
    margin-bottom: 0;
}

.resource-header {
    display: flex;
}

.resource-header {
    display: flex;
    justify-content: space-between;
}

.resource-header .read, 
.book-item .info .read {
    border: 1px solid #ccc;
    line-height: 30px;
    height: 30px;
    padding: 0px 20px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    color: #707070;
}

.resource-header .read:hover, 
.book-item .info .read:hover{
    /* color: #d82111; */
    background-color: #FFF6F6;
}

.book-item.current .info .title {
    margin-top: 20px;
    font-size: 23px;
    font-weight: bold;
    color: #707070;
}

.book-item.current .info .description {
    font-size: 17px;
    color: #707070;
}

.book-item.current, .book-item {
    display: grid;
    gap: 35px;
    grid-template-columns: auto auto;
}

.book-item.current:hover .title,
.book-item:hover .title {
    color: #333;
}

.book-item.current .cover {
    width: 200px;
    height: 250px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    margin-top: 27px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.book-item .info .read {
    margin-top: 11px;
}

.book-item .info .author {
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 9px;
}

.book-item .cover {
    background-image: url('../images/pdf-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    /* border: 1px solid #ccc; */
    width: 70px;
    height: 100px;
}

.book-item .title {
    color: #707070;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    max-width: 430px;
}

.book-item {
    gap: 35px;
    grid-template-columns: 70px auto;
    /* min-height: 127px; */
    margin-top: 10px;
    padding-bottom: 23px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 26px;
}

.recent-additions{
    margin-top: 33px;
}

.business-consulting .book-item:last-child,
.recent-additions .book-item:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-secondary{
    margin-bottom: 35px;
}

.colorful-bulb{
    margin-top: -60px;
}

.colorful-tablet{
    margin-top: -84px;
}

/* ------- */


.banners-mini{
    min-height: 180px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, 0.14);
    margin-top: 25px;
    overflow: hidden;
}

.banners_mini {
    background-color: #9B9B9B;
    height: 178px;
    overflow: hidden;
}

/* ------- */

.main-section .action-banner-red{
    background: rgb(164,164,164);
    background: linear-gradient(180deg, rgba(164,164,164,1) 0%, rgba(7,6,18,1) 32%, rgba(3,3,17,1) 69%, rgba(196,0,0,1) 100%);
    height: 150px;
    padding: 0 40px;
    margin-top: 70px;
}

.main-section .action-banner{
    background: rgb(164,164,164);
    background: linear-gradient(180deg, rgba(164,164,164,1) 0%, rgba(7,6,18,1) 32%, rgba(3,3,17,1) 69%, rgba(164,164,164,1) 100%);
    height: 150px;
    padding: 0 40px;
    margin-top: 30px;
}

.main-section .action-banner img {
    margin-top: 18px;
}

.main-section .action-banner .line1 {
    font-size: 34px;
    font-weight: bold;
    color: #141413;
    margin-top: 41px;
    line-height: normal;
}

.main-section .action-banner-red .line1 {
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    margin-top: 20px;
}

.main-section .action-banner .line2 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    margin-top: 50px; 
    color: #FFCE00; 
    padding-right: 30px;
}

.main-section .action-banner-red .line2 {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    color: #FFCE00; 
}

.main-section .action-banner .line3 {
    font-size: 30px; 
    color: #fff; 
    font-weight: bold; 
    padding-left: 30px;
    line-height: normal;
}

.main-section .action-banner .line5 {
    font-size: 20px; 
    color: #fff; 
    margin-top: 35px;  
    padding-left: 30px;
}

.support-staff{
    margin-top: -105px!important;
}

.main-section .online-shop{
    margin: 10px 70px;
}

.shopping-list {
    padding-bottom: 20px;
}

.box-shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); /* Black with 16% opacity */
}

.cars-categories-body {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center;     /* Optional: center vertically */
    margin: 0;
}

.cars-categories {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    height: 43px;
    margin: 13px auto;
    margin-bottom: 25px;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
}

.cars-categories a {
    border-right: 1px solid #EDEDED;
    padding: 9px 29px;
    text-decoration: none;
    color: #707070;
}

.cars-categories a:last-child {
    border-right: none; /* Removes the border for the last link */
}

.cars-categories .default, 
.cars-categories a:hover{
    color: #50A52F;
    background-color: #ededed30;
}

.cars-categories .default {
    min-width: 154px;
}

.product-item a {
    text-decoration: 0;
}

.product-item {
    border: 1px solid #D6D6D6;
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.product-item:hover {
    background-color: #ededed30;
}

.product-item .cover {
    height: 270px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px 8px 0 0;
    margin-bottom: 5px;
}

.product-item .info {
    padding: 5px 15px;
    /* border-bottom: 1px solid #D6D6D6; */
}

.product-item .info .model-name {
    color: #707070;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
}

.product-item .info .price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-item .info .price .label {
    font-size: 0.94rem;
    color: #707070;
}

.product-item .info .price .amount {
    color: #C40000;
    font-size: 1.44rem;
    font-weight: bold;
}

.product-item .bottom {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    border-top: 1px solid #D6D6D6;
}

.product-item .bottom .checkout-btn {
    width: 35px;
    height: 35px;
    background-color: #D6D6D6;
    border-radius: 25px;
}
.checkout-btn img {
    margin: 7px;
}

.product-item .bottom a.card-detail {
    color: #30880E;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.main-section .testimonials{
    background-color: #000000;
    min-height: 600px;
    padding: 50px 80px;
    margin-top: 55px;
}

.testimonials-list{

}

.testimonial-item {
    background-color: #fff;
    background-image: url('../images/testimonial_bg.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
    border-radius: 10px;
    height: 380px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #cccc;
}

.testimonial-item:hover{
    background-color: #FFF6F6;
}

.testimonial-item .review .title {
    font-size: 1.45rem;
    font-weight: bold;
    color: #707070;
    margin: 5px 0 0;
    margin-bottom: 25px;
}

.testimonial-item .review .stars {
    height: 21px;
    width: 105px;
    border-radius: 10px;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url('../images/reviewer-stars-bg.svg');
    display: inline-block;
    margin-bottom: 16px;
    display: flex;
    gap: 1px;
    padding: 3px;
    justify-content: center;
}

.testimonial-item .description {
    color: #707070;
    font-size: 1.06rem;
}

.testimonial-item .customer {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    /* border-top: 1px solid #D6D6D6; */
    padding-top: 15px;
    margin-top: 15px;
}

.testimonial-item .customer .pic {
    border: 1px solid #EFEFEF;
    width: 72px;
    height: 72px;
    border-radius: 42px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('../images/reviewer-avatar.svg');
}

.testimonial-item .customer .info .fullname {
    color: #707070;
    font-size: 20px;
    font-weight: bold;
}

.testimonial-item .customer .info .job-title {
    color: #a9a7a7;
}

.testimonial-item .customer .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote {
    width: 47px;
    height: 34px;
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/big-quote.svg');
}

a.local-btn {
    display: inline-block;
    height: 48px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #CAD40F;
    overflow: hidden;
    text-align: center;
    margin-top: 25px;
    padding: 12px 37px;
    text-decoration: none;
    color: #000;
    font-size: 1.12rem;
    font-weight: bold;
}

.main-section .partners{
    margin: 10px 70px;
    min-height: 200px;
}

.partners-list div img {
    height: 100px;
    margin: 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#footer{
    color: #fff;
    background-color: #000;
}

#footer .footer-secondary{
    padding-left: 25px;
}
#footer .main{
    min-height: 318px;
    margin: 0 40px;
    color: #fff;
}

#footer .main .logo img {
    margin-bottom: 30px;
}

#footer .main .title{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 56px;
    margin-bottom: 35px;
}

#footer .main .title::before{
    content: "";
    display: inline-block;
    width: 45px;
    height: 1px;
    position: relative;
    background-color: #fff;
    margin-bottom: -15px;
    margin-right: -46px;
    margin-left: 3px;
}

#footer .main p {
    font-size: 1.06rem;
    color: #fff;
}

#footer .main ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.06rem;
}

#footer .main .social-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 40px;
}

#footer .main .social-links a.social-item{
    display: inline-block;
    width: 53px;
    height: 48px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #CAD40F;
    overflow: hidden;
    text-align: center;
    padding-top: 6px;
}

#footer .main .social-links a.social-item img {
    height: 37px;
}

ul.mobile-menu-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.mobile-menu-list li:first-child {
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}



ul.mobile-menu-list li {
    line-height: 36px;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 5px 0;
}

ul.mobile-menu-list li.current> a{
    color: #c8101d;
}

ul.mobile-menu-list li.current{
    background-color: #FFF6F6;
}

ul.mobile-menu-list li:last-child {
    border-top: 0;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px ;
}

ul.mobile-menu-list li a {
    text-decoration: none;
    color: #676363;
    text-transform: uppercase;
    display: block;
    padding: 5px 25px;
    font-size: 1.16em;
}


.contact {
    display: flex;
    gap: 20px;
}

.contact .info .ctitle {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.contact .info .cdetail {
    font-size: 16px;
}


#footer .disclaimer{
    color: #fff;
    margin: 0 40px;
    height: 46px;
    border-top: 1px solid #D6D6D6;
    padding-top: 10px;
}

#footer .disclaimer-links {
    float: right;
}

#footer .disclaimer-links a{
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
}

#footer .disclaimer-links a:last-child {
    padding-right: 0;
    border-right: 0;
}

.full-height {
    height: 100vh; /* 100% of the viewport height */
}

/* Custom Button Styles */
.btn-custom {
    background-color: #28a745; /* Custom button color */
    border-color: #28a745; 
    color: #fff;
}
.btn-custom:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

/* Custom Form Styles */
.form-control-custom {
    border-radius: 0.25rem;
    border: 2px solid #ced4da;
}
.form-control-custom:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Custom Footer Styles */
footer {
    background-color: #343a40;
    padding: 1rem 0;
    color: #ffffff;
}
footer a {
    color: #ffc107; /* Custom link color in footer */
}
footer a:hover {
    color: #fff; /* Change on hover */
}

/* Custom Card Styles */
.card-custom {
    border: 1px solid #0062cc; /* Custom border color */
}
.card-custom .card-header {
    background-color: #0062cc;
    color: #fff;
}
.card-custom .card-body {
    background-color: #f8f9fa;
}

/* Custom Spacing Overrides */
.mt-custom {
    margin-top: 2rem; /* Custom margin-top */
}
.mb-custom {
    margin-bottom: 2rem; /* Custom margin-bottom */
}
.px-custom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Sidebar styling */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    transition: width 0.5s;
    padding: 25px 30px;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.7);
    z-index: 1000;
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Invisible initially */
    transition: width 0.5s, visibility 0s 0.5s, opacity 0.5s; /* Controls visibility delay */
}

/* Sidebar active state */
.sidebar.open {
    width: 350px;
    visibility: visible; /* Unhide when opening */
    opacity: 1; /* Visible when opening */
    transition: width 0.5s, visibility 0s, opacity 0.5s; /* Remove delay when opening */
}

/* Button to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    border: none;
    padding: 10px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* Close button in the sidebar */
.closebtn {
    position: absolute;
    top: 10px;
    left: -17px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    color: white;
}

/* Backdrop styling */
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}

/* Sidebar active state */
.sidebar.open {
    width: 350px;
}

.backdrop.show {
    display: block;
}

.call-us-now{
  border-right: 1px solid #D6D6D6;
  padding-right: 15px;
  margin-right: 15px;
  margin-top: 2px;
  height: 18px;
}

/*  ----------- Custom Breakpoints and Media Queries -----------  */

/* Extra Small (Mobile Portrait) - Max width 576px */
@media (max-width: 576px) {
    .navbar {
        background-color: #004085; /* Change navbar color for extra small screens */
    }
    .btn-custom {
        width: 100%; /* Full width button for mobile */
    }
    .custom-text-large {
        font-size: 1.25rem; /* Smaller font size for small screens */
    }
}

/* Small Devices (Mobile Landscape) - Max width 768px */
@media (max-width: 768px) {
    .navbar {
        background-color: #0056b3; /* Change navbar color for small screens */
    }
    .btn-custom {
        width: 100%; /* Full width button for smaller devices */
    }
    .custom-bg-light {
        background-color: #d6e0f5; /* Custom light background */
    }
}

/* Medium Devices (Tablets) - Max width 992px */
@media (max-width: 992px) {
    .navbar {
        background-color: #007bff; /* Adjust navbar color for tablets */
    }
    .custom-text-large {
        font-size: 1.35rem; /* Adjust text size for medium screens */
    }
}

/* Large Devices (Desktops) - Max width 1200px */
@media (max-width: 1200px) {
    .navbar {
        background-color: #0069d9; /* Custom color for large devices */
    }
    .btn-custom {
        font-size: 1.1rem; /* Adjust button font size */
    }
}

/* Extra Large Devices (Larger Desktops) - Max width 1364px */
@media (max-width: 1364px) {
    .navbar {
        background-color: #005cbf; /* Change navbar color for extra-large screens */
    }
    .custom-text-large {
        font-size: 1.5rem; /* Adjust text size */
    }
}

/* ----------- Custom Utility Classes ----------- */
.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/*  ----------- Animations -----------  */
.fade-in {
    animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
