/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*Header style start*/
body{ overflow:hidden; }
#site-header{
	background-color: transparent;
}
.big-text{
	font-weight: 700;
}
.page-header {
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
  position: relative;
}
.page-header:after {
  content: "";
    width: 100%;
    height: 0;
    padding-top: 130px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translateX(-50%);
}
header .e--pointer-framed .elementor-item:before{
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  opacity: 1 !important;
}
nav.elementor-nav-menu--main .menu-item-346 .sub-menu.elementor-nav-menu--dropdown{column-count: 2;
  column-gap: 20px;}
nav .menu-item-433 a{text-decoration: underline;}
form.elementor-form .elementor-field-group{ display: block !important;}
/*Header style end*/

/*Home style start*/
.icon-box{
	border: 10px solid #DFECFE;
    outline: 7px solid #ffffff;
    width: 200px !important;
    height: 200px !important;
}
body a:focus{
	outline: solid 0px !important;
}
.service-icon{
	width: 85px !important;
    height: 80px;
    background-color: #041f48;
    padding: 15px;
    text-align: center;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #fff;
}
.service-grid a.no-lightbox {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
/*Home style end*/
/*Contact style start*/
.info-grid .elementor-icon-box-description a{ font-size:16px; }
/*Contact style end*/

/*Our Team style start*/
.inner-team-grid{
  display: flex !important;
}
.elementor-loop-container .team-member:nth-child(odd) .inner-team-grid {
    flex-direction: row-reverse;
}
.page-id-325 .inner-team-grid .elementor-widget-button{
	display: none;
}
/*Our Team style end*/
/* =======================
   Popup form style start
======================= */

/* Hide default radio */
.offer-form .elementor-field-group-offers input[type="radio"] {
    display: none !important;
}

/* Container layout */
.offer-form .elementor-field-group-offers .elementor-field-subgroup {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Each option */
.offer-form .elementor-field-group-offers .elementor-field-option {
    flex-basis: 30% !important; /* Desktop: 3 columns */
}

/* Label card */
.offer-form .elementor-field-group-offers .elementor-field-option label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
}

/* Image */
.offer-form .elementor-field-group-offers .elementor-field-option label::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

/* Images */
.offer-form .elementor-field-group-offers .elementor-field-option:nth-child(1) label::before {
    background-image: url('https://metawebdemo.com.au/waratahdental/wp-content/uploads/2026/04/Teeth-Whitening-Solutions-1.svg');
}
.offer-form .elementor-field-group-offers .elementor-field-option:nth-child(2) label::before {
    background-image: url('https://metawebdemo.com.au/waratahdental/wp-content/uploads/2026/04/Routine-dental-check-ups-1.svg');
}
.offer-form .elementor-field-group-offers .elementor-field-option:nth-child(3) label::before {
    background-image: url('https://metawebdemo.com.au/waratahdental/wp-content/uploads/2026/04/Single-Tooth-Implants-Solution.svg');
}

/* Selected */
.offer-form .elementor-field-group-offers input[type="radio"]:checked + label {
    border: 2px solid #000;
    background: #f5f5f5;
}

/* Hover */
.offer-form .elementor-field-group-offers label:hover {
    transform: scale(1.05);
    overflow: hidden;
}

/* =======================
   Tablet (768px–1024px)
======================= */
@media (max-width:1024px) {
  .offer-form .elementor-field-group-offers .elementor-field-option {
    flex-basis: 45% !important; /* 2 columns */
  }

  .offer-form .elementor-field-group-offers .elementor-field-option label {
    font-size: 13px;
    padding: 8px;
  }

  .offer-form .elementor-field-group-offers .elementor-field-option label::before {
    width: 70px;
    height: 70px;
  }
}

/* =======================
   Mobile (below 767px)
======================= */
@media (max-width:767px) {

  /* Force full width container */
  .offer-form .elementor-field-group-offers .elementor-field-subgroup {
    display: block !important;
    width: 100% !important;
  }

  /* Each option full width */
  .offer-form .elementor-field-group-offers .elementor-field-option {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  /* Fix label width */
  .offer-form .elementor-field-group-offers .elementor-field-option label {
    width: 100% !important;
    max-width: 100% !important;
  }

}

@media (max-width:767px) {

  .dialog-widget-content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-popup-modal .dialog-message {
    padding: 15px !important;
  }

}

@media (max-width:767px) {

  /* 🔥 MAIN FIX – override Elementor 50% width */
  .elementor-field-group-offers.elementor-sm-50 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Remove flex layout */
  .offer-form .elementor-field-group-offers .elementor-field-subgroup {
    display: block !important;
  }

  /* Each card full width */
  .offer-form .elementor-field-group-offers .elementor-field-option {
    display: block !important;
    width: 100% !important;
    flex: 100% !important;
  }

  /* Label full width */
  .offer-form .elementor-field-group-offers .elementor-field-option label {
    width: 100% !important;
  }

}
/* =======================
   Other styles
======================= */
.sidebar-box .widget-title {
    font-size: 22px !important;
    font-weight: 600;
}

.single.single-post li a,
.oceanwp-recent-posts .recent-posts-date {
    font-size: 16px !important;
    text-transform: capitalize;
}

.team-member.type-team-member .elementor-widget-text-editor br {
    margin-bottom: 10px;
}

/* Popup form style end */
/*@media query start*/
@media only screen and (max-width: 1024px){
   .elementor-loop-container .team-member:nth-child(odd) .inner-team-grid {
    flex-direction: column;
} 
}
/* post css */
.single.single-post p a {
    font-size: 18px !important;
}
.single.single-post li a {
    font-size: 18px;
}
.oceanwp-recent-posts .recent-posts-comments {
    display: none !important;
}
.oceanwp-recent-posts .recent-posts-info {
	font-size: 14px !important;
}