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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #1f2160; /* Black */
  --c2: #F5752B;
}

/* header */

.top-header ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-header {
    background: var(--c1);
    padding: 8px 0px 8px;
}

.top-header ul li a {
    font-size: 14px;
    color: white;
}

.top-header ul li a i, .top-header ul li i {
    color: white;
    font-size: 14px;
}

.top-header ul li a:hover {
    text-decoration: underline;
}

.top-header-social ul {
    justify-content: end;
}
.top-header ul li {
    color: white;
}

.navbar-nav li a {
    font-size: 16px;
    color: black;
    transition: .4s all;
    /* width: fit-content; */
}

.navbar-nav {
    gap: 10px;
}


.navbar-nav li a:hover {
    color: var(--c2);
}
.navbar-nav li a i {
    line-height: 0px;
    font-size: 15px;
    transform: translate(1px, 2px);
	color:var(--c2);
}
.primary-btn a {
    background: var(--c2);
    padding: 12px 30px;
    color: white;
    border-radius: 4px;
    transition: .4s all;
    font-size: 16px;
    border: unset;
    display: block;
    width: fit-content;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.primary-btn a:hover {
    background: var(--c1);
}

.navbar {
    padding: 0pc;
}

.navbar-nav>li {
    padding: 20px 0px 20px;
}
.hover-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar .dropdown-menu {
  transition: all 0.2s ease;
  border-radius: 0;
  top: 70px;
  width: 230px;
  padding: 0px;
}


.navbar .dropdown-menu li a {
    padding: 10px;
    border-bottom: 1px solid var(--c2);
	font-size: 13px;
}
.navbar .dropdown-menu li:last-child a {
    border: unset;
}
.navbar .dropdown-menu li a:hover {
    padding-left: 20px;
}
/* header-end */

.banner.home-banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner-slider-item img {
    height: 100vh;
    object-fit: cover;
}

.banner-slider-item {position: relative;}

.banner-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* z-index: -1; */
}

.banner-content {
    position: relative;
    color: white;
}

.banner-slider-item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000087;
    left: 0px;
    top: 0px;
}

.banner-content span {
    font-size: 16px;
    color: white;
    font-weight: 500;
    background: var(--c2);
    width: fit-content;
    padding: 10px 20px;
    border-radius: 500px;
    display: block;
}

.banner-content h1 {
    font-size: 60px;
    font-weight: 600;
    margin-top: 12px;
}

.banner-content p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 180%;
}

.primary-btn a i {}

.navbar .primary-btn a {
    margin: 0px;
}

.spacer {
    padding: 100px 0px 100px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 600;
    color: var(--c2);
}

.section-title p {
    font-size: 16px;
    color: black;
    line-height: 180%;
    width: 70%;
    margin: 0 auto;
    padding-top: 15px;
}

.service-item-content a {
    font-size: 26px;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .4s all;
	text-decoration:underline;
}

.service-item {
    padding: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s all;
    overflow: hidden;
}

.service-item p {
    font-size: 15px;
    line-height: 180%;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-item-content a:hover {
    text-decoration: auto;
}
.service-item:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service-item img {height: 210px;object-fit: cover;}
.dark-back {background: #d4d4d430;}

.box-content h5 {
    font-size: 16px;
    color: white;
    font-weight: 500;
    background: var(--c2);
    width: fit-content;
    padding: 10px 20px;
    border-radius: 500px;
    display: block;
	margin-bottom:15px;
}

.box-content h2 {
    font-size: 46px;
    font-weight: 600;
}

.box-content p {
    font-size: 16px;
    padding-top: 15px;
    line-height: 180%;
}

.box-content h3 {
    padding: 20px 0px 20px;
    font-size: 32px;
    font-weight: 600;
}

.box-content ul li {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}

.box-content ul li:last-child {
    margin: 0px;
}

.box-content ul li i {
    color: var(--c2);
    padding-right: 5px;
}

.box-img img {
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.info-box { /* Two columns */display: flex;flex-direction: row;align-items: flex-start;gap: 15px;flex: 0 0 calc(50% - 15px); /* 2 columns with spacing accounted */background: #f9f9f9;padding: 20px;border-radius: 10px;box-sizing: border-box;}

.info-box .icon-box i {color: var(--c2) !important;/* background: #0000009c; *//* border-radius: 300px; */font-size: 28px;/* width: 60px; *//* height: 60px; *//* display: flex; *//* align-items: center; */justify-content: center;}

.info-box h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

.icon-box-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Equal gap on both axes */
    justify-content: end;
}

.info-box p {
    font-size: 15px;
}
.info-box-img.box-img img {
    height: 550px;
    object-fit: cover;
}
section.cta-section {
    background-image: url(/wp-content/uploads/2025/07/white-horse-car-transport-about-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

section.cta-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000063;
    left: 0px;
    top: 0px;
}

.cta-content {
    color: white;
    text-align: center;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cta-content p {
    line-height: 180%;
}
.cta-btn {
    display: flex;
    justify-content: center;
}

.spacer-bottom {
    padding-bottom: 100px;
}

.blog-item {
    background: var(--c1);
    border-radius: 10px;
    padding: 200px 20px 30px 20px;
    margin: 0px 10px;
    position: relative;
}

.blog-item-img {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.blog-item img {
    margin: 0 auto;
    height: 250px;
    object-position: center;
    border-radius: 10px;
    object-fit: cover;
    max-width: 86%;
}

.blog-item span {
    font-size: 14px;
    color: var(--c2);
    display: block;
    font-weight: 400;
}

a.blog-link-title {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-top: 12px;
    transition: .4s all;
}

.blog-item p {
    font-size: 16px;
    color: white;
    padding-top: 12px;
    font-weight: 300;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.read-more-btn {
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin-top: 30px;
    position: relative;
    transition: .4s all;
}

a.read-more-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--c2);
    bottom: -4px;
}

a.read-more-btn i {
    color: var(--c2);
    transform: translate(3px, 2px);
    transition: .4s all;
}

a.read-more-btn:hover i {
    transform: translate(10px, 2px);
}

a.read-more-btn:hover {
    color: var(--c2);
}
a.blog-link-title:hover {
    color: var(--c2);
}

.slider-icons-main button.slick-prev {
    left: -40px;
}


.slider-icons-main .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--c2);
    font-size: 50px;
    transition: .4s all;
    background: transparent;
    border: unset !important;
}
.slider-icons-main button.slick-next {
    right: -40px;
}
.blogs-main .draggable {
    padding-top: 100px;
}
.wrapper {
    overflow: hidden;
}
.site-footer {
  background-color: #0c0c0c;
  color: #ccc;
  font-size: 15px;
}

.footer-heading {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-link {
  display: block;
  color: #bbb;
  text-decoration: none;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: var(--c2);
  text-decoration: underline;
}

.footer-icon {
  font-size: 20px;
  color: #ccc;
  transition: color 0.3s ease;
}

.footer-icon:hover {
  color: var(--c2);
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
}
a.navbar-brand img {
    width: 160px;
}
.inner-banner {
    background-image: url(/wp-content/uploads/2025/07/white-horse-car-transport-banner-img2.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0px 120px;
    position: relative;
	background-attachment: fixed;
}

.inner-banner-content {
    text-align: center;
    color: white;
    position: relative;
}

.banner.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000073;
    top: 0px;
    left: 0px;
}

.inner-banner-content h1 {
    font-size: 48px;
    font-weight: 600;
}

.Inner-banner-btn ul {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.Inner-banner-btn ul li a {
    color: white;
}

.Inner-banner-btn ul li a {
    color: var(--c2);
}

.Inner-banner-btn ul li {
    font-size: 18px;
    font-weight: 500;
}
.service-excellence-box {
    padding: 20px 10px;
    background: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-excellence-box h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: var(--c2);
}

.service-excellence-box p {
    font-size: 14px;
}
.faq-section .accordion-button {
  font-weight: 600;
  background-color: #fff;
	gap:10px;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: #ccc;
}

.faq-section .accordion-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 20px;
}

.spacer-top {
    padding-top: 100px;
}

div#faqAccordion {
    width: 75%;
    margin: 0 auto;
}
.service-item-content-main {
    padding: 20px;
}

a.service-item-anchor {
    background: var(--c2);
    color: white;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 4px;
    transition: .4s all;
	display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

a.service-item-anchor:hover {
    background: var(--c1);
}
.service-single-main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 30px;
}

.service-single-form {
    width: 35%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 10px;
}

.service-single {
    width: 70%;
}

.service-single h1 {
    padding-bottom: 30px;
    font-size: 45px;
    font-weight: 600;
}

.service-thumbnail img {
    object-fit: cover;
}

.service-content h2 {
    margin: 25px 0px 25px;
}

.service-content p {
    margin: 25px 0px 25px;
    line-height: 180%;
}

.service-content h3 {
    margin: 25px 0px 25px;
}

.service-content ul li {
    list-style: disc;
    margin-left: 25px;
}

.service-content ul li p {
    margin: 15px 0px 15px;
}

div#frm_form_2_container button {
    background: var(--c2);
    border: unset;
}

div#frm_form_2_container fieldset {
    padding: 0px;
}

div#frm_field_11_container {
    margin: 0px;
}

div#frm_field_11_container button {
    margin: 0px;
}

.service-single-form h2 {
    margin-bottom: 30px;
    color: var(--c2);
    font-weight: 600;
}
.blog-sec .row {
    row-gap: 150px;
    margin-top: 170px;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    font-size: 34px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: transform 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
  }

.contact-section i {
    color: var(--c2) !important;
}

div#frm_field_15_container {
    margin: 0px;
}

div#frm_field_15_container button {
    margin-bottom: 0px;
    background: var(--c2);
    border: unset;
    transition: .4s all;
    padding: 12px 30px;
    font-size: 17px;
}

div#frm_form_1_container fieldset {
    padding: 0px;
}

div#frm_field_15_container button:hover {
    background: var(--c1);
}

.tab-wrapper {
  max-width: 700px;
  margin: 50px auto;
  background: #f9fafb;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  font-family: 'Segoe UI', sans-serif;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #ddd;
}

.tab-buttons button {
  flex: 1;
  padding: 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  transition: background 0.3s ease;
}

.tab-buttons button.active {
  background: var(--c2);
  color: #fff;
}

.tab-content {
  padding: 20px 30px;
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content input,
.tab-content select,
.tab-content textarea {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.tab-content input[type="submit"] {
  background-color: var(--c1);
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.tab-content input[type="submit"]:hover {
  background-color: var(--c2);
}

.car-field-group {
  margin-bottom: 10px;
}
.car-field-group input {
  margin-right: 10px;
}
.car-field-group button {
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 4px;
  margin-left: 5px;
}

button.add-car-btn {
  background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 12px;
    font-size: 13px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-bottom: 10px;
}

button.add-car-btn:hover {
  background-color: #005f8d;
}


.driver-password-form {
  max-width: 400px;
  margin: 60px auto;
  padding: 30px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.driver-password-form h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.driver-password-form p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.driver-password-form input[type="password"] {
}

.driver-password-form input[type="submit"] {
  background-color: var(--c2);
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 20px;
}

.driver-password-form input[type="submit"]:hover {
  background-color: var(--c1);
}

.driver-password-form .password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.driver-password-form input[type="password"],
.driver-password-form input[type="text"] {
  width: 100%;
  padding: 12px;
  padding-right: 40px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.driver-password-form .toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #666;
}

.driver-password-form .toggle-password i {
  pointer-events: none;
}

