﻿:root {
  /* Main Colors */
  --primary-color: #dc6c23;
  --font-color: #585858;
  --white-color: #ffffff;
  /* Header */
  --header-background-color: #4d4d4d;
  --header-font-color: #ffffff;
  /* Navigation */
  --navigation-background: #f8f9fa;
  --navigation-text-color: rgba(0, 0, 0, 0.5);
  --navigation-text-hover-color: rgba(0, 0, 0, 0.7);
  --dropdown-text-color: #212529;
  /* Fonts */
  --main-font: 'Lato', sans-serif;
  --title-font: 'Oswald', sans-serif;
  /* Tabs */
  --tab-background: #4d4d4d;
  --tab-text-color: #dc6c23;
  /* Table */
  --table-background: #CFCFD1;
  --table-border-color: #7C7A7B;
  /* Primary Button */
  --button-font-family: 'Oswald', sans-serif;
  --button-primary-font-color: #ffffff;
  --button-primary-border-radius: 3px;
  --button-primary-hover-color: #bb5c1e;
  --button-primary-hover-font-color: #ffffff;
  /* Secondary Button */
  --button-secondary-font-color: #ffffff;
  --button-secondary-border-radius: 0;
  --button-secondary-hover-color: #f8f9fa;
  --button-secondary-hover-font-color: #212529;
}


@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f8f9fa !important;
}

.hide {
  display: none !important;
}

.top_header {
  background-color: #4d4d4d;
  display: flex;
}

  .top_header .header_data {
    display: flex;
    position: relative;
    height: 90px;
    align-items: center;
  }

  .top_header .lft_head {
    flex: 1;
  }

    .top_header .lft_head img {
      max-width: 40%;
      padding-bottom: 15px;
      height: auto;
      padding-left: 40px;
    }

  .top_header .rht_head {
    justify-content: flex-end;
    margin-left: 400px;
  }


    .top_header .rht_head .row:first-child {
      display: flex;
      gap: 16px;
    }

  .top_header .rht_head {
    margin-left: 400px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

    .top_header .rht_head a.login-btn {
      display: flex;
      gap: 10px;
    }

      .top_header .rht_head a.login-btn img {
        width: 12px !important;
      }

    .top_header .rht_head a {
      font-family: var(--title-font);
      font-size: 15px;
      color: rgba(255, 255, 255, 0.7);
    }

      .top_header .rht_head a.link {
        color: rgba(255, 255, 255, 0.7);
        text-align: left;
        word-wrap: break-word;
        box-sizing: border-box;
        margin-top: 0;
        font-family: var(--title-font);
        font-weight: 400;
        line-height: 1.2;
        font-size: 1rem;
        margin-bottom: .25rem;
        text-transform: uppercase;
        letter-spacing: 0.8px;
      }

    .top_header .rht_head .flag-icon {
      width: 24px;
    }


    .top_header .rht_head a {
      color: #fff;
      opacity: 0.7;
      font: 400 1.0625rem/1.0625rem Oswald, sans-serif;
    }

    .top_header .rht_head h3 {
      font: 400 1.0625rem/1.0625rem Oswald, sans-serif;
      align-items: center;
      margin-bottom: 2px;
      margin-left: 30px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      color: #fff;
      opacity: 0.7;
    }

.tour {
  padding: 20px 0px 30px 0px;
}

.blk_shadow {
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.booking_tripinfo_blk {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  background-color: #fff !important;
}

  .booking_tripinfo_blk .imgblk {
    float: left;
    display: block;
  }

    .booking_tripinfo_blk .imgblk .imgtag {
      /*height: 230px;*/
      width: 391px;
    }

.booking_trpinfo_cntblk {
  float: left;
  display: block;
  width: 63.7%;
  padding: 20px 16px 8px 40px;
}

  .booking_trpinfo_cntblk h1 {
    /* font: 400 27px/30px Oswald, sans-serif; */
    color: var(--font-color);
    text-align: left;
    word-wrap: break-word;
    box-sizing: border-box;
    margin-top: 0;
    font-family: var(--title-font);
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.50rem;
    margin-bottom: .25rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

    .booking_trpinfo_cntblk h1.tour_code {
      margin-bottom: 1rem;
    }

    .booking_trpinfo_cntblk h1 span {
      font-size: 18px;
      color: #9b9893;
    }

  .booking_trpinfo_cntblk h2 {
    font: 600 17px/24px var(--main-font);
    color: var(--font-color);
    margin-bottom: 12px;
  }

    .booking_trpinfo_cntblk h2 span {
      font: 400 17px/24px var(--main-font);
      color: #4a4a4a;
    }

  .booking_trpinfo_cntblk p {
    font: normal 15px/22px Oswald, sans-serif;
    padding: 12px 0;
    margin-bottom: 0px;
    color: #212121;
  }

  .booking_trpinfo_cntblk h3 {
    font: normal 18px/22px Oswald, sans-serif;
    line-height: 22px;
    color: #212121;
  }

    .booking_trpinfo_cntblk h3 span {
      color: #212121;
    }

      .booking_trpinfo_cntblk h3 span.line {
        margin: 0 15px;
      }

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

.tab {
  text-align: center;
}

  .tab .nav-tabs {
    display: inline-block;
    position: relative;
    border-bottom: none;
    background-color: transparent !important;
  }

    .tab .nav-tabs li {
      margin: 0;
      float: left;
    }

      .tab .nav-tabs li.disabled {
        pointer-events: none;
        opacity: 0.7;
        cursor: not-allowed;
      }

      .tab .nav-tabs li a {
        display: block;
        padding: 80px 50px 10px;
        font: normal 17px/22px 'Oswald', sans-serif;
        font-weight: 400;
        color: #17121c;
        text-transform: uppercase;
        text-align: center;
        border-radius: 0;
        border: none;
        /* border-bottom: 2px solid #fff; */
        margin-right: 0;
        overflow: hidden;
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
        letter-spacing: 0.8px;
      }

        .tab .nav-tabs li a span {
          display: block;
          width: 65px;
          height: 65px;
          line-height: 65px;
          background: #b4b5b7;
          margin: auto;
          font-size: 22px;
          color: #999;
          border-radius: 32px;
          position: absolute;
          top: 10px;
          left: 0;
          right: 0;
        }

      .tab .nav-tabs li.active a span {
        background: #dc6c23;
        color: #fff;
      }

      .tab .nav-tabs li a span svg {
        width: 35px;
        height: auto;
        fill: #fff;
      }

      .tab .nav-tabs li a span i {
        /*transform: rotate(-45deg);*/
      }

      .tab .nav-tabs li.active a,
      .tab .nav-tabs li a:hover {
        color: #999;
        border: none;
        /* border-bottom: 2px solid #fff; */
      }

      .tab .nav-tabs li.active a {
        /* border-bottom: 2px solid #be6545; */
        color: #be6545;
      }

  .tab .tab-content {
    padding: 30px 0;
    margin-top: -6px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
  }

    .tab .tab-content h3 {
      font-size: 24px;
      margin-top: 0;
      padding-bottom: 15px;
    }

@media only screen and (max-width: 479px) {
  .tab .nav-tabs li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

    .tab .nav-tabs li:last-child {
      margin-bottom: 0;
    }
}

.fade:not(.show) {
  opacity: 1;
}

.btn_squk {
  border-radius: 4px;
  background-color: #dc6c23;
  color: #fff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font: 400 17px/17px var(--title-font);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  width: max-content;
}

.passinnerdtl button.btn_squk {
  margin-top: 10px;
}

.passinnerdtl .btn_continue.btn_squk {
  padding: 10px 30px;
}

.passdtl {
  background-color: #fff !important;
  margin: 0px 0px 25px;
  padding: 0px 0px 15px 0px;
  border-radius: 4px;
}

  .passdtl h2,
  .passdtl h4,
  .passengerlist h4 {
    padding: 12px 0px 12px 70px;
    position: relative;
    background-color: #4d4d4d;
    text-align: left;
    word-wrap: break-word;
    color: #fff !important;
    box-sizing: border-box;
    margin-top: 0;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.25rem;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .passdtl a {
    color: #dc6c23 !important;
    text-decoration: underline;
    font-size: 17px;
    font-family: var(--main-font);
  }

.form-check .form-check-input {
  margin-right: 10px !important;
  margin-top: 10px;
  accent-color: #dc6c23;
}



.passinnerdtl .form-check-inline {
  margin-bottom: 16px;
}

.passinnerdtl,
.passengerlist .row {
  padding: 20px 30px 0px 70px;
}

.tab_details p {
  font: normal 16px/24px var(--main-font);
  color: var(--font-color);
}

  .tab_details p span {
    font: 600 15px/22px var(--main-font);
    color: #212121;
  }

label {
  font-family: var(--main-font);
  color: var(--font-color);
  font-size: 17px;
  padding-top: 3px;
}

.form-control {
  font-family: var(--main-font);
  color: var(--font-color);
  font-size: 14px;
  border-radius: 0;
}

select.form-control {
  appearance: none;
  background: url('../../img/dropdown-arrow.svg') no-repeat right 10px center;
  background-size: 12px 8px;
  padding-right: 35px;
}

  select.form-control option:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }

.dob .input-group .form-control {
  padding: 0.375rem 0.35rem;
}

/* body #LeadDateOfBirth > :nth-child(1),
body #DateOfBirth > :nth-child(1) {
  border-right: 1px solid !important;
} */

.tab_details .button-mau {
  background: #c3c3c3;
  border: 2px solid #c3c3c3;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 3px 35px;
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
}

  .tab_details .button-mau.btnchecked {
    background: #e4b46e;
    border: 2px solid #e4b46e;
  }

.tab_details .button-find {
  background: #e4b46e;
  border: 2px solid #e4b46e;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 6px 35px;
  font-family: Oswald, sans-serif;
  letter-spacing: 1px;
  margin-top: 35px;
  width: 190px;
}

.trip_option .form-group p {
  padding-top: 20px;
  margin-bottom: 0px;
}

.payment_travller {
  /* margin-bottom: 15px; */
  /* border-bottom: 1px solid #e5e5e5; */
  padding-bottom: 10px;
}

  .payment_travller label {
    margin-bottom: 0px;
    font: 400 17px/30px Lato, sans-serif;
    color: #585858 !important;
  }

    .payment_travller label span {
      width: 300px;
      display: inline-block;
      margin-left: 100px;
      color: #585858 !important;
      font-size: 17px;
    }

  .payment_travller p {
    font: 400 16px/30px Lato, sans-serif;
    color: #585858;
  }

.font-bold {
  font-weight: 700 !important;
}

.payment_travller p span {
  display: inline-block;
  color: #757575;
  font-weight: 700;
}

.payment_travller .payOffer .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.payOffer .form-check .form-check-input {
  margin-top: 0px !important;
}

.payment_travller .payOffer {
  margin-bottom: 20px;
}

  .payment_travller .payOffer label {
    font: 400 17px/30px Lato, sans-serif;
    color: #757575;
  }

.divPaymentDetail img {
  width: 50px;
}

.tour_confirm .table td,
.table th {
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  font: normal 15px/22px var(--main-font);
}

.tour_confirm {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

b {
  font-weight: bold;
}

.tour_confirm h4 {
  font: normal 18px/22px Oswald, sans-serif;
  color: #212121;
  margin-bottom: 8px;
}

.tour_confirm p {
  font: normal 15px/20px var(--main-font);
  color: #757575;
  margin-bottom: 5px;
}

  .tour_confirm p span {
    font: normal 15px/20px var(--main-font);
    color: #212121;
    margin-bottom: 5px;
  }

p.info_note span {
  background-color: #e4b46e;
  color: #3a5556;
  padding: 4px 10px 4px;
  border-radius: 14px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
}

  p.info_note span a {
    color: #fff;
  }

.what_happens h4 {
  margin-bottom: 20px;
}

.what_happens p {
  margin-bottom: 15px;
}

footer {
  background: #17121c;
  /* margin-top: 40px; */
}

.ft_navblk .inr_blk {
  padding: 30px 0;
  border-bottom: 1px solid #a3b1b4;
}

.nav_listblk {
  padding: 0 4px;
  float: left;
  margin-bottom: 0px;
}

  .nav_listblk li {
    list-style: none;
    padding: 0 11px;
    float: left;
  }

    .nav_listblk li a {
      color: #f6f6f6 !important;
      font: normal 15px/20px var(--main-font);
      cursor: pointer;
      position: relative;
    }

      .nav_listblk li a:after {
        position: absolute;
        content: "";
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #b22f1b;
        opacity: 0;
        transition: all ease 0.3s;
      }

.slct_cntryblk {
  float: right;
  width: 77px;
  position: relative;
  margin: 0 15px;
}

  .slct_cntryblk .selection {
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    color: #f6f6f6 !important;
    cursor: pointer;
  }

.gb_icn:after {
  background: url(images/sprite01.png) no-repeat 0 -107px / 832px auto;
  position: absolute;
  content: "";
  width: 49px;
  height: 25px;
  top: 0;
  right: 0;
}

.slct_cntryblk .selection:after {
  width: 48px;
}

.cntry_listblk {
  background: #f6f6f6;
  border: 1px solid #878787;
  left: -10px;
  padding: 5px 10px;
  position: absolute;
  top: -30px;
  width: 95px;
  max-height: 150px;
  overflow: auto;
}

  .cntry_listblk li {
    list-style: none;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    margin: 5px 0;
    display: inline-block;
    color: #3a3a3a;
    cursor: pointer;
  }

.spacer {
  clear: both;
  line-height: 0;
  font-size: 0;
}

.ftr_btm_blk {
  padding: 20px 0;
}

.ftr_txtwrp {
  float: left;
  padding: 0 15px;
}

  .ftr_txtwrp p {
    margin-bottom: 0px;
    color: #f6f6f6 !important;
    font: normal 15px/20px var(--main-font);
  }

label span {
  color: red;
  font-size: 16px;
}

.error_msg {
  height: 482px;
  position: relative;
}

.error_msg_data {
  position: absolute;
  width: 100%;
  top: 75px;
}

.error_msg .error_msg_data p {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .top_header .logo {
    padding: 10px 0px 20px;
    float: left;
  }

  .top_header .star {
    padding: 10px 0px 20px;
    float: left;
  }

  .top_header .country {
    padding: 10px 0px 20px;
    float: right;
  }

  .top_header ul.trustpilot {
    padding: 10px 0px 20px;
  }

  .booking_trpinfo_cntblk h1 {
    margin-bottom: 0.05rem;
  }

    .booking_trpinfo_cntblk h1 span {
      margin-bottom: 0.05rem;
    }

  .booking_trpinfo_cntblk h2 {
    margin-bottom: 0.05rem;
  }

  .booking_trpinfo_cntblk h3 {
    margin-bottom: 0.05rem;
  }
}

@media (max-width: 991px) and (min-width: 320px) {
  .star-header {
    display: none;
  }

  .booking_tripinfo_blk .imgblk {
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none !important;
  }

  .booking_trpinfo_cntblk {
    width: 100%;
  }

  .tab .nav-tabs li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .top_header .logo img {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    display: block;
  }

  .tab .nav-tabs li {
    width: 100%;
    margin-bottom: 30px;
  }

  label.trip_label {
    display: none;
  }

  .trip_option .form-group p {
    padding-top: 0px;
  }
}

@media (max-width: 576px) and (min-width: 320px) {
  .call {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  .button {
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none !important;
  }
}

.master_page_loader {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
}

  .master_page_loader .loader {
    width: 300px;
    margin: 20% auto 0;
    text-align: center;
  }

    .master_page_loader .loader p {
      font-size: 12px;
      display: block;
    }

.gnrl_info_error02 {
  background: #d23333;
  border: 2px solid #e57f7f;
  border-radius: 6px;
  bottom: -30px;
  width: 230px;
  left: 22px;
  padding: 5px;
  position: absolute;
  color: #fff;
  font: 14px calibriregular;
  z-index: 100;
  margin: 0;
}

  .gnrl_info_error02:before {
    border-bottom: 7px solid #e57f7f;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 13px;
    position: absolute;
    top: -7px;
  }

.tooltipmessagePopup {
  background: #f2f2f2;
  border: 2px solid #f2f2f2;
  color: #757575;
  top: 24px;
  border-radius: 6px;
  width: 600px;
  left: -5px;
  padding: 10px;
  position: absolute;
  font: 14px calibriregular;
  z-index: 100;
  margin: 0;
}

  .tooltipmessagePopup:before {
    border-bottom: 7px solid #f2f2f2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 13px;
    position: absolute;
    top: -7px;
  }

.input-group .calender_btn {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 999;
}

.country .dropdown-toggle::after {
  border-top: 0em solid !important;
  border-right: 0.1em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.1em solid transparent !important;
}

.strikethrough {
  margin-left: 50px;
  text-decoration: line-through;
  margin-top: -13px;
}

.strikethrough_payment {
  margin-left: 300px;
  text-decoration: line-through;
}

.strikethrough_conf {
  text-decoration: line-through;
}

.address1 {
  color: var(--font-color) !important;
}

.address2 {
  color: var(--font-color) !important;
}

.address3 {
  color: var(--font-color) !important;
}

.City {
  color: var(--font-color) !important;
}

.Country {
  color: var(--font-color) !important;
}

.County {
  color: var(--font-color) !important;
}

.PostCode {
  color: var(--font-color) !important;
}

.top-bar-logos {
  background-color: #ffffff;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

  .top-bar-logos div {
    display: flex;
    justify-content: space-around;
  }

  .top-bar-logos img {
    height: 56px;
    margin: 0 0px;
    vertical-align: middle;
  }

/* Site Footer Styles */
.site-footer {
  background-color: #3b3b3b;
  padding: 40px 0 20px;
  color: #ccc;
  font-size: 17px;
}

  .site-footer .contact-us p {
    margin-bottom: 4px;
    color: rgb(255 255 255 / 0.8);
  }

    .site-footer .contact-us p:hover {
      color: rgb(255 255 2550);
    }

  .site-footer h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0px;
    margin-bottom: 1.5rem !important;
    color: rgb(255 255 255 / 0.95);
  }

  .site-footer h4 {
    font-family: "Lato", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    color: rgb(255 255 255 / 0.8);
    font-weight: 700 !important;
    font-style: italic !important;
  }

  .site-footer p.copyright {
    width: 100%;
  }

  .site-footer p {
    font-family: "Lato", sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    color: rgb(255 255 255 / 0.8);
  }

/* Footer Grid Layout */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 30px;
  margin-bottom: 10px;
}

.footer-col ul {
  text-align: left;
  color: #fff !important;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

  .footer-col ul li {
    margin-bottom: 0px;
    list-style: none;
    box-sizing: border-box;
  }

    .footer-col ul li a {
      transition: color 0.3s ease;
      font-family: "Lato", sans-serif;
      font-size: 1.0625rem;
      font-weight: 400;
      line-height: 1.5;
      list-style: none;
      box-sizing: border-box;
      text-decoration: none;
      background-color: transparent;
      color: rgba(255, 255, 255, 0.8);
    }

      .footer-col ul li a:hover {
        color: #ffffff;
        /* Lighter on hover */
        text-decoration: underline;
      }

/* Contact Us specific styles */
.contact-us p i {
  margin-right: 16px;
  color: #ffffff;
}

.contact-us a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

  .contact-us a i {
    margin-right: 16px;
  }

  .contact-us a:hover {
    color: #ffffff;
  }

.atol-protection {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

  .atol-protection img {
    height: 60px;
    /* Adjust as needed */
    margin-right: 10px;
  }

  .atol-protection span:hover {
    text-decoration: underline;
  }

  .atol-protection span {
    text-align: left;
    box-sizing: border-box;
    text-decoration: none;
    background-color: transparent;
    margin-bottom: 0.5rem;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.0625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.95);
  }

/* Newsletter Section */
.newsletter-section {
  margin-bottom: 24px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
  margin-top: 20px;
}

  .newsletter-form input[type="email"],
  .newsletter-form input[type="text"] {
    flex: 1;
    padding: 12px 15px;
    border: none;
    background-color: #6a6a6a;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    min-width: 180px;
    font-family: "Lato", sans-serif;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.125em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100% !important;
    display: inline-block;
    vertical-align: middle;
    background-color: rgb(255 255 255 / 0.25);
    border-color: rgb(255 255 255 / 0.25);
  }

  .newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
  }

  .newsletter-form input[type="email"]:focus,
  .newsletter-form input[type="text"]:focus {
    outline: none;
  }

  .newsletter-form button {
    box-sizing: border-box;
    margin: 0;
    overflow: visible;
    -webkit-appearance: button;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #fff0;
    padding: 0.375rem 0.75rem;
    font-size: 1.0625rem;
    border-radius: 0.125em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 0.5rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    background-color: #dc6c23;
    border-color: #dc6c23;
    cursor: pointer;
  }

    .newsletter-form button:hover {
      color: #fff;
      background-color: #bb5c1e;
      border-color: #b0561c;
    }

/* Footer Bottom Section */
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

  .footer-bottom .hr-sec {
    padding: 15px 0;
    width: 100%;
  }

    .footer-bottom .hr-sec hr {
      margin-top: 1rem;
      margin-bottom: 1rem;
      border-top: 1px solid rgb(255 255 255 / 0.8);
      opacity: 0.1;
    }

.social-links {
  display: flex;
  gap: 15px;
  /* For smaller screens */
}

  .social-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    width: 35px;
    height: 35px;
    /* background-color: #6a6a6a;  */
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

    .social-links a:hover {
      color: rgba(255, 255, 255, 0.95);
    }

.copyright {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 90%;
  color: rgb(255 255 255 / 0.8);
  text-align: left !important;
  box-sizing: border-box;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    /* Two columns on medium screens */
  }

  .sportquest-info {
    grid-column: span 2;
    /* Full width for main info on medium screens */
  }

  .top-bar-logos img {
    max-width: 100%;
    height: 36px;
    margin: 0 0px;
  }
}

@media (max-width: 768px) {
  .top-bar-logos img {
    margin: 5px auto;
    height: 45px;
  }

  .top-bar-logos div {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    /* Single column on small screens */
  }

  .footer-col:last-child {
    margin-bottom: 0;
  }

  .sportquest-info {
    grid-column: span 1;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

    .footer-bottom .hr-sec {
      padding: 10px 0;
    }

  .social-links {
    margin-bottom: 15px;
  }

  .site-footer p.copyright {
    width: 100%;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .top-bar-logos img {
    height: 42px;
    margin: 5px auto;
  }

  .site-footer {
    padding: 30px 0 15px;
  }

  .footer-grid,
  .newsletter-section {
    margin-bottom: 30px;
  }

  .site-footer h3 {
    margin-bottom: 15px;
  }
}
