/* ===== DRUM TAO TOUR SECTION ===== */

.drumtao-tour {
  position: relative;
  color: #fff;
  background: url("https://static3.toyotabharat.com/images/drumtao/Drum.jpg")
    center/cover no-repeat;
  padding: 80px 20px;
  overflow: hidden;
}

.drumtao-tour .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}

.tour-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
}

.tour-header {
  text-align: center;
  margin-bottom: 40px;
}

.tour-header h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

.tour-header h2 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.tour-table {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.325);
  text-align: left;
  font-size: 16px;
  text-align: center;
}

th {
  font-weight: 600;
  font-size: 18px;
}

.qr-section {
  text-align: center;
  min-width: 150px;
}

.qr-section img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.qr-section p {
  font-size: 11px;
  margin-top: -10px;
}

.participate-info {
  display: none;
}

.participate-info {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.participate-info h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.participate-row {
  width: 100%;
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 10px auto;
  text-align: left;
  color: #fff;
}

/* .participate-row .city {
                color: #fff;
                font-size: 16px;
                font-weight: 500;
                min-width: 110px;
            } */

.participate-row .event-box {
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 6px 12px;
  text-transform: uppercase;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0 100%);
  font-weight: 600;
  white-space: nowrap;
  width: 60%;
  text-align: center;
}

.participate-row .city {
  width: 120px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

a.yotubeplay img {
  display: inline-block;
  width: auto;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 900px) {
  .tour-table {
    flex-direction: column;
    align-items: center;
  }

  .qr-section {
    display: none;
  }
}

@media (max-width: 700px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  table th:nth-child(5),
  table td:nth-child(5) {
    display: none;
  }

  .drumtao-tour {
    padding: 60px 15px;
  }

  .tour-header h1 {
    font-size: 32px;
  }

  .tour-header h2 {
    font-size: 18px;
  }

  th,
  td {
    font-size: 13px;
    padding: 10px 5px;
  }
}

@media (min-width: 701px) {
  .mobile-only {
    display: none;
  }
}

/* Popup specific styles */
.modal-content {
  border: none;
  border-radius: 0;
}

.modal-header {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}

.modal-body {
  padding: 0;
}

.enq-left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.enq-right {
  background: #fff;
  padding: 30px;
}

.enq-right h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 0;
  margin-bottom: 5px;
}

#enquiryForm > div {
  margin-bottom: 10px;
}

.btn-submit {
  background: #000;
  color: #fff;
  width: 100%;
  border-radius: 0;
  padding: 10px;
  font-weight: 600;
}

.btn-submit:hover {
  background: #333;
}

@media only screen and (max-width: 768px) {
  .enq-left {
    display: none !important;
  }
}

.link_more {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.link_more:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}

.d-none {
  display: none !important;
}

.form-alert-message {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 400px) {
  th,
  td {
    font-size: 10px;
    padding: 10px 3px;
  }
}

.modal.disclimer {
  z-index: 10000;
  right: -17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px !important;
  height: 365px;
}

.disclimer .modal-content {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.disclimer .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  position: static;
}

.disclimer .tb-modal-hd {
  padding: 0 !important;
}

.disclimer .modal-open {
  padding-right: 0 !important;
}

.disclimer .modal-tbpopup-apply-loan-wrap {
  background-color: #fff !important;
  box-shadow: #ccc 0 0 8px 0 !important;
  padding: 0;
  height: auto;
  max-width: fit-content;
}

.disclimer .close:hover {
  opacity: 0.5;
}

.disclimer .modal-title-tbap-popup {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #e10a1d !important;
  text-transform: uppercase !important;
}

.disclimer .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  border: 0;
  background: none;
  padding: 0;
}

.disclimer .tbpopup-body {
  float: left !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  width: 100% !important;
  text-align: start;
}

.disclimer .tbpopup-body {
  float: left !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  width: 100% !important;
}

.disclimer .modal-dialog {
  max-width: max-content;
}

.disclimer .modal-body {
  padding: 15px;
}

.disclimer .popupText {
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .modal.disclimer {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .disclimer .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

@media only screen and (max-width: 767px) {
  .modal.disclimer {
    height: 536px;
  }
}

.form-chkbx label,
.form-chkbx input,
.form-chkbx a {
  display: inline;
  font-size: 12px;
  font-weight: 500;
}

.form-chkbx2 label {
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  #enquiryPopup {
    z-index: 9999 !important;
  }

  .disclimer {
    z-index: 99999 !important;
  }
}

.btn-enq-popup {
  font-size: 40px !important;
  font-weight: 100 !important;
}

.p-0 {
  padding: 0 !important;
}

.enq-popup-row {
  background: #fff;
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .enq-right {
    /* padding: 18px 30px 28px 30px; */
    padding: 13px 30px 11px 30px;
  }
}

@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .enq-popup-row {
    display: flex;
  }

  .enq-popup-row .enq-left,
  .enq-popup-row .enq-right {
    width: 50%;
  }

  #enquiryPopup .modal-dialog {
    width: 800px;
  }
}

@media only screen and (min-device-width: 853px) and (max-device-width: 853px) and (max-device-height: 1280px) and (min-device-height: 1280px) {
  .enq-popup-row {
    display: flex;
  }

  .enq-popup-row .enq-left,
  .enq-popup-row .enq-right {
    width: 50%;
  }

  #enquiryPopup .modal-dialog {
    width: 800px;
  }
}

@media only screen and (max-width: 767px) {
  #enquiryPopup {
    top: 50%;
    transform: translateY(-50%);
    height: 100vh;
    z-index: 9999 !important;
  }
}

@media only screen and (min-width: 351px) {
  #enquiryPopup .modal-dialog.modal-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

#enquiryPopup .modal-dialog.modal-lg {
  margin: 0 auto;
}

.enq-popup-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.enq-popup-row > div {
  display: flex;
}

.mobileview {
  display: none;
}

@media (max-width: 767.98px) {
  .desktopview {
    display: none;
  }

  .mobileview {
    display: inherit;
  }
}

@media only screen and (max-width: 810px) {
  .enq-left {
    display: none !important;
  }
}

@media only screen and (min-width: 811px) and (max-width: 991px) {
  .enq-left,
  .enq-right {
    width: 50%;
  }

  #enquiryPopup .modal-lg {
    width: 97%;
  }
}

/* Captcha */
#captcha .modal-content {
  background-color: #fff !important;
  padding: 10px 20px 20px;
}

#captcha .modal-header {
  position: static;
}

#captcha .modal-body {
  margin: 15px 0;
  text-align: center;
}

#captcha .modal-title {
  margin: 15px 0 0;
  text-align: center;
  color: #000 !important;
}

#captcha .captcha-input {
  margin: 20px 0 10px;
  display: flex;
  gap: 15px;
}

#captcha .captcha-input .captcha-input-item {
  flex: 1;
  text-align: start;
}

#captcha .captcha-input .captcha-input-item .form-control {
  margin: 0;
}

#captcha .captcha-input .captcha-input-item .form-control,
.captcha-btn {
  height: 40px;
}

#captcha .modal-dialog {
  width: 500px !important;
  height: auto !important;
  margin: 0 auto !important;
}

#captcha {
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999 !important;
  height: fit-content;
}

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #captcha .modal-dialog {
    position: static !important;
  }

  #captcha .modal-dialog {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
  }
}

/*drumtao Section1*/
.top-hero-section {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  /* background: url("images/drumtao/drumtaoherobanner.png") no-repeat center center;
                background-size: cover; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  color: #fff;
}

/* .top-hero-section::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.2); 
            } */

.top-hero-content {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.top-hero-content h1 {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-style: italic;
}

.hero-button-holder {
  position: absolute;
  bottom: 80px;
  right: 100px;
  z-index: 4;
}
.hero-button-holder a span {
  color: #ffffff !important;
  display: block;
}
.hero-button-holder a {
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0 100%);
  padding: 3px 40px;
  background: #000000;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 21px;
  text-decoration: none !important;
}
.hero-button-holder a {
  display: inline-block;
}

@media (max-width: 768px) {
  .top-hero-content h1 {
    font-size: 36px;
  }
}

/*drum Tao section 2*/
.drum-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #000;
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 100%;
}

/* Left image anchored to the left */
.left-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  overflow: hidden;
}

.left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}

.drum-logo {
  text-align: center;
  margin: 30px 0;
}

.drum-logo img {
  max-width: 342px;
}

.drum-text {
  font-size: 16px;
  line-height: 1.8em;
  color: #ddd;
  text-align: left;
  padding-right: 40px;
  font-weight: 300;
}

.drum-text p {
  margin-bottom: 20px;
  color: #d3d3d3;
  font-size: 24px;
  line-height: 38px;
  width: 80%;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .left-img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .drum-logo img {
    max-width: 200px;
  }

  .drum-text {
    text-align: center;
    padding: 20px;
  }
}

/*drum Tao Section 3*/
.drumtao-history-section {
  max-height: 80vh;
  background-color: #000;
  overflow: hidden;
  width: 100%;
}

.drumtao-history-section img {
  width: 100%;
}

.historyconatiner {
  background: url("https://static3.toyotabharat.com/images/drumtao/imagemiddle.jpg");
  background-size: cover;
  background-position: 50% 100%;
  height: 100vh;
  position: relative;
}

.historyconatiner h2 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}

.historyconatiner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000c2;
}

.historytext {
  position: relative;
  z-index: 99;
  padding: 65px 160px;
}

.historytext p {
  color: #d1d1d1;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 38px;
}

.colw30 {
  width: 30%;
  float: left;
}

.colw40 {
  width: 40%;
  float: left;
}

.p0 {
  padding: 0;
}
.modal-open .modal {
  background: #000;
}

/* Video Popup */
.owl-carousel .owl-item .youtubebuttonholder img {
  display: inherit;
  width: auto;
}

.drumtaovideocoantiner iframe {
  display: none;
}

.drumtaovideocoantiner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.993);
  cursor: pointer;
  display: none !important;
}

.video-popup.show-video {
  display: flex !important;
}

.iframe-wrapper {
  position: relative;
  width: 90%;
}

.iframe-wrapper .close-video {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: -40px;
  right: 0;
  background: url("https://static3.toyotabharat.com/images/drumtao/close.png")
    no-repeat;
}
/* Video Popup ends */

.owl-carousel {
  position: relative;
}
.owl-nav {
  position: absolute;
  top: 40%;
  left: -50px;
  right: -50px;
  display: block !important;
}
/* Hover state with gradient transition */
button.owl-prev:hover,
button.owl-next:hover {
  background-position: right !important;
}
.owl-nav button {
  margin: 0 8px;
}
.owl-nav button i {
  color: #000000;
  font-size: 42px;
}

/* Responsive layout */
@media only screen and (max-width: 768px) {
}

@media (max-width: 992px) {
  .drumtao-section {
    flex-direction: column;
  }

  .drumtao-center {
    padding: 50px 20px;
  }

  .hero-button-holder {
    position: absolute;
    bottom: 150px;
    left: auto;
    right: auto;
  }
}

/*drumtao Video Section*/
.drumtaovideo-section {
  position: relative;
  padding: 0;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 85%;
}

.drumtaovideocoantiner {
  position: relative;
}

.drumtaovideocoantiner img {
  width: 100%;
}

.videomodal button.close {
  opacity: 1;
  font-size: 30px;
  margin-top: -1px;
  padding-right: 6px;
  font-weight: 500;
  color: #fff;
}
.videomodal .modal-header {
  right: -5%;
  top: -10px;
}
.videomodal .modal-lg {
  width: 70%;
}
.close span {
  color: #fff;
}

.youtubebuttonholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
}

.youtubebuttonholder button {
  background: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}

/*drumtao table Section*/
tr td:first-child {
  padding-left: 10px;
}

/* tr th:first-child {
            padding-left: 60px;
        } */

.history-mobile-image {
  display: none;
}

/*responsive*/
@media only screen and (max-width: 992px) {
  .drumtaovideocoantiner {
    margin-bottom: 20px;
  }

  .drum-text p {
    width: 100% !important;
  }

  .drum-logo {
    width: 100%;
  }

  .drum-text p {
    width: 60% !important;
    padding-left: 0 !important;
    font-size: 25px !important;
    line-height: 35px !important;
    margin: auto;
  }

  .drum-section {
    min-height: 100vh;
    padding: 0px 0 250px 0; /*latest code*/
  }

  .left-img img {
    width: 40%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.7;
  }

  .left-img {
    position: absolute;
    width: 100%;
    height: auto;
  }

  .history-image-top {
    display: none;
  }

  .colw30 {
    width: 100%;
  }

  .colw40 {
    width: 100%;
  }

  .drumtao-history-section {
    max-height: inherit;
    overflow: inherit;
  }

  .history-image-bottom {
    display: none;
  }

  .history-mobile-image {
    display: block;
  }

  .historyleftimage img {
    height: auto !important;
  }

  .historyconatiner {
    height: 80vh !important;
    background-position: 100%;
  }

  .historytext {
    padding: 150px 50px !important;
  }

  .historytext p {
    font-size: 24px !important;
    line-height: 34px !important;
    width: 70% !important;
    margin: auto;
  }
  .top-hero-section {
    position: relative;
    width: 100%;
    height: 118vh;
    background: url("https://static3.toyotabharat.com/images/drumtao/drumtao-hero-mobile.jpg")
      no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-position: top;
  }
  .top-hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }
  .desktop-hero-banner {
    display: none;
  }

  .top-hero-content {
    top: 20%;
  }
}

@media only screen and (max-width: 768px) {
  .participate-info {
    display: block;
  }

  .left-img img {
    width: 70% !important;
    opacity: 0.5;
  }
  .historyconatiner {
    height: 100vh;
  }

  .historytext p {
    font-size: 18px !important;
    line-height: 34px !important;
    width: 75% !important;
  }

  .historytext p {
    width: 90% !important;
  }
  .historytext {
    padding: 20px 50px !important;
  }
  .historyrightimage img {
    height: auto !important;
  }
  .videomodal .modal-lg {
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  tr td:first-child {
    padding-left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .top-hero-section {
    height: 81vh;
  }
}

@media only screen and (max-width: 1200px) {
  .drum-section {
    min-height: 80vh;
  }

  .drum-logo img {
    max-width: 200px;
  }

  .drum-text p {
    padding-left: inherit;
    margin-bottom: 20px;
    color: #d3d3d3;
    font-size: 17px;
    line-height: 30px;
    width: 80%;
  }

  .historytext {
    padding: 15px 50px;
  }

  .historyconatiner {
    height: 60vh;
  }

  .historyrightimage img {
    height: 60vh;
  }

  .historyleftimage img {
    height: 30vh;
  }

  .historytext p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1199px) and (max-width: 1600px) {
  .historytext {
    padding: 55px;
  }

  .historyrightimage img {
    height: 100vh;
    object-fit: cover;
  }

  .historyleftimage img {
    height: 50vh;
    object-fit: cover;
  }

  .drum-text p {
    font-size: 21px;
    line-height: 35px;
    width: 90%;
    padding-left: 100px;
  }

  .historytext p {
    font-size: 20px;
    line-height: 34px;
  }

  .drum-text p {
    font-size: 20px;
    line-height: 32px;
    padding-left: 30px;
  }

  .drum-logo img {
    max-width: 250px;
  }
}

.owl-nav {
  left: -58px;
  right: -58px;
}
.youtubeVideocarousel .owl-stage-outer {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .owl-nav {
    left: -40px;
    right: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .drum-text p {
    width: 70% !important;
    font-size: 21px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1057px) {
  .page-wrap {
    margin-top: 159px;
  }
}
