/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* blog-post css */
#blog-post .elementor-post__card{
	border-radius:17px 17px 0px 0px;
}
#blog-post .elementor-post__thumbnail__link{
	border-top: 20px solid #7F4794;
    border-bottom: 20px solid #588648;
}

/* Home-page Sa-ACC CSS */
#acc-home .e-n-accordion-item[open] > .e-n-accordion-item-title{
	padding-left:15px!important;
}

/* Add your custom styles here */

/* SA page Services-section CSS */

.sa-links p:hover{
	color:var(--e-global-color-secondary)!important;
}

.sa-links svg:hover{
	fill:var(--e-global-color-secondary)!important;
}

/* .swiper-slide{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1) !important;
}
 */

.gradient-divider{
   background: linear-gradient(180deg, #8A84D6 0%, #003057 100%);
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
}

.swiper-pagination-bullet{
	border: 1px solid var(--e-global-color-accent);
	background: #fff !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active{
	border: 1px solid var(--e-global-color-accent);
	background: var(--e-global-color-accent) !important;
}

/*Menu CSS*/
.elementor-nav-menu .sub-arrow .e-font-icon-svg{
	fill: var(--e-global-color-accent);
	font-size:18px;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{
	fill: var(--e-global-color-primary) !important;
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{
	line-height: 30px;
}

.menu-item .elementor-item-active .elementor-nav-menu .sub-arrow .e-font-icon-svg{
	fill: #fff !important;
}

.fa-chevron-right:before{
	color: var(--e-global-color-primary);
}

/* Optio Video Mobile Height */
@media screen and (max-width: 480px){
    .optio{
        height: 27vh;
    }
}


html {
  scroll-padding-top: 300px; /* adjust to match sticky header height */
}


/* right chevron color*/
/* svg.e-font-icon-svg.e-fas-chevron-right{
	fill: var(--e-global-color-primary);
}
 */


/*Image box phone fix*/

@media (max-width: 767px) {
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
display: flex;
align-items: start;
}
.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{
flex-direction: row-reverse;
}
.elementor-widget-image-box.elementor-position-left .elementor-image-box-image {
margin-right: 15px !important;
}
.elementor-widget-image-box.elementor-position-right .elementor-image-box-image {
margin-left: 15px !important;
}
}

/*To add a space between image and text*/

selector.elementor-widget-image-box .elementor-image-box-content {
margin-left: 15px;
	align-content: center;
	align-items: center;
	justify-content: center;
}

/*Image box phone fix end*/


/*Elementor Post CSS */
/* .elementor-post__title a{
	font-family: "Open Sans" !important;
	font-weight: bold !important;
}*/

/*SA Page CSS */
#sa_heading h1{
	font-family: "Open Sans" !important;
}
	#sa_list .elementor-icon-list-item {
    background-color: white;
    padding: 22px 22px !important;
    border-radius: 16px;
    border: 1px solid grey;
}
	#sa_list .elementor-icon-list-text {
    width: 100%;
    text-align: center !important;
}
} */
/* @media (max-width: 880px) and (min-width: 320px) {
	#sa_list .elementor-icon-list-text {
    width: 100%;
    text-align: left !important;
}
} */


/*gravity forms CSS*/


.gform_body .gfield_label {
	font-size: 18px;
	font-weight: 400 !important;
	font-family: "Open Sans";
}

.rma_service .gfield_label{
    color: #252525 !important;
}

.gform-field-label{
	color: #252525 !important;
}

.gform_required_legend{
	font-family: "Open Sans" !important;
}
/* .gfield_required.gfield_required_asterisk{
	font-size:20px!important;
} */

.gform_body .gfield_label {
	color: #252525;
	font-size: 18px;
	font-family:"Open Sans";
	font-weight:400;
}
@media (max-width:768px) and (min-width:320px){
	.gform_body .gfield_label{
		font-size: 16px;
	}
}

.patient_registration_form .gfield_label{
	color: #252525;
}

.patient_registration_form .gform-field-label{
	color: #252525 !important;
}

.patient_registration_form .gform-field-label a{
	color: var(--e-global-color-black) !important;
	font-weight: 500;
}
#patient-reg .gform-theme--framework .gform-field-label--type-inline{
	font-family:"Open Sans";
	font-size:16px;
}

.gform_fields {
	row-gap: 25px !important;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
	width: auto !important;
}

.gform-theme--foundation .ginput_complex .ginput_container_time {
    inline-size: auto !important;
}

.gform_button{
    background-image:
        url("/wp-content/uploads/2026/07/Path-3866.svg"),
        linear-gradient(180deg,#D668FF 0%,#7F4794 100%) !important;

    background-repeat: no-repeat,no-repeat!important;
    background-position: right 22px center,center!important;
    background-size: 18px auto,100% 100%!important;

    padding:15px 65px 15px 35px !important;

    border:3px solid #fff !important;
    color:#fff !important;
    font-family:"Oswald",sans-serif !important;
	font-weight:400!important;
    font-size:24px !important;
    text-transform:uppercase !important;
    box-shadow:0px 3px 6px #00000042!important;
}

/* .gform_button {
	background: var(--e-global-color-accent) !important;  
	color: #fff !important;
	padding: 15px 35px !important;
	font-family: "Open Sans" !important;
	font-size: 16px !important;
	cursor: pointer;
	border-radius: 50vw !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25) !important;
	transition: all 0.3s ease-in-out !important;
} */
.gform_button:hover {
	transform: translatey(-5px);
}

#landing_page .gform_button{
	border-radius: 4px !important;
}

.gsection_description{
	font-size: 14px;
	font-style: italic;
}
.gform-theme--framework .gform-field-label--type-inline{
	font-family:"Open Sans";
	font-size:10px;
}



/* gravity form contact us */
/* #rma_form .gform_button {
	background: var(--e-global-color-secondary) !important;  
	color: #fff !important;
	padding: 15px 35px !important;
	font-family: "Lato" !important;
	font-size: 16px !important;
	cursor: pointer;
	border-radius: 50vw !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	transition: all 0.3s ease-in-out !important;
	box-shadow: none !important;
}

#rma_form .gform_button:hover{
	background-color: var(--e-global-color-primary) !important;
} */


#rma_form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
	width: 100% !important;
}

#rma_form .gform-theme--foundation .ginput_complex .ginput_container_time {
    inline-size: 33% !important;
}



/* GF confirmation message css*/
.gform_confirmation_message_1{
	color: #252525;
	text-align: center;
}

.gform_confirmation_message{
	text-align: center !important;
}

/* @media (max-width: 768px){
	#gform_confirmation_message_1{
	color: #fff;
	text-align: left;
} */
	
	
/* table css for sa */
	.table .td{
		border:1px solid #333 !important;
	}


/* New Patients Page CSS */

/*=============================
 Membership Plan
==============================*/

#membership-plan-349{
    padding:70px 20px;
}

#membership-plan-349 *{
    box-sizing:border-box;
}

#membership-plan-349 .membership-wrapper{
    max-width:1000px;
    margin:auto;
    position:relative;
}

/*==========================
 Ribbon Image
==========================*/

#membership-plan-349 .membership-ribbon{

    position:absolute;

    top:20px;
    left:50%;

    transform:translateX(-50%);

    width:108%;
    max-width:none;

    z-index:20;

    display:block;
}

/*==========================
 Ribbon Text
==========================*/

#membership-plan-349 .membership-ribbon-content{

    position:absolute;

    top:50px;
    left:50%;

    transform:translateX(-50%);

    z-index:30;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;

    color:#fff;

    width:100%;
}

@media (max-width:1024px){
	#membership-plan-349 .membership-ribbon-content{
		top:40px;
	}
}

@media (max-width:768px){
	#membership-plan-349 .membership-ribbon-content{
		top:30px;
	}
}

#membership-plan-349 .price{

    font-size:45px;
    font-weight:700;
    line-height:1;
	font-family:"Open Sans";
}

#membership-plan-349 .plan{

    font-size:28px;
    font-weight:400;
	font-family:"Open Sans";
}

/*==========================
 White Card
==========================*/

#membership-plan-349 .membership-card{

    background:#fff;

    padding:190px 55px 45px;

    box-shadow:0 5px 18px rgba(0,0,0,.12);
}

/*==========================
 Columns
==========================*/

#membership-plan-349 .membership-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;
}

#membership-plan-349 .membership-col:first-child{

    border-right:1px solid #d8d8d8;

    padding-right:45px;
}

#membership-plan-349 .membership-col:last-child{

    padding-left:5px;
}

/*==========================
 Heading
==========================*/

#membership-plan-349 h3{

    margin:0 0 25px;

    color:#6EB63B;

    font-size:22px;

    font-weight:700;
	font-family:"Open Sans";
}

/*==========================
 List
==========================*/

#membership-plan-349 ul{

    margin:0;
    padding:0;

    list-style:none;
}

#membership-plan-349 li{

    position:relative;

    padding-left:28px;

    color:#555;

    font-size:18px;

    line-height:31px;
	font-family:"Open Sans";
}

#membership-plan-349 li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:2px;

    color:#6EB63B;

    font-weight:bold;
}

/*==========================
 Tablet
==========================*/

@media(max-width:991px){

#membership-plan-349 .membership-ribbon{

    width:108%;
}

#membership-plan-349 .price{

    font-size:32px;
}

#membership-plan-349 .plan{

    font-size:18px;
}

#membership-plan-349 .membership-card{

    padding:95px 35px 35px;
}

#membership-plan-349 .membership-grid{

    gap:35px;
}

	#membership-plan-349 h3{
		font-size:20px;
	}
	
	#membership-plan-349 li{
		font-size:16px;
	}

}

#membership-plan-349 .membership-text{
    position:relative;
    padding-left:30px;
    color:#555;
    font-size:18px;
    line-height:31px;
    font-family:"Open Sans";
}

#membership-plan-349 .membership-text::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;

    width:20px;
    height:20px;

    background:url("/wp-content/uploads/2026/07/Group-4965.webp") center center/contain no-repeat;
}

/*==========================
 Mobile
==========================*/

@media(max-width:767px){

#membership-plan-349 .membership-ribbon{

    width:108%;
}

#membership-plan-349 .membership-ribbon-content{

    flex-direction:row;

    gap:20px;

    top:26px;
}

#membership-plan-349 .price{

    font-size:34px;
}

#membership-plan-349 .plan{

    font-size:16px;
}

#membership-plan-349 .membership-card{

    padding:90px 25px 30px;
}

#membership-plan-349 .membership-grid{

    grid-template-columns:1fr;
}

#membership-plan-349 .membership-col:first-child{

    border-right:none;

    border-bottom:1px solid #ddd;

    padding-right:0;

    padding-bottom:30px;

/*     margin-bottom:30px; */
}

#membership-plan-349 .membership-col:last-child{

    padding-left:0;
}

#membership-plan-349 h3{

    font-size:24px;
}

#membership-plan-349 li{

    font-size:16px;
}

}

/*==========================
 Small Phones
==========================*/

@media(max-width:480px){

#membership-plan-349 .membership-ribbon{

    width:108%;
	height:70px;
}

#membership-plan-349 .price{

    font-size:26px;
}

#membership-plan-349 .plan{

    font-size:16px;
}

#membership-plan-349 .membership-card{

    padding:80px 18px 25px;
}

}

/* 1440px */
@media (max-width: 1440px) {
    #membership-plan-349 .price {
        font-size: 41px;
        line-height: 52px;
    }
}

/* 1366px */
@media (max-width: 1366px) {
    #membership-plan-349 .price {
        font-size: 38px;
        line-height: 48px;
    }
}

/* 1024px */
@media (max-width: 1024px) {
    #membership-plan-349 .price {
        font-size: 32px;
        line-height: 42px;
    }
}




/* --- DENTAL SERVICE CARD CSS (SOLID TITLE BACKGROUND) --- */

/* 1. Main Card Wrapper */
.dental-service-card {
    cursor: pointer;
    position: relative;
    overflow: hidden !important; /* Keeps the zoomed image inside */
}

/* 2. Background Image Widget Wrapper */
.dental-service-card .card-bg-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* THE FIX: Force the actual image inside the widget to auto-fill the container */
.dental-service-card .card-bg-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* This forces the image to fill the space without looking stretched */
    object-position: center !important; /* Keeps the main focus in the middle */
}

/* Hover effect for the zoom */
.dental-service-card:hover .card-bg-img {
    transform: scale(1.1) !important; 
}

/* 3. Full Card Overlay (Hidden normally, shows on hover) */
.dental-service-card .card-dark-overlay {
    background-color: rgba(0,0,0,0.7) !important; /* The dark color for the whole card */
    opacity: 0 !important; /* Completely invisible in normal state */
    transition: opacity 0.4s ease !important;
    z-index: 2 !important; 
    position: absolute !important;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
}

.dental-service-card:hover .card-dark-overlay {
    opacity: 1 !important; /* Fades in the full dark overlay on hover */
}

/* 4. The Title & Its Grey Background */
.dental-service-card .card-static-title {
    z-index: 3 !important;
    position: relative;
    background-color: rgba(0,0,0,0.7) !important; 
	padding-top: 20px !important;
	padding-bottom: 20px !important;
    
    
    transition: background-color 0.4s ease !important; /* Smooth color fade on hover */
}

/* Make title background transparent on hover to merge with the dark overlay */
.dental-service-card:hover .card-static-title {
    background-color: transparent !important; 
}

/* 5. Hidden Bullet Points */
.dental-service-card .card-slide-text {
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out !important;
    overflow: hidden;
    margin-bottom: 0 !important;
    z-index: 3 !important; 
    position: relative;
}

.dental-service-card:hover .card-slide-text {
    max-height: 300px; 
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 25px !important; /* Pushes the title down slightly from the bullets */
}





/* 1. Spread tabs end-to-end with an automatic gap */
.custom-clean-tabs .e-n-tabs-heading {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important; /* Distributes items evenly (left, center, right) */
    border: none !important;
}

/* 2. Restrict border to text width and align to start (left) */
.custom-clean-tabs .e-n-tab-title {
    flex: none !important; /* Prevents full-width stretching */
    justify-content: flex-start !important; /* Aligns content to the left */
    text-align: left !important;
    border-bottom: 2px solid #5CA346 !important; /* Default gray line for inactive tabs */
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 0px 0px 10px 0px !important; /* Bottom spacing for the underline */
    box-shadow: none !important;
}

/* 3. Styling for the Active (Selected) Tab */
.custom-clean-tabs .e-n-tab-title[aria-selected="true"] {
    border-bottom: 2px solid #5CA346 !important; /* Green underline for the active tab */
}

/* Fix text color for the active tab */
.custom-clean-tabs .e-n-tab-title[aria-selected="true"] .elementor-item,
.custom-clean-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text {
    color: #5CA346 !important; /* Green text for the active tab */
}

/* 4. Remove default borders and add spacing to the content area */
.custom-clean-tabs .e-tabs-content-wrapper,
.custom-clean-tabs .e-n-tabs-content {
    border: none !important;
    padding: 20px 0 0 0 !important; /* Adds space between the tabs and the paragraph text */
}


/* ========================================================
   Mobile Fix For Custom Clean Tabs (Max Width 767px)
   ======================================================== */
@media (max-width: 767px) {
    /* Make tabs horizontal, allow wrapping, and stretch them end-to-end */
    .custom-clean-tabs .e-n-tabs-heading {
        flex-direction: row !important;
        flex-wrap: wrap !important; 
        justify-content: space-between !important; /* FIX: Flex-start hata kar Space-between kar diya */
        gap: 10px !important; /* Taki screen choti hone par thoda gap rahe */
    }

    /* Restrict border to text width */
    .custom-clean-tabs .e-n-tab-title {
        width: auto !important; 
        flex: none !important; 
        justify-content: flex-start !important;
        padding: 0px 0px 8px 0px !important; 
    }
}
/* ========================================================
   Custom Slider Navigation (Arrows Bottom Right, Dots Bottom Left)
   To use: Add "custom-slider-nav" to the widget's CSS Classes
   ======================================================== */

/* 1. Slider Container (Bottom Fixed Space) */
.custom-slider-nav {
    padding-bottom: 60px !important; 
    position: relative !important; 
}

/* 2. Pagination Dots (Locked to Bottom Left) */
.custom-slider-nav .swiper-pagination {
    position: absolute !important;
    top: auto !important; 
    bottom: 20px !important; 
    left: 0px !important;   
    right: auto !important; 
    width: auto !important;
    margin: 0 !important;
    transform: none !important; 
    display: flex !important;
    align-items: center !important;
}

/* 3. Navigation Arrows (Locked to Bottom Right) */
.custom-slider-nav .elementor-swiper-button-next,
.custom-slider-nav .elementor-swiper-button-prev {
    position: absolute !important;
    top: auto !important;   
    bottom: 10px !important; 
    margin: 0 !important;
    transform: none !important; 
}

/* Next Button */
.custom-slider-nav .elementor-swiper-button-next {
    right: 0px !important; 
    left: auto !important;
}

/* Prev Button */
.custom-slider-nav .elementor-swiper-button-prev {
    right: 50px !important; 
    left: auto !important;
}

/* 4. Pagination Dots Colors */
/* Normal State (Solid White) */
.custom-slider-nav .swiper-pagination-bullet {
    background-color: #FFFFFF !important;
    opacity: 1 !important; 
    transition: all 0.3s ease-in-out !important; 
}

/* Active & Hover State (Purple) */
.custom-slider-nav .swiper-pagination-bullet-active,
.custom-slider-nav .swiper-pagination-bullet:hover {
    background-color: #D668FF !important;
    opacity: 1 !important; 
}

/* ========================================================
   Mobile Responsiveness (Auto Adjust Sizes)
   ======================================================== */
@media (max-width: 767px) {
    .custom-slider-nav {
        padding-bottom: 40px !important; 
    }
    
    .custom-slider-nav .swiper-pagination {
        bottom: 15px !important; 
    }
    
    .custom-slider-nav .elementor-swiper-button-next,
    .custom-slider-nav .elementor-swiper-button-prev {
        height: 35px !important;
        width: 35px !important;
        bottom: 5px !important; 
    }

    .custom-slider-nav .elementor-swiper-button-prev {
        right: 45px !important; 
    }
}

/* ==================================================
   UNIVERSAL BUTTON HOVER ANIMATION
   Class: vg-button-effect

   Existing button design, gradient, border, padding,
   typography and sizing remain unchanged.
================================================== */

.vg-button-effect .elementor-button {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Dark gradient sweep */
.vg-button-effect .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;

    background: linear-gradient(
        180deg,
        rgba(65, 24, 78, 0.06) 0%,
        rgba(39, 14, 48, 0.72) 55%,
        rgba(7, 2, 10, 0.94) 100%
    );

    transform: translateY(101%);
    transition: transform 0.65s cubic-bezier(.76, 0, .24, 1);
}

/* Soft shine moving across button */
.vg-button-effect .elementor-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    z-index: 1;

    width: 55%;
    height: 100%;

    background: linear-gradient(
        110deg,
        transparent 0%,
        rgba(255, 255, 255, 0.05) 35%,
        rgba(255, 255, 255, 0.24) 50%,
        rgba(255, 255, 255, 0.05) 65%,
        transparent 100%
    );

    transform: skewX(-22deg);
    transition: left 0.8s cubic-bezier(.22, 1, .36, 1);
    pointer-events: none;
}

/* Keep existing text and icon above overlays */
.vg-button-effect .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

/* Preserve current text and icon colours */
.vg-button-effect .elementor-button-text,
.vg-button-effect .elementor-button-icon {
    position: relative;
    z-index: 2;
}

/* Animate existing icon only */
.vg-button-effect .elementor-button-icon {
    transition: transform 0.5s cubic-bezier(.22, 1, .36, 1);
}

.vg-button-effect .elementor-button-icon svg,
.vg-button-effect .elementor-button-icon i {
    transition: transform 0.5s cubic-bezier(.22, 1, .36, 1);
}

/* Hover state */
.vg-button-effect .elementor-button:hover::before,
.vg-button-effect .elementor-button:focus-visible::before {
    transform: translateY(0);
}

.vg-button-effect .elementor-button:hover::after,
.vg-button-effect .elementor-button:focus-visible::after {
    left: 150%;
}

/* Arrow / icon movement */
.vg-button-effect .elementor-button:hover .elementor-button-icon,
.vg-button-effect .elementor-button:focus-visible .elementor-button-icon {
    transform: translateX(4px);
}

.vg-button-effect .elementor-button:hover .elementor-button-icon svg,
.vg-button-effect .elementor-button:hover .elementor-button-icon i,
.vg-button-effect .elementor-button:focus-visible .elementor-button-icon svg,
.vg-button-effect .elementor-button:focus-visible .elementor-button-icon i {
    transform: rotate(-8deg);
}

/* Touch feedback */
.vg-button-effect .elementor-button:active::before {
    transform: translateY(0);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .vg-button-effect .elementor-button::before,
    .vg-button-effect .elementor-button::after,
    .vg-button-effect .elementor-button-icon,
    .vg-button-effect .elementor-button-icon svg,
    .vg-button-effect .elementor-button-icon i {
        transition: none !important;
    }
}


/* for menu css in grid for SA */
#sm-17854331582241523-4 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    width: 650px !important;
    box-sizing: border-box !important;
}


