:root {
    --yellow-color: #fcb900;
    --voilet-color: #603965;
    --blue-color: #9CD0D3;
    --black-color: #0A0411;
    --light-blue: #BDE6E7;
    --white-color: #fff;
    --light-gray-color: #f5f5f5;
}



*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

.container-main {
    max-width: 1400px;
    margin: 0 auto;
}

@font-face {
    src: url(../fonts/WEB/fonts/Ranade-Regular.ttf);
    font-family: "Ranade-Regular";
}

@font-face {
    src: url(../fonts/WEB/fonts/Ranade-Bold.ttf);
    font-family: "Ranade-Bold";
}

body {
    font-family: "Ranade-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ranade-Bold";
    /* font-weight: 700; */
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* main */
.our-services-main,
.safety-convenience-main,
.home-about-main,
.cta-section-main,
.car-rental-main,
.testimonials-main,
.route-fare-table-main,
.fare-cards-main,
.car-selected-main,
.about-us-main,
.vision-mission-main,
.reviews-tag-line-main,
.blogs-page-main,
.services-page-main {
    padding-top: 80px;
    padding-bottom: 80px;
}



/* btn */
.main-btn a {
    border: 2px solid var(--yellow-color);
    background-color: var(--yellow-color);
    color: var(--black-color);
    text-align: center;
    letter-spacing: .5px;
    text-transform: none;
    border-radius: 0;
    padding: 14px 22px;
    font-size: 16px;
    transition: all .3s;
    display: inline-block;
}

.main-btn a:hover {
    border: 2px solid var(--yellow-color);
    background-color: transparent;
    color: var(--white-color);
}





.raftar-hero-main {
    position: relative;
    height: 800px;
    /* full screen height */
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

header,
.raftar-hero {
    position: relative;
    z-index: 1;
}

header {
    z-index: 10;
}

.top-bar-main {
  padding: 4px 80px;
}

.top-bar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left ul,
.top-bar-right ul {
  display: flex;
  gap: 7px;
}

.top-bar-right ul li {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--white-color);
  list-style-type: none;
  position: relative;
  padding-left: 15px;
	padding-right: 7px;
}
.top-bar-left ul li {
color: var(--white-color);
}
.top-bar-left ul li:first-child,
.top-bar-right ul li:first-child {
  padding-left: 0;
}

.top-bar-left ul li:first-child::before,
.top-bar-right ul li:first-child::before {
  display: none;
}

.top-bar-right ul li::before {
  position: absolute;
  content: "";
  width: 0.5px;
  left: 0;
  top: -16px;
  height: calc(100% + 20px);
  background-color: var(--white-color);
}

.top-bar-left ul li a,
.top-bar-right ul li a {
  color: var(--white-color);
  transition: 0.3s;
}

.top-bar-left ul li i {
  margin-right: 7px;
  transition: 0.3s;
  color: var(--white-color);
}

.top-bar-right i {
  transition: 0.3s;
  color: var(--white-color);
}






/*header */

.main-header {
    padding: 10px 0px;
    position: relative;
    z-index: 2;
    /* border-bottom: 1px solid rgba(35, 41, 81, 0.1); */
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--black-color);
    z-index: 10;
}

.main-header .container-main {
    padding-left: 80px;
    padding-right: 80px;
    max-width: unset;
}

.mob-header {
    display: none;
}

.main-menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    max-width: 250px;
}

.menu-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.menu-links ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.menu-links ul li {
    color: var(--white-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* text-transform: uppercase; */
    padding: 15px 0;
    position: relative;
}

.menu-links ul li.active a,
.menu-links ul li:hover a {
    color: var(--yellow-color);
}

.menu-links ul li a {
    color: var(--white-color);
}

.menu-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.menu-phone,
.menu-email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.menu-phone-img,
.menu-email-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
}

.menu-phone-img img,
.menu-email-img img {
    width: 20px;
    height: 20px;
    /* filter: invert(1); */
}

.menu-phone-no h4,
.menu-email-id h4 {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
}

.menu-phone-no h4 a,
.menu-email-id h4 a {
    color: var(--white-color);
}

.menu-phone-no h4 a:hover,
.menu-email-id h4 a:hover {
    color: var(--yellow-color);
}



/* hero-page */

.raftar-hero {
    padding-top: 80px;
    padding-bottom: 80px;
}

.raftar-form {
    background-color: var(--white-color);
    border-radius: 20px;
    max-width: 600px;
    margin: 0 0 0 auto;
}

.form-heading {
    background-color: var(--yellow-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-heading h4 {
    color: var(--black-color);
    font-size: 22px;
    font-weight: 500;
}


.radio-options {
    display: flex;
    /* justify-content: space-around; */
    background: transparent;
    padding: 10px;
    gap: 15px;
    margin-top: 20px;
}

.radio-options label {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: var(--light-gray-color);
    padding: 15px 12px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
}




.form-input-fields {
    background: var(--white-color);
    padding: 0px 30px 15px 30px;
    /* border-radius: 15px; */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.form-input-fields .form-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}



/* Input Fields */
.form-input-fields .form-flex .form-field {
    position: relative;
}

.form-input-fields .form-flex .form-field input {
    width: 100%;
    padding: 15px 55px 15px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    font-size: 18px;
    font-weight: 500;
}

.form-input-fields .form-flex .form-field i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}



/* Submit Button */
.submit-btn {
    margin-top: 25px;
}

.submit-btn .main-btn {
    background-color: var(--yellow-color);
    color: var(--black-color);
    font-weight: 500;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 2px solid var(--yellow-color);
}

.submit-btn .main-btn:hover {
    background-color: transparent;
    color: var(--yellow-color);
}


/* Services section */

.our-services-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-services-heading-content h2 {
    color: var(--black-color);
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.2em;
}

.our-services-heading-content p {
    color: #9c9c9c;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.view-all-btn a {
    color: var(--white-color);
    background-color: var(--voilet-color);
    border: 2px solid var(--voilet-color);
}

.view-all-btn a:hover {
    color: var(--voilet-color);
    background-color: transparent;
    border: 2px solid var(--voilet-color);
}

.our-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.services-block {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.services-icon {
    max-width: 70px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
}

.services-content h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    color: var(--voilet-color);
}

.services-content p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    /* margin-bottom: 10px; */
    color: var(--voilet-color);
}


.home-about-main {
    background-color: var(--light-gray-color);
}

.home-about-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-about-left,
.home-about-right {
    width: 50%;
}

.home-about-left {
    padding-right: 100px;
}

.home-about-right {
    height: 400px;
}

.home-about-left-content h1 {
    color: var(--black-color);
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 1.2em;
}

.home-about-left-content p {
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 10px; */
    color: #333;
}

.home-about-btn {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.about-us-btn a:hover {
    color: var(--black-color);
}

.explore-more-btn a {
    background-color: transparent;
    border: 2px solid var(--yellow-color);
    color: var(--yellow-color);
}

.explore-more-btn a:hover {
    background-color: var(--yellow-color);
    border: 2px solid var(--yellow-color);
    color: var(--black-color);
}


/* safety-convenience */
.safety-convenience-main {
    padding-bottom: 160px;
}

.safety-convenience-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.safety-convenience-heading h1 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 48px;
    line-height: 1.2em;
}

.safety-convenience-heading p {
    font-size: 18px;
    font-weight: 500;
    /* margin-bottom: 10px; */
    color: #333;
    text-align: center;
}

.safety-convenience-flex {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.safety-convenience-block {
    max-width: 550px;
}

.safety-convenience-block:nth-child(even) {
    margin-top: 80px;
    margin-bottom: -80px;
}


/* Cta section */

.cta-section-main {
    position: relative;
}

.cta-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cta-section-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.cta-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-section-content {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta-section-content-heading h1 {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.cta-section-content-heading p {
    font-size: 22px;
    font-weight: 500;
    /* margin-bottom: 10px; */
    color: var(--white-color);
    max-width: 500px;
    margin-bottom: 30px;
}

.contact-us-btn a:hover {
    color: var(--white-color);
}

/* car rental */



.car-rental-block {
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/* .car-rental-img {
    border-bottom: 1px solid #ccc;
} */

.car-rental-img img {
    height: 300px;
    object-fit: scale-down;
}

/* .car-rental-content {
    padding: 30px;
    background-color: var(--light-gray-color);
}

.car-rental-content h4 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--voilet-color);
}

.car-rental-content p {
    font-size: 16px;
    color: var(--black-color);
} */

.car-rental-slider .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.car-rental {
    position: relative;
}

.home-btn-flex {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}

.home-btn-flex button {
    background-color: var(--yellow-color) !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: unset;
}

button.prev-btn {
    margin-left: -60px;
}

button.next-btn {
    margin-right: -60px;
}

.home-btn-flex img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}

/* testimonials */

.testimonials-main {
    background-color: var(--light-gray-color);
}

.testimonials-slider {
    margin-top: 50px;
}

.testimonails-block {
    padding: 30px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

.quote-icon {
    max-width: 30px;
}

.testimonails-content h4 {
    color: var(--black-color);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Ranade, sans-serif;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 600;
}

.testimonails-content h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #9c9c9c;
}

.testimonails-content p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.testimonails-content .date {
    font-size: 16px;
    color: #9c9c9c;
}

.testimonials-slider .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}


/* home contact us */

.contact-us-form-flex {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.contact-us-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-us-form-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.contact-us-form-left {
    position: relative;
    z-index: 2;
    flex: 0 0 50%;
    margin-left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}



.form-inner {
    padding: 40px;
    background: var(--white-color);
    max-width: 600px;
}

.form-inner h2 {
    font-size: 36px;
    line-height: 1.5;
    color: var(--black-color);
    margin-bottom: 20px;
}

.form-inner p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.form-inner .form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding-top: 20px;
}

.form-inner .form-flex .form-field {
    width: 50%;
    padding: 10px;
    position: relative;
}

.form-inner .form-flex .form-field input,
.form-inner .form-flex .form-field select,
.form-inner .form-flex .form-field textarea {
    font-size: 16px;
    height: 55px;
    line-height: 45px;
    width: 100%;
    border: 1px solid #ececec;
    padding: 0px 15px;
    color: #848484;
    outline: none;
}

/* Add padding for right-side icon */
.form-inner .form-flex .form-field input {
    padding-right: 40px;
}

.form-inner .form-flex .form-field textarea {
    padding: 15px;
    height: 155px;
}

/* Icon styles */
.form-inner .form-flex .form-field i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #848484;
    font-size: 16px;
    pointer-events: none;
}

.form-inner .form-flex .form-field.full {
    width: 100%;
}

.inquiry-btn .main-btn {
    width: 35%;
    border-radius: unset;
}

.inquiry-btn .main-btn:hover {
    color: var(--black-color);
}

.form-input-fields .form-flex .form-field .radio-options input[type="radio"] {
    accent-color: #fcb900;
    width: unset;
}

/* footer */

.footer-main {
    padding-top: 80px;
    /* padding-bottom: 80px; */
    background: var(--black-color);
    position: relative;
}

.footer h2 {
    max-width: 900px;
    margin-bottom: 50px;
    color: var(--white-color);
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 10px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-block p {
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color);
    margin-top: 15px;
    max-width: 350px;
}

.social-icons {
    display: flex;
    gap: 30px;
}

.social-icons i {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    line-height: 45px;
    background-color: transparent;
    font-size: 18px;
    color: var(--yellow-color);
}



.footer-block h6 {
    /* font-weight: 700; */
    font-size: 22px;
    color: var(--white-color);
    margin-bottom: 10px;
    position: relative;
}

.footer-block h4 {
    /* font-weight: 600; */
    font-size: 28px;
    color: var(--yellow-color);
    margin-bottom: 10px;
}

.footer-block h4 a {
    color: var(--yellow-color);
}

.footer-block ul li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--white-color);
    transition: all 0.35s;
    padding-top: 13px;
}

.footer-block.add ul li {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.footer-block.products ul li:nth-child(2) {
    max-width: 300px;
}

.footer-block ul li span {
    font-weight: 700;
    font-size: 16px;
    color: var(--white-color);
    text-transform: uppercase;
    margin-right: 7px;
}

.footer-block ul li a {
    color: var(--white-color);
    position: relative;
}

.footer-block ul li a:hover {
    color: var(--yellow-color);
}

.footer-block.add ul li i {
    margin-right: 10px;
    background-color: unset;
    width: unset;
    display: unset;
    color: var(--yellow-color);
    line-height: unset;
    border-radius: unset;
    height: unset;
    align-items: unset;
    justify-content: unset;
    font-size: 20px;
}

.footer-block.add ul li:first-child {
    align-items: flex-start;
}

.footer-copyright-main .container-main {
    border-top: 1px solid #e7e7e75c;
    padding: 25px 0;

}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright-p p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.footer-copyright-p .social-icons {
    margin-top: 0;
}

.footer-book-now-btn {
    margin-top: 20px;
}

.contact-line {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: inherit;
    font-size: 14px;
    color: var(--white-color);
}

/* icon circle */
.contact-icon {
    display: inline-grid;
    place-items: center;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    color: var(--yellow-color);
}


.contact-link {
    color: var(--white-color);
    text-decoration: none;
    font-weight: 600;
    transition: color .18s ease, transform .12s ease;
}

.contact-link:hover {
    color: var(--yellow-color);
}



.header-color header .main-header {
    background-color: var(--black-color);
}
.header-color header .top-bar-main {
    background-color: var(--yellow-color);
}

/* Fare Page */


.route-details h3 {
    font-size: 24px;
    color: var(--black-color);
    margin-bottom: 30px;
}

.car-table {
    width: 100%;
    background-color: var(--light-gray-color);
    padding: 30px;
}

.car-row {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 4px solid #ddd;
    justify-content: space-between;
}

.car-info {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 50%;
}

.car-info img {
    width: 65px;
    height: auto;
}

.car-details h4 {
    font-size: 20px;
    color: var(--black-color);
    text-transform: uppercase;
}

.car-details p {
    font-size: 14px;
    color: #444;
    margin-top: 3px;
}

.car-stats {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #333;
    width: 20%;
    justify-content: center;
}

.car-stats i {
    color: #000;
}

/* .price-btn {
    background-color: #ffc107;
    color: #000;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
} */
.main-btn .price-btn a {
    padding: 8px 25px;
    width: 15%;
}

.main-btn.price-btn a:hover {
    color: var(--yellow-color);
}

.fare-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fare-card-block {
    /* background-color: var(--light-gray-color); */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    padding: 25px;
    height: 100%;
    border-radius: 12px;
}

.fare-card-img {
    max-width: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.fare-card-content h4 {
    font-size: 22px;
    color: var(--black-color);
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.fare-card-content p {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.fare-card-block:nth-child(2) {
    background-color: var(--yellow-color);
}

/* Car Selected page */

.car-selected-heading h4 {
    text-align: unset;
}

.car-selected {
    max-width: 700px;
    margin: 0 auto;
}

.car-selected-car-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.car-selected-car-details-img {
    max-width: 80px;
}

.car-selected-car-details h4 {
    font-size: 28px;
    text-transform: uppercase;
}

.form-input-fields .form-flex .car-select-field {
    margin-top: 40px;
}


/* About us page */
.about-us-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-us-left,
.about-us-right {
    width: 50%;
}

.about-us-left {
    height: 550px;
}

.about-us-right {
    padding-left: 60px;
}

.about-us-content h1 {
    color: var(--black-color);
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px;
}

.about-us-content h2 {
    color: var(--black-color);
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
}

.about-us-content p {
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
    /* line-height: 38px; */
}

.about-us-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}

.about-us-content ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--black-color);
    font-weight: bold;
}


.vision-mission-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.vision-mission-block {
    width: 50%;
    padding: 15px;
}

.vm-block-flex {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.vm-left,
.vm-right {
    width: 50%;
}

.vm-left {
    height: 225px;
}

.vm-left img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.vm-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px;
}

.vm-right h4 {
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black-color);
}

.vm-right p {
    font-size: 15px;
    font-weight: 400;
    color: var(--black-color);
    line-height: 25px;
    margin-top: 15px;
}


/* Reviews page */

.reviews-tag-line-heading {
    margin: 0 auto;
    text-align: center;
}

.reviews-tag-line-heading h2 {
    color: var(--black-color);
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 42px;
}

.reviews-tag-line-heading p {
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
}

.reviews-main {
    background-color: var(--white-color);
    padding-top: 20px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.reviews-block {
    height: 100%;
}

/* Blog page */

.blog-page-heading {
    margin-bottom: 30px;
}

.blog-page-heading h2 {
    color: var(--black-color);
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1.2em;
    text-align: center;
}

.blog-page-heading p {
    color: #9c9c9c;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: center;
}

.blog-page-heading h2::after {
    width: 50px;
}

.home-blog-flex {
    display: flex;
    flex-wrap: wrap;
}

.our-blog-block {
    width: 33.33%;
    padding: 15px;
}

.blog-bg {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.date-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--yellow-color);
    color: var(--white-color);
    text-align: center;
    /* border-radius: 4px; */
    width: 70px;
    padding: 16px 0;
}

.blog-bg img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-content {
    background-color: #f3f3f5;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-content ul {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.blog-content ul li,
.read-more-btn a {
    font-size: 16px;
    font-weight: 500;
    color: #575a7b;
}

.blog-content ul li:last-child {
    color: var(--voilet-color);
    position: relative;
}

.blog-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 15px;
    /* padding-bottom: 15px; */
}

.blog-content h4 a {
    color: var(--black-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: var(--yellow-color);
}

/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.page-btn {
    padding: 10px 16px;
    font-size: 16px;
    color: var(--black-color);
    border: 1px solid var(--black-color);
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
}

.page-btn img {
    height: 19px;
    width: 16px;
    object-fit: contain;
}

.page-btn:hover {
    background-color: var(--yellow-color);
    color: var(--black-color);
}

.page-btn:hover img {
    filter: invert(1);
}

.page-btn.active {
    background-color: var(--yellow-color);
    color: var(--black-color);
    font-weight: bold;
}


/* Blog detail Page */

.blog-detail-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-detail-page {
    background: var(--white-color);
    padding: 30px;
}

.blog-detail-page-flex {
    display: flex;
    flex-wrap: wrap;
}

.blog-detail-left {
    width: 70%;
    padding-right: 40px;
}

.blog-detail-right {
    width: 30%;
}

.blog-main-image {
    margin-bottom: 10px;
}

.blog-main-image img {
    height: 500px;
    width: 100%;
    border-radius: 8px;
}

.blog-date h4 {
    font-size: 18px;
    font-weight: 600;
    /* margin-top: -5px; */
    margin-bottom: 10px;
    color: var(--yellow-color);
}

.blog-heading {
    margin-bottom: 20px;
}

.blog-heading h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--black-color);
    margin: 0 auto;
}

.blog-detail-content p {
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
}

.blog-tips-section {
    margin-top: 25px;
}

.tips-heading {
    font-size: 22px;
    /* font-weight: 700; */
    margin-bottom: 15px;
    color: var(--yellow-color);
}

.tips-list {
    padding-left: 20px;
    color: #333;
    line-height: 1.8;
}

.tips-list li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.blog-detail-right-heading h2 {
    font-size: 20px;
    /* font-weight: 600; */
    line-height: 1.5;
    color: var(--black-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
}

.latest-blog-block {
    padding: 15px;
    margin-top: 10px;
}

.latest-blog-flex {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.latest-blog-left {
    width: 40%;
    padding-right: 20px;
}

.latest-blog-left img {
    width: 100%;
    max-width: 200px;
}

.latest-blog-right {
    width: 60%;
}

.latest-blog-date i {
    color: var(--yellow-color);
    margin-right: 7px;
}

.latest-blog-heading {
    margin-bottom: 5px;
}

.latest-blog-heading a h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #222;
}

/* Services Page */

.services-page-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.services-page-left,
.services-page-right {
    width: 50%;
}

.services-page-right{
    padding-left:50px;
}
.services-page-left{
    height: 550px;
}
.services-page-left img{
    border-radius: 10px;
}
.services-page-right-heading h2 {
    font-size: 26px;
    color: var(--black-color); 
    margin-bottom: 20px;
    padding-left: 12px;
}

.services-page-right-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services-page-right-block {
    padding: 18px;
    border: 1px solid #eee;
    background: var(--light-gray-color);
    transition: 0.3s ease;
        border-radius: 10px;
}


.services-page-right-block h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #333;
    position: relative;
    padding-left: 28px;
}

.services-page-right-block h3::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--black-color);
    font-weight: bold;
}

.services-page-right-block p {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}
/* .footer-copyright-main{
    padding: 25px 0px;
} */

