/*********************************** Gobal css starts  here***********************************/
body {
  font-family: "Funnel Sans", sans-serif;
}

:root {
  --theme-color: #E76156;
  --text-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

ul,
li {
  list-style: none;
}

img {
  max-width: 100%;
}

.p-120 {
  padding: 120px 0px;
}



/*********************************** Gobal css Ends ***********************************/

/*********************************** Top Header Section Start Here ***********************************/
.top-header {
  background-color: var(--theme-color);
}

.zr-topheader-area {
  padding: 14px 0px;
}

.zr-location a {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

.zr-location i {
  margin-right: 6px;
}

.zr-topbar-list li a {
  padding: 0px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  position: relative;
  font-weight: 400;
}

.zr-topbar-list li a::after {
  content: "";
  background-color: #fff;
  height: 31px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.zr-topbar-list li:last-child a::after {
  content: none;
}

.zr-topbar-list li:last-child a {
  padding: 0px 0px 0 15px;
  color: #fff;
}

/* Header  */


.call-button .zr-call-btn {
  display: flex;
  flex-direction: column;
}

.zr-navbar .nav-link {
  position: relative;
  display: inline-block;
  color: #333;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  padding: 0px !important;
}

.zr-navbar li {
  padding: 18px 14px !important;
}

.zr-navbar {
  margin-right: 35px;
}

.zr-navbar .nav-item a:hover {
  color: var(--theme-color);
}

.zr-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.zr-navbar .nav-link:hover::after {
  width: 100%;
  left: 0;
}

.get-quote-btn .call-button:before,
.call-get-quotefaq .call-button::before {
  content: '';
  width: 0px;
  height: 0px;
  background: #e76156;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100px;
  transition: .5s;
  opacity: 0;
  z-index: -1;
}

.get-quote-btn .call-button12:before {
  border-radius: 5px;
}

.get-quote-btn .call-button:hover:before,
.call-get-quotefaq .call-button:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.get-quote-btn .call-button {
  display: flex;
  align-items: center;
  background-color: #0F95A0;
  color: #fff;
  text-decoration: none;
  padding: 11px 30px 15px 30px;
  border-radius: 50px;
}

.get-quote-btn .call-button12:hover {
  color: #FFFFFF !important;
}

.call-button12:hover .zr-number-text,
.call-button12:hover .zr-number {
  color: #FFFFFF !important;
}

.call-button12:hover i {
  color: #FFFFFF !important;
}

.call-button12 {
  background-color: #FAFAFA !important;
  padding: 13px 31px;
  border-radius: 8px !important;
  text-decoration: none;
  transition: .5s;
  color: #E76055;
  border: 2px solid #E76055 !important;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.call-button .zr-number-text {
  font-size: 17px;
  font-weight: 400;
  text-align: right;
}

.get-quote-btn .call-button i {
  font-size: 33px;
  margin-right: 9px;
}

.get-quote-btn .call-button12 i {
  color: var(--theme-color);
}

.call-button .zr-number {
  font-size: 30px;
  font-weight: 800;
  line-height: 26px;
}

.call-button12 .zr-call-btn {
  color: var(--theme-color);
}

.get-quote-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.get-quote-btn a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background-color: #1c1f1e;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.get-quote-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #0F95A0;
  transition: left 0.4s ease-in-out;
  z-index: -1;
}

.get-quote-btn a:hover::before {
  left: 0;
}

/* 
.get-quote-btn a:hover {
  color: #fff;
}

@keyframes phoneRing {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  40% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.get-quote-btn a{
  color: #fff;
} */

@keyframes phoneRing {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  40% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.call-button i {
  animation: phoneRing 0.5s ease-in-out infinite;
}

/*********************************** Top Header Section Ends Here ***********************************/
.zr-banner {
  position: relative;
  background-color: #FAFAFA;
}

.zr-brandlogo1 {
  display: none;
}

.zr-brandlogo {
  display: block;
}

.zr-banner .container {
  position: relative;
  z-index: 99;
}

.zr-feature-item img {
  width: 29px;
  margin-right: 6px;
}

.zr-slider_bg_1 {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 651px;
}

.zr-slider_bg_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 651px;
}

.zr-slider_bg_1::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgb(0, 80, 86);
  background: linear-gradient(175deg, rgb(0 80 86 / 79%) 0%, rgb(214 71 60 / 95%) 85%);
}

.zr-main-heading {
  font-size: 60px;
  font-weight: 800;
  font-style: italic;
  line-height: 60px;
}

.zr-subheading {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  line-height: 31px;
  padding-top: 18px;
}

/* Banner Form */
.screen.banner-form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.11);
  padding: 38px;
}

.banner-form .top-heading h2 {
  color: #333;
  font-size: 50px;
  font-weight: 700;
}

.discount-box .discount-price {
  font-size: 75px;
  line-height: 93px;
  font-weight: 700;
  background-color: #0F95A0;
  color: #fff;
  padding: 0px 19px 0px 8px;
  margin-right: 20px;
}

.discount-box .discount-off {
  font-size: 24px;
  line-height: 25px;
  vertical-align: top;
  font-weight: 400;
}

.purchase-text {
  font-size: 41px;
  font-weight: 300;
  color: var(--theme-color);
  line-height: 42px;
}

.purchase-text1 {
  font-size: 34px;
  font-weight: 800;
  color: var(--theme-color);
}

.zr-features {
  display: flex;
  gap: 20px;
  align-items: center;
}

.discount-box.d-flex {
  padding: 15px 0px;
  align-items: center;
}

.zr-feature-item span {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}

.zr-feature-item {
  display: flex;
  align-items: center;
}

.contact-form {
  padding-top: 35px;
}

.zr-contact-form-input:focus {
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #006F78 !important;
}

.zr-contact-form-input {
  margin-top: 4px;
  padding: 12px 12px 12px 5px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #ABABAB !important;
  border: none;
}

.zr-contact-form-input::placeholder,
.zr-contact-form-input {
  color: #B5B5B5;
  font-size: 20px;
  font-weight: 300;
  padding: 3px 0px 12px 5px;
}

.zr-contact-form-input {
  color: #6B6B6B !important;
}

.zr-contact-form-label {
  color: #6B6B6B !important;
  font-size: 20px;
  font-weight: 500;
}

#quote_year option {
  background-color: #fff;
  color: #6B6B6B;
  font-size: 16px;
}

.zr-next-btn {
  text-transform: uppercase;
  font-size: 22px;
  border: none;
  font-weight: 600;
  margin: 20px 0px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 16%);
  border-radius: 8px;
  padding: 12px 40px;
  color: #fff;
  background: #E76055;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.zr-next-btn::before {
  content: '';
  width: 0px;
  height: 0px;
  background: #0f95a0;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: .5s;
  opacity: 0;
  border-radius: 8px;
  z-index: -1;
}

.zr-next-btn:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.zr-features-form {
  display: flex;
  gap: 20px;
  align-items: center;
}

.zr-features-form .zr-feature-item span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.zr-heading {
  font-size: 50px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
}

.zr-brandlogo img {
  object-fit: contain;
  width: 117px;
  margin-right: 22px;
}

/*********************************** Why choose Section Start Here  ***********************************/
.zr-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #333;
}

.features-box .feature-item {
  display: flex;
  align-items: flex-start;
}

.zr-car-border::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 61px;
  left: 57%;
  transform: translateX(100%);
  bottom: 0;
  border-left: 3px solid #fff !important;
  border-color: #fff;
  border-right: 3px solid #fff;
  background: #e6584c;
  border-left: 12px;
}

.features-box .feature-item img {
  margin-right: 13px;
}

.features-box .feature-item h3 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  line-height: 31px;
}

.features-box .feature-item p {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}


.why-choose-us .zr-flex-box::after {
  width: 100vw;
}

.why-choose-us .zr-flex-box::before,
.why-choose-us .zr-flex-box::after {
  content: '';
  position: absolute;
  top: 0px;
  height: 100%;
  right: 0;
  background: #0F95A0;
  z-index: -1;
}

.zr-car-year h2 {
  font-size: 64px;
  font-weight: 800;
  color: #006F78;
  padding: 41px;
  z-index: 1;
  position: relative;
}

.zr-car-year span {
  font-size: 600px;
  font-weight: 900;
  line-height: 512px;
  color: #38ACB6;
  font-family: "Big Shoulders";
  position: relative;
  z-index: 1;
}

.zr-car-year h3 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
}

.zr-car-year h4 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;

}

.zr-car-year img {
  position: absolute;
  right: 77px;
  top: 196px;
}

.zr-flex-box {
  display: flex;
  align-items: center;
}

/* new css */
section.why-choose-us .zr-car-year:before {
  content: '';
  width: 45%;
  height: 45%;
  background: url(../images/black-cute-little-.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: -45px;
  right: 88px;
  margin: auto;
  z-index: 1;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right;
}

section.why-choose-us .zr-car-year:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 61px;
  right: 225px;
  transform: translateX(100%);
  bottom: 0;
  border-left: 3px solid #fff !important;
  border-color: #fff;
  border-right: 3px solid #fff;
  background: #e6584c;
  border-left: 12px;
  border-left: 7px solid #0f95a0 !important;
  border-color: #fff;
  border-right: 7px solid #0f95a0;
  background: #e6584c;
  border-left: 12px;
  outline-style: solid;
  outline-color: #fff;
}

/* new css */
/*********************************** how It Work Section Start Here  ***********************************/
.how-it-works {
  background-color: #FAFAFA;
}

section.how-it-works .row.text-center {
  counter-reset: section;
}

.how-is-work-box:after {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  bottom: -30px;
  left: 0;
  margin: auto;
  right: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color1);
  transition: 500ms all;
  background: #EFEFEF;
  padding: 10px 15px;
  border-radius: 60px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-is-work-box:before {
  content: '';
  width: 100%;
  display: block;
  bottom: -10px;
  left: 200px;
  position: absolute;
  border: 1px dashed #A1A1A1;
}

.how-is-work-box:last-child:before {
  display: none;
}

.zr-work-heading {
  font-size: 25px;
  font-weight: 700;
  color: #333;
}

.zr-work-subheading {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  width: 350px;
  margin-bottom: 50px !important;
  margin: 0 auto;
}

.call-get-quote {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}


.zr-discount-text {
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  color: #333;
}

.zr-step-number,
.zr-step-number1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #333;
  margin: 0 auto;
  font-weight: 700;
}

.zr-step-number::before {
  content: "";
  position: absolute;
  top: 93%;
  left: 50%;
  width: 100%;
  height: 2px;
  border-top: 2px dashed #aaa;
  z-index: -1;
  transform: translateY(-50%);
}

.how-is-work-box {
  position: relative;
}

/*********************************** Protect Your Car Section Start Here  ***********************************/
.protect-your-car {
  position: relative;
  background-image: url('../images/select-auto-car.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  display: none;
}

.protect-your-car::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(82deg, rgba(0, 99, 107, 0.93) 0%, rgba(0, 99, 107, 0) 40%);
  z-index: 1;
}

.zr-protect-car-content {
  background: rgba(31, 122, 128, 0.7);
  padding: 40px;
  max-width: 90%;
  position: relative;
  z-index: 2;
}

.auto-logo {
  position: absolute;
  bottom: 80px;
  right: 40px;
}

/*********************************** Testimonial Section Start Here  ***********************************/
.zr-avatar-group {
  display: flex;
  align-items: center;
  padding: 26px 0px;
}

.testimonial-section {
  background-color: #FAFAFA;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -15px;
  transition: transform 0.3s ease;
}

.avatar:first-child {
  margin-left: 0;
}

.avatar:hover {
  transform: scale(1.1);
}

.google-logo {
  margin-right: 20px;
}

.zr-smily-img {
  padding: 40px 0px;
}

.zr-user {
  text-align: center;
  background: #5D4037;
  display: inline-block;
  padding: 12px;
  width: 60px;
  line-height: 35px;
  vertical-align: middle;
  height: 60px;
  color: #fff;
  align-items: center;
  border-radius: 50%;
  font-size: 36px;
  font-weight: 500;
}

.zr-user-bg {
  background-color: #A35803;
}

.zr-user-bg1 {
  background-color: #00897B;
}

.zr-user-name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.zr-user-day {
  font-size: 15px;
  font-weight: 300;
  color: #979797;
}

.user-review {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  padding-top: 25px;
}

.testimonial-box {
  background: #fff;
  padding: 28px 20px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  margin-bottom: 20px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stars {
  color: #FFD700;
}



/*********************************** OwlCarousel Section Start Here  ***********************************/
.brand-section {
  padding-bottom: 120px;
}

.zr-grid-item {
  border: 1px solid #ACACAC;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  align-items: center;
  padding: 23px;
}

.zr-grid-item img {
  object-fit: contain;
  width: 120px;
}

/***********************************Plan Section Start Here  ***********************************/
.plan-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background: url('../images/plan.jpg') no-repeat center center;
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 999;
}

.plan-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(9, 117, 125);
  background: linear-gradient(4deg, rgba(9, 117, 125, 0.680637220708596) 0%, rgba(16, 123, 132, 0.9299369405965511) 85%);
  z-index: -99;
}
.plan-section .swiper{
  display: none;
}
.plan-section .swiper {
  width: 90%;
  max-width: 400px;
  padding: 20px;

}

.plan-section .swiper {
  width: 100% !important;
  max-width: 100%;
  overflow: visible !important;
}

.plan-section .swiper {
  overflow: hidden !important;
}

.swiper-slide {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.zr-swiper-etitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.zr-swiper-description {
  font-style: italic;
  font-size: 14px;
  color: #333;
}

.zr-full-list {
  font-size: 15px;
  color: #333;
  text-align: center;
  display: block;
  padding: 0px;
}

.btn {
  padding: 10px 20px;
  background-color: #fa5d51;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}


/***********************************FAQ Section Start Here  ***********************************/
.faq-section {
  background-color: #F4F4F4;
  overflow: hidden;
}

.zr-accordion-item {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.zr-accordion-button {
  border-radius: 10px !important;
}

.zr-accordion-button {
  background-color: transparent !important;
  color: #333 !important;
  font-size: 22px;
  font-weight: 600;
}

.zr-accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #333 !important;
  font-size: 22px;
  font-weight: 600;
}

.zr-accordion-body {
  font-size: 18px;
  font-weight: 300;
  color: #5B5B5B;
}

.zr-faq-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: #118B8E;
  background-image: url('../images/auto-text-img.png');
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.zr-faq-form {
  position: relative;
  z-index: 1;
}

.zr-faq-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-color: #118B8E;
  background-image: url('../images/auto-text-img.png');
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}

.zr-faq-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-right-heading {
  font-size: 72px;
  font-weight: 700S;
  color: #fff;
}

.faq-right-sub-heading {
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}

.zr-contact-form-input1:focus {
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-color: #006F78 !important;
}

.zr-contact-form-input1 {
  margin-top: 4px;
  padding: 12px 12px 12px 0px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #fff !important;
  border: none;
}

.zr-contact-form-input1::placeholder,
.zr-contact-form-input1 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 3px 0px 12px 0;
}

.zr-contact-form-input1 {
  color: #fff !important;
}

.zr-contact-form-input12 {
  margin-top: 4px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid #fff !important;
}

.zr-contact-form-input12::placeholder,
.zr-contact-form-input12 {
  color: #fff !important;
  font-size: 20px;
  font-weight: 300;
}

.zr-contact-form-input12:focus {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border: 1px solid #006F78 !important;
}

.or-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.or-section::before,
.or-section::after {
  content: "";
  flex: 1;
  border-top: 2px dashed #fff;
}

.or-section span {
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}


.call-get-quotefaq .call-button {
  display: inline-block;
  align-items: center;
  background-color: #0F95A0;
  padding: 20px 60px;
  width: 100%;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

.call-get-quotefaq .zr-number-text {
  font-size: 30px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
}

.call-get-quotefaq .call-button .zr-number {
  font-size: 62px;
  text-align: left;
  line-height: 50px;
}

.zr-discount-text1 {
  font-size: 20px;
  font-weight: 400;
}

.faq-right {
  padding: 60px 0px;
}

/***********************************Blog Section Start Here  ***********************************/
.blog-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.zr-image-container {
  overflow: hidden;
  position: relative;
}

.zr-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  min-height: 461px;
}

.card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 463px;
}

.zr-image-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(183deg, rgba(0, 0, 0, 0) 0%, rgb(9 6 6 / 75%) 85%);
  z-index: 1;
}

.zr-card-body {
  position: absolute;
  bottom: 0;
  z-index: 9;
}

.zr-card-title a {
  font-size: 25px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.blog-card:hover .zr-card-title a {
  color: var(--theme-color);
}

.zr-card-text {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 25px;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 15px;
}

.read-more-btn:hover {
  color: var(--theme-color);
}

.read-more-btn i {
  display: inline-block;
  transform: rotate(-46deg);
  transition: transform 0.3s ease;
  margin-left: 9px;
}

.read-more-btn:hover i {
  transform: rotate(0deg);
}

.date-badge {
  color: #fff;
  padding: 50px 8px;
  font-size: 25px;
  font-weight: 600;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
}

.date-badge::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 42%;
  transform: translateX(-50%);
  z-index: -9999;
  width: 100px;
  height: 310px;
  background: url(../images/shape.png) no-repeat center center;
}



/*********************************** Footer Section Start Here  ***********************************/
.footer {
  position: relative;
  background: url('../images/footer-img.jpg') no-repeat center center/cover;
  color: #fff;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 93%);
  z-index: 1;
}

.footer-content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-bottom {
  position: relative;
  z-index: 2;
}

.zr-footer-paragraph {
  font-size: 20px;
  font-weight: 400;
}

.zr-footer-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.zr-footer-links a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}

.contact-info a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  line-height: 38px;
  transition: all 0.3s ease-in-out;
}

.contact-info a:hover {
  color: var(--theme-color);
}

.zr-footer-links a:hover {
  color: var(--theme-color);
  padding-left: 12px;
}

.zr-box-padding {
  padding-left: 130px;
}

.contact-info i {
  color: var(--theme-color);
}

.zr-location {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: baseline;
}

.footer-bottom p {
  font-size: 17px;
  color: #fff;
  padding: 17px 0px;
  border-top: 1px solid #fff;
}

.footer-bottom a {
  color: #e74c3c;
  text-decoration: none;
}