body {
  padding-bottom: 5%;
  background-image: linear-gradient(#ffffff, #96c4dd);
}

.homepageContainer {
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonialContainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.customNavbar {
  background-image: linear-gradient(#19344c, #254b6c);
  padding-bottom: 0%;
  padding-top: 0%;
}

.cardButton {
  background-color: transparent;
  border-color: transparent;
  padding: 2%;
  text-align: left;
}

.infoCard {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.videoCard {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  background-color: #f8f9fa;
  border: none;
}

.adSpace {
  background-color: #f6f6f6;
  height: max-content;
  min-height: 100vh;
  padding: 2%;
}

.textContainer {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.img {
  width: 100%;
  height: auto;
  margin-right: 0%;
}

.btn-toolbar {
  margin-top: 5%;
}

.btn-toolbar .btn {
  background-image: linear-gradient(#19344c, #254b6c);
  margin: 1%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
}

.carousel-control-prev,
.carousel-control-next {
  color: black;
}
.testimonial-card-body {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 13%;
  padding-right: 13%;
  text-align: center;
}

#testimonialCarousel {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.testimonial-card {
  background: rgb(248, 252, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
}

.card-img-top {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
}

.navBar {
  width: max-content;
}
.travel-card-content {
  padding-left: 2%;
  padding-bottom: 3%;
}

.navbarLink {
  color: rgb(209, 184, 119);
  font-weight: 600;
}

.cardImage {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 6px;
}
.travel-images,
.food-images {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5%;
}

.adContainer {
  margin: 2%;
  padding: 1%;
  background-color: #b5b0b0;
  width: 300px;
  height: 250px;
  display: none;
}

.adBtn, .adBtnSubgrp {
margin-top: 2%;
margin-bottom: 1%;
}

#adContainer{
  width: 100%;
}

.networkCallContainer,
.RetargetingSection{
  background-color: black;
  color: greenyellow;
  margin-top: 2%;
  padding: 2%;
  font-size: small;
  overflow: auto;
max-height: 45vh;
}
.retargeting-box {
  border: 1px solid greenyellow; /* Border color */
  padding: 5px; /* Padding inside the box */
  margin-top: 5px; /* Adjust as needed */
}


#logsContainer{
  display: none;
}

.section{
  padding: 2%;
  background-color:  #f1f0f0;
  color: #3b4147;
  border-radius: 6px;
}

.emailInput{
  margin-top: 1.5%;
  margin-bottom: 1%;
}

table, th, td {
  padding: 5px;
  border: 1px solid rgb(60, 152, 37);
  word-wrap: break-word;
}

table col.one{
  width: 70%;
}

.adBtnSubgrp{
  display: none;
}

.optional-label {
  font-size: 10px;
  color: gray;
  font-style: italic;
  margin-left: 5px; /* Adds a little space between "Cookie Value" and (Optional) */
}

/* --- Video Ads Test Page Scoped Styles --- */

.video-ads-test-page .container {
  max-width: 600px;
  margin: 40px auto;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.video-ads-test-page h1 {
  text-align: center;
  color: #1a73e8;
  margin-bottom: 2rem;
  font-weight: 600;
}

.video-ads-test-page .input-section {
  margin-bottom: 1.5rem;
}

.video-ads-test-page .radio-group {
  display: flex;
  gap: 16px;
  margin-bottom: 1rem;
}

.video-ads-test-page .radio-option {
  display: flex;
  align-items: center;
  gap: 4px;
}

.video-ads-test-page .input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1rem;
}

.video-ads-test-page .button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.video-ads-test-page .primary-button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #1a73e8;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 18px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}

.video-ads-test-page .primary-button:hover {
  background: #155ab6;
}

.video-ads-test-page .video-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 1.5rem auto;
  background: #222;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.video-ads-test-page video {
  width: 100%;
  max-width: 100%;
  height: 315px;
  background: #000;
  border-radius: 6px;
  display: block;
}

.video-ads-test-page .ad-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* allows controls to pass through */
  z-index: 2;
}

.video-ads-test-page .log-container {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 1rem;
  font-size: 0.97rem;
  color: #333;
  max-height: 180px;
  overflow-y: auto;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.video-ads-test-page .log-entry.info { color: #1a73e8; }
.video-ads-test-page .log-entry.success { color: #388e3c; }
.video-ads-test-page .log-entry.error { color: #d32f2f; }


.video-ads-test-page input[type="text"],
.video-ads-test-page textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #b0bec5;
  border-radius: 5px;
  font-size: 1rem;
  background: #f7fafc;
  color: #222;
  margin-bottom: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.video-ads-test-page input[type="text"]:focus,
.video-ads-test-page textarea:focus {
  border-color: #1a73e8;
  outline: none;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.15);
  background: #fff;
}

.video-ads-test-page textarea {
  min-height: 80px;
  resize: vertical;
}

.video-ads-test-page input[type="radio"] + label {
  margin-left: 4px;
  margin-right: 16px;
  font-size: 1rem;
  cursor: pointer;
  color: #333;
}

.video-ads-test-page .form-control {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 1.08rem;
  border: 1.5px solid #b0bec5;
  background: #f7fafc;
  color: #222;
  margin-bottom: 14px;
  box-shadow: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.video-ads-test-page .form-control:focus {
  border-color: #1a73e8;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.13);
  outline: none;
}

.video-ads-test-page .input-group label {
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}
#checkResponseWrapper {
  margin-top: 1rem;
  display: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.center-flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.video-ads-test-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}