
.companylogo {
  border-radius: 10px;
}
.contact-hero {
  height: 250px;
  background: url("images/contactus") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero h1 {
  color: #0a1f44;
  font-size: 75px;
  font-weight: bold;
  position: absolute;
  right: 170px;
  top: 168px;
}

/* MAIN SECTION */
.contact-section {
  background: #f5f5f5;
  margin: 10rem;
  margin-top: 0px;
  position: relative;
  bottom: 4rem;
  border-radius: 2rem;
  margin-bottom: 0px;
}

.contact-container {
  box-shadow: 10px 10px #000000a3;
  display: flex;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

/* MAP */
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map {
  width: 50%;
  min-height: 400px;
}

/* FORM */
.contact-form {
  width: 50%;
  padding: 30px;
  background-color: #f9f6f691;
}

.contact-form h2 {
  color: orange;
}

.contact-form p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  gap: 10px;
}

input,
textarea {
  width: 95%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

textarea {
  height: 100px;
}

button {
  background: orange;
  color: #fff;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

button:hover {
  background: rgb(255, 102, 0);
}

/* CARDS */
.contact-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px;
}

.contact-cards .detail-card {
  color: #fff;
  padding: 30px;
  width: 280px;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 24px;
  background-color: rgb(6, 6, 56);
}
.detail-card {
  box-shadow: 10px 10px #000000a3;
  position: relative;
  flex: 1;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
  }
}
.detail-card:hover img {
  transform: scale(1.1);
}

.icon {
  font-size: 30px;
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
  position: relative;
  left: 130px;
}

/* subscribe */

.subscribe {
  background: url("images/Subscribe.jpg") center/cover;
  padding: 40px 60px;
  position: relative;
}

/* overlay */
.subscribe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 30, 60, 0.8); /* dark blue overlay */
}

.subscribe-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT */
.subscribe-left {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.subscribe-left img {
  width: 50px;
  filter: invert(1) sepia(1) saturate(5) hue-rotate(10deg); /* 🔥 orange look */
}

.subscribe-left h2 {
  margin: 0;
  font-size: 28px;
}

.subscribe-left p {
  margin: 5px 0 0;
  font-size: 14px;
}

/* RIGHT */
.subscribe-right {
  display: flex;
  gap: 10px;
}

.subscribe-right input {
  padding: 12px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.subscribe-right button {
  background: orange;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  height: 40px;
}

.subscribe-right button:hover {
  background: rgb(255, 102, 0);
}
.contact-hero-about-us {
  height: 250px;
  background: url("images/about-us.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero-cookie-policy{
  height: 250px;
  background: url("images/Cookie-Policy.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero-faq{
   height: 250px;
  background: url("images/faq.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero-privacy-policy{
  height: 250px;
  background: url("images/policy-banner.jpg") center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-section {
  position: relative;
  bottom: 60px;
  background: #f5f5f5;
  padding: 40px 20px 0px 20px;
  margin-left: 90px;
  margin-right: 90px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* IMAGE */
.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* CONTENT */
.about-content {
  flex: 1;
}

.about-content h5 {
  color: orange;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
}

.about-content h5::before {
  content: "";
  width: 50px;
  height: 2px;
  background:orange;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.about-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}
.info-section {
  position: relative;
  bottom: 60px;
  background: #f5f5f5;
  padding: 40px 20px 20px 20px;
  margin-left: 90px;
  margin-right: 90px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.info-container {
  max-width: 1200px;
  margin: auto;
}

/* ROW */
.info-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

/* CARD */
.info-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  flex: 1;
}

/* FULL WIDTH */
.info-card.full {
  margin-bottom: 20px;
}

/* ICON */
.about-icon {
  font-size: 60px;
}

/* TEXT */
.info-card h3 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.info-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}