/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.heading-all{
	color:#5170ca;
	font-size:2.5rem;
	font-weight:700;
	line-height: 50px;
	font-style: normal;
}

.heading-all em{
	color: #73aefc;
    font-style: italic;
	font-weight:700;
	line-height: 50px;
}
.hero h1{
	font-size: clamp(2.4rem, 3.5vw, 4rem);
    color: #282b81;
    line-height: 1.1;
    margin-bottom: 1.25rem;
}
.hero h1 em {
    color: #5170ca;
    font-style: italic;
}
/* .heroform{
	background: rgba(81, 112, 202);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    padding: 1.25rem;
    transition: background .2s, border-color .2s;
} */
textarea.hfld, select.hfld, input.hfld{
/* 	background-color: #f9fbfb; */
   border: 1px solid #5170ca;
   border-radius: 0;
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
   box-sizing: border-box;
   color: #000;
   font-size: .97em;
   height: 2.507em;
   max-width: 100%;
   padding: 0 .75em;
/*    border-radius: 20px; */
} 

 .button, button, input[type=button], input[type=reset], input[type=submit] {
	text-transform: capitalize !important;
	margin-left: 20px;
}
/* .heroform input[type=submit], input[type=submit].button {
    background-color: #3b549d;
} */

.heroform input[type="submit"].hero-submit {
    border-radius: 50px !important;
    padding: 4px 15px !important;
    background-color: #5170ca !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect */
.heroform input[type="submit"].hero-submit:hover {
    background-color: #0056cc !important;
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    background-color: #e7dcdc00;
}

.hfld::placeholder {
  color: #000;
  opacity: 1;
padding: 0 15px 10px !important;
}




.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  flex-wrap: wrap; /* mobile friendly */
}

.cta-row .wpcf7-submit {
  width: auto !important;
  display: inline-block;
}

.wa-btn {
  background: #25D366;
  color: #fff;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.wa-btn:hover {
  background: #1ebe5d;
}







/* .cf7-whatsapp-btn {
  margin-top: 10px;
	margin-left:20px;
}

.cf7-whatsapp-btn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #3b549d;
  color: #f7e0e0;
  padding: 8px 9px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
	border:1px solid #afbee7;
}

.cf7-whatsapp-btn a:hover {
  background-color: #1ebe5d;
} */

.journey-sec{

}

/* WRAPPER */
.wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

/* CONNECTOR LINE (FIXED) */
.connector {
  position: absolute;
  top: 39px; 
  left: 10%;
  width: 80%;
  height: 1px;
  background: #5170ca;
  z-index: 1; 
}

/* ITEMS */
.items {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* SINGLE ITEM */
.item {
  width: 23%;
  position: relative;
  z-index: 2;
}

.circle1 {
  width: 78px;
  height: 78px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;

  /* Diamond shape */
  transform: rotate(45deg);
  border-radius: 12px; 


  background: #e6f7f6;
  box-shadow: 0 0 25px rgba(255,255,255,0.15);
}

.circle1 img {
  width: 28px;
  transform: rotate(-45deg);
}

.teal {
  background: #5170ca;
}

.blue {
  background: #5170ca;
}

.cyan {
  background: #5170ca;
}

/* TEXT */
.item h3 {
  margin-top: 22px;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
	letter-spacing:0.5px;
}

.item p {
  margin-top: 10px;
  font-size: 13.5px;
  color: #1c1c1c;
  line-height: 1.6;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
	letter-spacing:0.5px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .items {
    flex-wrap: wrap;
    gap: 40px;
  }

  .item {
    width: 48%;
  }

  .connector {
    display: none;
  }
}

@media (max-width: 576px) {
  .item {
    width: 100%;
  }
}


.pkgcard-price {
    display: flex;
    align-items: baseline;
    gap: .3rem;
    margin-bottom: 1.25rem;
}
.pp-sym {
    font-size: 1.15rem;
    color: #1B8E8A;
    font-weight: 700;
}
.pp-amt {
    font-size: 3.2rem;
    color:#1B8E8A;;
    line-height: 1;
}
.pkgcard-list li {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .84rem;
    color:#4b5563;
}
.pkgcard-list li:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #edfcf9;
    border: 1px solid rgba(27, 142, 138, .2);
    flex-shrink: 0;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%231B8E8A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
}

.process-section {
  padding: 60px 20px;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
  flex-wrap: wrap;
}

/* Center line */
.process-steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 5%;
  width: 90%;
  height: 3px;
  background: linear-gradient(to right, #0ea5a4, #3b82f6);
  z-index: 0;
}

.step {
  flex: 1;
  min-width: 220px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ea5a4, #3b82f6);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.step h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0f172a;
}

.step p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* Hover effect */
.step:hover .step-circle {
  transform: scale(1.1);
  transition: 0.3s;
}
.visaform {
    max-width: 900px;
    margin: auto;
    padding: 25px;
    background: #f9fbfb;
    border-radius: 8px;
}

/* Title */
.visaform-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
	color:#5170ca;
}

.visaform-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

/* Section Header */
.visaform-section {
    background: #5170ca;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
	margin-top:20px;
}

/* Fields */
.visaform-field {
    width: 100%;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.visaform textarea.visaform-field {
    height: 80px;
}

/* Button */
.visaform-btn {
    background: #5170ca;
    color: #fff;
    border: none;
    padding: px 25px;
    cursor: pointer;
}

.visaform-btn:hover {
    background: #166d68;
}
.visaform label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    color: #333;
}

.visaform input[type="file"] {
    padding: 8px;
    background: #fff;
}
.visa-step { display: none; }
.visa-step.active { display: block; }

.visaform-progress {
    height: 6px;
    background: #eee;
    border-radius: 10px;
}

.visaform-progress-bar {
    height: 100%;
    width: 0%;
    background: #5170ca;
    transition: 0.4s;
}


/* WRAPPER */
.process-steps {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  flex-wrap: wrap;
}

/* CONNECTOR LINE */
.process-steps::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: linear-gradient(to right, #14b8a6, #3b82f6);
  z-index: 0;
}

/* STEP */
.step {
  flex: 1;
  min-width: 230px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s ease;
}

.step:hover {
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transform: translateY(-6px);
}

/* DIAMOND */
.step-shape {
  width: 70px;
  height: 70px;
  margin: auto;
  background: #5170ca;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.step-shape span {
  transform: rotate(-45deg);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.step:hover .step-shape {
  transform: rotate(45deg) scale(1.1);
}

/* TEXT */
.step h3 {
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 10px;
}

.step p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .process-steps {
    flex-direction: column;
    align-items: center;
  }

  .process-steps::before {
    display: none;
  }
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
justify-content:center;
	
}

.contact-item i {
  font-size: 16px;
}

.contact-item a {
  text-decoration: none;
	font-weight:600;
}

.contact-item a:hover {
  color:blue;
}

.arrow-list {
  list-style: none;
  padding: 0;
}

.arrow-list li {
  margin-bottom: 10px;
  font-weight: 500;
}
.dental-care-sec .col-inner {
    padding: 20px !important;
}

.accordion.dental-faq-sec {
    border: 1px solid #e5e3e3;
}
.accordion.dental-faq-sec .accordion-title {
    background: #02c1d4;
    color: #fff;
    letter-spacing: 0.5px;
}
.service-app-sec {
    width: 50px;
    height: 50px;
    background-color: #02c1d4;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.home-form-img-sec {
    padding-bottom: 0px !important;
}
.home-form-sec {
    padding-bottom: 0px !important;
}






@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}