/* ========== RESET & VARIABLES ========== */
* {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 60-30-10 color scheme: dark green 60%, white 30%, bright green 10% */
:root {
  --green-deep: #03652e;      /* Pakistani flag dark green - 60% */
  --white-pure: #ffffff;      /* White - 30% */
  --green-bright: #4caf50;    /* Bright green - 10% */
  --light-mint: #e8f3e9;      /* Soft green for 30% backgrounds */
  --text-dark: #1e2a1e;
  --card-bg: #ffffff;         /* White cards for contrast */
  --section-bg: #f8fafc;      /* Light section background */
  --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 20px 40px -12px rgba(3,101,46,0.25);
  --shadow-lg: 0 30px 50px -15px rgba(3,101,46,0.35);
  --transition: all 0.3s ease;
}

body {
  background-color: var(--white-pure);
  color: var(--text-dark);
  overflow-x: hidden;
}

/* ========== UTILITY CLASSES ========== */
.bg-deep-green { background-color: var(--green-deep); }
.text-deep-green { color: var(--green-deep); }
.bg-soft-mint { background-color: var(--light-mint); }
.text-bright { color: var(--green-bright); }
.text-brand { color: var(--green-deep) !important; }
.text-secondary-custom { color: rgb(71, 85, 105) !important; }



/* Your existing styles */
.hero-slider .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #03652e;
}
</style>

<style>
/* Simple slider controls only - your header styles remain exactly as before */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 5%;
  opacity: 1;
}

.hero-slider .carousel-control-prev-icon,
.hero-slider .carousel-control-next-icon {
  background-color: #03652e;
  border-radius: 50%;
  padding: 1rem;
}

.hero-slider .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #03652e;
}
/* ========== BUTTONS ========== */
.btn-bright {
  background-color: var(--green-bright);
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 60px;
  padding: 0.75rem 2rem;
  transition: var(--transition);
  box-shadow: 0 8px 20px -8px rgba(0,100,0,0.4);
}
.btn-bright:hover {
  background-color: #3d9140;
  transform: translateY(-2px);
  color: white;
}

.btn-outline-deep {
  border: 2px solid var(--green-deep);
  color: var(--green-deep);
  border-radius: 60px;
  font-weight: 600;
  padding: 0.7rem 2rem;
  background: transparent;
  transition: var(--transition);
}
.btn-outline-deep:hover {
  background: var(--green-deep);
  color: white;
}

/* ========== HEADER ========== */
.header {
  position: relative;
  color: white;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 48%, var(--green-deep) 52%);
  padding: 4rem 0;
}

.text-green {
  color: var(--green-deep);
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0.2rem 0.8rem;
  display: inline-block;
  border-radius: 40px;
  font-weight: 700;
}

.bg-green {
  background-color: var(--green-deep);
  color: white;
  padding: 0.2rem 0.8rem;
  display: inline-block;
  border-radius: 40px;
  font-weight: 700;
}

/* ========== NAVBAR ========== */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.9);
  transition: var(--transition);
  padding: 0.5rem 1rem;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
  background: rgba(255,255,255,0.1);
  border-radius: 30px;
}
.dropdown-menu {
  background-color: var(--green-deep);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 15px;
  padding: 0.5rem;
}
.dropdown-item {
  color: white;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  transition: var(--transition);
}
.dropdown-item:hover {
  background-color: var(--green-bright);
  color: white;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

/* ========== DOMAIN SEARCH CARD ========== */
.domain-card {
  background: white;
  border-radius: 60px;
  padding: 0.4rem;
  box-shadow: 0 20px 30px -10px rgba(3,101,46,0.2);
  border: 1px solid rgba(3,101,46,0.2);
  max-width: 700px;
  margin: 0 auto;
}
.domain-input {
  border: none;
  background: transparent;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  width: 100%;
}
.domain-input:focus { outline: none; }
.domain-btn {
  background: var(--green-deep);
  color: white;
  border-radius: 60px !important;
  padding: 1rem 2.5rem;
  font-weight: 600;
  border: none;
  white-space: nowrap;
  transition: var(--transition);
}
.domain-btn:hover {
  background: #024a22;
  color: white;
}
@media (max-width: 576px) {
  .domain-card { border-radius: 40px; }
  .domain-btn { width: 100%; }
}

/* ========== HOSTING PLAN CARDS ========== */
#plans {
  background-color: #f5f9f7;
}
.plan-card {
  border: none;
  border-radius: 32px;
  background: white;
  box-shadow: var(--shadow-md);
  padding: 2rem 1.5rem;
  height: 100%;
  transition: var(--transition);
  border: 1px solid rgba(3,101,46,0.1);
}
.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.plan-card.popular {
  border: 2px solid var(--green-bright);
  position: relative;
}
.plan-card.popular::before {
  content: "🔥 POPULAR";
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--green-bright);
  color: white;
  padding: 0.3rem 1.2rem;
  border-radius: 60px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.price {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--green-deep);
  line-height: 1.2;
}
.plan-tag {
  background: var(--light-mint);
  color: var(--green-deep);
  border-radius: 60px;
  padding: 0.3rem 1.2rem;
  font-weight: 600;
  font-size: 0.9rem;
}
.plan-card ul li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.plan-card ul i {
  color: var(--green-bright);
  width: 20px;
}

/* ========== FEATURE BLOCKS ========== */
.feature-block {
  background: var(--light-mint);
  border-radius: 30px;
  padding: 2rem 1.5rem;
  height: 100%;
  border: 1px solid #c5e0c5;
  transition: transform 0.3s ease;
}
.feature-block:hover {
  transform: translateY(-5px);
}
.feature-icon {
  background: white;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  color: var(--green-deep);
  margin-bottom: 1.5rem;
}

/* ========== LOCATION PILLS ========== */
.location-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.location-item {
  background: white;
  border: 1px solid #b8ddb8;
  color: var(--green-deep);
  border-radius: 60px;
  padding: 0.6rem 1.8rem;
  font-weight: 600;
  box-shadow: 0 5px 10px #def0de;
  transition: all 0.3s ease;
}
.location-item:hover {
  background: var(--green-deep);
  color: white;
  transform: scale(1.05);
}
.location-item:hover i {
  color: white;
}
.location-item i {
  margin-right: 8px;
  color: var(--green-bright);
  transition: color 0.3s ease;
}

/* ========== WHY CARDS ========== */
.why-card {
  background: white;
  border-radius: 36px;
  padding: 2rem;
  box-shadow: 0 8px 22px #d0ecd0;
  height: 100%;
  border: 1px solid #c0e4c0;
  transition: all 0.3s ease;
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px #b8dbb8;
}

/* ========== SECTION TITLES ========== */
.section-title {
  font-weight: 700;
  color: var(--green-deep);
  margin-bottom: 2rem;
  position: relative;
  font-size: 2.2rem;
}
.section-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: var(--green-bright);
  border-radius: 4px;
  margin-top: 10px;
}
.section-title.text-center:after {
  margin-left: auto;
  margin-right: auto;
}

/* ========== FEATURE CARDS ========== */
.feature-card {
  transition: all 0.3s ease;
  border: 1px solid rgba(3,101,46,0.1);
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(3,101,46,0.15) !important;
}

/* ========== SECTION SPACING ========== */
section {
  scroll-margin-top: 70px;
}

/* ========== DEMO SECTION ========== */
.demo-section {
  background: linear-gradient(135deg, var(--light-mint) 0%, #d5eed9 100%);
  border-radius: 40px;
  padding: 3rem;
}

/* ========== ABOUT CONTENT ========== */
.about-content {
  background: white;
  border-radius: 30px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(3,101,46,0.1);
}

/* ========== FOOTER ========== */
footer {
  background: #012010;
  color: #e0ffe0;
}
.footer-link {
  color: #b0e6b0;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: white;
}

/* ========== CONTAINER PADDING ========== */
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
  .price {
    font-size: 2.2rem;
  }
  .demo-section {
    padding: 2rem;
  }
}


/* Disclaimer Modal Styles */
.disclaimer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.disclaimer-modal-content {
  background: white;
  max-width: 700px;
  width: 90%;
  margin: 20px;
  border-radius: 30px;
  position: relative;
  max-height: 85vh;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(3,101,46,0.4);
  animation: slideUp 0.4s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.disclaimer-modal-header {
  background: linear-gradient(135deg, #03652e 0%, #4caf50 100%);
  color: white;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.disclaimer-modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.disclaimer-modal-header h2 i {
  font-size: 1.8rem;
  color: #ffc107;
}

.disclaimer-close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.disclaimer-close-btn:hover {
  background: rgba(255,255,255,0.2);
  transform: rotate(90deg);
}

.disclaimer-modal-body {
  padding: 25px;
  overflow-y: auto;
  max-height: calc(85vh - 140px);
  background: #f8fafc;
}

.disclaimer-intro {
  background: white;
  padding: 15px 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  border-left: 4px solid var(--green-bright);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #2d3748;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.disclaimer-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.disclaimer-item {
  background: white;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  box-shadow: 0 4px 10px rgba(0,0,0,0.02);
  border: 1px solid rgba(3,101,46,0.1);
  transition: all 0.3s ease;
}

.disclaimer-item:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 15px rgba(3,101,46,0.1);
  border-color: var(--green-bright);
}

.disclaimer-item i {
  font-size: 1.8rem;
  color: var(--green-bright);
  background: var(--light-mint);
  padding: 10px;
  border-radius: 12px;
  min-width: 50px;
  text-align: center;
}

.disclaimer-item h4 {
  margin: 0 0 5px 0;
  color: var(--green-deep);
  font-size: 1rem;
  font-weight: 700;
}

.disclaimer-item p {
  margin: 0;
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.5;
}

.disclaimer-item a {
  color: var(--green-bright);
  text-decoration: none;
  font-weight: 600;
}

.disclaimer-item a:hover {
  text-decoration: underline;
}

.disclaimer-notice {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 15px;
  padding: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.disclaimer-notice i {
  font-size: 2rem;
  color: #ffc107;
}

.disclaimer-notice p {
  margin: 0;
  color: #856404;
  font-size: 0.95rem;
}

.disclaimer-links {
  background: white;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
}

.disclaimer-links p {
  margin-bottom: 10px;
  color: var(--green-deep);
  font-weight: 600;
}

.disclaimer-link-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.disclaimer-link-btn {
  background: var(--light-mint);
  color: var(--green-deep);
  padding: 8px 20px;
  border-radius: 60px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: 1px solid rgba(3,101,46,0.1);
}

.disclaimer-link-btn:hover {
  background: var(--green-deep);
  color: white;
  transform: translateY(-2px);
}

.disclaimer-modal-footer {
  padding: 15px 25px;
  background: white;
  border-top: 1px solid rgba(3,101,46,0.1);
  text-align: center;
}

.disclaimer-btn-close {
  background: linear-gradient(135deg, #03652e 0%, #4caf50 100%);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 60px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 200px;
}

.disclaimer-btn-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(3,101,46,0.3);
}

/* Scrollbar Styling */
.disclaimer-modal-body::-webkit-scrollbar {
  width: 8px;
}

.disclaimer-modal-body::-webkit-scrollbar-track {
  background: #e8f3e9;
  border-radius: 10px;
}

.disclaimer-modal-body::-webkit-scrollbar-thumb {
  background: var(--green-bright);
  border-radius: 10px;
}

.disclaimer-modal-body::-webkit-scrollbar-thumb:hover {
  background: var(--green-deep);
}

@media (max-width: 576px) {
  .disclaimer-modal-header h2 {
    font-size: 1.2rem;
  }
  
  .disclaimer-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .disclaimer-item i {
    margin-bottom: 10px;
  }
  
  .disclaimer-notice {
    flex-direction: column;
    text-align: center;
  }
}