@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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');

:root {
    --primary: #E31F25 !important;
    --secondary: #27374D !important;

    --whatsapp: #6BCE72 !important;


    --thin: 100 !important;
    --ultraLight: 100 !important;
    --light: 300 !important;
    --regular: 400 !important;
    --medium: 500 !important;
    --semiBold: 600 !important;
    --bold: 700 !important;
    --extraBold: 800 !important;
    --black: 900 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    color: var(--secondary);
}

p,
span {
    color: #808080;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.pointer {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none !important;
    transition: 400ms !important;
}

.btn-theme {
    height: 51px;
    padding: 0 45px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 20px;
    display: flex;
    align-items: center;
    border: 2px solid var(--primary);
    transition: 400ms;
}

.btn-theme:hover {
    background: transparent;
    color: var(--primary);
    transition: 400ms;
}



.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

/*** Header ***/

.desktop-header {
    height: 120px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 1px 35px -10px #0000001f;
}

ul.header-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.header-menu-content {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.header-menu-list li a {
    color: #27374D;
    font-size: 14px;
    font-weight: var(--semiBold);
    line-height: 20px;
    padding: 10px 0;
    margin: 0 13px;
    overflow: hidden;
    position: relative;
}

ul.header-menu-list li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
    border-radius: 0 0 6px 6px;
    opacity: 0;
    transition: 400ms;
}

ul.header-menu-list li.current-menu-item a::after,
ul.header-menu-list li a:hover::after {
    bottom: 0;
    opacity: 1;
    transition: 400ms;
}

.header-logo img.logo {
    /* height: 38px; */
    object-fit: contain;
    width: auto;
}

.header-logo {
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.header-logo:has(.header-dealer-title) {
    justify-content: flex-end;
}

.header-dealer-title {
    margin: 7px 0;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 25px;
    background: linear-gradient(270deg, #F5F7F8, transparent);
    border-radius: 6px;
}

.header-dealer-title.AwardWinningDealer {
    background: linear-gradient(270deg, #fed13059, #fed1300d);
}

.header-dealer-title.AwardWinningDealer img {
    height: auto;
    width: auto;
    object-fit: contain;
    margin-right: 7px;
    margin-top: -5px;
}

.header-dealer-title span {
    font-size: 12px;
    font-weight: var(--semiBold);
    color: #27374D;
}

.header-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.header-buttons a {
    height: 50px;
    width: 180px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px;
    transition: 400ms;
}

.header-buttons * {
    transition: 400ms;
}

.header-buttons a.call-button {
    background: #707070;
    border: 2px solid #707070;
}

.header-buttons a.call-button:hover {
    background: #70707000;
}

.header-buttons a.call-button:hover * {
    color: #707070;
    transition: 400ms;
}

.header-buttons a.call-button:hover img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(2551%) hue-rotate(350deg) brightness(90%) contrast(85%);
}

.header-buttons a.appointment-button {
    background: var(--primary);
    border: 2px solid var(--primary);
    margin-left: 15px;
}

.header-buttons a.appointment-button:hover {
    background: transparent;
}

.header-buttons a.appointment-button:hover * {
    color: var(--primary);
    fill: var(--primary);
    transition: 400ms;
}

/* .header-buttons a.appointment-button:hover img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(89%) saturate(5082%) hue-rotate(345deg) brightness(89%) contrast(100%);
} */

.header-buttons a .subtitle {
    font-size: 9px;
    color: #DDE6ED;
    line-height: 11px;
    font-weight: var(--regular);
}

.header-buttons a .title {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    font-weight: var(--bold);
}

.header-buttons .button-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.header-buttons .button-icon img {
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

.header-buttons .button-icon {
    margin-right: 8px;
}

/*** Header-End ***/




/*** Main-Slider ***/
main {
    margin-top: 120px;
}

.main-slider .slider-item {
    height: 550px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.main-slider .slider-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/slider-overlay.png);
    z-index: 0;
}

.main-slider .slider-item h4 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 45px;
}

.main-slider-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--medium);
    margin: 0 !important;
}

.main-slider .slider-item * {
    max-width: 615px;
    z-index: 5;
}

.main-slider-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.main-slider .btn-theme {
    margin-top: 35px;
}

.main-slider .btn-theme:hover {
    background: #fff;
    border-color: #fff;
    color: var(--primary);
    transition: 400ms;
}

.main-slider {
    position: relative;
}

.main-slider-control {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 50px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider-control img {
    height: 18px;
}

.custom-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}

.custom-dots button {
    margin: 0 8px;
    height: 10px !important;
    width: 10px !important;
    border: none !important;
    outline: none !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    background-color: #FFFFFF;
    opacity: .44;
    transition: 400ms;
}

.custom-dots button.active {
    opacity: 1;
    transition: 400ms;
}


.main-slider-control .prev,
.main-slider-control .next {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 400ms;
}


.main-slider-control .prev:hover {
    transform: translate(-3px, 0);
    transition: 400ms;
}

.main-slider-control .next:hover {
    transform: translate(3px, 0);
    transition: 400ms;
}

/*** Main-Slider-End ***/


/*** Main-Awards ***/

section.main-awards {
    margin-top: 120px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.section-title span {
    border-radius: 40px 40px 0 0;
    background: linear-gradient(180deg, #F5F7F8, transparent);
    padding: 15px 35px;
    font-size: 24px;
    font-weight: var(--bold);
    color: #27374D;
}

section.main-awards {
    margin-top: 120px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.section-title span {
    border-radius: 40px 40px 0 0;
    background: linear-gradient(180deg, #F5F7F8, transparent);
    padding: 15px 35px;
    font-size: 24px;
    font-weight: var(--bold);
    color: #27374D;
}

.awards-slider-content {
    display: flex;
    border-radius: 24px;
    background: linear-gradient(90deg, #fed13059, #fed1300d);
}

.awards-content {
    padding: 30px 25px 30px 5px;
}

.awards-content p {
    margin: 0;
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 20px;
    color: #808080;
}

.awards-content span {
    font-weight: var(--bold);
    font-size: 16px;
    line-height: 29px;
    color: #27374D;
}

.awards-slider-content .col-md-3 {
    padding-right: 0;
    display: flex;
    align-items: end;
}

.awards-icon {
    padding-left: 15px;
}

.awards-icon img {
    height: auto !important;
    width: auto !important;
    object-fit: contain;
}

section.main-packages .owl-dots,
section.main-awards .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 75px;
}

section.main-packages .owl-dots button,
section.main-awards .owl-dots button {
    height: 13px;
    width: 13px;
    background: #F5F7F8 !important;
    border-radius: 100%;
    margin: 0px 7px;
    transition: 400ms;
}

section.main-packages .owl-dots button.active,
section.main-awards .owl-dots button.active {
    background: #9DB2BF !important;
    transition: 400ms;
}

/*** Main-Awards-End ***/


/*** Main-Packages ***/

.main-packages {
    margin-top: 50px;
}


a.packages-list-item {
    height: 455px;
    /* height: 440px; */
    border-radius: 36px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

a.packages-list-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* height: 350px; */
    height: 365px;
    background: #F5F7F8;
    z-index: -1;
    border-radius: 36px;
    transition: 400ms;
}

.packages-list-item .item-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-top: 0;
}

.packages-list-item .item-top-image {
    width: 160px;
    height: 145px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.packages-list-item .item-top-image img {
    width: auto !important;
    /* height: auto !important; */
    height: 110px !important;
    object-fit: contain;
    z-index: 5;
    position: relative;
    transition: 400ms;
}

.packages-list-item .item-top-image:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 133px;
    height: 133px;
    background: #DDE6ED;
    border-radius: 100%;
    opacity: .5;
    z-index: 0;
    transition: 400ms;
}

.package-promotion {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: -10px;
}

.package-promotion .promotion-item span {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.promotion-item {
    background: #15B392;
    border-radius: 4px 4px 4px 0;
    padding: 4px 8px;
    display: flex;
}

.packages-list-item span.item-title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: var(--bold);
    color: #27374D;
    margin-bottom: 10px;
    transition: 400ms;
}

.packages-list-item span.item-price {
    display: flex;
    justify-content: center;
    font-size: 32px;
    font-weight: var(--bold);
    line-height: 1;
    margin-bottom: 15px;
    color: var(--primary);
    transition: 400ms;
}

.packages-list-item .seperator {
    border-top: 1px dashed #DDE6ED;
    height: 0;
    margin: 0 35px 15px 35px;
    transition: 400ms;
}

.packages-list-item .item-bottom p {
    font-size: 14px;
    font-weight: var(--regular);
    color: #808080;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.packages-list-item:hover .item-bottom p,
.packages-list-item:hover span.item-title,
.packages-list-item:hover span.item-price {
    color: #fff;
    transition: 400ms;
}

.packages-list-item:hover .seperator {
    border-top: 1px dashed #fff;
    transition: 400ms;
}

.packages-list-item:hover .item-top-image img {
    filter: invert(1) brightness(5);
    transition: 400ms;
}

a.packages-list-item:hover:after {
    height: 100%;
    background: var(--primary);
    transition: 400ms;
}

/*** Main-Packages-End ***/

/*** Main-Services ***/

.main-services {
    margin-top: 150px;
}

.services-list-item {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 40px;
    overflow: hidden;
    padding: 40px 50px;
    justify-content: flex-end;
    margin-bottom: 30px;
    cursor: pointer;
}

.services-list-item span.item-title {
    font-size: 26px;
    font-weight: var(--bold);
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
    z-index: 9;
}

.services-list-item p {
    font-size: 16px;
    font-weight: var(--regular);
    color: #fff;
    margin: 0;
    z-index: 9;
}

.services-list-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #151912a8, transparent);
    opacity: .75;
    z-index: 0;
}

.services-list-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #E31F25, transparent);
    opacity: 1;
    z-index: 5;
    transition: 400ms;
}

.services-list-item:hover::after {
    bottom: 0%;
    opacity: .5;
    transition: 400ms;
}

/*** Main-Services-End ***/

/*** Main-Features ***/

.main-features {
    margin-top: 150px;
}

.feature-list-item {
    /* background: linear-gradient(90deg, #F5F7F8, transparent); */
    border-radius: 24px;
    padding: 45px 25px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 400ms;
}

.feature-list-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F5F7F8, transparent);
    z-index: -1;
    transition: 400ms;
}

.feature-list-item:hover:after {
    width: 300%;
    transition: 400ms;
}

.feature-list-item .feature-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-list-item .feature-icon svg {
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.feature-list-item .feature-icon svg circle,
.feature-list-item .feature-icon svg path {
    transition: 400ms;
}


.feature-list-item:hover .feature-icon svg circle,
.feature-list-item:hover .feature-icon svg path {
    fill: var(--primary);
    transition: 400ms;
}

/* 
.feature-list-item .feature-icon img {
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    transition: 400ms;
}

.feature-list-item:hover .feature-icon img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(2877%) hue-rotate(346deg) brightness(89%) contrast(100%);
    transition: 400ms;
} */

.feature-list-item .feature-content p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--regular);
    color: #808080;
}

.feature-list-item .feature-content .title {
    color: #27374D;
    font-size: 18px;
    font-weight: var(--bold);
    line-height: 29px;
    transition: 400ms;
}

.feature-list-item:hover .feature-content .title {
    color: var(--primary);
    transition: 400ms;
}

.feature-list-item .row div:has(img) {
    padding-right: 0 !important;
}

/*** Main-Features-End ***/

/*** Main-About-Expertise ***/

.about-expertise {
    margin-top: 125px;
    margin-bottom: 80px;
}

.about-expertise-content h2 {
    color: #27374D;
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 45px;
}

.about-expertise-content .about-expertise-description p {
    color: #808080;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
}

.about-expertise-content .about-expertise-description {
    max-height: 215px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    transition: 400ms;
}

.about-expertise-content .about-expertise-description:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 175px;
    pointer-events: none;
    background: linear-gradient(0deg, #ffffff, rgb(255 255 255 / 80%) 73%, rgba(255, 255, 255, 0) 100%);
    transition: 400ms;
}

.about-expertise-content .about-expertise-description.extended {
    max-height: 100%;
    height: 100%;
    transition: 400ms;
}

.about-expertise-content .about-expertise-description.extended:after {
    opacity: 0;
    height: 0;
    transition: 400ms;
}

/*** Main-About-Expertise-End ***/


/*** Page-Bottom ***/

.page-bottom-area {
    height: 400px;
    background: url(images/bottom-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.page-bottom-area .page-bottom-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

.page-bottom-area .page-bottom-content .title {
    color: #fff;
    font-size: 32px;
    font-weight: var(--bold);
    line-height: 39px;
    margin-bottom: 30px;
    max-width: 950px;
}

.page-bottom-area .page-bottom-content p {
    color: #fff;
    font-size: 18px;
    font-weight: var(--medium);
    line-height: 24px;
    margin-bottom: 30px;
    max-width: 950px;
}


.page-bottom-area .bottom-buttons a {
    border-radius: 10px;
    padding: 15px 25px 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    height: 60px;
    transition: 400ms;
}

.page-bottom-area .bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-bottom-area .bottom-buttons a svg {
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.page-bottom-area .bottom-buttons a svg path {
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:first-child:hover svg path {
    fill: var(--primary);
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:last-child:hover svg path {
    fill: #ffffff !important;
    transition: 400ms;
}

/* .page-bottom-area .bottom-buttons a img {
    transition: 400ms;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:hover img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(2877%) hue-rotate(346deg) brightness(89%) contrast(100%);
    transition: 400ms;
} */

.page-bottom-area .bottom-buttons a span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 23px;
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:first-child {
    background: var(--primary);
    border: 2px solid var(--primary);
    transition: 400ms;
}


.page-bottom-area .bottom-buttons a:first-child:hover {
    background: transparent;
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:first-child span {
    color: #ffffff;
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:first-child:hover span {
    color: var(--primary);
}

.page-bottom-area .bottom-buttons a:last-child {
    background: #F5F7F8;
    border: 2px solid #F5F7F8;
    transition: 400ms;
}


.page-bottom-area .bottom-buttons a:last-child:hover {
    background: transparent;
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:last-child span {
    color: #27374D;
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:last-child:hover span {
    color: #fff;
    transition: 400ms;
}

.page-bottom-area .bottom-buttons a:last-child:hover img {
    transition: 400ms;
    filter: brightness(0) invert(1);
}

/*** Page-Bottom-End ***/


/*** Footer ***/

footer {
    background: #27374D;
}

.footer-top {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 135px;
    border-bottom: 2px solid rgb(157 178 191 / 20%);
}

.footer-top .footer-logo img {
    height: 40px;
    object-fit: contain;
}

.footer-socials a {
    color: #DDE6ED;
    opacity: .5;
    transition: 400ms;
    font-size: 24px;
    margin-left: 25px;
}

.footer-socials a:hover {
    color: #DDE6ED !important;
    opacity: 1;
    transition: 400ms;
}

.footer-phone a {
    display: flex;
    align-items: center;
}

.footer-phone a span {
    color: #fff;
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 28px;
    margin-left: 15px;
}

.footer-bottom {
    padding-top: 25px;
    padding-bottom: 50px;
}

h3.footer-menu-title {
    color: #fff;
    font-size: 20px;
    font-weight: var(--bold);
    line-height: 24px;
    margin-bottom: 25px;
}

.footer-about p {
    margin: 0;
    font-size: 14px;
    color: #DDE6ED;
    opacity: .5;
    line-height: 24px;
}

.footer-menu-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu-item ul li a {
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    color: #DDE6ED;
    opacity: .5;
    transition: 400ms;
}


.footer-menu-item .footer-contact-info p,
.footer-menu-item .footer-contact-info a {
    font-size: 14px;
    font-weight: var(--regular);
    color: #DDE6ED !important;
    opacity: .5;
    line-height: 20px;
    margin-bottom: 0;
    transition: 400ms;
}

.footer-menu-item .footer-contact-info {
    margin-bottom: 10px;
}

.footer-menu-item ul li a:hover,
.footer-menu-item .footer-contact-info a:hover {
    opacity: 1;
    transition: 400ms;
}

.copyright {
    background: #1D2939;
    height: 75px;
    display: flex;
    align-items: center;
}

.copyright-content {
    display: flex;
    justify-content: space-between;
}

.copyright-content span {
    color: #ffffff;
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 21px;
}

.copyright-content span a {
    color: #ffffff;
    font-weight: var(--bold);
    transition: 400ms;
}

.copyright-content span a:hover {
    color: var(--primary);
    transition: 400ms;
}


.copyright-content .powered-col span a:hover {
    color: #0791d5;
    transition: 400ms;
}


.review-top .avatar img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 100%;
    object-fit: cover;
}

.review-top {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.review-top .customer {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.review-top .customer .title {
    font-size: 14px;
    font-weight: var(--bold);
    line-height: 1;
    color: #FFFFFF;
    text-transform: capitalize;
}

.review-top .customer .date {
    font-size: 12px;
    font-weight: var(--regular);
    line-height: 24px;
    color: #808080;
}

.review-stars img {
    margin-right: 2px;
    max-width: 11px !important;
    width: 11px !important;
    height: 11px !important;
    object-fit: contain;
}

.review-stars {
    margin-bottom: 10px;
    display: flex;
}

.review-description p {
    font-size: 14px;
    font-weight: var(--regular);
    color: #DDE6ED;
    opacity: .5;
}

/*** Footer-End ***/

.packages-control,
.awards-control {
    position: absolute;
    width: 108%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    top: 50px;
    left: -4%;
}

.packages-control {
    top: 50%;
}

.packages-control img,
.awards-control img {
    cursor: pointer;
    opacity: .5;
    transition: 400ms;
}

.packages-control img:hover,
.awards-control img:hover {
    opacity: 1;
    transition: 400ms;
}

.packages-slider,
.awards-slider {
    position: relative;
}

/*** page ***/

.page-banner {
    height: 140px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #F5F7F8, #F5F7F8);
}

.page-banner-content h1 {
    color: #27374D;
    font-size: 28px;
    font-weight: var(--bold);
    margin-bottom: 5px;
    display: block;
}

span.breadcrumbs-item a {
    font-size: 14px;
    color: #27374dbf;
    font-weight: var(--regular);
}

span.breadcrumbs-item.active a {
    font-weight: var(--bold);
}

.page-content p {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--regular);
}

/*** page ***/

/*** packages-list-page ***/

.packages-content .packages-list-item {
    margin-bottom: 30px;
}

/*** packages-list-page-end ***/


/*** gallery-list-page ***/


a.gallery-item {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 24px;
    margin-bottom: 30px;
}

a.gallery-item img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

a.gallery-item .image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #27374D, #27374d80);
    opacity: 0;
    pointer-events: none;
    transition: 400ms;
}

a.gallery-item:hover .image-overlay {
    opacity: 1;
    pointer-events: none;
    transition: 400ms;
}

a.gallery-item .image-overlay img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
}

.image-overlay span {
    font-size: 13px;
    font-weight: var(--medium);
    color: #fff;
    margin-top: 7px;
}

/*** gallery-list-page-end ***/

/*** blog-list-page ***/

.inner-page-content {
    padding: 60px 0 120px 0;
}

a.blog-item {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background: #F5F7F8;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.blog-item .item-top {
    height: 235px;
    overflow: hidden;
}

.blog-item .item-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-bottom {
    /* padding: 15px; */
    /* padding: 15px 22px 20px 22px; */
    padding: 15px 0px 20px 0px;
}

.blog-item .item-bottom {
    padding: 15px;
    padding: 15px 22px 20px 22px;
}

.item-bottom .title {
    font-size: 16px;
    font-weight: var(--extraBold);
    color: #27374D;
    margin-bottom: 13px;
    display: block;
}

.item-bottom p {
    font-size: 14px;
    font-weight: var(--regular);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.item-bottom .btn-theme {
    justify-content: center;
    height: 50px;
}

.blog-list .col-md-3 {
    padding: 10px
}


/*** blog-list-page-end ***/


/*** blog-detail-page ***/

.blog-detail-content {
    margin-bottom: 140px;
}

.blog-details .blog-image img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.blog-details .blog-image {
    margin-bottom: 40px;
}

.blog-content p {
    font-size: 16px;
    font-weight: var(--regular);
    color: #808080;
}

.blog-content .created-at,
.blog-content .created-at strong {
    font-size: 16px;
    color: #808080;
}

.blog-content .created-at {
    margin-top: 25px;
    display: block;
}

/*** blog-detail-page-end ***/


/*** contact-page ***/

.contact-content {
    margin: 80px 0;
}


.contact-content .section-title {
    justify-content: flex-start;
}

.contact-info-item .title {
    color: var(--primary);
    font-size: 18px;
    font-weight: var(--semiBold);
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-info-item p,
.contact-info-item a,
.contact-info-item i {
    color: #808080;
    font-size: 16px;
    font-weight: var(--regular);
    margin: 0;
}

.contact-info-item i {
    margin-right: 15px;
    font-size: 20px;
    margin-top: 5px;
    transition: 400ms;
}

.contact-info-item i:hover {
    color: var(--primary);
    transition: 400ms;
}

form input,
form textarea {
    border-radius: 10px;
    border: 1px solid #DDE6ED !important;
    background: #F5F7F8;
    font-size: 16px;
    font-weight: var(--medium);
    color: #27374d;
    padding: 20px;
    outline: none !important;
    transition: 400ms;
}

form input:focus,
form textarea:focus {
    border: 1px solid #b3c0cb !important;
    background: #dde6ed;
    transition: 400ms;
}

form input::placeholder,
form textarea::placeholder {
    font-size: 16px;
    font-weight: var(--medium);
    color: #27374d80;
    transition: 400ms;
}

form input {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
}

form textarea {
    height: 220px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .col-md-4 {
    padding-right: 5px;
}

.contact-form button {
    height: 60px;
}

/*** contact-page-end ***/

/*** 404-page ***/

.error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 95px;
}

.error-image {
    margin-top: 75px;
    margin-bottom: 25px;
}

.error-image img {
    max-width: 880px;
    width: 100%;
}

.error-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    max-width: 880px;
}

.error-text .title {
    font-size: 32px;
    font-weight: bold;
    color: #27374D;
}

.error-text p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: var(--medium);
}

/*** 404-page-end ***/

.main-slider .slider-item .slider-actions {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
    max-width: 100% !important;
}

.main-slider .slider-item .slider-actions  a span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 23px;
    transition: 400ms;
}

.main-slider .slider-item .slider-actions  .custom-dark-button {
    background: var(--primary);
    border: 2px solid var(--primary);
    transition: 400ms;
}

.main-slider .slider-item .slider-actions  .custom-dark-button:hover {
    background: transparent;
    transition: 400ms;
}

.main-slider .slider-item .slider-actions  .custom-dark-button span {
    color: #ffffff;
    transition: 400ms;
}

.main-slider .slider-item .slider-actions  .custom-dark-button:hover span {
    color: var(--primary);
}

.main-slider .slider-item .slider-actions  .custom-outline-button {
    background: #F5F7F8;
    border: 2px solid #F5F7F8;
    transition: 400ms;
}

.main-slider .slider-item .slider-actions  .custom-outline-button:hover {
    background: transparent;
    transition: 400ms;
}

.main-slider .slider-item .slider-actions  .custom-outline-button span {
    color: #27374D;
    transition: 400ms;
}

.main-slider .slider-item .slider-actions  .custom-outline-button:hover span {
    color: #fff;
    transition: 400ms;
}

.main-slider .slider-item .slider-actions  .custom-outline-button:hover img {
    transition: 400ms;
    filter: brightness(0) invert(1);
}

.main-slider .slider-item .slider-actions .btn-theme{
    max-width: unset !important;
    white-space: nowrap;
}


.fixed-wp {
    background: #128C7E;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    z-index: 99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 100%;
    transition: 300ms;
}

.fixed-wp:Hover {
    background: #25D366;
    color: #fff;
}

.main-slider .slider-item .slider-actions .custom-dark-button,
.main-slider .slider-item .slider-actions .custom-outline-button{
    display: none;
}

.mobile-actions {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #d41920;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.mobile-actions > a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 15px 0;
    gap: 10px;
    color: #fff;
}

.mobile-actions > a > span{
    color: #fff;
    font-size: 14px;
}

.mobile-actions > a:nth-child(2){
    aspect-ratio: 1;
    background: #075E54;
    margin-top: -50px;
    height: 85px;
    border-radius: 100%;
    max-width: 85px;
    font-size: 35px;
    margin-bottom: -50px;
    padding-bottom: 25px;
    color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}

.mobile-actions > a:nth-child(2) span{
    display: none;
}

.mobile-actions > a:not(:nth-child(2)) i{
    color: #fff;
}

@media (max-width: 997px){
    .mobile-actions{
        display: flex;
    }
    
    .main-slider .slider-item .slider-actions .bottom-button-icon {
        display: none;
    }
    
    .main-slider .slider-item .slider-actions .btn-theme {
        padding: 5px !important;
        margin-top: 10px;
        height: 40px;
    }
    
    .main-slider .slider-item .slider-actions .btn-theme span {
        margin: 0;
    }
    
    .main-slider .slider-item .slider-actions {
        flex-wrap: wrap;
        row-gap: 0;
        column-gap: 10px;
    }
    
    .main-slider .slider-item .slider-actions > a {
        font-size: 12px;
    }
    
    .main-slider .slider-item .slider-actions a span{
        font-size: 12px;
    }
    
    .main-slider .slider-item .slider-actions .custom-dark-button,
    .main-slider .slider-item .slider-actions .custom-outline-button{
        display: flex;
    }
}