/* General Header Styling */
.custom-header {
  font-family: Arial, sans-serif;
  padding: 8px 20px;
}

.header-logo {
  /* height: 40px; */
  width: 250px;
}

.brand-text .brand-main {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

.brand-text .brand-sub {
  font-size: 11px;
  color: #b1121e;
  font-weight: bold;
}

.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  padding: 8px 12px;
}
/* .px-2{
    padding: left 50px;
  padding: right 50px;
} */

.navbar-nav .nav-link:hover {
  color: #b1121e;
}
.dropdown-item {
  color: #b1121e;
}

.active-link {
  color: #b1121e !important;
  font-weight: bold;
}

.btn-warning {
  background: #b1121e;
  border: none;
}

.btn-warning:hover {
  background: #d96b18;
}

/* Contact Info */
.contact-info {
  font-size: 14px;
  color: #333;
}

.contact-info .highlight-text {
  font-size: 13px;
  font-weight: bold;
  color: #b1121e;
}

.top-header .contact-info i {
  color: #ffffff;
  font-size: 18px;
}

.top-header .social-icons a {
  color: #b1121e;
  font-size: 15px;
  margin-left: 8px;
  transition: 0.3s;
}

.top-header .social-icons a:hover {
  color: #d96b18;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-info {
    display: none;
  }
}
/* Top header */
.top-header {
  width: 100%;
  /* border-top: 1px solid #b1121e; */
  /* border-bottom: 1px solid #b1121e; */
  background: #b1121e;
  padding: 5px 20px;
}

.top-header .contact-info {
  margin-left: auto; /* Right align */
  font-size: 18px;
  color: #ffffff;
}

.top-header .highlight-text {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 750px;
}

.top-header i {
  color: #ec0707;
  font-size: 14px;
}

.top-header .social-icons a {
  color: #b1121e;
  font-size: 15px;
  margin-left: 8px;
  transition: 0.3s;
}

.top-header .social-icons a:hover {
  color: #d96b18;
}

/* Navbar branding */
.header-logo {
  /* height: 40px; */
}

.brand-text .brand-main {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}

.brand-text .brand-sub {
  font-size: 11px;
  color: #b1121e;
  font-weight: bold;
}

/* Nav links */
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #444;
  padding: 8px 12px;
  text-align: end;
}

.navbar-nav .nav-link:hover {
  color: #b1121e;
}

.active-link {
  color: #b1121e !important;
  font-weight: bold;
}

/* Contact Button */
.btn-warning {
  background: #b1121e;
  border: none;
}

.btn-warning:hover {
  background: #d96b18;
}

/* Responsive */
@media (max-width: 991px) {
  .top-header {
    display: none; /* Mobile pe hide */
  }
}
/* Carousel caption box */
.caption-box {
  background: rgba(255, 255, 255, 0.85);
  padding: 25px 30px;
  max-width: 320px;
}

.caption-box h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: #444;
}

.caption-box h2 span {
  color: #b1121e; /* Orange highlight */
}

.btn-learn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 22px;
  border: 1px solid #b1121e;
  color: #b1121e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-learn:hover {
  background: #b1121e;
  color: #fff;
}

/* Indicators */
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}

.carousel-indicators .active {
  background-color: #b1121e;
}
.bg-slide {
  height: 70vh; /* Full screen */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
.cta {
  background-color: #b1121e;
}
/* Base section styling */
.ft-video-custom {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/* .ooh-card:hover{
  color: #b1121e;
} */

/* Background image */
.ft-video-custom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 5s ease;
}

/* Zoom effect on hover */
.ft-video-custom:hover .ft-video-custom-bg {
  transform: scale(1.05);
}

/* Dark overlay */
.ft-video-custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

/* Content container */
.ft-video-custom-container {
  position: relative;
  z-index: 3;
}

/* Text content */
.ft-video-custom-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.ft-video-custom-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #ddd;
  margin-bottom: 30px;
}

/* Button styling */
.btn-custom {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-custom-primary {
  background: #b1121e;
  color: #fff;
  border: none;
}

.btn-custom-primary:hover {
  background: #b1121e;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(238, 129, 34, 0.4);
}

/* Video iframe styling */
.ft-video-custom-embed-video iframe {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .ft-video-custom {
    padding: 60px 0;
  }
  .ft-video-custom-text h2 {
    font-size: 28px;
  }
  .ft-video-custom-text p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .ft-video-custom {
    text-align: center;
  }
  .ft-video-custom-text h2 {
    font-size: 24px;
  }
}
.two-columns {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background-color: #f9f9f9;
  font-family: "Poppins", sans-serif;
}

/* Background half-image */
.two-columns-col-1-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transition: transform 5s ease;
}

.two-columns:hover .two-columns-col-1-bg {
  transform: scale(1.05);
}

/* Content container */
.two-columns .container {
  position: relative;
  z-index: 3;
}

/* Left column image styling */
.two-columns-col-1-ft-img {
  border-radius: 15px;
  transition: all 0.4s ease;
}

.two-columns-col-1-ft-img:hover {
  transform: scale(1.03);
}

/* Seal logo */
.two-columns-seal {
  width: 160px;
  margin-top: -66px;
  transition: transform 0.3s ease;
  position: absolute;
  left: 40%;
}

.two-columns-seal:hover {
  transform: rotate(5deg) scale(1.05);
}

/* Text styles */
.two-columns-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.two-columns-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 500px;
  margin: 0 auto;
}

/* Button styles */
.btn-custom {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
  border: 2px solid;
}

.btn-custom-secondary {
  background: #b1121e;
  color: #fff;
}

.btn-custom-secondary:hover {
  background: #b1121e;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(238, 129, 34, 0.4);
}

/* Responsive */
@media (max-width: 991px) {
  .two-columns {
    padding: 60px 0;
  }
  .two-columns-col-1-bg {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .two-columns-text h2 {
    font-size: 28px;
  }
  .two-columns-text p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .two-columns {
    text-align: center;
  }
  .two-columns-text h2 {
    font-size: 24px;
  }
}

.fieldset {
  width: 300px;
  border: 1px solid #ff0000;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  background-color: rgb(70, 59, 59);
}
.legend {
  background-color: #ff0000;
  border: 1px solid #3204ff;
  border-radius: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  color: black;
}
.p {
  font-weight: bolder;
  font-size: larger;
}
.button {
  width: 300px;
  border-radius: 20px;
  height: 40px;
  font-style: normal;
  font-size: large;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: cadetblue;
  background-color: burlywood;
}
.input {
  width: 300px;
  border-radius: 5px;
  height: 20px;
  font-size: 15px;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}
.body {
  color: rgb(177, 152, 152);
  background-color: rgb(173, 60, 60);
}
.ooh-card-overlay {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.ooh-card-overlay img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  filter: brightness(0.8);
}

.ooh-card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(173, 60, 60, 0.6) 0%, rgba(173, 60, 60, 0.8) 100%);
  opacity: 0;
  transition: all 0.5s ease;
}

.ooh-card-overlay:hover::before {
  opacity: 1;
}

.ooh-card-overlay:hover img {
  filter: brightness(1.2) saturate(1.2);
  transform: scale(1.05);
}
@media (max-width: 768px) {
    .top-header {
        display: none !important;
    }
    .two-columns-seal {
   display: none !important;
}
}

.ps{
  padding-left: 100px;
}
.set{
  padding-left: 100px;
  width: 1000px;
  height: 500px;
}
.mb-5 {
  color: #9b0e1a;
}

.fixedDiv {
    position: sticky;
    top: 110px;
    padding: 10px 0 20px;
}
.entry-box {
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 476px;
    margin: 0 auto;
    border-radius: 0;
    background-color: #900505;
    position: relative;
    box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, .6);
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, .7);
   
}
.fixedDiv .entry-box  {
    padding-bottom: 7px;
}
.layer-1 {
    width: 9%;
    display: block;
    height: 99%;
    background-color: #961111;
    position: absolute;
    top: 1px;
    transform: rotate(-3deg);
    z-index: -1;
}
.layer-2 {
    display: block;
    width: 95%;
    height: 107%;
    position: absolute;
    top: 0;
    background: #b10f0f;
    z-index: -2;
    transform: translate(26px, -13px) rotate(1deg);
}
.layer-3 {
    width: 90%;
    height: 108%;
    display: block;
    position: absolute;
    top: -21px;
    background: #950c0c;
    z-index: -3;
    transform: rotate(-3deg);
    right: 0;
}
.layer-4 {
    width: 102%;
    height: 108%;
    position: absolute;
    top: -26px;
    border: 5px solid #FFA700;
    transform: rotate(1deg);
    z-index: -1;
    left: -4px;
}
.fixedDiv .layer-4  {
    width: 104%;
    height: 105%;
    left: -10px;
    top: -12px;
}
.fixedDiv .col-sm-12.entry-right  {
    padding: 0 15px;
}
.form-text-1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 9px;
    text-align: center;
}
.fixedDiv .form-text-1  {
    margin: 12px 0;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group {
    margin-bottom: 10px;
}
.fixedDiv .form-btn  {
    position: relative;
    right: 0;
    width: 100%;
    left: 0;
    transform: translateX(0, 0);
}
.fixedDiv .form-text-1 > h3  {
    margin: 0;
    background-image: none;
    color: #fff;
    -webkit-text-fill-color: unset;
    font-size: 15px;
}
.entry-box .form-text-1 p  {
    color: #fff;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}
.fixedDiv .entry-box .form-text-1 p  {
    font-size: 15px;
}
.entry-box .form-control  {
    min-height: 40px;
    border-radius: 30px;
    background-color: #fff;
    border-color: transparent;
    color: #000;
    font-size: 19px;
    width: 100%;
    display: block;
    padding: 15px 24px;
    border: 1px solid #fff;
}
.fixedDiv .entry-box .form-control  {
    font-size: 15px;
    padding: 5px 25px;
}
.iti {
    width: 100%;
    color: #000;
}
.iti {
    position: relative;
    display: inline-block;
}
.sed_form {
    padding: 5px 19px;
    margin-top: 10px;
}

.para{
  font-size: 15px;
}

.apex{
 

    width: 100%;

  background: #b1121e;
  padding: 5px 20px;
  color: white;
    
} 

.colo{
  color: white;
  background-color:#b1121e ;
}

.ab{
      color: white;
        text-decoration: none;
       
}
.apex a:hover{
   color: rgb(75, 18, 18);
   transition: 0.3s;
}

.our-banner{
    background:linear-gradient(87deg, #c7c9c963 0%, rgb(18 18 18 / 87%) 100%), url(../images/All-of-Us-Research-BC00-M1-Turnstiles-2828584-2.25.18-11-1.webp) no-repeat scroll center top #d6f1f5;
    background-size: cover;
    position: relative;
    border-bottom: 7px solid #f3190e;
    border-top: 4px solid #f3190e;
    min-height: 500px;
   background-position: 50%; 
   
} 

.abs{
  padding: 100PX;
}


.card{
 background-color:#972822 ;
 color: white;
}

.pasd{
  color:#f3190e ;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}



.reviews-section {
    background: #b1121e;
    color: #fff;
    padding: 100px 0;
    font-family: Arial, sans-serif;
}

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

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.section-title p {
    color: #020305;
}

/* Featured Review */
.featured-review {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 90px;
}

.featured-review p {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.reviewer img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.reviewer h4 {
    margin: 5px 0;
}

.reviewer span {
    color: #000000;
    font-size: 14px;
}

/* Reviews Row */
.reviews-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    text-align: center;
}

.review-card {
    max-width: 320px;
}

.stars {
    color: #facc15;
    font-size: 22px;
    margin-bottom: 15px;
}

.review-card p {
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 900px) {
    .reviews-row {
        flex-direction: column;
        align-items: center;
    }
}
