.elementor-2482 .elementor-element.elementor-element-3989edd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2482 .elementor-element.elementor-element-71815a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ef372b9 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

/* HERO SECTION */

.hero{
position:relative;
height:85vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:25px;

color:#ffffff;

background:url("https://ksdentalclinic.com/wp-content/uploads/2026/03/ddddd-2-e1773632018838.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

/* DARK OVERLAY FOR READABILITY */

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}

.hero-content{
position:relative;
max-width:420px;
}

/* LIGHT TEXT */

.hero h1{
font-size:28px;
font-weight:600;
margin-bottom:15px;
color:#FFFFFF;
}

.hero p{
font-size:15px;
line-height:1.6;
margin-bottom:25px;
color:#F1F5F9;
}

/* BUTTONS */

.hero-btns{
display:flex;
flex-direction:column;
gap:12px;
}

.btn-primary{
background:#0EA5A4;
color:white;
padding:12px;
border-radius:8px;
text-decoration:none;
font-weight:500;
}

.btn-outline{
border:2px solid #ffffff;
color:#ffffff;
padding:12px;
border-radius:8px;
text-decoration:none;
}

/* DESKTOP */

@media(min-width:768px){

.hero{
height:90vh;
justify-content:flex-start;
text-align:left;
padding:60px;

background:url("https://ksdentalclinic.com/wp-content/uploads/2026/03/ddddd-1.png");
background-size:cover;
background-position:center;
}

.hero-content{
max-width:600px;
}

.hero h1{
font-size:48px;
}

.hero p{
font-size:18px;
}

.hero-btns{
flex-direction:row;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da3e6cd *//* SERVICES SECTION */

.ksdc-services{
padding:90px 6%;
background:#f8f9fc;
font-family:'Poppins',sans-serif;
}

.ksdc-services-container{
max-width:1200px;
margin:auto;
}

.ksdc-services-title{
text-align:center;
font-size:36px;
margin-bottom:50px;
color:#222;
}

.ksdc-services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.ksdc-service-card{
background:#fff;
border-radius:14px;
overflow:hidden;
text-decoration:none;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:0.3s;
display:block;
}

.ksdc-service-card:hover{
transform:translateY(-6px);
box-shadow:0 14px 35px rgba(0,0,0,0.12);
}

.ksdc-service-card img{
width:100%;
height:180px;
object-fit:cover;
}

.ksdc-service-card h3{
padding:18px;
font-size:18px;
color:#222;
text-align:center;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbed109 *//* BRUSHING HYGIENE SECTION */

.ksdc-brushing{
padding:100px 6%;
background:#f5f7ff;
font-family:'Poppins',sans-serif;
}

.ksdc-brush-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
flex-wrap:wrap;
}

/* LABEL */

.ksdc-brush-label{
color:#5a6cff;
font-weight:600;
font-size:14px;
letter-spacing:1px;
}

/* TITLE */

.ksdc-brush-text h2{
font-size:40px;
margin:10px 0 15px;
color:#3b2f8f;
}

.ksdc-brush-text p{
color:#444;
margin-bottom:20px;
font-size:16px;
}

/* LIST */

.ksdc-brush-list{
list-style:none;
padding:0;
margin-bottom:30px;
}

.ksdc-brush-list li{
margin-bottom:10px;
padding-left:26px;
position:relative;
color:#333;
}

.ksdc-brush-list li:before{
content:"✔";
position:absolute;
left:0;
color:#5a6cff;
font-weight:bold;
}

/* TIP CARDS */

.ksdc-brush-tips{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.ksdc-tip{
background:linear-gradient(135deg,#5a6cff,#7b4dff);
color:#fff;
padding:18px 24px;
border-radius:14px;
font-size:15px;
font-weight:500;
box-shadow:0 10px 25px rgba(90,108,255,0.25);
}

/* IMAGE */

.ksdc-brush-image{
flex:1;
text-align:center;
min-width:280px;
}

.ksdc-brush-image img{
max-width:360px;
width:100%;
}

/* MOBILE */

@media(max-width:768px){

.ksdc-brush-container{
flex-direction:column;
text-align:left;
}

.ksdc-brush-text h2{
font-size:30px;
}

.ksdc-brush-image img{
max-width:260px;
margin-top:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dacd980 *//* BRUSHING HYGIENE SECTION */

.ksdc-brushing{
padding:100px 6%;
background:#f5f7ff;
font-family:'Poppins',sans-serif;
}

.ksdc-brush-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
flex-wrap:wrap;
}

/* LABEL */

.ksdc-brush-label{
color:#5a6cff;
font-weight:600;
font-size:14px;
letter-spacing:1px;
}

/* TITLE */

.ksdc-brush-text h2{
font-size:40px;
margin:10px 0 15px;
color:#3b2f8f;
}

.ksdc-brush-text p{
color:#444;
margin-bottom:20px;
font-size:16px;
}

/* LIST */

.ksdc-brush-list{
list-style:none;
padding:0;
margin-bottom:30px;
}

.ksdc-brush-list li{
margin-bottom:10px;
padding-left:26px;
position:relative;
color:#333;
}

.ksdc-brush-list li:before{
content:"✔";
position:absolute;
left:0;
color:#5a6cff;
font-weight:bold;
}

/* TIP CARDS */

.ksdc-brush-tips{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.ksdc-tip{
background:linear-gradient(135deg,#5a6cff,#7b4dff);
color:#fff;
padding:18px 24px;
border-radius:14px;
font-size:15px;
font-weight:500;
box-shadow:0 10px 25px rgba(90,108,255,0.25);
}

/* IMAGE */

.ksdc-brush-image{
flex:1;
text-align:center;
min-width:280px;
}

.ksdc-brush-image img{
max-width:360px;
width:100%;
}

/* MOBILE */

@media(max-width:768px){

.ksdc-brush-container{
flex-direction:column;
text-align:left;
}

.ksdc-brush-text h2{
font-size:30px;
}

.ksdc-brush-image img{
max-width:260px;
margin-top:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-457fc9d *//* BRUSHING HYGIENE SECTION */

.ksdc-brushing{
padding:100px 6%;
background:#f5f7ff;
font-family:'Poppins',sans-serif;
}

.ksdc-brush-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
flex-wrap:wrap;
}

/* LABEL */

.ksdc-brush-label{
color:#5a6cff;
font-weight:600;
font-size:14px;
letter-spacing:1px;
}

/* TITLE */

.ksdc-brush-text h2{
font-size:40px;
margin:10px 0 15px;
color:#3b2f8f;
}

.ksdc-brush-text p{
color:#444;
margin-bottom:20px;
font-size:16px;
}

/* LIST */

.ksdc-brush-list{
list-style:none;
padding:0;
margin-bottom:30px;
}

.ksdc-brush-list li{
margin-bottom:10px;
padding-left:26px;
position:relative;
color:#333;
}

.ksdc-brush-list li:before{
content:"✔";
position:absolute;
left:0;
color:#5a6cff;
font-weight:bold;
}

/* TIP CARDS */

.ksdc-brush-tips{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.ksdc-tip{
background:linear-gradient(135deg,#5a6cff,#7b4dff);
color:#fff;
padding:18px 24px;
border-radius:14px;
font-size:15px;
font-weight:500;
box-shadow:0 10px 25px rgba(90,108,255,0.25);
}

/* IMAGE */

.ksdc-brush-image{
flex:1;
text-align:center;
min-width:280px;
}

.ksdc-brush-image img{
max-width:360px;
width:100%;
}

/* MOBILE */

@media(max-width:768px){

.ksdc-brush-container{
flex-direction:column;
text-align:left;
}

.ksdc-brush-text h2{
font-size:30px;
}

.ksdc-brush-image img{
max-width:260px;
margin-top:20px;
}

}/* End custom CSS */