/* ================================================
   GLOBAL TYPOGRAPHY + BASE COLORS
=================================================== */
body {
  font-family: "Avenir", sans-serif !important;
  font-size: 14px !important;
  color: #000 !important;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Century Gothic", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 10px;
}

p,
a,
li {
  color: #000 !important;
  font-size: 14px !important;
  line-height: 1.6;
}

.container-lg {
  max-width: 100%;
}

img {
  width: 100%;
}

/* Mobile Font Scaling */
@media (max-width: 577px) {
  body {
    font-size: 10px !important;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px !important;
  }
}

.cookie-bar p {
  color: #fff !important;
}

.cookie-bar .btn {
  color: #fff !important;
}

.cookie-bar .btn:hover,
.cookie-bar .btn:focus,
.cookie-bar .btn:active {
  color: #fff !important;
  background-color: inherit !important;
  border-color: inherit !important;
  box-shadow: none !important;
}

.home-slider .slick-prev:before,
.home-slider .slick-next:before,
.center-slider .slick-prev:before,
.center-slider .slick-next:before {
  background: none;
}

/* ================================================
   HEADER STYLES
=================================================== */
header {
  background-color: #fff;
}

.brand-logo img {
  width: 130px;
  height: auto !important;
  transition: all 0.3s ease;
}

/* Nav Links */
.pixelstrap a,
.pixelstrap a:hover,
.pixelstrap a:active {
  font-size: 14px !important;
  font-family: "Century Gothic", sans-serif !important;
  color: #000 !important;
}

/* Desktop - Customer Access Button */
@media (min-width: 1025px) {
  .customer-access {
    margin-top: -20px;
    font-weight: 500;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .customer-access {
    margin: 0;
  }
}

/* Navigation Layout */
.main-nav-center {
  display: block;
}

.menu-right {
  display: block;
}

.menu-right .side-nav-menu {
  display: none;
  /* hide on desktop */
}

/* Tablet & Mobile (up to 991px) */
@media (max-width: 991px) {
  .main-nav-center {
    display: none;
    /* hide center nav */
  }

  .menu-right .side-nav-menu {
    display: block;
    /* show for mobile */
  }
}

/* Logo Position Mobile */
@media (max-width: 577px) {
  .brand-logo {
    left: 20%;
  }

  .brand-logo img {
    width: 100px;
  }
}

/* =============== Start Hero ============== */
.hero-section {
  padding: 100px 0px 80px 0px;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 95px 0px 60px 0px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 90px 0px 40px 0px;
  }
}

/* =============== Start Hero ============== */
/* =============== Start world-building-section ============== */

.world-building-section {
  padding: 80px 0;
}

.section-title {
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.intro-text {
  font-weight: 400;
  line-height: 1.3;
  color: var(--secondary-color);
  margin-bottom: 40px;
}

.purpose-text {
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-color);
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}

.purpose-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
}

.mission-text {
  font-weight: 400;
  line-height: 1.3;
  color: var(--secondary-color);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .world-building-section {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .world-building-section {
    padding: 40px 0;
  }

  .purpose-text {
    padding-left: 15px;
  }

  .purpose-text:before {
    width: 3px;
  }
}

/* =============== End .world-building-section ============== */
/* =============== Start Service ============== */
/* .services-section {
    padding: 60px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.services-section h2 {
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.service-card {
    text-align: center;
    margin-bottom: 40px;
}

.service-card img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.service-card h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.service-card p {
    margin-bottom: 20px;
}

.service-card .btn-custom {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 500;
    text-transform: none;
}

.service-card .btn-custom:hover {
    background-color: #333;
    color: #fff;
}

/* =============== End Service ============== */
/* =============== Start Diaries ============== */
.diaries-section {
  padding: 60px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.diaries-section h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.diaries-section img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.diaries-section p {
  margin-bottom: 20px;
}

.btn-custom {
  background-color: #999;
  color: #fff;
  border-radius: 50px;
  padding: 8px 28px;
  font-weight: 600;
  border: none;
}

.btn-custom:hover {
  background-color: #666;
  color: #fff;
}

*/

/* =============== End Diaries ============== */
/* =============== Start Contact Us ============== */
.contact-card .btn-custom {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  font-weight: 600;
  text-transform: none;
}

.contact-card .btn-custom:hover {
  background-color: #333;
  color: #fff;
}

/* =============== End Contact Us ============== */
/* =============== Start Exclusive ============== */
.exclusive-section {
  /* padding: 0; */
}

.exclusive-section .col-md-4 {
  padding: 0;
}

.exclusive-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.exclusive-content img {
  max-width: 200px;
  height: auto;
  margin-bottom: 25px;
  cursor: pointer;
  /* makes it clickable */
  transition: transform 0.3s ease;
}

.exclusive-content img:hover {
  transform: scale(1.05);
}

.exclusive-section .img-with-btn {
  position: relative;
}

.exclusive-section .img-with-btn .scale-btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.3s ease;
  background-color: #000;
  color: #fff !important;
}

.scale-btn:hover {
  background-color: #666 !important;
  color: #fff !important;
}

/* =============== End Exclusive ============== */

/* ******************************************************************* */
/* Home Page  */
.how-we-make-section {
  background-color: #fff;
  overflow: hidden;
}

.how-we-make-section .text-coustume {
  display: flex;
  align-items: end !important;
}

.how-we-make-section .section-image {
  width: 100%;
  height: 100vh;
  /* full height look */
  object-fit: cover;
  display: block;
}

.how-we-make-section .content-box-col {
  height: 100vh;
}

.how-we-make-section .content-box {
  /* max-width: 520px; */
  margin-right: 8%;
  padding-top: 0;
}

.how-we-make-section .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

.how-we-make-section .intro-text {
  font-size: 14px;
  line-height: 1.7;
  color: #222;
}

.how-we-make-section .highlight-text {
  color: #000;
  font-weight: 600;
}

.how-we-make-section .styled-list {
  list-style: none;
  padding-left: 0;
}

.how-we-make-section .styled-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #222;
}

.how-we-make-section .styled-list li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

.how-we-make-section .footer-text {
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .how-we-make-section .section-image {
    height: 400px;
  }

  .how-we-make-section .content-box-col {
    height: 100%;
  }

  .how-we-make-section .content-box {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 25px;
  }

  .how-we-make-section .section-title {
    font-size: 16px;
  }
}

/* new sec */
.creative-process-section {
  background-color: #fff;
  text-align: center;
  padding: 80px 100px;
  margin: 0 20%;
}

.bold-heading {
  font-weight: 600 !important;
}

.creative-process-section .section-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 160px;
}

.creative-process-section .process-card {
  margin-bottom: 70px;
  padding: 0 25px;
}

.creative-process-section .process-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
}

.creative-process-section .process-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
}

.creative-process-section .process-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}

.creative-process-section .btn-custom {
  display: inline-block;
  background-color: #000;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.creative-process-section .btn-custom:hover {
  background-color: #666;
  color: #fff;
}

.creative-process-section .process-card-btn-bottom {
  display: flex;
  flex-direction: column;
}

.creative-process-section .process-card-btn-bottom .btn-custom {
  margin-top: auto;
  width: auto;
  align-self: center;
}

/* Responsive */
@media (max-width: 767px) {
  .creative-process-section {
    background-color: #fff;
    text-align: center;
    padding: 80px 100px;
    margin: 0 5%;
  }

  .creative-process-section .section-subtitle {
    font-size: 10px;
    margin-bottom: 40px;
    text-align: justify;
  }

  .creative-process-section .process-card {
    padding: 5px;
  }

  .creative-process-section .process-card h3 {
    font-size: 16px;
  }

  .creative-process-section .process-card p {
    font-size: 10px;
  }

  .creative-process-section .btn-custom {
    font-size: 10px;
    padding: 8px 20px;
  }
}

.kriators-diaries {
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
}

.diaries-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.diaries-img-wrapper img {
  max-width: 750px;
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 40px;
}

.diaries-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  max-width: 750px;
  margin: 0 auto 40px;
}

.btn-diaries {
  display: inline-block;
  background-color: #cfcfcf;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-diaries:hover {
  background-color: #000;
  color: #fff !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .diaries-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .diaries-img-wrapper img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .diaries-desc {
    font-size: 14px;
    padding: 0 20px;
  }

  .btn-diaries {
    font-size: 13px;
    padding: 8px 24px;
  }
}

.lets-build-section {
  background-color: #fff;
  margin: 0 8%;
  padding: 80px 0;
}

.how-we-make-section .row {
  align-items: flex-end;
}

.section-how.contact-card {
  padding-top: 0;
  padding-bottom: 30px;
}

/* .build-image {
    margin-left: -5%;
} */

.build-image img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.build-content {
  padding-left: 50px;
}

.build-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.build-content p {
  font-size: 15px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 30px;
}

.btn-build {
  display: inline-block;
  background-color: #cfcfcf;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 28px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-build:hover {
  background-color: #000;
  color: #fff !important;
}

/* Responsive */
@media (max-width: 991px) {
  .build-content {
    padding-left: 0;
    text-align: center;
  }

  .build-content h2 {
    font-size: 22px;
    margin-top: 30px;
  }

  .build-content p {
    font-size: 14px;
    margin: 0 auto 25px;
    max-width: 100%;
    text-align: justify;
  }

  .build-image {
    margin-left: 0;
  }

  .btn-build {
    font-size: 13px;
    padding: 9px 25px;
  }
}

/* Home Page  */
/* ******************************************************************* */
/* ******************************************************************* */
/* About Us Page */
/* ==============================
   WORLD BUILDING SECTION
============================== */
.world-building-section {
  background-color: #fff;
  text-align: center;
  padding: 80px 100px;
  color: #000;
  font-family: "Avenir", sans-serif;
}

/* Heading (24px fixed) */
.world-building-section .section-title {
  font-family: "Century Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
  text-transform: uppercase;
}

/* Paragraphs (14px) */
.world-building-section .intro-text,
.world-building-section .mission-text {
  font-size: 14px;
  font-family: "Avenir", sans-serif;
  line-height: 1.8;
  color: #000;
  max-width: 850px;
  margin: 0 auto 15px;
}

/* Link Button */
.world-building-section .btn-readmore {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-family: "Avenir", sans-serif;
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.world-building-section .btn-readmore:hover {
  background-color: #666 !important;
  color: #fff !important;
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet */
@media (max-width: 991px) {
  .world-building-section {
    padding: 60px 60px;
  }

  .world-building-section .intro-text,
.world-building-section .mission-text {
  text-align: justify !important;
}

  .world-building-section .section-title {
    font-size: 24px;
    line-height: 1.6;
  }

  .world-building-section .intro-text,
  .world-building-section .mission-text,
  .world-building-section .btn-readmore {
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .world-building-section {
    padding: 40px 20px;
  }

  .world-building-section .intro-text,
.world-building-section .mission-text {
  text-align: justify;
}

  .world-building-section .section-title {
    font-size: 16px;
  }

  .world-building-section .intro-text,
  .world-building-section .mission-text {
    font-size: 10px;
  }

  .world-building-section .btn-readmore {
    font-size: 10px;
  }
}

.mentors-section {
  background-color: #fff;
  text-align: center;
  margin: 0 20%;
}

.mentors-section h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}

.mentor-card {
  margin-bottom: 40px;
}

.mentor-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.mentor-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.mentor-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-read {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Tablet View */
@media (max-width: 991px) {
  .mentors-section h1 {
    font-size: 20px;
  }
}

/* Mobile View */
@media (max-width: 767px) {
  .mentors-section {
    padding: 40px 0;
    margin: 0 5%;
  }

  .mentors-section h1 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .mentor-name {
    font-size: 12px;
  }

  .mentor-desc,
  .btn-read {
    font-size: 10px;
  }

  .mentor-card img {
    width: 60%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
  }
}

.team-section {
  background-color: #fff;
  text-align: center;
  margin: 0 20%;
}

.team-section h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}

.team-card {
  margin-bottom: 40px;
}

.team-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.team-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
  color: #000;
}

.team-role {
  font-size: 14px;
  color: #333;
}

/* Tablet View */
@media (max-width: 991px) {
  .team-section h1 {
    font-size: 20px;
  }
}

/* Mobile View */
@media (max-width: 767px) {
  .team-section {
    padding: 40px 0;
    margin: 0 5%;
  }

  .team-section h1 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .team-name {
    font-size: 12px;
  }

  .team-role {
    font-size: 10px;
  }
}

.founders-section {
  background-color: #fff;
  text-align: center;
  margin: 0 20%;
}

.founders-section h1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
}

.founder-card {
  margin-bottom: 40px;
}

.founder-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.founder-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.founder-desc {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.btn-read {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Tablet View */
@media (max-width: 991px) {
  .founders-section h1 {
    font-size: 20px;
  }
}

/* Mobile View */
@media (max-width: 767px) {
  .founders-section {
    padding: 40px 0;
    margin: 0 5%;
  }

  .founders-section h1 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .founder-name {
    font-size: 12px;
  }

  .founder-desc,
  .btn-read {
    font-size: 10px;
  }

  .founder-card img {
    width: 60%;
  }
}

.company-section {
  margin: 0 8%;
  background-color: #fff;
}

.company-section-vishnu {
  margin: 0 20%;
}

.company-section h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.company-section p {
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  margin: 0 auto;
}

.company-section .side-space {
  margin-right: 8%;
}

.company-section ul.qa-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 20px 8%;
}

.company-section ul.qa-list li {
  font-size: 14px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 10px;
}

.company-section img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .company-section {
    padding: 40px 0;
  }

  .company-section p {
    text-align: justify;
  }

  .company-section-vishnu {
    margin: 0 5%;
  }

  .company-section-vishnu img {
    width: 60%;
  }

  .company-section h3 {
    font-size: 18px;
  }

  .company-section p {
    margin: auto;
  }

  .company-section p,
  .company-section ul.qa-list li {
    font-size: 10px;
    padding-left: 0;
    text-align: justify;
  }

  .company-section .side-space {
    margin-right: 0%;
  }
}

/* About Us Page */
/* ******************************************************************* */
/* ******************************************************************* */
/* Collection Page */
/* ==============================
   COLLECTION SECTION
============================== */
.collection-section {
  background-color: #fff;
  text-align: center;
  padding: 80px 100px;
  color: #000;
  font-family: "Avenir", sans-serif;
}

/* Card layout */
.collection-card {
  margin-bottom: 50px;
}

.collection-card img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-bottom: 25px;
}

/* Title (24px) */
.collection-title {
  font-family: "Century Gothic", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* Link (14px) */
.collection-card .btn-collection {
  display: inline-block;
  font-size: 14px;
  font-family: "Avenir", sans-serif;
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.collection-card .btn-collection:hover {
  color: #333;
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet view */
@media (max-width: 991px) {
  .collection-section {
    padding: 50px 60px;
  }

  .collection-title {
    font-size: 24px;
  }

  .collection-card .btn-collection {
    font-size: 14px;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .collection-section {
    padding: 40px 20px;
  }

  .collection-card img {
    max-width: 260px;
    margin-bottom: 20px;
  }

  .collection-title {
    font-size: 16px;
  }

  .collection-card .btn-collection {
    font-size: 10px;
  }
}

/* Collection Page */
/* ******************************************************************* */
/* ******************************************************************* */
/* Service Page */
.services-section {
  padding-top: 80px;
  text-align: center;
  font-family: "Avenir", sans-serif;
  color: #000;
  margin: 0 20%;
}

.service-card {
  margin-bottom: 50px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

/* Image hover zoom */
.service-card img:hover {
  transform: scale(1.03);
}

/* ===== Heading (24px Fixed) ===== */
.service-card p:first-of-type {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
}

/* ===== Description Text (14px Fixed) ===== */
.service-card p:nth-of-type(2) {
  font-size: 14px;
  font-family: "Avenir", sans-serif;
  color: #000;
  line-height: 1.7;
  margin-bottom: 20px;
}
.other-service-section .service-card p:first-of-type {
  text-align: left;
}
.service-features {
  list-style-type: disc;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 15px;
}

.service-features li {
  margin-bottom: 6px;
  display: list-item;
}

/* ===== Link Button (14px Fixed) ===== */
.service-card .btn-custom {
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
  margin-top: auto;
}
.other-service-section .service-card .btn-custom {
  text-align: left;
  padding: 0 !important;
}

.service-card .btn-custom:hover {
  color: #333;
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet view (max-width: 991px) */
@media (max-width: 991px) {
  .services-section {
    padding: 50px 0;
    margin: 0 5%;
  }

  .service-card {
    margin-bottom: 40px;
  }

  .service-card img {
    margin-bottom: 15px;
  }

  /* Keep fixed font sizes */
  .service-card p:first-of-type {
    font-size: 24px;
  }

  .service-card p:nth-of-type(2),
  .service-card .btn-custom {
    font-size: 14px;
  }
}

/* Mobile view (max-width: 576px) */
@media (max-width: 576px) {
  .services-section {
    padding: 40px 15px;
    margin: 0 5%;
  }

  .service-card {
    margin-bottom: 35px;
  }

  .service-card img {
    width: 90%;
    margin: 0 auto 15px;
  }

  /* Font sizes remain fixed */
  .service-card p:first-of-type {
    font-size: 24px;
  }

  .service-card p:nth-of-type(2),
  .service-card .btn-custom {
    font-size: 14px;
  }

  /* Stack all cards neatly */
  .service-card {
    text-align: center;
  }
}

/* ==============================
   ACCESS SECTION
============================== */
.access-section {
  background-color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: "Avenir", sans-serif;
  color: #000;
}

/* Paragraph text */
.access-section p {
  font-size: 14px;
  font-family: "Avenir", sans-serif;
  line-height: 1.8;
  color: #000;
  max-width: 900px;
  margin: 0 auto 25px;
}

/* Button / Link */
.access-section .btn-access {
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.access-section .btn-access:hover {
  color: #333;
}

/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet view */
@media (max-width: 991px) {
  .access-section {
    padding: 50px 60px;
    text-align: justify;
  }

  .access-section p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .access-section .btn-access {
    font-size: 14px;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .access-section {
    padding: 40px 20px;
  }

  .access-section p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .access-section .btn-access {
    font-size: 14px;
  }
}

/* Service Page */
/* ******************************************************************* */
/* ******************************************************************* */
/* Contact Us Page */
.map-section {
  padding-top: 0;
  height: 600px;
}

.contact-page .contact-form {
  background: none;
  border: none;
  padding: 60px 0;
}

/* ===== Contact Form Styling ===== */
.theme-form.contact-form .form-control {
  border: 1px solid #e5e5e5 !important;
  color: #000;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Avenir", sans-serif;
  padding: 10px 15px;
  transition: all 0.3s ease;
}

.theme-form.contact-form .form-control::placeholder {
  color: #777;
  /* subtle gray placeholder */
}

.theme-form.contact-form .form-control:focus {
  border-color: #000;
  /* black border on focus */
  background-color: #fff;
  /* slightly lighter when focused */
  box-shadow: none;
  outline: none;
}

/* Labels */
.theme-form.contact-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #000;
}

/* Button */
.theme-form.contact-form .btn.btn-solid {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.theme-form.contact-form .btn.btn-solid:hover {
  background-color: #666 !important;
  color: #fff !important;
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .theme-form.contact-form .form-control {
    font-size: 10px;
    padding: 8px 12px;
  }

  .theme-form.contact-form label {
    font-size: 10px;
  }

  .theme-form.contact-form .btn.btn-solid {
    font-size: 10px;
    padding: 8px 15px;
  }
}

/* Contact Us Page */
/* ******************************************************************* */
/* ******************************************************************* */
/* Footer Section */
/* ===== Base Footer Styles ===== */
.footer-section {
  background: #fff !important;
  color: #000 !important;
  padding: 60px 80px 30px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  border-top: 1px solid #0101;
}

.footer-container {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 40px !important;
  width: 100% !important;
}

.footer-col {
  flex: 1 !important;
  min-width: 160px !important;
  position: relative !important;
}

/* ---- Title ---- */
.footer-col p {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  margin-bottom: 12px !important;
  text-transform: uppercase !important;
  color: #000 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
}

/* ---- Plus / Minus icon ---- */
.footer-col .toggle-icon {
  font-size: 18px !important;
  font-weight: bold !important;
  display: none !important;
  transition: transform 0.3s ease !important;
}

/* ---- Lists ---- */
.footer-col ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer.footer-section .footer-col ul li {
  display: block !important;
}

footer.footer-section .footer-col ul li a {
  display: block !important;
}

.footer-col ul li {
  margin-bottom: 8px !important;
}

.footer-col ul li a {
  text-decoration: none !important;
  color: #000 !important;
  font-size: 14px !important;
  transition: opacity 0.3s ease !important;
}

.footer-col ul li a:hover {
  opacity: 0.6 !important;
}

/* ---- Sign-in Section ---- */
.footer-col.sign-in p {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.email-box {
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid #000 !important;
  width: 100% !important;
  max-width: 220px !important;
}

.email-box input {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  flex: 1 !important;
  font-size: 14px !important;
  padding: 6px 0 !important;
  color: #000 !important;
}

.email-box button {
  background: none !important;
  border: none !important;
  color: #000 !important;
  cursor: pointer !important;
}

/* ---- Footer Bottom ---- */
.footer-bottom {
  text-align: center !important;
  padding-top: 40px !important;
  font-size: 14px !important;
  color: #000 !important;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .footer-section {
    padding: 40px 40px 20px !important;
  }

  .footer-container {
    gap: 30px !important;
  }

  .footer-col p {
    font-size: 14px !important;
  }

  .footer-col ul li a,
  .footer-col.sign-in p,
  .footer-bottom p {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .footer-section {
    padding: 30px 25px 15px !important;
  }

  .footer-container {
    flex-direction: column !important;
    gap: 25px !important;
  }

  .footer-col {
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 8px !important;
  }

  .footer-col p {
    font-size: 12px !important;
    margin-bottom: 6px !important;
  }

  .footer-col ul li a,
  .footer-col.sign-in p {
    font-size: 12px !important;
  }

  .email-box {
    max-width: 100% !important;
  }

  .footer-bottom p {
    font-size: 10px !important;
  }

  /* ---- Accordion behavior ---- */
  .footer-col .toggle-icon {
    display: inline-block !important;
  }

  .footer-col ul,
  .footer-col .email-box,
  .footer-col .collapse-content {
    display: none !important;
  }

  .footer-col.active ul,
  .footer-col.active .email-box,
  .footer-col.active .collapse-content {
    display: block !important;
    margin-top: 10px !important;
  }

  .footer-col.active .toggle-icon {
    transform: rotate(45deg) !important;
    /* "+" → "×" (minus-like) */
  }
}

/* Footer Section */
/* ******************************************************************* */
/* ******************************************************************* */
/* Request Access page */
.request-access .theme-card {
  padding: 30px;
  border-radius: 10px;
}

.request-access .theme-form .form-box {
  margin-bottom: 20px;
}

.request-access .section-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  border-left: 4px solid var(--theme-color);
  padding-left: 10px;
}

.request-access .form-label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.request-access .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px 12px;
  width: 100%;
  font-size: 14px;
  transition: border-color 0.3s;
}

.request-access .form-control:focus {
  border-color: var(--theme-color);
  box-shadow: none;
}

.request-access .btn-solid {
  background-color: var(--theme-color);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.request-access .btn-solid:hover {
  background-color: var(--theme-color);
}

.request-access .request-access-radio-group,
.request-access .request-access-checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 5px;
}

.request-access .request-access-radio-group label,
.request-access .request-access-checkbox-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  cursor: pointer;
}

.request-access input[type="radio"],
.request-access input[type="checkbox"] {
  accent-color: var(--theme-color);
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.request-access textarea.form-control {
  resize: vertical;
}

.request-access small.text-muted {
  display: block;
  margin-top: 4px;
  color: #777;
}

.request-access .checkbox-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  margin-bottom: 8px;
}

.request-access .thank-you-msg {
  margin-top: 20px;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
}

/* ✅ Responsive font sizes */
@media (max-width: 767px) {
  .request-access .form-label {
    font-size: 10px;
    font-weight: 700;
  }

  .request-access .form-control,
  .request-access select.form-control,
  .request-access textarea.form-control {
    font-size: 10px;
  }

  .request-access .section-title {
    font-size: 13px;
  }
}

/* Request Access page */
/* ******************************************************************* */
/* ******************************************************************* */
/* Privacy Policy */

/* Privacy Policy */
/* ******************************************************************* */

/* =============== Start Common ============== */
.padding-space {
  padding: 80px 0px 80px 0px;
}

.padding-top-0 {
  padding-top: 0;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

.padding-space-hero {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .padding-space {
    padding: 30px 0px 30px 0px;
  }

  .padding-space-hero {
    padding-top: 90px;
  }
}

@media (max-width: 576px) {
  .padding-space {
    padding: 20px 0px 20px 0px;
  }

  .padding-space-hero {
    padding-top: 90px;
  }
}

/* =============== End Common ============== */

.blog-page .blog-box .blog-contain p {
  display: block;
}

.banner-with-btn {
  position: relative;
}

.banner-with-btn .banner-btn {
  position: absolute;
  bottom: 20%;
  right: 21%;
  transform: translateY(-50%);
  z-index: 2;
}

.banner-with-btn .banner-btn-home1 {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #fff;
  color: #000 !important;
}
.banner-with-btn .banner-btn-home1:hover {
  background-color: #666;
  color: #fff !important;
}
.banner-with-btn .banner-btn-home2 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #fff;
  color: #000 !important;
}
.banner-with-btn .banner-btn-home2:hover {
  background-color: #666;
  color: #fff !important;
}
.banner-with-btn .banner-btn-home3 {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #000;
  color: #fff !important;
}
.banner-with-btn .banner-btn-home3:hover {
  background-color: #666;
  color: #fff !important;
}
.banner-with-btn .banner-btn-home4 {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #000;
  color: #fff !important;
}
.banner-with-btn .banner-btn-home4:hover {
  background-color: #666;
  color: #fff !important;
}

.banner-with-btn .banner-btn-about {
  position: absolute;
  top: 80%;
  left: 50%;
transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #000;
  color: white !important;
}
.banner-with-btn .banner-btn-about:hover {
  background-color: #666;
  color: #fff !important;
}

.banner-with-btn .banner-btn-services {
    position: absolute;
  top: 62%;
  left: 50%;
transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #000;
  color: white !important;
}
.banner-with-btn .banner-btn-services:hover {
  background-color: #666;
  color: #fff !important;
}


.banner-with-btn .banner-btn-collection {
position: absolute;
  top: 65%;
  left: 50%;
transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #000;
  color: white !important;
}
.banner-with-btn .banner-btn-collection:hover {
  background-color: #666;
  color: #fff !important;
}


.banner-with-btn .banner-btn-collection-details {
    position: absolute;
  top: 64%;
  left: 50%;
transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #000;
  color: white !important;
}
.banner-with-btn .banner-btn-collection-details:hover {
  background-color: #666;
  color: #fff !important;
}


/* .banner-with-btn:hover{
    background-color: #666 !important;
    color: #fff !important;
} */

/* =============== */
#sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* stays above everything */
  background-color: #fff;
  /* optional: gives it a solid background */
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* subtle shadow when scrolling */
}

/* ======= */

/* Default: show desktop, hide mobile */
.desktop-banner {
  display: block;
}

.mobile-banner {
  display: none;
}

/* On mobile screens (adjust max-width as needed) */
@media (max-width: 767px) {
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }
}
