/* Designed and developed by Aditya Panigrahi */

/* Contact Us Section */
.contact-us {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  margin: 0;
}

/* Contact Hero Section */
.contact-hero {
  background: radial-gradient(circle at center, 
    #f0f9ff 0%, 
    #dbeafe 50%, 
    #93c5fd 100%);
  border-radius: 20px;
  margin-bottom: 20px;
}

/* Contact Info Section */
.contact-info-section {
  background: radial-gradient(circle at center, 
        #f0f9ff 0%, 
        #dbeafe 50%, 
        #93c5fd 100%);
  border-radius: 20px;
  margin-bottom: 20px;
}

/* Office Cards */
.contact-office-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 
              inset 0 1px 2px rgba(255, 255, 255, 0.5),
              0 0 0 1px rgba(255, 255, 255, 0.2);
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-office-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12),
              inset 0 1px 2px rgba(255, 255, 255, 0.6),
              0 0 0 1px rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.6);
}

/* .contact-office-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-blue);
} */

.office-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.office-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  flex-shrink: 0;
}

.office-icon.main-office {
  background: linear-gradient(135deg, #6f42c1, #8e44ad);
}

.office-icon.delhi-office {
  background: linear-gradient(135deg, #17a2b8, #20c997);
}

.office-icon.mumbai-office {
  background: linear-gradient(135deg, #fd7e14, #ffc107);
}

.office-icon.bangalore-office {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.office-title h3 {
  font-family: var(--text-md-medium-font-family);
  font-weight: 600;
  font-size: 20px;
  color: var(--black);
  margin-bottom: 5px;
}

.office-badge {
  background: rgba(63, 106, 217, 0.1);
  color: var(--primary-blue);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.office-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.office-address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.office-address i {
  color: var(--primary-blue);
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

.office-address div {
  font-family: var(--text-md-medium-font-family);
  font-weight: 400;
  font-size: 15px;
  color: var(--black);
  line-height: 1.5;
}

.office-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-item i {
  color: var(--primary-blue);
  font-size: 16px;
  width: 16px;
  flex-shrink: 0;
}

.contact-item span {
  font-family: var(--text-md-medium-font-family);
  font-weight: 500;
  font-size: 15px;
  color: var(--black);
}

.office-hours {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(63, 106, 217, 0.05);
  border-radius: 10px;
  /* border-left: 3px solid var(--primary-blue); */
}

.office-hours i {
  color: var(--primary-blue);
  font-size: 16px;
}

.office-hours span {
  font-family: var(--text-md-medium-font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--black);
}

/* Quick Contact Section */
.quick-contact-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 20px;
  margin-bottom: 20px;
}

.quick-contact-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.quick-contact-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.quick-contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-blue);
}

.quick-contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-blue), #4a90e2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 32px;
  color: white;
  transition: all 0.3s ease;
}

.quick-contact-card:hover .quick-contact-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(63, 106, 217, 0.3);
}

.quick-contact-card h3 {
  font-family: var(--text-md-medium-font-family);
  font-weight: 600;
  font-size: 20px;
  color: var(--black);
  margin-bottom: 10px;
}

.quick-contact-card p {
  font-family: var(--text-md-medium-font-family);
  font-weight: 400;
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

.quick-contact-card .btn {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.quick-contact-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63, 106, 217, 0.3);
}

/* Map Section */
.map-section {
  background: radial-gradient(circle at center, 
        #f0f9ff 0%, 
        #dbeafe 50%, 
        #93c5fd 100%);
  border-radius: 20px;
  margin-bottom: 20px;
}

.map-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); */
}

.map-placeholder {
  /* background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%); */
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.map-content {
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  max-width: 500px;
}

.map-content i {
  font-size: 48px;
  color: var(--primary-blue);
  margin-bottom: 20px;
}

.map-content h3 {
  font-family: var(--text-md-medium-font-family);
  font-weight: 600;
  font-size: 24px;
  color: var(--black);
  margin-bottom: 15px;
}

.map-content p {
  font-family: var(--text-md-medium-font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

.map-content .btn {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.map-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(63, 106, 217, 0.3);
}

.contact-header {
  margin-bottom: 60px;
}

.contact-cards-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px 25px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-width: 280px;
  max-width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #fff;
}

.contact-icon.purple {
  background: #6f42c1;
}

.contact-icon.teal {
  background: #20c997;
}

.contact-title {
  font-family: var(--text-md-medium-font-family);
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
}

.contact-info {
  font-family: var(--text-md-medium-font-family);
  font-weight: 500;
  font-size: 15px;
  color: rgba(59, 59, 59, 0.8);
  margin-bottom: 8px;
  line-height: 1.4;
}

.map-btn {
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.map-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive styles for Contact Us section */
@media (max-width: 768px) {
  .contact-us {
    padding: 60px 0;
    margin: 15px 0;
  }
  
  .contact-header {
    margin-bottom: 40px;
  }
  
  .contact-cards-container {
    gap: 20px;
  }
  
  .contact-card {
    padding: 25px 20px;
    min-width: 90%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 576px) {
  .contact-us {
    padding: 40px 0;
    margin: 10px 0;
  }
  
  .contact-header {
    margin-bottom: 30px;
  }
  
  .contact-cards-container {
    gap: 15px;
  }
  
  .contact-card {
    padding: 20px 15px;
    min-width: 90%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .contact-title {
    font-size: 16px;
  }
  
  .contact-info {
    font-size: 13px;
  }
}

/* Responsive styles for new Contact Us page elements */
@media (max-width: 992px) {
  .contact-hero {
    padding: 60px 0;
  }
  
  .contact-info-section,
  .quick-contact-section,
  .map-section {
    padding: 60px 0;
  }
  
  .contact-office-card {
    padding: 25px 20px;
  }
  
  .office-header {
    gap: 15px;
    margin-bottom: 20px;
  }
  
  .office-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .office-title h3 {
    font-size: 18px;
  }
  
  .quick-contact-card {
    padding: 30px 20px;
  }
  
  .quick-contact-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
  
  .map-content {
    padding: 30px 20px;
  }
  
  .map-content i {
    font-size: 40px;
  }
  
  .map-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 50px 0;
  }
  
  .contact-info-section,
  .quick-contact-section,
  .map-section {
    padding: 50px 0;
  }
  
  .contact-office-card {
    padding: 20px 15px;
  }
  
  .office-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    align-items: center;
  }
  
  .office-content {
    gap: 15px;
    align-items: center;
  }
  
  .office-address {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    align-items: center;
  }
  
  .office-contact {
    align-items: center;
  }
  
  .office-hours {
    justify-content: center;
  }
  
  .quick-contact-card {
    padding: 25px 15px;
  }
  
  .quick-contact-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .quick-contact-card h3 {
    font-size: 18px;
  }
  
  .quick-contact-card p {
    font-size: 14px;
  }
  
  .map-content {
    padding: 25px 15px;
  }
  
  .map-content i {
    font-size: 36px;
  }
  
  .map-content h3 {
    font-size: 18px;
  }
  
  .map-content p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .contact-hero {
    padding: 40px 0;
  }
  
  .contact-info-section,
  .quick-contact-section,
  .map-section {
    padding: 40px 0;
  }
  
  .contact-office-card {
    padding: 20px 15px;
    text-align: center;
  }
  
  .office-header {
    align-items: center;
    text-align: center;
  }
  
  .office-content {
    align-items: center;
  }
  
  .office-address {
    align-items: center;
    text-align: center;
  }
  
  .office-contact {
    align-items: center;
  }
  
  .office-hours {
    justify-content: center;
  }
  
  .office-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .office-title h3 {
    font-size: 16px;
  }
  
  .office-badge {
    font-size: 11px;
    padding: 3px 10px;
  }
  
  .office-address div {
    font-size: 14px;
  }
  
  .contact-item span {
    font-size: 14px;
  }
  
  .office-hours span {
    font-size: 13px;
  }
  
  .quick-contact-card {
    padding: 20px 15px;
  }
  
  .quick-contact-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .quick-contact-card h3 {
    font-size: 16px;
  }
  
  .quick-contact-card p {
    font-size: 13px;
  }
  
  .quick-contact-card .btn {
    font-size: 13px;
    padding: 10px 15px;
  }
  
  .map-content {
    padding: 20px 15px;
  }
  
  .map-content i {
    font-size: 32px;
  }
  
  .map-content h3 {
    font-size: 16px;
  }
  
  .map-content p {
    font-size: 13px;
  }
  
  .map-content .btn {
    font-size: 13px;
    padding: 10px 20px;
  }
}
