:root{
    --bs-primary: #ea001e;
    --bs-secondary: #263A4F;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.btn-primary{
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}
h1, h2, h3, h4, h5, h6 , a{
    font-family: "Lalezar", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Cairo", serif;
}

/* Bootstrap overwrite Styles */
.bg-secondary {
    background-color: #b1c9fd !important;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-nav .navbar-item.active a{
    color: var(--bs-primary);
}

.navbar-light .navbar-brand {
    width: 175px;
}

.navbar-light .navbar-brand img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 100px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/* Full Parallax Slider */
.slider-wrap{
    background: #6d2a2a;
    height: 600px;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px;
  background-color: #40161633;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg{
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width: 650px;
  height: 650px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(54, 11, 11) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    font-family: "Lalezar", serif;;
}
.from-left, .from-right {
  opacity: 0;
  filter: blur(1px);
  transition: opacity 0.5s ease, filter 0.5s ease;
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s;
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards;
  animation-delay: 1s;
}
.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(1px);

}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInDown 1s ease forwards;
  animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
    font-size: 20px;
    line-height: 1.5;
}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease;
   animation: fadeInUp 1s ease forwards;
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp2 1s ease forwards;
  animation-delay: 1.4s;
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;


}
.slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}
.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #3c2fc0;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;

}
.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp3 1s ease forwards;
  animation-delay: 1.5s;
}
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}

.swiper-button-next, .swiper-button-prev {
    top: 71% !important;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px);
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0);
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(226, 68, 68, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.slide-btns:hover:after{
    color: #232323;
}
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026;
    width: var(--progress, 0%);
    transition: width 0.5s ease;
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgb(212, 52, 52), rgba(44, 106, 214, 0.8)), url(../imgs/slider.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}

.about .about-img .img-1 {
    height: 97%;
    margin-right: 14px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-right: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}
/*** About End ***/


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(78, 31, 31, 0.9)), url(../imgs/fact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Cars Categories End ***/


/*** Process Start ***/
.steps {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    background: var(--bs-secondary);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0; 
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white); 
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 991px){
    .banner .banner-item {
        height: 100%;
    }
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 50px; 
    height: 50px;
    object-fit: contain; 
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/

/*** Contact Page Premium Styles Start ***/

/* Contact Info Cards */
.contact-info-section {
    background: #fff;
}

.contact-card {
    position: relative;
    text-align: center;
    padding: 45px 30px 35px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border: 1px solid transparent;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(234, 0, 30, 0.12);
    border-color: var(--bs-primary);
}

.contact-card .contact-card-icon {
    margin-bottom: 20px;
}

.contact-card .icon-blob {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.contact-card:hover .icon-blob {
    background: var(--bs-secondary);
    color: #fff;
}

.contact-card h4 {
    margin-bottom: 8px;
    color: var(--bs-dark);
}

.contact-card .contact-card-link {
    color: var(--bs-primary);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
}

.contact-card .contact-card-link:hover {
    color: var(--bs-secondary);
}

.contact-card .contact-card-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.contact-card:hover .contact-card-decoration {
    transform: scaleX(1);
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
}

.contact-badge {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(234, 0, 30, 0.08);
    color: var(--bs-primary);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

/* Form Custom Floating Labels */
.form-floating-custom {
    position: relative;
    margin-bottom: 0;
}

.form-floating-custom .form-control,
.form-floating-custom .form-select {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fafbfc;
    height: auto;
    font-family: "Cairo", serif;
}

.form-floating-custom .form-control:focus,
.form-floating-custom .form-select:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 4px rgba(234, 0, 30, 0.1);
    background: #fff;
}

.form-floating-custom label {
    position: absolute;
    top: -10px;
    right: 14px;
    background: #fff;
    padding: 0 8px;
    font-size: 13px;
    color: #6c757d;
    font-weight: 500;
    font-family: "Cairo", serif;
}

.form-floating-custom textarea.form-control {
    resize: none;
}

/* Submit Button */
.contact-submit-btn {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    transition: all 0.4s ease;
}

.contact-submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--bs-secondary);
    z-index: -1;
    transition: left 0.4s ease;
}

.contact-submit-btn:hover::before {
    left: 0;
}

.contact-submit-btn:hover {
    background: var(--bs-primary);
    border-color: var(--bs-secondary);
}

/* Quick Actions */
.quick-actions {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
}

.quick-action-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fafbfc;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.quick-action-btn:hover {
    background: #fff;
    border-color: var(--bs-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.quick-action-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--bs-primary);
}

.quick-action-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.quick-action-text strong {
    color: var(--bs-dark);
    font-size: 14px;
    font-family: "Lalezar", serif;
    font-weight: 400;
}

.quick-action-text span {
    color: #6c757d;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Google Map */
.contact-map-box {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.contact-map-box .map-header {
    padding: 14px 20px;
    background: var(--bs-secondary);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-family: "Lalezar", serif;
}

.contact-map-iframe {
    width: 100%;
    height: 280px;
    border: 0;
    display: block;
}

/* Coverage Section */
.coverage-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.coverage-card:hover {
    border-color: var(--bs-primary);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(234, 0, 30, 0.1);
}

.coverage-card .coverage-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(234, 0, 30, 0.08);
    color: var(--bs-primary);
    font-size: 24px;
    margin-bottom: 15px;
    transition: 0.4s;
}

.coverage-card:hover .coverage-icon {
    background: var(--bs-primary);
    color: #fff;
}

.coverage-card h5 {
    margin-bottom: 5px;
    color: var(--bs-dark);
}

.coverage-card p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
}

/* CTA Banner */
.contact-cta-section {
    background: transparent;
}

.contact-cta-box {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #b80018 50%, var(--bs-secondary) 100%);
    border-radius: 20px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

.contact-cta-box::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.contact-cta-box::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.contact-cta-box h2 {
    position: relative;
    z-index: 1;
}

.contact-cta-box p {
    position: relative;
    z-index: 1;
}

.contact-cta-box .btn {
    position: relative;
    z-index: 1;
}

/* Working Hours */
.working-hours-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.working-hours-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
}

.working-hours-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.working-hours-item.special {
    border: 2px solid var(--bs-primary);
    background: rgba(234, 0, 30, 0.03);
}

.working-hours-item .day {
    font-weight: 700;
    color: var(--bs-dark);
    min-width: 130px;
    font-family: "Lalezar", serif;
    font-weight: 400;
}

.working-hours-item .hours-line {
    flex: 1;
    height: 2px;
    background: repeating-linear-gradient(90deg, #dee2e6 0px, #dee2e6 6px, transparent 6px, transparent 12px);
    margin: 0 15px;
}

.working-hours-item .hours {
    font-weight: 600;
    color: var(--bs-secondary);
}

/* Why Contact Us */
.why-contact-us {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.why-item:last-child {
    border-bottom: none;
}

.why-item .why-item-icon {
    font-size: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

.why-item .why-item-content strong {
    display: block;
    margin-bottom: 4px;
    color: var(--bs-dark);
    font-family: "Lalezar", serif;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 25px 20px;
    }

    .contact-cta-box {
        padding: 30px 20px;
        text-align: center;
    }
    
    .contact-cta-box .btn {
        margin-bottom: 10px;
        display: inline-block;
    }

    .quick-action-btn {
        padding: 10px 12px;
    }

    .quick-action-text span {
        font-size: 11px;
    }
    
    .working-hours-item .day {
        min-width: auto;
    }
}

/*** Contact Page Premium Styles End ***/

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    color: var(--bs-secondary);
    padding-left: 3px;
}


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

/* Footer Contact Buttons Styles */
.footer-contact-btns {
    z-index: 99;
    position: fixed;
    width: 100%;
    bottom: 20px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    visibility: hidden !important;
  }
  
  .footer-contact-btns .btn-phone,
  .footer-contact-btns .btn-whatsapp {
    position: relative;
    z-index: 100;
    visibility: visible !important;
  }
  
  .footer-contact-btns a {
    position: relative;
    z-index: 1000;
    height: 60px;
    width: 60px;
    padding: 5px;
    background: #FFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);;
    font-weight: bold;
    font-size: 25px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  }
  
  .footer-contact-btns .btn-phone:hover a {
    color: #FFF;
    border-color: #5B6CBF;
    background-color: #5B6CBF;
  }
  
  .footer-contact-btns .btn-whatsapp:hover a {
    color: #FFF;
    border-color: #1BD741;
    background-color: #1BD741;
  }
  
  .footer-contact-btns .btn-phone span {
    right: -109px;
    top: -35px;
  }
  
  .footer-contact-btns .btn-whatsapp span {
    right: 20px;
    top: -36px;
  }
  
  .footer-contact-btns .btn-phone span,
  .footer-contact-btns .btn-whatsapp span {
    position: absolute;
    font-size: 14px;
    display: none;
    background: #EFEFEF;
    letter-spacing: 2px;
    font-weight: 700;
    color: #666;
    width: 150px;
    padding: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  
  .footer-contact-btns .btn-phone a:hover + span,
  .footer-contact-btns .btn-whatsapp a:hover + span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

/*** ==========================================
     How It Works Section Styles
     ========================================== ***/
.how-it-works {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.how-it-works::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  background: rgba(234, 0, 30, 0.04);
  animation: icon-animat 5s linear infinite;
}

.how-it-works::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 33% 67% 71% 29% / 54% 61% 39% 46%;
  background: rgba(38, 58, 79, 0.04);
  animation: icon-animat 7s linear infinite;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--bs-primary), #c80019);
  color: #fff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.section-badge-light {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.process-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 30px 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid transparent;
  overflow: visible;
  height: 100%;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(234, 0, 30, 0.12);
  border-color: rgba(234, 0, 30, 0.15);
}

.process-number {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--bs-primary), #c80019);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 5px 20px rgba(234, 0, 30, 0.35);
  z-index: 2;
}

.process-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(234, 0, 30, 0.08), rgba(234, 0, 30, 0.02));
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: icon-animat 5s linear infinite;
  transition: all 0.4s ease;
}

.process-icon i {
  font-size: 1.8rem;
  color: var(--bs-primary);
  transition: all 0.4s ease;
}

.process-card:hover .process-icon {
  background: linear-gradient(135deg, var(--bs-primary), #c80019);
  transform: scale(1.08);
}

.process-card:hover .process-icon i {
  color: #fff;
}

.process-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--bs-secondary);
}

.process-card p {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.process-arrow {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-primary);
  font-size: 1.3rem;
  opacity: 0.3;
}

@media (max-width: 991px) {
  .process-arrow {
    display: none;
  }
}

/*** ==========================================
     Testimonials Section Styles
     ========================================== ***/
.testimonials-section {
  position: relative;
  overflow: hidden;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  margin: 15px 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(234, 0, 30, 0.1);
  border-color: rgba(234, 0, 30, 0.12);
}

.testimonial-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.testimonial-avatar {
  width: 55px;
  height: 55px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  background: linear-gradient(135deg, rgba(234, 0, 30, 0.08), rgba(234, 0, 30, 0.02));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  animation: icon-animat 6s linear infinite;
  flex-shrink: 0;
}

.testimonial-avatar i {
  font-size: 1.3rem;
  color: var(--bs-primary);
}

.testimonial-info h6 {
  margin: 0;
  font-weight: 700;
  color: var(--bs-secondary);
  font-size: 1rem;
}

.testimonial-info span {
  color: #999;
  font-size: 0.85rem;
}

.testimonial-quote-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bs-primary), #c80019);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-quote-icon i {
  color: #fff;
  font-size: 0.9rem;
}

.testimonial-stars {
  margin-bottom: 15px;
}

.testimonial-stars i {
  color: #FFB900;
  font-size: 0.85rem;
  margin-left: 2px;
}

.testimonial-stars i.fa-star-half-alt {
  color: #FFB900;
}

.testimonial-card p {
  color: #555;
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 0;
  position: relative;
}

/* OWL Carousel custom nav for testimonials */
.testimonials-carousel .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.testimonials-carousel .owl-nav button.owl-prev,
.testimonials-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  background: #fff !important;
  border: 2px solid rgba(234, 0, 30, 0.15) !important;
  color: var(--bs-primary) !important;
  font-size: 1.2rem !important;
  margin: 0 6px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.testimonials-carousel .owl-nav button.owl-prev:hover,
.testimonials-carousel .owl-nav button.owl-next:hover {
  background: var(--bs-primary) !important;
  color: #fff !important;
  border-color: var(--bs-primary) !important;
  transform: scale(1.1);
}

.testimonials-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.testimonials-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.testimonials-carousel .owl-dots .owl-dot.active span {
  width: 30px;
  border-radius: 15px;
  background: var(--bs-primary);
}

/*** ==========================================
     Quick Quote Form Section Styles
     ========================================== ***/
.quote-section {
  background: linear-gradient(135deg, #f0f2f5 0%, #e8edf2 100%);
  position: relative;
}

.quote-form-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12);
}

.quote-info-side {
  background: linear-gradient(135deg, var(--bs-secondary) 0%, #1a2a3a 100%);
  position: relative;
  overflow: hidden;
}

.quote-info-side::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  background: rgba(234, 0, 30, 0.1);
  animation: icon-animat 6s linear infinite;
}

.quote-info-side::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border-radius: 33% 67% 71% 29% / 61% 39% 46% 54%;
  background: rgba(255, 255, 255, 0.03);
  animation: icon-animat 8s linear infinite;
}

.quote-info-content {
  padding: 50px 40px;
  position: relative;
  z-index: 1;
}

.quote-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quote-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quote-feature-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(234, 0, 30, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.quote-feature-icon i {
  color: var(--bs-primary);
  font-size: 0.7rem;
}

.quote-feature-item span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.quote-phone-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(234, 0, 30, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.quote-phone-icon i {
  color: var(--bs-primary);
  font-size: 1.1rem;
}

.quote-phone:hover .quote-phone-icon {
  background: var(--bs-primary);
}

.quote-phone:hover .quote-phone-icon i {
  color: #fff;
}

.quote-form-side {
  background: #fff;
}

.quote-form-content {
  padding: 50px 40px;
}

.quote-input-group {
  position: relative;
}

.quote-input-group i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 0.9rem;
  z-index: 2;
  transition: color 0.3s ease;
}

.quote-input-group .form-control,
.quote-input-group .form-select {
  padding: 14px 44px 14px 16px;
  border: 2px solid #eee;
  border-radius: 12px;
  font-size: 0.92rem;
  background: #fafbfc;
  transition: all 0.3s ease;
  height: auto;
}

.quote-input-group textarea.form-control {
  resize: none;
}

.quote-input-group .form-control:focus,
.quote-input-group .form-select:focus {
  border-color: var(--bs-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(234, 0, 30, 0.08);
}

.quote-input-group .form-control:focus + i,
.quote-input-group:focus-within i {
  color: var(--bs-primary);
}

.quote-submit-btn {
  font-size: 1.05rem !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  background: linear-gradient(135deg, var(--bs-primary), #c80019);
  box-shadow: 0 8px 30px rgba(234, 0, 30, 0.35);
  transition: all 0.4s ease;
}

.quote-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(234, 0, 30, 0.45);
  background: linear-gradient(135deg, #c80019, var(--bs-primary));
}

@media (max-width: 991px) {
  .quote-info-content {
    padding: 40px 30px;
  }
  .quote-form-content {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .quote-info-content,
  .quote-form-content {
    padding: 30px 20px;
  }
  .process-card {
    padding: 30px 20px 25px;
  }
}