@import url("https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Prata&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sawarabi+Gothic&display=swap");
/* font-family: "Roboto", sans-serif;
  font-family: "Hind Vadodara", sans-serif; 
  font-family: "Sawarabi Gothic", sans-serif;
  font-family: "Prata", serif;
  font-family: "Poppins", sans-serif;*/
html {
  /* 1rem = 10px 
    font-size: 62.5%;*/
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  transition: all 200ms linear;
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  font-style: normal;
}
a {
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}
:root {
  --primary-color: #ff8c00;
  --secondary-color: #333333;
}

/* #Primary style
================================================== */
button {
  outline: none !important;
}

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logoTop {
  max-height: 74.84px;
  width: auto;
}
body.dark .logo img {
  filter: brightness(100%);
}

.start-header {
  opacity: 1;
  /* transform: translateY(0); */
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--secondary-color);
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  width: 100%;
}
.start-header.scroll-on .navbar-brand img {
  max-height: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container {
  max-width: 1150px;
}
.topBar {
  background: var(--primary-color);
  border-bottom: 1px solid #fff;
}
.topBar a {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.topBar ul {
  display: flex;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-decoration: none;
  column-gap: 15px;
}
.topBar ul.leftUl li:first-child {
  margin-right: 15px;
  position: relative;
}
.topBar ul.leftUl li:first-child::after {
  border: 1px solid #dddddd87;
  content: "";
  height: 94%;
  right: -15px;
  position: absolute;
  top: 0;
}
.topBar .container {
  display: flex;
  justify-content: space-between;
}
.topBar .rightUl a {
  font-weight: 600;
}
#heroSec {
  padding: 200px 0px 200px 0px;
  --e-transform-transition-duration: 100ms;
  position: relative;
  color: #fff;
  background-image: url(../images/Main.jpg);
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.elementor-background-overlay {
  background-color: #000000;
  opacity: 0.62;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
#heroSec .container {
  z-index: 99;
  position: relative;
}
#heroSec .elementor-heading-title {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}
#heroSec .main-heading-title {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}
#heroSec p {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
}
#heroSec .para {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.starWrp {
  margin-top: 3em;
}
.starWrp i {
  color: var(--primary-color);
  font-size: 22px;
}
.buttonM {
  background: var(--primary-color);
  color: var(--secondary-color);
  font-family: "Roboto", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--primary-color);
  padding: 8px 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  column-gap: 10px;
}
.buttonM {
  border: #333333 2px solid;
}
.buttonM:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.buttonM.buttonMsmall {
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}
.carWrp {
  display: flex;
  column-gap: 10px;
  justify-content: center;
  margin-top: 2.5em;
  margin-bottom: 2em;
}
.carBox {
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  border-color: var(--primary-color);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0;
  padding: 20px 20px 20px 20px;
  background: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  display: flex;
  flex-direction: column;
}
.carBox img {
  width: 150px;
}
.carWrp .carBox:nth-child(2) {
  border-width: 0px 2px 5px 2px;
}
.carWrp .carBox:nth-child(4) {
  border-width: 0px 0px 5px 2px;
}
.carBox:hover {
  color: #000000;
}
.carBox:hover img {
  animation-name: elementor-animation-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
#ReliableSec {
  background: var(--primary-color);
  padding: 10px 0px 10px 0px;
}
#ReliableSec p {
  margin-bottom: 0;
}
#ReliableSec .box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
}
#ReliableSec .box .content {
  padding: 10px;
  padding-right: 0;
}
#ReliableSec .box h3 {
  margin-bottom: 0;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #54595f;
}
#ReliableSec .box p {
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #7a7a7a;
}
#ReliableSec .container {
  display: flex;
}
#ReliableSec .box img {
  padding: 10px;
}

/* About Section */
.padM {
  padding: 5em 0;
}
#aboutSec .about-images {
  position: relative;
  display: inline-block;
}
#aboutSec .main-img {
  /* border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}
#aboutSec .overlay-img {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 70%;
  border-radius: 12px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); */
}
#aboutSec .guarantee-list li {
  font-size: 16px;
  margin-bottom: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #54595f;
}
#aboutSec .guarantee-list i {
  color: #000;
  margin-right: 5px;
}
#aboutSec .RightArea {
  padding-left: 4em;
}
#aboutSec h3 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: bold;
  font-family: "Sawarabi Gothic", sans-serif;
}
#aboutSec h2 {
  color: #333333;
  font-family: "Sawarabi Gothic", Sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
#aboutSec p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#aboutSec h4 {
  font-family: "Sawarabi Gothic", Sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
#BookOnline h2 {
  font-family: "Prata", Sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  z-index: 99;
  margin-bottom: 0;
}
#BookOnline .elementor-background-overlay {
  background-color: #000000;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}
#BookOnline {
  background-color: #333333;
  background-image: url(https://www.13silvertaxismelb.com.au/wp-content/uploads/2021/08/silver-cabs-service.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  padding: 110px 0px 110px 0px;
}
/* Booking Section */
#bookingSec h2 {
  font-weight: bold;
  color: #333;
}
#bookingSec .booking-form {
  padding: 4em 0;
}
#bookingSec h5 {
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
}
#bookingSec .text-orange {
  color: #ff6600;
  font-weight: bolder;
}
#bookingSec .form-group label {
  font-weight: 400;
  margin-bottom: 2px;
}
#bookingSec .form-group label.SelectYourFleet {
  font-weight: 700;
  margin-bottom: 15px;
}
#bookingSec .form-control {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #ccc;
  border: 1px solid #666;
  height: auto;
}
#bookingSec .fleet-preview {
  text-align: center;
  margin: 15px 0;
}
#bookingSec .fleet-preview img {
  max-width: 200px;
}
.btn-orange {
  background: #ff8c00;
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 4px;
  border: none;
  transition: 0.3s;
}
.btn-orange:hover {
  background: #e57700;
}
#dateTimeFields .col-md-6 {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #80808080;
  background-color: #8080801a;
}
#dateTimeFields .row {
  margin: 0;
}
#bookingSec .form-check-inline input[type="radio"] {
  margin-right: 3px;
}
#achievements .icon i {
  transition: transform 0.3s ease, color 0.3s ease;
}
#achievements h6 {
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ff8c00;
}
#achievements h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
.iconCar {
  max-width: 150px;
}
#achievements p {
  font-weight: 400;
  font-family: "Roboto", Sans-serif;
  color: #000000;
}
#achievements p.lightTxt {
  color: #000000;
  letter-spacing: normal;
}
#achievements .icon {
  margin: 0 auto;
  width: fit-content;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
  border-style: solid;
  border-width: 25px 25px 25px 25px;
  border-color: rgba(2, 1, 1, 0);
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
}
#achievements .icon img {
  height: 50px;
}
#achievements h5 {
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 1px;
  color: #4a3827;
  margin-top: 40px;
  margin-bottom: 20px;
}
#achievements .p-4 {
  padding: 0rem !important;
}
#achievements p {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-weight: 400;
}
#achievements .shadow-sm p {
  max-width: 281px;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8em 27px;
  letter-spacing: 1px;
  color: #878787;
}
#achievements .text-muted {
  color: #878787 !important;
}
#services h6 {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 3px;
  color: #878787;
}
#services {
  background: #f8f8f8;
}
#services h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 1px;
  color: #4a3827;
  margin-top: 20px;
}
#services p {
  text-align: center;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  position: relative;
}
.service-box {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.service-box img {
  transition: transform 0.4s ease;
}

.service-box:hover img {
  /* transform: scale(1.1); */
}

.service-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.service-box .text-white {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  position: absolute;
  z-index: 99;
  margin: 0;
  bottom: 30px;
  left: 25px;
}

#fleet {
  background-color: #f2f2f2;
}
#fleet h6 {
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ff8c00;
}
#fleet h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 55px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
p.mb-5 {
  color: #000;
  font-weight: 400;
}
#fleet .fleet-card {
  background-color: #f6f6f6;
  border-style: solid;
  border-width: 5px 1px 1px 1px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 20px 0px;
  padding: 20px 10px !important;
  padding-bottom: 0px !important;
}
#fleet .fleet-card:hover {
  background: #fff;
}
#fleet .fleet-card .grayText {
  color: #7a7a7a;
  height: 160px;
}
#fleet .fleet-card .btn {
  border: none;
  border-radius: 2px;
  font-size: 13px;
  padding: 6px 20px;
  background-color: #ff8c00;
  font-family: "Lato", Sans-serif;
  font-weight: 600;
  fill: #212121;
  color: #212121;
}
#fleet .fleet-card .btn:hover {
  background-color: #604801 !important;
  color: #fff;
}
#fleet .fleet-card .btn:hover i {
  color: #fff;
}
#fleet .d-flex.justify-content-between {
  display: flex;
  justify-content: center !important;
  column-gap: 8px;
}
#fleet .fleet-card .btn.btn-dark {
  background-color: #333333;
  color: #fff;
}
#fleet .fleet-card .btn.btn-dark i {
  color: #fff;
}
#fleet .fleet-card .btn i {
  color: #212121;
}
#fleet .col-md-3 {
  padding: 0;
}
#fleet .col-md-3:nth-child(2) .fleet-card {
  border-style: solid;
  border-width: 5px 1px 1px 1px;
  border-color: #ff8c00;
}

#fleet .col-md-3:nth-child(4) .fleet-card {
  border-style: solid;
  border-width: 5px 1px 1px 1px;
  border-color: #ff8c00;
}
#fleet h5 {
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
#fleet i {
  color: #ff8c00;
}
#fleet p {
  font-weight: 400;
  color: #000000;
  font-family: "Roboto", Sans-serif;
}
.book-taxi-section {
  background: #ff8c00; /* Orange background */
  text-align: center;
  color: #fff;
  padding: 1em 0;
}

.book-taxi-section .sub-heading {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
}

.book-taxi-section .main-heading {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3em;
  color: #333333;
}

.book-taxi-section .info-text {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  margin: 20px 0;
  margin-bottom: 30px;
}
.book-taxi-section .info-text a {
  color: #fff;
  font-weight: bold;
}
.book-taxi-section .info-text a:hover {
  color: #333333;
}
.book-taxi-section .btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 0;
}

.book-taxi-section .btn {
  padding: 14px 28px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  /* transition: all 0.3s ease; */
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.book-taxi-section .btn:hover {
  background-color: #fc0000fc !important;
}

.book-taxi-section .contact-btn {
  background: #ff4d4d;
  color: #fff;
}

.book-taxi-section .contact-btn:hover {
  background: #e63c3c;
}

.book-taxi-section .book-btn {
  background: #000;
  color: #fff;
}

.book-taxi-section .book-btn:hover {
  background: #333;
}
.footer {
  background: #0e0d14;
  color: #ddd;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1140px;
  margin: auto;
}

.footer h3 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-about {
  width: 100%;
  max-width: 525.31px;
  margin: 20px;
  padding-right: 5px;
}
.footer-links {
  max-width: 291.94px;
  width: 100%;
}
.footer-contact {
  max-width: 282.33px;
  width: 100%;
}
.footer-about p {
  margin: 10px 0;
}
.footer-about h3 {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 2.5px;
  color: #ffffff;
}
.footer-about .info {
  font-family: "Hind Vadodara", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  color: #bdbdbd;
}
.footer-about h6 {
  font-family: "Merriweather Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #ffffff;
  margin-top: 20px;
}
.footer .payment-icons img {
  width: 95%;
  margin: 5px;
  display: inline-block;
}
.footer-links h3,
.footer-contact h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.driver {
  height: 3px;
  background: #54595f;
  width: 39.29px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer-links {
  padding-right: 20px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin: 8px 0;
}

.footer-links ul li a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  column-gap: 13px;
  align-items: center;
  border-bottom: #ffffff1f 1px solid;
  padding-bottom: 10px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.footer-links ul li:last-child a {
  border: none;
}

.footer-links ul li a i {
  color: #ff9000;
}
.footer-links ul li a:hover {
  color: #ff9000;
}

.footer-contact p {
  margin: 10px 0;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.footer-bottom a {
  margin: 0 10px;
  color: #ddd;
  font-size: 18px;
  transition: 0.3s;
}

.footer-bottom a:hover {
  color: #ff9000;
}
.animated-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.animated-section div {
  padding: 15px 25px;
  background: #ff8c00;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeUp ease forwards;
}

/* Single keyframes, speed is controlled by nth-child */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Different speeds per element */
.animated-section div:nth-child(1) {
  animation-duration: 0.8s;
  animation-delay: 0.2s;
}

.animated-section div:nth-child(2) {
  animation-duration: 1.2s;
  animation-delay: 0.4s;
}

.animated-section div:nth-child(3) {
  animation-duration: 1.5s;
  animation-delay: 0.6s;
}

.animated-section div:nth-child(4) {
  animation-duration: 2s;
  animation-delay: 0.8s;
}

.animated-section div:nth-child(5) {
  animation-duration: 2.5s;
  animation-delay: 1s;
}
.footer-contact h4 {
  font-family: "Hind Vadodara", Sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
  color: #ffffff;
}
.footer-contact p {
  font-family: "Hind Vadodara", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  color: #bdbdbd;
  margin-bottom: 30px;
}
.footer-contact a {
  color: #fff;
  font-family: "Hind Vadodara", Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 30px;
  display: block;
}
.footer-contact a:hover {
  color: #ff9000;
}
.TaxiBookingWrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}
.TaxiBookingWrp a {
  background-color: #ff8c00;
  color: #333333;
  display: flex;
  width: 319.11px;
  height: 60.2px;
  border: rgba(22, 32, 47, 0) 2px solid;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  column-gap: 5px;
}
.TaxiBookingWrp a i {
  margin-top: -1px;
}
.TaxiBookingWrp a:hover {
  color: #fff;
  background: #333333;
  transform: translateY(-8px);
}
#aboutSec .overlay-img {
  position: absolute;
  bottom: -109px;
  right: -30px;
}
.contactPage {
  display: flex;
  align-items: center;
}
.contactPage .mapArea {
  width: 33.333%;
}
.contactPage .contactArea {
  width: 66.667%;
  padding-left: 10%;
}
.contactPage .contactArea h4 {
  font-family: "Nunito", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3.6em;
  letter-spacing: 4px;
  color: #212121;
}
.contactPage .contactArea h4 span {
  color: #ffb100;
}
.OurContact {
  display: flex;
  column-gap: 20px;
}
.SendMessage {
  padding: 5% 12% 0% 0%;
  display: flex;
  column-gap: 20px;
}
.SocialMedia {
  display: flex;
  column-gap: 32px;
  align-items: center;
  margin-top: 4%;
}
.OurContact h4,
.SendMessage h4,
.SocialMedia h4 {
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.SocialMedia h4 {
  margin-bottom: 0;
}
.SocialMedia a:hover i {
  color: #ffb100;
}

.contact-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-box .icon {
  background: #ffb100;
  color: #fff;
  padding: 15px;
  margin-right: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box .icon:hover {
  color: #54595f;
}

.contact-box .info strong {
  display: block;
  font-weight: 600;
}
.contact-box .info a {
  font-family: "Nunito Sans", Sans-serif;
  font-size: 0.9rem;
  color: #7a7a7a;
}
.contact-box p {
  margin-bottom: 0;
}

.SendMessage form input,
.SendMessage form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 15px;
  outline: none;
}

.SendMessage form button {
  background: #ffab00;
  border: none;
  padding: 12px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
  border: 2px solid #ffab00;
}
.SendMessage form button:hover {
  color: #ffab00;
  background-color: rgba(33, 33, 33, 0);
  border: 2px solid #ffab00;
}

.SocialMedia .social-icons a {
  color: #000;
  margin-right: 15px;
  font-size: 18px;
}
#aboutSec .innerPage .LeftC {
  width: 19.286%;
  padding: 10px;
}
#aboutSec .innerPage img {
  box-shadow: 11px 10px 0px 0px
    rgba(243.75, 169.3233104914934, 2.6494565217391424, 0.5);
  width: 100%;
}
#aboutSec .innerPage .RightAreaC {
  width: 80.714%;
  padding-left: 20px;
  padding: 30px 30px 30px 30px;
}
#aboutSec.padM {
  padding: 50px 0;
}
#aboutSec .container {
  max-width: 1140px;
}
#aboutSec .innerPage ul {
  list-style-type: disc;
  padding-left: 40px;
}
#aboutSec .innerPage p {
  color: #000;
}
#aboutSec .innerPage ul li {
  color: #000000;
}
#backToTop {
  display: none; /* hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: #000;
  color: #fff;
  border: none;
  padding: 6px 15px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}

#backToTop:hover {
  background: #e19a00;
}
