﻿:root {
    --logo-black: rgb(100 95 100); --dark-black:rgb(59 57 59); --primary-black:#20282d; --dark-red:hsl(356.79deg 75.1% 48.82%); --yellow:rgb(244 137 36); --light-red:rgb(223 69 57); --linear-gradient:linear-gradient(135deg,hsl(356.79deg 75.1% 48.82%),rgb(244, 137, 36));
    --color-primary: #20282D;
    --color-secondary: #1F1F25;
    --color-blue: #0b4df5;
    --color-sky: #82b440;
    --color-body: #5D666F;
    --color-heading-1: #1C2539;
    --color-title: #141416;
    --color-heading-dark: #141416;
    --transition: .3s;
    --bg-dark-1: #1E1E20;
    --color-white: #fff;
    --color-border: #DDD8F9;
    --border-width: 1px;
    --radius: 10px;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-semi-bold: 600;
    --s-bold: 700;
    --s-extra-bold: 800;
    --s-black: 900;
    --transition: 0.3s;
    --font-primary: "Aeonik", sans-serif;
    --font-medium: "6500595b785e358dcc2a2f3a_AeonikMedium", sans-serif;
    --font-secondary: "Aeonik", sans-serif;
    --font-3: "fontawesome";
    --font-size-b1: 16px;
    --font-size-b2: 15px;
    --font-size-b3: 22px;
    --line-height-b1: 26px;
    --line-height-b2: 26px;
    --line-height-b3: 1.7;
    --h1: 60px;
    --h2: 48px;
    --h3: 30px;
    --h4: 26px;
    --h5: 24px;
    --h6: 18px;
}

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: auto !important;
}

body {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Aeonik", sans-serif;
    color: var(--color-body);
    font-weight: var(--p-regular);
    position: relative;
    /* overflow-x: hidden; */
    margin: 0;
    background: #fff;
}

.contact-section {
  padding: 80px 20px;
  background: #f6f7f9;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* COMMON CARD */
.contact-card {
  border-radius: 14px;
  padding: 40px;
}

/* LEFT CARD */
.left-card {
  background: #1f2a2e;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-circle {
  width: 52px;
  height: 52px;
  background: #fff;
  color: #1f2a2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-item span {
  font-size: 14px;
  opacity: 0.8;
}

.contact-item h4 {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
}

/* RIGHT CARD */
.right-card {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.right-card h2 {
  margin-bottom: 30px;
  font-size: 28px;
}

.right-card form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.right-card input,
.right-card textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 15px;
  outline: none;
}

.right-card textarea {
  min-height: 120px;
  resize: none;
}

.right-card button {
  width: fit-content;
  padding: 14px 32px;
  border-radius: 10px;
  background: #1f2a2e;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease;
}

.right-card button:hover {
  background: #111;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}



/* ===========================
CONTACT SECTION – FINAL FIX
=========================== */

.contact-wrap {
  background: #f6f7f8;
  padding: 80px 20px;
}

.contact-box {
  
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}

/* ================= LEFT CARD ================= */
.contact-left {
  position: relative;
  background: #1f2a2e;
  border-radius: 20px;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 55px;
  overflow: hidden;
}

/* 🔥 TOP LEFT BIG CIRCLE */
.contact-left::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.12);
  top: -80px;
  left: -80px;
}

/* Contact item */
.contact-left .contact-item {
  display: flex;
  align-items: center;
  gap: 26px;
}

.contact-left .icon-circle {
  width: 62px;
  height: 62px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-left .icon-circle svg {
  width: 22px;
  height: 22px;
  fill: #1f2a2e;
}

.contact-left .contact-item span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  display: block;
  margin-bottom: 6px;
}

.contact-left .contact-item strong {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

/* ================= RIGHT CARD ================= */
.contact-right {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 45px;
  border: 1px solid #e5e7eb;
  height:max-content;
}

/* 🔥 RIGHT SIDE FAINT CIRCLE */
.contact-right::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0.06);
  right: -90px;
  top: 120px;
  display: none;
}

.contact-right h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #1f2937;
}

.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #cfd6dc;
  outline: none;
  
}

.contact-right textarea {
  height: 150px;
  resize: none;
}

.contact-right button {
  margin-top: 10px;
  width: fit-content;
  padding: 16px 38px;
  border-radius: 12px;
  border: none;
  background: #1f2a2e;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.whatsapp-contact {
    margin-top: 15px;
    text-align: center;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}
    .whatsapp-link span {
        color: #25D366;
    }

.whatsapp-link i {
    font-size: 25px;
    color: #25D366;
}
@media(max-width:567px)
{
    .whatsapp-link {
        display: flex;
      
        flex-direction: column;
    }
    .formBox:last-child
    {
        margin-bottom:8px !important;
    }
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-left,
  .contact-right {
    padding: 50px 35px;
  }
}
/* =========================
LOCATION FIX
========================= */

.contact-left .location-item {
  align-items: flex-start;
}

.contact-left .location-item .icon-circle {
  margin-top: 4px;
}

.contact-left .location-item .address {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #ffffff;
  opacity: 0.9;
  max-width: 360px;
}
/* =========================
MAP SECTION STYLING
========================= */

.map-place {
  width: 100%;
  max-width: 1200px;        /* same as contact box */
  margin: 0 auto 120px;     /* spacing below contact section */
  border-radius: 20px;
  overflow: hidden;         /* clip iframe corners */
   margin-top: 120px; 
  box-shadow: 0 25px 60px rgba(163, 65, 65, 0.08);
}

iframe {
  width: 100%;
  height: 420px;            /* PERFECT height (contact-card balanced) */
  border: 0;
  display: block;
}
@media (max-width: 768px) {
  .map-place iframe {
    height: 320px;
  }
}



/* ACTIVE / CTA ITEM */
.header-float .ft-item.highlight {
    background: #e63946;
    color: #ffffff;
    border-color: #e63946;
}

/* SIMPLE HOVER FEEDBACK (NO EXPAND) */
.header-float .ft-item:hover {
    background: #f2f2f2;
}

/* MOBILE DISABLE */
@media (max-width: 991px) {
    .header-float {
        display: none;
    }
}

.plant-location ul {
    padding: 0px 0 0 20px;
    list-style-type: decimal;
    margin-top:0px;
}
.plant-location ul li{
    color:white;
    margin-top:0px;
}
.contact-right input[type=submit]
{
    padding:0px !important;
}
.contact-submit-btn {
    display: flex;
    align-items: center;
    padding: 0px;
}
.contact-right input, 
.contact-right textarea
{
    margin-bottom:0px !important;
}
.formBox
{
    margin-bottom:25px !important;
}