@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* ==============================
   Base Styles & Reset
   ============================== */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

.realEstate_banner,
.simplify,
.why_gulf,
.readyto_simplify,
.faq_realstateErp,
.ourClient_section,
.transform_experience,
.tailored_ERP,
.bookaDemo-section,
.contact_manufacturing,
.btn-clr-white {
  font-family: 'Poppins', sans-serif;
}

/* ==============================
   Header Styles
   ============================== */
.page-header {
  background: #00000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  transition: .5s linear;
  padding: 10px 0;
}

.page-header a.navbar-brand svg {
  height: 40px;
  width: 100%;
}

.page-header a.navbar-brand img {
  height: 40px;
  width: auto;
}

.page-header .banner-links-call a {
  color: #FFFFFF;
  font-weight: 600;
  margin-right: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.page-header-light {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-header.page-header-light .banner-links-call a {
  color: #000;
  text-decoration: none;
}

/* ==============================
   Banner Section
   ============================== */
.realEstate_banner {
  padding: 100px 0 50px;
  background: #032246;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.realEstate_banner .banner-meta h1 {
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 4.375rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.realEstate_banner .banner-meta h2 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: clamp(1.5rem, 4vw, 2.875rem);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.realEstate_banner .banner-meta p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.6;
}

/* ==============================
   Demo Button Styles
   ============================== */
.demo-btn .btn-primary,
.demo-btn .btn-light {
  background: linear-gradient(360deg, #1650A8 -25%, #0182F0 68.38%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  font-weight: 400;
  padding: 15px 30px;
  font-size: clamp(1rem, 2vw, 1.125rem);
  text-align: center;
  border: none;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  min-width: 200px;
}

.demo-btn .btn-light {
  background: #fff;
  color: #032246;
}

.demo-btn .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

/* ==============================
   Form Section
   ============================== */
.form_section {
  padding: 50px 0;
}

.form_section .title h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: clamp(1.75rem, 4vw, 3.125rem);
  line-height: 1.2;
}

.form_section .title h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  margin-top: 20px;
  margin-bottom: 20px;
}

.form_section .title p {
  color: #FFFFFF;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  font-weight: 300;
}

.form_section .formWrapper {
  background-image: url(../../images/ads/real-estate-erp/form-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: clamp(20px, 5vw, 60px);
  border-radius: 15px;
}

.form_section .form-title h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: clamp(1.25rem, 2.5vw, 1.625rem);
  margin-bottom: 30px;
}

.form_section .bannerForm-card {
  border: 1px solid #2FA4FF;
  background: linear-gradient(rgba(82, 78, 78, 0.3) 0%, rgba(8, 8, 8, 0.3) 100%);
  border-radius: 10px;
}

.form_section .bannerForm-card .card-body form .form-control,
form::placeholder {
  background: none;
  color: #ffffff !important;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  padding: 10px;
}

input::placeholder {
  color: #ffffff !important;
  opacity: 0.8;
}

.form_section input:focus,
.form_section textarea:focus,
.form_section select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #2FA4FF !important;
}

.form_section .custom-border {
  border-radius: 0 !important;
  border-bottom: 1px solid #2FA4FF !important;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  padding: 8px 10px;
  min-height: 44px; /* Better touch target */
}

.form_section .bannerForm-card .form-group {
  margin-bottom: 25px;
}

.form_section .bannerForm-card .card-body form .btn-danger {
  background: linear-gradient(5.86deg, #1650A8 -18.16%, #0182F0 80.94%);
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  padding: 16px 44px !important;
  margin-top: 10px;
  outline: none;
  border-color: #0182F0;
  min-height: 50px;
  width: 100%;
}

/* ==============================
   Client Section
   ============================== */
.ourClient_section {
  padding: 60px 0;
  background: #f8f9fa;
}

.ourClient_section .title h2 {
  background: linear-gradient(180.17deg, #1D80D6 37.3%, #283549 95.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 600;
}

.ourClient_section .title p {
  color: #212020;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  font-weight: 400;
  margin-bottom: 40px;
}

.ourClient_section .our-clients {
  margin-bottom: 40px;
  padding: 0 15px;
}

.ourClient_section .our-clients .item {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.ourClient_section .our-clients .item img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
}

/* ==============================
   Transform Experience Section
   ============================== */
.transform_experience {
  padding: 50px 0;
}

.transform_experience .title h2 {
  background: linear-gradient(180.17deg, #1D80D6 37.3%, #283549 95.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 40px;
}

.transform_experience .meta_wrapper {
  display: flex;
  align-items: flex-start;
  background: #fff;
  box-shadow: 0 0 25px rgba(89, 66, 208, .07);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 100px;
  transition: transform 0.3s ease;
}

.transform_experience .meta_wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 30px rgba(89, 66, 208, .15);
}

.transform_experience .icon {
  flex-shrink: 0;
  margin-right: 15px;
}

.transform_experience .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.transform_experience .text {
  flex: 1;
}

.transform_experience .text p.h4 {
  color: #4C4C4C;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

/* ==============================
   Tailored ERP Section
   ============================== */
.tailored_ERP {
  padding: 50px 0;
}

.tailored_ERP .title h2 {
  background: linear-gradient(180.17deg, #1D80D6 37.3%, #283549 95.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 30px;
}

.tailored_ERP .title p {
  color: #212121;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 40px;
  line-height: 1.6;
}

.tailored_ERP .imgwrapper {
  margin-bottom: 30px;
}

.imgwrapper {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(270deg, #ff0080, #7928ca, #00d4ff, #00ff94);
  background-size: 600% 600%;
  animation: gradientBorder 8s linear infinite;
  width: 100%;
}

.imgwrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  background: #fff;
  object-fit: cover;
}

@keyframes gradientBorder {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ==============================
   Simplify Section
   ============================== */
.simplify {
  padding: 60px 0;
}

.simplify .title h2 {
  background: linear-gradient(180.17deg, #1D80D6 37.3%, #283549 95.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(2rem, 7vw, 5.625rem);
  font-weight: 600;
  line-height: 1.1;
}

/* ==============================
   Why Gulf Section
   ============================== */
.why_gulf {
  padding: 60px 0;
  background: #f8f9fa;
}

.why_gulf .title h2 {
  background: linear-gradient(180.17deg, #1D80D6 37.3%, #283549 95.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
}

.why_gulf .business-meta p {
  color: #292929;
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1.6;
}

.why_gulf .business-meta p span {
  margin-right: 10px;
  flex-shrink: 0;
}

.why_gulf .business-meta p span img {
  width: 24px;
  height: 24px;
}

/* ==============================
   Ready to Simplify Section
   ============================== */
.readyto_simplify {
  padding: 80px 0;
  background-image: url(../../images/ads/real-estate-erp/simplify-banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.readyto_simplify .title h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.3;
  margin-bottom: 20px;
}

.readyto_simplify .title p {
  color: #FFFFFF;
  font-weight: 400;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ==============================
   FAQ Section
   ============================== */
.faq_realstateErp {
  background-color: #F8F9FA;
  padding: 60px 0;
}

.faq_realstateErp .title h2 {
  color: #35332F;
  font-weight: 500;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 40px;
}

.faq_realstateErp .faqWrapper {
  padding: 0px;
}

.accordion {
  overflow-anchor: none;
}

.faq_realstateErp .accordion .card {
  border: none;
  border-bottom: 1px solid rgba(205, 214, 218, 0.25);
  border-top: 1px solid rgba(205, 214, 218, 0.25);
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.faq_realstateErp .accordion .card .card-body {
  padding: 15px 20px;
  color: #000;
}

.faq_realstateErp .accordion .card .card-body p {
  color: #2C2C2C;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  font-weight: 400;
  margin: 0px;
  line-height: 1.6;
}

.faq_realstateErp .faqWrapper .card .card-header {
  background: #FFFFFF;
  border-bottom: none;
  padding: 10px;
}

.faq_realstateErp .faqWrapper .card .card-header .btn {
  color: #000000;
  font-weight: 600;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  text-align: left;
  padding: 10px 40px 10px 15px;
  position: relative;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.faq_realstateErp .faqWrapper .card .card-header .btn:focus,
.faq_realstateErp .faqWrapper .card .card-header .btn:hover {
  box-shadow: none;
  text-decoration: none;
}

.faq_realstateErp .accordion .card-header p button.collapsed::before {
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: #3A86FF;
}

.faq_realstateErp .accordion .card-header p button::before {
  font-family: "Font Awesome 5 Free";
  color: #333;
  content: '\f00d';
  position: absolute;
  right: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

/* ==============================
   Contact Section
   ============================== */
.contact_manufacturing {
  padding: 50px 0;
  background: linear-gradient(180deg, #196DB9 -8.88%, #0B3153 62.96%);
}

.contact_manufacturing .title h2 {
  color: #FFFFFF;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.contact_manufacturing .contact a {
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
}

.contact_manufacturing .contact a:hover {
  opacity: 0.8;
}

.contact_manufacturing .contact a span {
  margin-right: 10px;
  flex-shrink: 0;
}

.contact_manufacturing .contact a.email,
.contact_manufacturing .contact a.web {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 300;
}

.contact_manufacturing .contact a.location {
  font-size: clamp(0.875rem, 1.8vw, 1.125rem);
  font-weight: 300;
  line-height: 1.5;
}

.contact_manufacturing .contact img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* ==============================
   Button Styles
   ============================== */
.btn-clr-white {
  background-color: #fff;
  color: #303030;
  border-color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-clr-white:hover,
.btn-clr-white:focus {
  background-color: #f0f0f0;
  color: #303030;
  transform: translateY(-2px);
}

.freeDemo-btn {
  padding: 12px 50px;
  min-height: 50px;
}

/* ==============================
   Mobile Responsive - Tablets
   ============================== */
@media (max-width: 991.98px) {
  .realEstate_banner {
    min-height: auto;
    padding: 80px 0 40px;
  }
  
  .transform_experience .meta_wrapper {
    margin-bottom: 15px;
  }
  
  .tailored_ERP .imgwrapper {
    margin-bottom: 25px;
  }
}

/* ==============================
   Mobile Responsive - Small Tablets
   ============================== */
@media (max-width: 767.98px) {
  /* Navigation adjustments */
  .navbar {
    padding: 0.5rem 0 !important;
  }
  
  .navbar-light {
    background: transparent;
  }
  
  .navbar-expand-lg {
    flex-wrap: nowrap;
  }
  
  .page-header .banner-links-call a {
    font-size: 14px;
    margin-right: 0;
  }
  
  /* Banner adjustments */
  .realEstate_banner {
    padding: 80px 0 30px;
    min-height: auto;
  }
  
  .realEstate_banner .imgWrapper {
    margin-top: 30px;
  }
  
  /* Form section */
  .form_section .formWrapper {
    padding: 30px 20px;
  }
  
  .form_section .bannerForm-card .form-group {
    margin-bottom: 20px;
  }
  
  /* Tailored ERP images */
  .tailored_ERP .imgwrapper {
    margin-bottom: 20px;
  }
  
  /* Why Gulf section */
  .why_gulf .imgWrapper {
    margin-bottom: 30px;
  }
  
  .why_gulf .demo-btn {
    margin-left: 0 !important;
    text-align: center;
  }
  
  /* Simplify section */
  .simplify .imgWrapper {
    margin-top: 30px;
  }
  
  /* Ready to simplify */
  .readyto_simplify {
    padding: 60px 0;
  }
  
  /* Contact section */
  .contact_manufacturing .img_wrapper {
    margin-top: 30px;
  }
}

/* ==============================
   Mobile Responsive - Phones
   ============================== */
@media (max-width: 575.98px) {
  /* Container padding for small screens */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Header adjustments */
  .page-header {
    padding: 8px 0;
  }
  
  .navbar-brand {
    width: 50%;
  }
  
  .page-header a.navbar-brand img {
    height: 30px;
  }
  
  .page-header .banner-links-call a {
    font-size: 12px;
    margin-right: 5px;
  }
  
  .page-header .banner-links-call a span img {
    width: 16px;
    height: 16px;
  }
  
  /* Banner section */
  .realEstate_banner {
    padding: 60px 0 20px;
  }
  
  .realEstate_banner .banner-meta {
    text-align: center;
  }
  
  .realEstate_banner .imgWrapper {
    margin-top: 20px;
  }
  
  /* Demo buttons */
  .demo-btn {
    text-align: center !important;
    margin-top: 20px;
  }
  
  .demo-btn .btn {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
  }
  
  /* Form section */
  .form_section .formWrapper {
    padding: 20px 15px;
    border-radius: 10px;
  }
  
  .form_section .title {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .form_section .bannerForm-card .card-body form .btn-danger {
    padding: 12px 20px !important;
  }
  
  /* Client section */
  .ourClient_section {
    padding: 40px 0;
  }
  
  .ourClient_section .our-clients .item img {
    max-height: 40px;
  }
  
  /* Transform experience */
  .transform_experience {
    padding: 40px 0;
  }
  
  .transform_experience .meta_wrapper {
    padding: 15px;
    margin-bottom: 15px;
  }
  
  .transform_experience .icon img {
    width: 40px;
    height: 40px;
  }
  
  /* Tailored ERP */
  .tailored_ERP {
    padding: 40px 0;
  }
  
  .tailored_ERP .title {
    text-align: center;
  }
  
  .tailored_ERP .title p br {
    display: none;
  }
  
  /* Simplify section */
  .simplify {
    padding: 40px 0;
    text-align: center;
  }
  
  /* Why Gulf */
  .why_gulf {
    padding: 40px 0;
  }
  
  .why_gulf .title {
    text-align: center;
  }
  
  .why_gulf .title br {
    display: none;
  }
  
  .why_gulf .business-meta {
    margin-bottom: 30px;
  }
  
  .why_gulf .business-meta p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  .why_gulf .business-meta p span img {
    width: 20px;
    height: 20px;
  }
  
  /* Ready to simplify */
  .readyto_simplify {
    padding: 50px 0;
    background-size: cover;
    background-position: right center;
  }
  
  .readyto_simplify .title {
    text-align: center;
  }
  
  /* FAQ section */
  .faq_realstateErp {
    padding: 40px 0;
  }
  
  .faq_realstateErp .faqWrapper {
    margin-bottom: 20px;
  }
  
  .faq_realstateErp .accordion .card {
    margin-bottom: 15px;
  }
  
  /* Contact section */
  .contact_manufacturing {
    padding: 40px 0;
  }
  
  .contact_manufacturing .title {
    text-align: center;
  }
  
  .contact_manufacturing .contact {
    margin-top: 20px;
  }
  
  .contact_manufacturing .contact a {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .contact_manufacturing .contact a.email,
  .contact_manufacturing .contact a.web {
    font-size: 14px;
  }
  
  .contact_manufacturing .contact a.location {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .contact_manufacturing .contact img {
    width: 18px;
    height: 18px;
  }
}

/* ==============================
   Extra Small Devices
   ============================== */
@media (max-width: 480px) {
  /* Further refinements for very small screens */
  .realEstate_banner .banner-meta h1 {
    font-size: 28px;
  }
  
  .realEstate_banner .banner-meta h2 {
    font-size: 20px;
  }
  
  .simplify .title h2 {
    font-size: 28px;
  }
  
  .form_section .formWrapper {
    padding: 15px 10px;
  }
  
  .form_section .custom-border {
    font-size: 14px;
    padding: 8px 5px;
  }
  
  /* Ensure touch targets are at least 44x44px */
  button, 
  .btn, 
  a.btn,
  input,
  select,
  textarea {
    min-height: 44px;
  }
  
  /* Adjust columns for extra small screens */
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ==============================
   Utility Classes
   ============================== */
@media (max-width: 767.98px) {
  .text-center-mobile {
    text-align: center !important;
  }
  
  .mt-mobile-3 {
    margin-top: 1rem !important;
  }
  
  .mb-mobile-3 {
    margin-bottom: 1rem !important;
  }
}

/* ==============================
   Performance Optimizations
   ============================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Improve text rendering on mobile */
@media (max-width: 767.98px) {
  body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
}

/* Prevent horizontal scroll on mobile */
@media (max-width: 575.98px) {
  body,
  html {
    overflow-x: hidden;
    max-width: 100vw;
  }
  
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}

select option {
    background-color: #333;   /* background for options */
    color: #fff;              /* text color for options */
}