.elementor-331 .elementor-element.elementor-element-f5fde83{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:26px;--padding-left:0px;--padding-right:0px;}.elementor-331 .elementor-element.elementor-element-f5fde83:not(.elementor-motion-effects-element-type-background), .elementor-331 .elementor-element.elementor-element-f5fde83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#081913;}.elementor-331 .elementor-element.elementor-element-f5fde83.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-331 .elementor-element.elementor-element-36962a0{padding:0px 0px 0px 28px;}.elementor-331 .elementor-element.elementor-element-674056b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-331 .elementor-element.elementor-element-c2b89b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-331 .elementor-element.elementor-element-c2b89b3:not(.elementor-motion-effects-element-type-background), .elementor-331 .elementor-element.elementor-element-c2b89b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAE09A;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-331 .elementor-element.elementor-element-507d36f{text-align:center;}.elementor-331 .elementor-element.elementor-element-507d36f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:600;color:#000000;}@media(max-width:1024px){.elementor-331 .elementor-element.elementor-element-f5fde83{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-331 .elementor-element.elementor-element-f5fde83{--width:437.8px;--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331 .elementor-element.elementor-element-674056b{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-36962a0 *//* Transparent background */
.follow-section {
  background: transparent;
  padding: 0px 20px 20px 20px 10px;
  text-align: left;

  /* MATCH LEFT ALIGNMENT OF 'Let’s Collaborate' */
  margin-left: 20px; /* adjust to match exactly if needed */
}

/* Heading */
.follow-title {
  font-family: 'Protest Riot', cursive;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
}

/* Icons wrapper */
.social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

/* Icon styling */
.social-icons .icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  transition: transform 0.3s ease;
}

/* Hover */
.social-icons .icon:hover {
  transform: scale(1.1);
}

/* Official Brand Colors */
.fb { background: #1877F2; }
.ig { background: #E4405F; }
.tw { background: #000000; }
.yt { background: #FF0000; }
.li { background: #0A66C2; }

/* Mobile */
@media (max-width: 480px) {
  .follow-section {
    margin-left: 10px; /* mobile-friendly */
  }

  .social-icons .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
/* ============================= */
/*   FORCE FOLLOW US LEFT        */
/* ============================= */

.follow-section {
    background: #081913;
    padding: 0px 80px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;

    /* FORCE layout */
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.follow-section * {
    text-align: left !important;
}

/* Title */
.follow-title {
    margin-bottom: 20px;
    text-align: left !important;
}

/* Icons row */
.social-icons {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 15px;
    width: 100%;
}

/* Icons */
.social-icons a {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mobile spacing */
@media (max-width: 768px) {
    .follow-section {
        padding: 30px 30px !important;
    }
}

@media (max-width: 480px) {
    .follow-section {
        padding: 25px 20px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-674056b *//* Background Section */
.contact-section {
  background-color: #081913;
  padding: 0;
  display: flex;
  justify-content: center;
}

/* Form Card */
.contact-container {
  background-color: #081913;
  padding: 40px 35px;
  max-width: 650px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* Heading */
.contact-title {
  font-family: Georgia, serif !important;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #FAE09A;
  line-height: 1.3;
  font-weight: 600;
}

/* Form Fields */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  font-family: 'Poppins', sans-serif;
  padding: 14px 15px;
  height: 52px;
  border: none;               /* NO BORDER */
  border-radius: 10px;
  font-size: 15px;
  width: 100%;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
  transition: 0.3s ease;
  background-color: #ffffff;
}

/* Textarea */
.contact-form textarea {
  resize: none;
  height: auto;
}

/* Remove Focus Border & Shadow */
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border: none;
  box-shadow: none;
}

/* Dropdown Option Fix */
.contact-form select option {
  font-size: 15px;
}

/* Phone Fields */
.phone-container {
  display: flex;
  gap: 12px;
}

.phone-container select {
  flex: 1.2;
  height: 52px;
}

.phone-container input {
  flex: 2;
}

/* Submit Button */
.contact-form button {
  background-color: #FAE09A;
  color: #081913;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 14px 0;
  border-radius: 30px;
  border: none;               /* NO BORDER */
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background-color: #FAE09A;
  transform: scale(1.03);
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .contact-container {
    padding: 28px 18px;
  }

  .phone-container {
    flex-direction: column;
  }

  .contact-title {
    font-size: 22px;
  }
}/* End custom CSS */