.fc-landing-banner {
  background: linear-gradient(to right, #9bb2b3, #004aad);
  padding: 40px 20px;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.fc-landing-banner .fc-banner-container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.fc-landing-banner .fc-banner-left {
  flex: 0 0 50%;
  padding-right: 30px;
	margin-left:20px;
}

.fc-landing-banner .fc-banner-left h1 {
  font-size: 80px;color:#fff;
  margin-bottom: 10px;
  font-weight: 700;
}

.fc-landing-banner .fc-banner-left h2 {
  font-size: 26px;color:#fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.fc-landing-banner .fc-banner-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.fc-landing-banner .fc-banner-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.fc-landing-banner .fc-banner-list li {
  font-size: 16px;
  margin-bottom: 5px;
}

.fc-landing-banner .fc-banner-contact {
  font-size: 16px;
  font-weight: 500;
}

.fc-landing-banner .fc-banner-right {
  flex: 0 040%;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 8px;
margin-right:40px;
}

.fc-landing-banner .fc-banner-right form {
  color: #fff !important;
}



/*How to book*/
.fc-landing-howtobook {
  padding: 50px 20px;
  color: #393939;
  text-align: center;
}

.fc-howtobook-container {
  max-width: 1000px;
  margin: auto;
}

.fc-howtobook-title {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #004aad;
}


.fc-step {
  background: #ffffff;
  border: 2px solid #00c3cc33;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.fc-step:hover {
  transform: translateY(-5px);
}

.fc-step-number {
  display: inline-block;
  background: #00c3cc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 15px;
}


/*Why Choose*/
.fc-landing-whychoose {
  background-color: #f4fcff;
  padding: 60px 20px;
}

.fc-landing-whychoose .fc-whychoose-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #004aad;
}

.fc-landing-whychoose .fc-whychoose-des {
  font-size: 14px;
  font-weight: 400;
  max-width: 1000px;
  margin: 0 auto 40px;
  line-height: 1.6;
  color: #393939;
  text-align: center;

}

.fc-landing-whychoose .fc-icon-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fc-landing-whychoose .fc-icon {
  font-size: 36px;
  color: #00c3cc;
  margin-bottom: 10px;
}

.fc-landing-whychoose .fc-icon-inline p {
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  margin: 0;
  text-align: center;
}



/*Daily Checkup*/

.fc-landing-delaycheckup {
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #004aad;
}

.fc-delay-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #004aad;
}

.fc-delay-desc {
  font-size: 14px;
  font-weight: 400;
  max-width: 1000px;
  margin: 0 auto 40px;
  line-height: 1.6;
  color: #393939;
  text-align: center;
}

.fc-delay-slider {
  max-width: 1000px;
  margin: 0 auto;
}

.fc-delay-card {
  background: #fff;
  border: 2px solid #00c3cc33;
  border-radius: 12px;
  text-align: center;
  margin: 0 10px;height:300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.fc-delay-icon-img {
  margin-bottom: 15px;border-radius: 12px 12px  0 0 ;
}

.fc-delay-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #004aad;
}

.fc-delay-card p {
  font-size: 12px;
  line-height: 1.5;
  color: #393939;
}




.fc-landing-cta {
  background: linear-gradient(135deg, #00c3cc, #004aad);
  color: #fff;padding:30px 0;
}

.fc-landing-cta h3{color:#fff;font-size:20px;}
.fc-landing-cta p{color:#fff;font-size:14px}
.fc-landing-cta a{background:#fff;color:#004aad;padding:15px;}
.fc-landing-cta .btn {
  border-radius: 30px;
  font-size: 16px;
}


.fl-landing-bottom {
      font-family: Arial, sans-serif;
      padding: 40px 20px;
      background-color: #fff;
    }

    .fl-landing-bottom .accordion-title {
      text-align: center;
      font-size: 22px;
      color: #004aad;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .fl-landing-bottom .accordion-subtitle {
      text-align: center;
      font-size: 14px;
      margin-bottom: 30px;
    }

    .fl-landing-bottom .accordion-header {
      background-color: #00c3cc;
      color: #fff;
      padding: 16px 20px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 6px;
      cursor: pointer;
      position: relative;
      transition: background-color 0.3s ease;
    }

    .fl-landing-bottom .accordion-header:hover {
      background-color: #00b3bb;
    }

    .fl-landing-bottom .accordion-header::after {
      content: '\25BC';
      position: absolute;
      right: 20px;
      transition: transform 0.3s ease;
    }

    .fl-landing-bottom .accordion-header.active::after {
      transform: rotate(-180deg);
    }

    .fl-landing-bottom .accordion-body {
      display: none;
      padding: 20px;
      font-size: 14px;
      border: 1px solid #ddd;
      border-top: none;
      border-radius: 0 0 6px 6px;
      background-color: #f9f9f9;
    }

    .fl-landing-bottom .accordion-body h6 {
      margin-top: 20px;
      font-size: 14px;
      color: #004aad;
    }

    .fl-landing-bottom .accordion-body ul {
      padding-left: 20px;
    }

    .fl-landing-bottom .accordion-body li {
      margin-bottom: 8px;
    }


/* Container spacing */
.fc-landing-services {
  padding: 50px 15px;
}

.fc-landing-services-title {
  font-size: 24px;
  font-weight: 700;
  color: #004aad;
}

.fc-landing-services-des {
  font-size: 15px;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.fc-services-grid{padding:10px 50px;}

/* Service box styling */
.fc-service-box {
  border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
}

.fc-service-box:hover {
  border-color: #004aad;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* Icon */
.fc-service-icon img {
 width:60%;
}

/* Heading */
.fc-service-box h6 {
  font-size: 14px;
  font-weight: 600;
  color: #004aad;
  margin: 0;
}






@media (max-width: 768px) {
  .fc-landing-banner .fc-banner-left,
  .fc-landing-banner .fc-banner-right {
    flex: 0 0 100%;
    padding-right: 0;
    margin-top: 20px;
  }
	
.fc-landing-banner .fc-banner-container {
	display: block;}
	.fc-services-grid{padding:unset;}
	
	.ctabtn-goldsmith-btn{padding:8px 94px!important;}
	.fc-landing-banner .fc-banner-right{
       background: rgba(255, 255, 255, 0.1);
       padding: unset;
       border-radius:unset;
       margin-right: unset;
	}
}
