
.business-registration-section {
    background-color: black;
    padding: 100px 0;
    margin-top: 0;
}

.registration-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.registration-header {
    text-align: center;
    margin-bottom: 80px;
}

.registration-title {
    font-size: 42px;
    font-weight: 700;
    color: chocolate;
    margin-bottom: 20px;
    line-height: 1.2;
}

.registration-description {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

.registration-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.registration-box {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: left;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.registration-box:hover {
    background: black;
    color: white;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(44, 90, 160, 0.3);
    border-color: chocolate;
}

.registration-icon {
    color: #2c5aa0;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(44, 90, 160, 0.1);
}

.registration-box:hover .registration-icon {
    color: chocolate;
    background: white;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.registration-service-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    transition: color 0.4s ease;
    line-height: 1.3;
}

.registration-box:hover .registration-service-title {
    color: white;
}

.registration-service-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    transition: color 0.4s ease;
    margin: 0;
}

.registration-box:hover .registration-service-description {
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design for Registration Section */
@media (max-width: 1024px) {
    .registration-container {
        padding: 0 30px;
    }
    
    .registration-services {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .registration-title {
        font-size: 36px;
    }
    
    .registration-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .business-registration-section {
        padding: 60px 0;
    }
    
    .registration-container {
        padding: 0 20px;
    }
    
    .registration-header {
        margin-bottom: 50px;
    }
    
    .registration-services {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .registration-box {
        padding: 30px 25px;
    }
    
    .registration-title {
        font-size: 28px;
    }
    
    .registration-description {
        font-size: 15px;
    }
    
    .registration-service-title {
        font-size: 20px;
    }
    
    .registration-service-description {
        font-size: 14px;
    }
    
    .registration-icon {
        width: 70px;
        height: 70px;
    }
    
    .registration-icon svg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .business-registration-section {
        padding: 40px 0;
    }
    
    .registration-container {
        padding: 0 15px;
    }
    
    .registration-header {
        margin-bottom: 40px;
    }
    
    .registration-services {
        gap: 20px;
    }
    
    .registration-box {
        padding: 25px 20px;
    }
    
    .registration-title {
        font-size: 24px;
    }
    
    .registration-description {
        font-size: 14px;
    }
    
    .registration-service-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .registration-service-description {
        font-size: 13px;
    }
    
    .registration-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .registration-icon svg {
        width: 40px;
        height: 40px;
    }
}
.registration-process {
  padding: 80px 0;
  background-color: rgb(243, 242, 242);
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.main-heading {
  text-align: center;
  color: darkblue;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.main-heading::after {
  content: '';
  display: block;
  width: 100px;
  height: 4px;
  background: #fff;
  margin: 20px auto;
}

/* Process Container */
.process-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto 60px;
  position: relative;
  flex-wrap: wrap;
}

/* Step Wrapper */
.step-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 250px;
}

.step-1,
.step-3 {
  flex-direction: column;
}

.step-2,
.step-4 {
  flex-direction: column-reverse;
}
/* Step Boxes */
.step-box {
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 280px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Top Heavy Boxes (Step 1 & 3) */
.top-heavy {
  border-top: 8px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  clip-path: polygon(10% 0%, 90% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 20%);
}

.step-3 .top-heavy {
  border-top: 8px solid #1abc9c;
  border-bottom: 3px solid #1abc9c;
}

/* Bottom Heavy Boxes (Step 2 & 4) */
.bottom-heavy {
  border-top: 3px solid #f39c12;
  border-bottom: 8px solid #f39c12;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 90% 100%, 10% 100%, 0% 80%);
}

.step-4 .bottom-heavy {
  border-top: 3px solid #3498db;
  border-bottom: 8px solid #3498db;
}

/* Step Number */
.step-number {
  background: #e74c3c;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}

.step-number.orange {
  background: #f39c12;
  margin-top: 10px;
}

.step-number.teal {
  background: #1abc9c;
}

.step-number.blue {
  background: #3498db;
  margin-top: 10px;
}

/* Step Icon */
.step-icon {
  font-size: 2.5rem;
  color: #34495e;
  margin-bottom: 15px;
}

/* Step Content */
.step-content h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.step-content p {
  font-size: 0.9rem;
  color: #7f8c8d;
  line-height: 1.5;
}

/* Progress Circles */
.progress-circle {
  margin: 20px 0;
}

.progress-circle.top {
  order: -1;
}

.circle-progress {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e74c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
  position: relative;
  animation: pulse 2s infinite;
}

.circle-progress.orange {
  background: #f39c12;
  box-shadow: 0 5px 15px rgba(243, 156, 18, 0.3);
}

.circle-progress.teal {
  background: #1abc9c;
  box-shadow: 0 5px 15px rgba(26, 188, 156, 0.3);
}

.circle-progress.blue {
  background: #3498db;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Register Section */
.register-section {
  text-align: center;
}

.register-btn {
  background-color: chocolate;
  color: white;
  border: none;
  padding: 18px 40px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(231, 76, 60, 0.3);
}

.register-btn:hover {
  background: linear-gradient(45deg, #c0392b, #a93226);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(231, 76, 60, 0.4);
}

.register-btn i {
  margin-right: 10px;
}


/* Responsive Design */
@media (max-width: 768px) {
  .process-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  
  .step-wrapper {
    min-width: 100%;
    max-width: 350px;
  }
  
  .step-box {
    width: 100%;
    max-width: 350px;
  }
  
  .main-heading {
    font-size: 2rem;
  }
  
  .register-btn {
    padding: 15px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  
  .step-box {
    padding: 20px 15px;
  }
  
  .main-heading {
    font-size: 1.5rem;
  }
  
  .step-content h3 {
    font-size: 1rem;
  }
  
  .step-content p {
    font-size: 0.85rem;
  }
}
/* Requirements Documents Section */
/* =======================================
    Base Styles for Requirements Section
======================================= */
/* Base Styles for Requirements Section */
.requirements-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.requirements-content {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.requirements-image {
    flex: 0 0 45%;
    position: relative;
}

.requirements-image img {
    width: 100%;
    height: 800px;
    border-radius: 15px;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.requirements-image img:hover {
    transform: scale(1.02);
}

.requirements-list {
    flex: 1;
    padding-left: 20px;
}

.requirements-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

.requirements-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(45deg, #e74c3c, #c0392b);
}

.documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documents-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.3s ease;
}

.documents-list li:hover {
    background: rgba(231, 76, 60, 0.05);
    padding-left: 10px;
    border-radius: 8px;
}

.documents-list li:last-child {
    border-bottom: none;
}

.documents-list li i {
    color: green;
    font-size: 1.1rem;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.documents-list li span {
    color: #34495e;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
}

/* =======================================
    Responsive Design for All Devices
======================================= */

/* Small Tablets and Large Mobile Devices (768px and below) */
@media (max-width: 768px) {
    .requirements-content {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }
    
    .requirements-image {
        flex: none;
        width: 100%;
        text-align: center;
    }
    
    .requirements-image img {
        height: auto;
        max-height: 400px;
        border-radius: 8px;
    }
    
    .requirements-list {
        padding-left: 0;
    }
    
    .requirements-title {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .requirements-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .documents-list li {
        padding: 10px 0;
    }
    
    .documents-list li span {
        font-size: 0.95rem;
    }
}

/* Added specific query for max-width 700px */
@media (max-width: 700px) {
  .requirements-list {
        padding-left: 0;
    }
    .requirements-content {
        gap: 30px;
    }
    .requirements-section {
        padding: 50px 0;
    }
    .requirements-title {
        font-size: 1.7rem;
    }
    .requirements-image img {
        max-height: 350px;
    }
}

/* Small Mobile Phones (480px and below) */
@media (max-width: 480px) {
    .requirements-section {
        padding: 40px 0;
    }
    
    .requirements-content {
        gap: 30px;
    }

    .requirements-image img {
        max-height: 300px;
    }
    
    .requirements-title {
        font-size: 1.5rem;
    }
    
    .documents-list li i {
        font-size: 1rem;
        margin-right: 12px;
    }
    
    .documents-list li span {
        font-size: 0.9rem;
    }
    .requirements-list {
        padding-left: 0;
    }
}

/* =======================================
    Responsive Design for All Devices
======================================= */

/* Desktop & Large Screens */
@media (min-width: 1201px) {
    .requirements-content {
        padding: 0 40px;
    }
    .requirements-list {
        padding-left: 0;
    }
}

/* Tablets (1024px and below) */
@media (max-width: 1024px) {
    .requirements-content {
        gap: 40px;
    }
    
    .requirements-title {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .requirements-image img {
        height: 600px;
    }
    .requirements-list {
        padding-left: 0;
    }
}



/* Contact Section */
.contact-section {
  padding: 80px 0;
  background: #2c3e50;
  color: white;
}

.contact-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.contact-section p {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.8;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form button {
  background: #e74c3c;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #c0392b;
}

/* Responsive Design */
@media (max-width: 768px) {
  .process-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  
  .step-wrapper {
    min-width: 100%;
    max-width: 350px;
  }
  
  .step-box {
    width: 100%;
    max-width: 350px;
  }
  
  .main-heading {
    font-size: 2rem;
  }
  
  .register-btn {
    padding: 15px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  
  .step-box {
    padding: 20px 15px;
  }
  
  .main-heading {
    font-size: 1.5rem;
  }
  
  .step-content h3 {
    font-size: 1rem;
  }
  
  .step-content p {
    font-size: 0.85rem;
  }
}