* {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-family: 17px;
}

.fullc h2 {
  text-align: center;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%
}


@media(min-width: 640px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

.marquee img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
}

.marquee::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.nowcalling {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999
}

.lcol,
.rcol,
.ccol {
  float: left;
  width: 33.3%
}

.lcol {
  background-color: #4e07fc
}

.rcol {
  background-color: #25d366
}

.ccol {
  background-color: #ee3131;
}

.lcol a,
.rcol a,
.ccol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #fff
}

section {
  font-size: 18px;
}

section:nth-of-type(odd) {
  background: #0f172a;
  /* Deep navy */
  color: #ffffff;
}

section:nth-of-type(even) {
  background: #1e293b;
  /* Slate navy */
  color: #ffffff;
}

/* Section Headings */
section h1,
section h2,
section h3 {
  color: #fef08a;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* Desktop Sizes */
section h1 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}

section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

section h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Paragraph Text */
section p {
  color: #d1d5db;
  /* Soft light gray */
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.testimonials h2,
.gallery h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
}

.fullc ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

.fullc ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.fullc ul li strong {
  color: #fef08a;
}

.fullc ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fef08a;
  font-size: 14px;
}

.fullc a {
  color: #fef08a;
}

.text-left h2 {
  text-align: left;
}

.fullc p {
  text-align: justify;
}

.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (height = 9/16 * width) */
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}