@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

:root {
  --primary: #f8d104;
  --secondary: #0066cc;
  --ternary: #ee220c;
  --accent: #9575cd;
}

@font-face {
  font-family: "rische";
  src: url("../font/rische.otf");
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "rische";
  color: var(--secondary);
  text-align: center;
}

a,
a:hover {
  text-decoration: none;
  color: unset;
}

.sections {
  padding: 40px 0;
}

.custom-box {
  position: relative;
  padding: 50px;
  border: 1px solid #242424;
  border-radius: 15px;
}

.custom-box::before {
  content: "";
  position: absolute;
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  left: -54px;
  bottom: -35px;
}

.custom-box::after {
  content: "";
  position: absolute;
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  right: -40px;
  top: -50px;
}

.primary-btn {
  background: var(--ternary) !important;
  color: white;
  padding: 5px;
  border-radius: 5px;
}

.primary-btn:hover {
  color: white;
}

.custom-text {
  color: #dbc7fff5;
}

.top-nav {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0px 0px;
  background: #0066cc;
  z-index: 1;
}

.sec-4 .img-fluid {
    width: 60% ;
}

.logo {
  max-width: 28%;
}

.container-fluid {
  position: relative;
  z-index: 1;
  margin-top: 150px;
}

.sec-1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sec-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.bg {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.sec-3 p {
  text-align: center;
}

.hero-label {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 25px;
  color: white !important;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.hero-content p.highlight {
  font-weight: 600;
  margin-top: 10px;
}

.hero-buttons {
  margin-top: 35px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary {
  background: #0066CC;
  color: #fff;
  padding: 16px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #1f86e5;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  background: transparent;
}

.btn-outline:hover {
  background: #3aa0ff;
  color: #fff;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    text-align: center;
  }
  .custom-box {
    width: 100% !important;
}

 .text-white{
    display: none !important;
 }
}

.sec-2 {
  padding: 50px 0;
}

.sec-2 img {
  max-width: 25%;
}

/* Section 4 */

.browseBtn {
  background: #04acc4;
  color: white;
  width: 100%;
}

.browseFile {
  content: "Browse";
  background: #04acc4;
  color: white;
  width: 100%;
}

.img {
  color: white !important;
  text-align: center !important;
}

.card {
  height: 390px;
}

.card-img-top {
  height: 220px !important;
  width: 100%;
  object-fit: cover;
}

.card-title {
  font-size: 14px;
  color: var(--secondary);
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

/* Section 5 */

.sec-5-box {
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/16.html\ Spirit\ Session.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 50px;
}

.sec-5 h2 {
  font-size: 58px;
  font-weight: 900;
}

.footer:has(.row) {
  padding: 70px 0;
}

.footer h2 {
  font-size: 68px;
}

.footer-logo {
  max-width: 25%;
}

.footer p {
  font-size: 17px;
  font-family: "rische";
}

.login-box {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(8.5px);
  border-radius: 10px;
  padding: 40px;
}

.login-box h2 {
  color: #000;
  margin-bottom: 40px;
}

.login-box form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}

.login-box form input {
  width: 100%;
  background: unset;
  border: unset;
  border-bottom: 2px solid #04acc4;
  outline: unset;
}

.login-box form input::placeholder {
  color: #000;
}

.login-box form button {
  outline: unset;
  border: unset;
  padding: 10px 40px;
}

textarea {
  width: 100%;
}

.uniqueBtn {
  width: 100%;
  padding: 20px 30px;
  font-size: 34px;
  text-align: center;
  background: #04acc4;
  box-shadow: 5px 5px 0px #000;
  color: white;
  cursor: pointer;
  border: unset;
  outline: unset;
}

.saveBtn {
  width: 38%;
  padding: 20px 10px 30px 10px;
  font-size: 34px;
  text-align: center;
  background: #04acc4;
  box-shadow: 5px 5px 0px #000;
  color: white;
  cursor: pointer;
  border: unset;
  outline: unset;
}

.revertBtn {
  width: 40%;
  padding: 20px 10px 30px 10px;
  font-size: 34px;
  text-align: center;
  background: #ee220c;
  box-shadow: 5px 5px 0px #000;
  color: white;
  cursor: pointer;
  border: unset;
  outline: unset;
}

.uniqueBtn:hover {
  box-shadow: 2px 2px 0px #000;
}

.callnowbtn {
  background: var(--primary);
  position: fixed;
  padding: 20px;
  top: 30%;
  right: -50px;
  transform: rotate(90deg);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .custom-box::before {
    display: none !important;
  }

  .custom-box::after {
    right: -38px;
    top: -38px;
  }

  .logo {
    max-width: 35%;
  }

  .logo-box img {
    width: 350px !important;
  }

  .sec-2 img {
    max-width: 85%;
  }

  .sec-5 h2 {
    font-size: 32px;
  }

  .footer p {
    font-size: 16px;
  }

  .footer-logo {
    max-width: 50%;
  }
}

.ajaxmodal {
  background-color: Black;
  height: 100%;
  left: 0;
  opacity: 0.6;
  padding-top: 25%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.ajaxcenter {
  background-color: black;
  border-radius: 10px;
  margin: 0 auto;
  opacity: 1;
  padding: 10px;
  text-align: center;
  width: 80px;
  z-index: 1000;
}

.ajaxcenter img {
  margin: 0 auto;
}

.owner-section {
  /* background: #e9e9e9; */
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.owner-box {
  /* background: #efefef; */
  border: 1px solid #999;
  border-radius: 18px;
  padding: 60px 70px;
  max-width: 1290px;
  width: 100%;
}

.owner-box::before {
  content: "";
  position: absolute;
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 125px;
  height: 125px;
  left: -80px;
  bottom: 0;
}

.owner-box::after
 {
    content: "";
    position: absolute;
    background: url(../images/icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 125px;
    height: 125px;
    right: -40px;
    top: -50px;
}

.owner-title {
  text-align: center;
  font-size: 64px;
  color: #1f66b2;
  font-weight: 400;
  margin-bottom: 50px;
}

.owner-content {
  max-width: 800px;
  text-align: left;
}

.owner-name {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

.owner-role {
  font-weight: 500;
  margin-bottom: 25px;
  text-align: left;
}

.owner-content p {
  margin-bottom: 18px;
  line-height: 1.7;
  text-align: left;
}

.owner-content ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.owner-content ul li {
  margin-bottom: 8px;
}

.signature-title {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: left;
}

.closing-line {
  margin-top: 35px;
  font-size: 18px;
}


.package-box, .right-for-you-box {
    background: #e6f0ff; /* light blue for package */
    border: 1px solid #3aa0ff;
    border-radius: 12px;
    padding: 40px 30px;
    position: relative;
    width: 1290px;
}

.right-for-you-box {
    background: #f8f8f8; /* light gray for checklist */
    border: 1px solid #a3d4ff;
}

.package-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0066CC;
}

.package-regular {
    color: #999;
    margin-bottom: 5px;
}

.package-price {
    font-size: 40px;
    font-weight: 700;
    color: #3aa0ff;
    margin-bottom: 5px;
}

.package-discount {
    color: #28a745;
    font-weight: 600;
    margin-bottom: 20px;
}

.package-note {
    font-size: 14px;
    line-height: 1.5;
}

.checklist-box {
    border: 1px solid #3aa0ff;
    border-radius: 6px;
    padding: 20px 15px;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.checklist {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.checklist li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #3aa0ff;
    font-weight: bold;
}

.mb-6 h4{
    font-size: 45px;
}

/* Step boxes inside main custom-box */
.step-box {
    background: #fff;
    color: #000;
    border-radius: 12px;
    padding: 25px 15px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #0066CC;
}

.step-number {
    background: #3aa0ff;
    color: #fff;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    font-size: 18px;
}

.step-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 20px;
}

.step-desc {
    font-size: 14px;
    line-height: 1.4;
}

.section-tagline {
    font-size: 16px;
    color: #3aa0ff;
    font-weight: 600;
}



/* Popular Requests Section */

.custom-box {
    position: relative;
    padding: 40px 30px;
    border-radius: 12px;
}

.request-box {
    background: rgba(255,255,255,0.05); 
    border-radius: 12px;
    padding: 25px 15px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    transition: all 0.3s ease;
    border: 2px solid #0066CC;
}

.request-box:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-5px);
}

/* Icons */
.request-icon {
    font-size: 28px;
    color: #3aa0ff;
    margin-bottom: 10px;
}

/* Titles */
.request-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 28px;
}

/* Tagline */
.section-tagline {
    font-size: 16px;
    color: #3aa0ff;
    font-weight: 600;
}

/* FAQs Section */
.sec-12 {
  background: #ffffff; /* white background */
  padding: 60px 0;
}

.faq-card {
  background: #f0f8ff; /* light blueish card for contrast */
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  overflow: hidden;
  min-height: 120px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.faq-number {
  font-weight: bold;
  font-size: 24px;
  color: #0066CC;
  margin-bottom: 10px;
}

.faq-question {
  font-weight: 600;
  color: #0066CC;
  font-size: 18px;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: #333;
  margin-top: 10px;
  transition: all 0.4s ease;
  font-size: 15px;
}

/* Hover Animation */
.faq-card:hover {
  background: #e6f0ff;
  transform: translateY(-5px);
}

.faq-card:hover .faq-answer {
  max-height: 200px; /* enough to show answer text */
  opacity: 1;
}