body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.hero_area {
  height: 90vh;
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}

.hero_area.custom_page-height {
  height: 86px;
}

.hero_area.custom_page-height::after {
  display: none;
}

.hero_area::after {
  position: absolute;
  content: "";
  background-image: url(../images/blue-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 42%;
  height: 70px;
  top: 98.5%;
  right: -4%;
  z-index: -1;
}

/*header section*/

.logo-box {
  padding-top: 30px;
}

.logo-box span {
  font-size: 35px;
  font-weight: bold;
  color: #0a0057;
  font-family: "Roboto", sans-serif;
  padding-left: 10px;
}

.header_section .header_container {
  display: flex;
  justify-content: space-between;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
}

.header_top img {
  margin-right: 5px;
}

.header_top-social {
  display: flex;
}

.header_top-contact {
  display: flex;
  margin-right: 15%;
}

.header_top-contact a,
.header_top-contact a:hover {
  display: flex;
  color: #c3c3c5;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 35px;
  color: #0a0057;
  text-align: center;
  font-size: 20px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.heading_style {
  border-left: 12px solid #253c7f;
  font-size: 40px;
  padding-left: 10px;
  font-weight: lighter;
  color: #0a0057;
}

/*.custom_nav-container .navbar-toggler {}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {}

.custom_nav-container .nav_search-btn {}

.navbar {}

.nav-link:hover {}*/

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 48px;
}

/*end header section*/

/* slider section */
.slider_section {
  position: relative;
}

.slider_form-box form {
  display: flex;
}

.slider_form-box form .search_input {
  position: relative;
}

.slider_form-box form .search_input input {
  width: 250px;
  height: 45px;
  outline: none;
  border: none;
  background-color: #f7f6fd;
  padding-left: 10%;
}

.slider_form-box form .search_input img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.slider_form-box form button {
  border: none;
  background-color: #253c7f;
  color: #fff;
  padding: 10px 25px;
}

.slider_section .slider_item-container {
  margin-top: 10%;
}

.slider_section .slider_item-container.col-md-6 {
  padding: 0;
}

.slider_item-detail h1 {
  font-weight: bold;
  margin: 35px 0;
  color: #000002;
}

.quote-btn:hover {
  padding: 15px 20px;

  color: #fff;
  background-color: #070039;
}

.read-btn:hover {
  padding: 15px 20px;

  color: #fff;
  background-color: #c49600;
}

.read-btn {
  background-color: #f4c21a;
  color: #000000;
  padding: 15px 20px;
}

.quote-btn {
  background-color: #0a0057;
  padding: 15px 20px;
  color: #fff;
}

.read-btn img,
.quote-btn img {
  margin-left: 5px;
  width: 20px;
}

.slider_section .carousel-indicators {
  position: absolute;
  top: 50%;
  left: -10%;
  bottom: auto;
  right: auto;
  flex-direction: column;
  transform: translateY(-50%);
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #f5c216;
  background-clip: padding-box;
  margin: 3px;
  border: none;
  opacity: 1;
  border-radius: 100%;
  transition: background-color 0.6s;
}

.slider_section .carousel-indicators .active {
  background-color: #0a0057;
}

/* end slider section */

/* about section */
.mission_vision_section {
  padding: 70px 0;
  margin-bottom: 40px;
}

.mv-card h4 {
  font-weight: 600;
  color: #243d7f;
}

.mv-card p {
  color: #444;
  line-height: 1.6;
}

.heading_style {
  font-weight: 700;
  color: #243d7f;
}

.about_section {
  padding-top: 50px;
  position: relative;
}

.heading_style-about {
  border-left: 12px solid #253c7f;
  font-size: 40px;
  padding-left: 10px;
  font-weight: lighter;
  color: #0a0057;
}

.heading-about {
  margin-bottom: 60px;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 120px;
  transform: translateY(-50%);
  background-image: url(../images/circle-bg.jpg);
  background-size: cover;
}

.about_section .col-md-6 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_detail-container {
  position: relative;
}

.about_detail-container::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #253c7f;
  z-index: -1;
}

.about_detail-box {
  padding: 25px 50px;
  padding-right: 0;
}

.about_detail-box h3,
.about_detail-box p {
  text-align: right;
}

.about_detail-box h3 {
  color: #fff;
  font-weight: bold;
}

.about_detail-box p {
  margin: 20px 0;
  color: #fff;
}

.about-btn img {
  margin: 0;
  margin-right: 5px;
  transform: rotate(180deg);
}

.about-btn {
  background-color: #f4c21a;
  padding: 10px 20px;
  color: #000000;
}

.about-btn:hover {
  color: #0b0b0b;
  background-color: #c49600;
}

/*.about_img-box {
  position: relative;
}

.about_img-box::before {
  content: "";
  width: 18%;
  height: 10%;
  background-color: #f4c21a;
  position: absolute;
  right: 0;
  bottom: 25%;
}

.about_img-box::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 10%;
  right: 0;
  bottom: 25%;
  background-image: url(../images/next.png);
  background-size: 20px;
  background-position: 15px;
  background-repeat: no-repeat;
}*/

.about-logo {
  height: 500px;
  width: auto;
}
/* end about section */

/* service section */

.services-section {
  font-family: "Inter", sans-serif;
}

.service-detail {
  padding: 10px 0;
}

.service_img-box {
  position: relative;
}

.service_img-box h3 {
  position: absolute;
  font-size: 22px;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  padding: 10px 15px;
  padding-right: 35px;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.s-b-1 h3 {
  background-image: url(../images/hbg-2.png);
}

.s-b-2 h3 {
  background-image: url(../images/hbg-2.png);
}

.s-b-3 h3 {
  background-image: url(../images/hbg-2.png);
}

.service_img-box img {
  width: 100%;
}

.service-btn {
  padding: 7px 12px;
  background-color: #0a0057;
  color: #fff;
}

.service-btn:hover {
  padding: 7px 12px;
  background-color: #040021;
  color: #fff;
}

/* end of service section */

/*.shop_section {}*/

/*.shop_section .row {
  margin-top: 100px;
  background-color: #0a0057;
}

.shop-detail {
  padding: 50px;
}

.shop-detail h5 {
  color: #f5c216;
  font-size: 22px;
}

.shop-detail p {
  color: #fff;
}

.shop_img-box {
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 50px;
}*/

.branches_section {
  background-color: #fff;
  padding: 60px 0;
}

.branches_section .heading_style {
  color: #243d7f;
  font-weight: 600;
  margin-bottom: 30px;
}

#filterInput {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
}

table th {
  background-color: #243d7f;
  color: #fff;
  font-weight: 600;
}

table td,
table th {
  font-size: 14px;
}

/* end shop section */

/* client section */
.client_section {
  padding-bottom: 125px;
}

.client_box {
  position: relative;
  margin-top: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.c-b-1 {
  background-image: url(../images/client1-bg.png);
}

.c-b-2 {
  background-image: url(../images/client2-bg.png);
}

.client_detail {
  padding: 20px 30px;
  padding-left: 50px;
}

.client_detail h5 {
  padding-left: 20%;
  color: #f5c216;
}

.client_detail p {
  padding-top: 20px;
  color: #fff;
}

.client_box .client_img {
  position: absolute;
  top: -40%;
}

.client_section .carousel-indicators {
  position: absolute;
  top: 115%;
  left: 33%;
  bottom: auto;
  right: auto;
}

.client_section .carousel-indicators li {
  width: 21px;
  height: 10px;
  background-color: #253c7f;
  background-clip: padding-box;
  margin: 0;
  border: none;
  opacity: 1;
  transition: background-color 0.6s;
}

.client_section .carousel-indicators .active {
  background-color: #f5c216;
}

/* end client section */

/* company section */
.company_section {
  background-color: #253c7f;
}

.company-detail h3 {
  color: #fff;
  font-weight: bold;
}

.company-detail p {
  color: #fff;
  width: 85%;
}

/* end company section */

/* contact_section */
.contact_section .col-md-6 {
  padding: 0;
}

.contact_form-container {
  padding: 60px;
  background-color: #253c7f;
  position: relative;
}

.contact_form-container form {
  width: 100%;
}

.contact_form-container form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  margin: 10px 0;
}

.message_input {
  height: 100px;
}

.contact_form-container button {
  border: none;
  display: inline-block;
  padding: 8px 40px;
  background-color: #f4c21a;
  color: #253c7f;

  margin-top: 20px;
}

.contact_form-container::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #253c7f;
  position: absolute;
  /* right: 0; */
  /* bottom: 25%; */
  left: -50px;
  top: 15%;
}

/* end contact_section */

/* Booking Section */
.cargo-details-page {
  display: none;
  background-color: #f9fafb;
  padding: 40px 20px;
  border-top: 2px solid #4f46e5;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.details-container {
  max-width: 800px;
  margin: auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.booking-section {
  margin-bottom: 90px;
}

.booking-header {
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}

.booking-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.booking-title span {
  color: #253c7f;
  position: relative;
}

.booking-title span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(79, 70, 229, 0.2);
  z-index: -1;
}

.booking-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.book-form-panel {
  padding: 50px;
}

.cargo-form-panel {
  padding: 50px;
}

.dimension-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dimension-fields input {
  flex: 1 1 100px;
  min-width: 80px;
}

.details-header {
  text-align: center;
  margin-bottom: 30px;
}

.details-header h2 {
  font-size: 24px;
  color: #4f46e5;
  margin-bottom: 8px;
}

.details-header p {
  font-size: 14px;
  color: #666;
}

#cargoDetailsForm .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

#cargoDetailsForm .input-group {
  flex: 1;
  min-width: 280px;
  display: flex;
  flex-direction: column;
}

#cargoDetailsForm label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

#cargoDetailsForm input,
#cargoDetailsForm select,
#cargoDetailsForm textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fefefe;
  transition: border-color 0.3s;
}

#cargoDetailsForm input:focus,
#cargoDetailsForm select:focus,
#cargoDetailsForm textarea:focus {
  border-color: #4f46e5;
  outline: none;
}

.dimension-inputs {
  display: flex;
  gap: 8px;
}

.dimension-inputs input {
  flex: 1;
}

textarea[name="special_instructions"] {
  resize: vertical;
  min-height: 80px;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.form-actions .back-btn,
.form-actions .submit-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
}

.form-actions .back-btn {
  background-color: #e5e7eb;
  color: #111827;
}

.form-actions .back-btn:hover {
  background-color: #d1d5db;
}

.form-actions .submit-btn {
  background-color: #4f46e5;
  color: white;
}

.form-actions .submit-btn:hover {
  background-color: #4338ca;
}

.form-actions svg {
  margin-left: 8px;
  stroke: currentColor;
}

/* booking Section */

/* Quotation Section */
.submit-btn:disabled {
  opacity: 0.7;
  background-color: #cccccc !important;
  cursor: not-allowed;
}

.submit-btn:disabled span {
  color: #999999;
}

/* Input validation */
input.invalid,
textarea.invalid,
select.invalid {
  border-color: #ff4444 !important;
  animation: shake 0.5s ease;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  20%,
  60% {
    transform: translateX(-5px);
  }
  40%,
  80% {
    transform: translateX(5px);
  }
}

.quotation-section {
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}

.quote-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.quote-header {
  text-align: center;
  margin-bottom: 60px;
}

.quote-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.quote-title span {
  color: #253c7f;
  position: relative;
}

.quote-title span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(79, 70, 229, 0.2);
  z-index: -1;
}

.quote-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
}

.quote-info-panel {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  align-self: start;
}

.info-card h3 {
  font-size: 1.25rem;
  color: #111827;
  margin-bottom: 24px;
  font-weight: 600;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.service-tags li {
  background: #e0e7ff;
  color: #253c7f;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.quote-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  background: white;
  padding: 40px;
  border-radius: 16px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modal-icon {
  margin-bottom: 20px;
}

.modal-icon svg {
  animation: checkmark 0.5s ease;
}

.modal-content h3 {
  font-size: 1.5rem;
  color: #111827;
  margin-bottom: 16px;
}

.modal-content p {
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.6;
}

.contact-fallback {
  background: #f9fafb;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.contact-fallback p {
  color: #253c7f;
  font-weight: 500;
  margin-bottom: 12px;
}

.contact-fallback h4 {
  color: #111827;
  margin: 8px 0;
  font-size: 1.1rem;
}

.modal-close-btn {
  background: #253c7f;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.modal-close-btn:hover {
  background: #4338ca;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.contact-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact-item svg {
  flex-shrink: 0;
}

.contact-item p {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 4px;
}

.contact-item h4 {
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
}

.quote-form-panel {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.modern-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-group label {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}

.input-group input,
.input-group select,
.input-group textarea {
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s;
  background: #f9fafb;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  outline: none;
  border-color: #253c7f;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
  background: white;
}

.input-group textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.submit-btn {
  background: #253c7f;
  color: white;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 8px;
}

.submit-btn:hover {
  background: #4338ca;
  transform: translateY(-1px);
}

.submit-btn svg {
  transition: transform 0.2s;
}

.submit-btn:hover svg {
  transform: translateX(2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* End of Quotation Section */

/* info section */
.info_section {
  padding-top: 150px;
  padding-bottom: 1px;
  color: #fff;
  background-image: url(../images/info-bg.png);
  background-size: 100% 101%;

  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}

.info_section h5 {
  font-size: 22px;
}

.info_section a,
.info_section a:hover {
  color: #fff;
}

.info_logo .logo-box {
  padding-top: 0;
  margin-top: -10px;
}

.info_logo .logo-box img {
  width: 65px;
}

.info_logo .logo-box span {
  color: #fff;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_news {
  padding-right: 8%;
}

.info_news input {
  border: none;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
}

.info_news button {
  border: none;
  background-color: #f5c216;
  color: #253c7f;
  padding: 7px 12px;
  margin-top: 10px;
}

.info_nav nav {
  width: 70%;
  margin: 0 auto;
}

.info_nav ul {
  display: flex;
  flex-direction: column;
}

.info_nav ul li {
  list-style-type: none;
}

.info_nav ul li a {
  color: #fff;
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 150px;
}

.info_social a img {
  width: 30px;
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #f4c21a;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
  margin-top: auto;
}

.footer_section p {
  color: #243d7f;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #243d7f;
  font-weight: bold;
}

/* end footer section*/
