.elementor-9 .elementor-element.elementor-element-da37763{--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;--overlay-opacity:0.5;}.elementor-9 .elementor-element.elementor-element-da37763::before, .elementor-9 .elementor-element.elementor-element-da37763 > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-da37763 > .e-con-inner > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-da37763 > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-da37763 > .e-con-inner > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-da37763 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-9 .elementor-element.elementor-element-1cb2caf{width:100%;max-width:100%;}.elementor-9 .elementor-element.elementor-element-38c39e3{--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-9 .elementor-element.elementor-element-8920129{--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-e17926e *//* HERO SECTION */

.ksdc-hero{
width:100%;
padding:80px 6%;
background:#;
font-family:'Poppins',sans-serif;
}

.ksdc-hero-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
flex-wrap:wrap;
}

/* TEXT */

.ksdc-hero-text{
flex:1;
min-width:280px;
}

.ksdc-hero-text h1{
font-size:42px;
color:#222;
margin-bottom:15px;
}

.ksdc-hero-text p{
font-size:17px;
color:#666;
margin-bottom:25px;
}

/* BUTTONS */

.ksdc-hero-buttons{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.ksdc-btn-primary{
background:#6c3cff;
color:#fff;
padding:12px 26px;
border-radius:28px;
text-decoration:none;
font-weight:500;
}

.ksdc-btn-wa{
background:#25d366;
color:#fff;
padding:12px 26px;
border-radius:28px;
text-decoration:none;
font-weight:500;
}

/* IMAGE */

.ksdc-hero-image{
flex:1;
text-align:right;
min-width:260px;
}

.ksdc-hero-image img{
width:100%;
max-width:500px;
border-radius:16px;
}

/* MOBILE */

@media(max-width:768px){

.ksdc-hero-container{
flex-direction:column-reverse;
text-align:center;
}

.ksdc-hero-text h1{
font-size:30px;
}

.ksdc-hero-buttons{
justify-content:center;
}

.ksdc-hero-image{
text-align:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-baedc25 *//* 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-38fe679 *//* GENERAL SERVICES */

.ksdc-general-services{
padding:90px 6%;
background:#ffffff;
font-family:'Poppins',sans-serif;
}

.ksdc-gs-container{
max-width:1200px;
margin:auto;
}

.ksdc-gs-title{
text-align:center;
font-size:36px;
margin-bottom:50px;
color:#222;
}

/* GRID */

.ksdc-gs-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:28px;
}

/* CARD */

.ksdc-gs-card{
background:#f8f9fc;
border-radius:14px;
padding:30px 20px;
text-align:center;
text-decoration:none;
transition:.3s;
box-shadow:0 6px 20px rgba(0,0,0,0.05);
display:block;
}

.ksdc-gs-card:hover{
transform:translateY(-6px);
box-shadow:0 12px 30px rgba(0,0,0,0.1);
}

.ksdc-gs-card img{
width:60px;
margin-bottom:15px;
}

.ksdc-gs-card h3{
font-size:17px;
color:#222;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1cb2caf *//* ABOUT SECTION */

.ksdc-about{
position:relative;
width:100%;
padding:120px 6%;
background-image:url("https://app.webdevo.in/wp-content/uploads/2026/03/ddddd-1.png");
background-size:cover;
background-position:center;
background-attachment:fixed;
font-family:'Poppins',sans-serif;
color:#fff;
}

/* DARK OVERLAY */

.ksdc-about-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}

/* CONTENT */

.ksdc-about-content{
position:relative;
max-width:800px;
margin:auto;
text-align:center;
}

.ksdc-about-content h2{
font-size:40px;
margin-bottom:20px;
}

.ksdc-about-content p{
font-size:18px;
line-height:1.7;
margin-bottom:18px;
}

/* BUTTON */

.ksdc-about-btn{
display:inline-block;
margin-top:10px;
padding:14px 32px;
background:#6c3cff;
color:#fff;
text-decoration:none;
border-radius:30px;
font-weight:500;
transition:.3s;
}

.ksdc-about-btn:hover{
background:#5630d6;
}

/* MOBILE IMAGE */

@media(max-width:768px){

.ksdc-about{
padding:90px 6%;
background-image:url("https://app.webdevo.in/wp-content/uploads/2026/03/ddddd-1-1-e1773548730791.png");
background-attachment:scroll;
}

.ksdc-about-content h2{
font-size:30px;
}

.ksdc-about-content p{
font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca033d2 *//* 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 */