*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:Arial,Helvetica,sans-serif;
background:#f5f5f5;
color:#333;
line-height:1.8;

}

.container{

width:90%;
max-width:1200px;
margin:auto;

}

.home-theatre-section{
    background:#f8f9fa;
}

.section-title h1{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
    line-height:1.3;
}

.sub-heading{
    font-size:28px;
    font-weight:600;
    color:#5fcf63;
    margin-bottom:20px;
}

.home-theatre-section p{
    color:#555;
    font-size:17px;
    line-height:30px;
    margin-bottom:18px;
	text-align: justify;
}

.feature-box{
    background:#fff;
    padding:15px 18px;
    border-radius:8px;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
    font-weight:600;
    transition:.3s;
}

.feature-box:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-4px);
}

.btn-danger{
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
}

.home-theatre-section img{
    width:100%;
    height:auto;
}

/* Tablet */

@media(max-width:991px){

.section-title h1{
    font-size:34px;
}

.sub-heading{
    font-size:24px;
}

.home-theatre-section{
    text-align:center;
}

}

/* Mobile */

@media(max-width:767px){

.section-title h1{
    font-size:28px;
    line-height:1.4;
}

.sub-heading{
    font-size:22px;
}

.home-theatre-section p{
    font-size:16px;
    line-height:28px;
}

.feature-box{
    font-size:15px;
    padding:12px;
}

.btn-danger{
    width:100%;
}

}

/* Small Mobile */

@media(max-width:480px){

.section-title h1{
    font-size:24px;
}

.sub-heading{
    font-size:20px;
}

.home-theatre-section p{
    font-size:15px;
}

}
.home-theatre-installation{
    padding:70px 0;
    background:#ffffff;
}

.home-theatre-installation h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.home-theatre-installation p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.service-card{
    background:#f8f9fa;
    border-left:4px solid #5fcf63;
    padding:15px 18px;
    border-radius:8px;
    font-weight:600;
    color:#222;
    height:100%;
    transition:.3s;
}

.service-card:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-4px);
}

.home-theatre-installation img{
    width:100%;
    border-radius:12px;
}

/* Tablet */

@media(max-width:991px){

.home-theatre-installation{
    text-align:center;
}

.home-theatre-installation h2{
    font-size:30px;
}

}

/* Mobile */

@media(max-width:767px){

.home-theatre-installation{
    padding:50px 0;
}

.home-theatre-installation h2{
    font-size:26px;
    line-height:1.4;
}

.home-theatre-installation p{
    font-size:16px;
    line-height:28px;
}

.service-card{
    font-size:15px;
    padding:14px;
}

}

/* Small Mobile */

@media(max-width:480px){

.home-theatre-installation h2{
    font-size:22px;
}

.home-theatre-installation p{
    font-size:15px;
}

}
.custom-home-theatre{
    padding:70px 0;
    background:#f8f9fa;
}

.custom-home-theatre h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.custom-home-theatre p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.custom-service-box{
    background:#fff;
    padding:16px 18px;
    border-radius:10px;
    border:1px solid #e5e5e5;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
    font-weight:600;
    transition:.3s;
    height:100%;
}

.custom-service-box:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-4px);
}

.custom-home-theatre img{
    width:100%;
    border-radius:12px;
}

/* Tablet */

@media (max-width:991px){

.custom-home-theatre{
    text-align:center;
}

.custom-home-theatre h2{
    font-size:30px;
}

}

/* Mobile */

@media (max-width:767px){

.custom-home-theatre{
    padding:50px 0;
}

.custom-home-theatre h2{
    font-size:26px;
    line-height:1.4;
}

.custom-home-theatre p{
    font-size:16px;
    line-height:28px;
	text-align: justify;
}

.custom-service-box{
    font-size:15px;
    padding:14px;
}

}

/* Small Mobile */

@media (max-width:480px){

.custom-home-theatre h2{
    font-size:22px;
}

.custom-home-theatre p{
    font-size:15px;
}

}
.home-cinema-section{
    padding:70px 0;
    background:#ffffff;
}

.home-cinema-section h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.home-cinema-section p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.cinema-box{
    background:#f8f9fa;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    padding:16px 20px;
    font-weight:600;
    transition:.3s;
    height:100%;
    box-shadow:0 3px 10px rgba(0,0,0,.06);
}

.cinema-box:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-4px);
}

.home-cinema-section img{
    width:100%;
    border-radius:12px;
}

/* Tablet */

@media (max-width:991px){

.home-cinema-section{
    text-align:center;
}

.home-cinema-section h2{
    font-size:30px;
}

}

/* Mobile */

@media (max-width:767px){

.home-cinema-section{
    padding:50px 0;
}

.home-cinema-section h2{
    font-size:26px;
    line-height:1.4;
}

.home-cinema-section p{
    font-size:16px;
    line-height:28px;
}

.cinema-box{
    font-size:15px;
    padding:14px 16px;
}

}

/* Small Mobile */

@media (max-width:480px){

.home-cinema-section h2{
    font-size:22px;
}

.home-cinema-section p{
    font-size:15px;
}

.cinema-box{
    padding:12px 15px;
}

}
.home-cinema-installation{
    padding:70px 0;
    background:#f8f9fa;
}

.home-cinema-installation h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.home-cinema-installation p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.install-card{
    background:#fff;
    padding:25px 20px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    border:1px solid #ececec;
    transition:.35s;
    height:100%;
}

.install-card span{
    font-size:34px;
    display:block;
    margin-bottom:12px;
}

.install-card h5{
    font-size:17px;
    font-weight:600;
    color:#222;
    margin:0;
    line-height:1.5;
}

.install-card:hover{
    background:#5fcf63;
    transform:translateY(-5px);
}

.install-card:hover h5,
.install-card:hover span{
    color:#fff;
}

.home-cinema-installation img{
    width:100%;
    border-radius:12px;
}

/* Tablet */

@media(max-width:991px){

.home-cinema-installation{
    text-align:center;
}

.home-cinema-installation h2{
    font-size:30px;
}

}

/* Mobile */

@media(max-width:767px){

.home-cinema-installation{
    padding:50px 0;
}

.home-cinema-installation h2{
    font-size:26px;
    line-height:1.4;
}

.home-cinema-installation p{
    font-size:16px;
    line-height:28px;
}

.install-card{
    padding:20px 15px;
}

.install-card span{
    font-size:30px;
}

.install-card h5{
    font-size:16px;
}

}

/* Small Mobile */

@media(max-width:480px){

.home-cinema-installation h2{
    font-size:22px;
}

.home-cinema-installation p{
    font-size:15px;
}

.install-card h5{
    font-size:15px;
}

.install-card span{
    font-size:28px;
}

}
.dedicated-home-theatre{
    padding:70px 0;
    background:#ffffff;
}

.dedicated-home-theatre h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.dedicated-home-theatre p{
    font-size:17px;
    line-height:30px;
    color:#555;
    margin-bottom:18px;
	text-align: justify;
}

.theatre-feature-card{
    background:#f8f9fa;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    padding:18px 20px;
    font-size:16px;
    font-weight:600;
    color:#222;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    transition:all .3s ease;
    height:100%;
}

.theatre-feature-card:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-5px);
}

.dedicated-home-theatre img{
    width:100%;
    border-radius:12px;
}

/* Tablet */

@media (max-width:991px){

.dedicated-home-theatre{
    text-align:center;
}

.dedicated-home-theatre h2{
    font-size:30px;
}

}

/* Mobile */

@media (max-width:767px){

.dedicated-home-theatre{
    padding:50px 0;
}

.dedicated-home-theatre h2{
    font-size:26px;
    line-height:1.4;
}

.dedicated-home-theatre p{
    font-size:16px;
    line-height:28px;
}

.theatre-feature-card{
    padding:16px;
    font-size:15px;
}

}

/* Small Mobile */

@media (max-width:480px){

.dedicated-home-theatre h2{
    font-size:22px;
}

.dedicated-home-theatre p{
    font-size:15px;
}

.theatre-feature-card{
    font-size:14px;
    padding:14px;
}

}
.design-installation-section{
    padding:70px 0;
    background:#f8f9fa;
}

.design-installation-section h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.design-installation-section p{
    color:#555;
    font-size:17px;
    line-height:30px;
	text-align: justify;
}

.process-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-top:30px;
    padding:20px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.process-item:hover{
    transform:translateY(-5px);
}

.process-number{
    min-width:60px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#5fcf63;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.process-content h4{
    font-size:22px;
    margin-bottom:10px;
    color:#222;
}

.process-content p{
    margin:0;
    font-size:16px;
    line-height:28px;
}

.design-installation-section img{
    width:100%;
    border-radius:12px;
}

/* Tablet */

@media(max-width:991px){

.design-installation-section{
    text-align:center;
}

.design-installation-section h2{
    font-size:30px;
}

.process-item{
    text-align:left;
}

}

/* Mobile */

@media(max-width:767px){

.design-installation-section{
    padding:50px 0;
}

.design-installation-section h2{
    font-size:26px;
    line-height:1.4;
}

.design-installation-section p{
    font-size:16px;
    line-height:28px;
}

.process-item{
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.process-number{
    width:55px;
    height:55px;
    font-size:20px;
}

.process-content h4{
    font-size:20px;
}

.process-content p{
    font-size:15px;
}

}

/* Small Mobile */

@media(max-width:480px){

.design-installation-section h2{
    font-size:22px;
}

.design-installation-section p{
    font-size:15px;
	text-align: justify;
}

.process-content h4{
    font-size:18px;
}

.process-content p{
    font-size:14px;
}

}
.turnkey-home-theatre{
    padding:70px 0;
    background:#f8f9fa;
}

.turnkey-home-theatre h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.turnkey-home-theatre p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.turnkey-home-theatre img{
    width:100%;
    border-radius:12px;
}

.turnkey-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:10px;
    padding:16px 18px;
    font-size:16px;
    font-weight:600;
    color:#222;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
    transition:all .3s ease;
    height:100%;
}

.turnkey-card:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-5px);
}

.turnkey-highlight{
    background:#fff3f3;
    border-left:5px solid #5fcf63;
    padding:20px;
    border-radius:10px;
    color:#444;
    line-height:28px;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

/* Tablet */

@media (max-width:991px){

.turnkey-home-theatre{
    text-align:center;
}

.turnkey-home-theatre h2{
    font-size:30px;
}

.turnkey-highlight{
    text-align:left;
}

}

/* Mobile */

@media (max-width:767px){

.turnkey-home-theatre{
    padding:50px 0;
}

.turnkey-home-theatre h2{
    font-size:26px;
    line-height:1.4;
}

.turnkey-home-theatre p{
    font-size:16px;
    line-height:28px;
}

.turnkey-card{
    font-size:15px;
    padding:15px;
}

.turnkey-highlight{
    padding:18px;
    font-size:15px;
    line-height:26px;
}

}

/* Small Mobile */

@media (max-width:480px){

.turnkey-home-theatre h2{
    font-size:22px;
}

.turnkey-home-theatre p{
    font-size:15px;
}

.turnkey-card{
    font-size:14px;
}

.turnkey-highlight{
    font-size:14px;
}

}
.dolby-atmos-section{
    padding:70px 0;
    background:#ffffff;
}

.dolby-atmos-section h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.dolby-atmos-section p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.dolby-atmos-section img{
    width:100%;
    border-radius:12px;
}

.atmos-card{
    background:#f8f9fa;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    padding:18px;
    font-size:17px;
    font-weight:600;
    color:#222;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.atmos-card:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-5px);
}

.atmos-card.premium{
    background:#fff5f5;
    border-left:5px solid #ff9800;
}

.atmos-highlight{
    margin-top:30px;
    padding:22px;
    background:#f8f9fa;
    border-radius:12px;
    border-left:5px solid #5fcf63;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.atmos-highlight h5{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.atmos-highlight p{
    margin:0;
    font-size:16px;
    line-height:28px;
}

/* Tablet */

@media(max-width:991px){

.dolby-atmos-section{
    text-align:center;
}

.dolby-atmos-section h2{
    font-size:30px;
}

.atmos-highlight{
    text-align:left;
}

}

/* Mobile */

@media(max-width:767px){

.dolby-atmos-section{
    padding:50px 0;
}

.dolby-atmos-section h2{
    font-size:26px;
    line-height:1.4;
}

.dolby-atmos-section p{
    font-size:16px;
    line-height:28px;
}

.atmos-card{
    font-size:15px;
    padding:15px;
}

.atmos-highlight{
    padding:18px;
}

.atmos-highlight h5{
    font-size:20px;
}

.atmos-highlight p{
    font-size:15px;
}

}

/* Small Mobile */

@media(max-width:480px){

.dolby-atmos-section h2{
    font-size:22px;
}

.dolby-atmos-section p{
    font-size:15px;
}

.atmos-card{
    font-size:14px;
}

.atmos-highlight h5{
    font-size:18px;
}

.atmos-highlight p{
    font-size:14px;
}

}
.acoustic-treatment-section{
    padding:70px 0;
    background:#f8f9fa;
}

.acoustic-treatment-section h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.acoustic-treatment-section p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.acoustic-treatment-section img{
    width:100%;
    border-radius:12px;
}

.acoustic-card{
    background:#fff;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    padding:18px;
    font-size:17px;
    font-weight:600;
    color:#222;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    transition:all .3s ease;
    height:100%;
}

.acoustic-card:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-5px);
}

.featured-card{
    background:#fff5f5;
    border-left-color:#ff9800;
}

.acoustic-highlight{
    margin-top:30px;
    background:#fff;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    padding:22px;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.acoustic-highlight h5{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.acoustic-highlight p{
    margin:0;
    font-size:16px;
    line-height:28px;
}

/* Tablet */

@media (max-width:991px){

.acoustic-treatment-section{
    text-align:center;
}

.acoustic-treatment-section h2{
    font-size:30px;
}

.acoustic-highlight{
    text-align:left;
}

}

/* Mobile */

@media (max-width:767px){

.acoustic-treatment-section{
    padding:50px 0;
}

.acoustic-treatment-section h2{
    font-size:26px;
    line-height:1.4;
}

.acoustic-treatment-section p{
    font-size:16px;
    line-height:28px;
}

.acoustic-card{
    font-size:15px;
    padding:15px;
}

.acoustic-highlight{
    padding:18px;
}

.acoustic-highlight h5{
    font-size:20px;
}

.acoustic-highlight p{
    font-size:15px;
}

}

/* Small Mobile */

@media (max-width:480px){

.acoustic-treatment-section h2{
    font-size:22px;
}

.acoustic-treatment-section p{
    font-size:15px;
}

.acoustic-card{
    font-size:14px;
}

.acoustic-highlight h5{
    font-size:18px;
}

.acoustic-highlight p{
    font-size:14px;
}

}
.wiring-installation-section{
    padding:70px 0;
    background:#ffffff;
}

.wiring-installation-section h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.wiring-installation-section p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.wiring-installation-section img{
    width:100%;
    border-radius:12px;
}

.wiring-card{
    background:#f8f9fa;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    padding:18px;
    font-size:17px;
    font-weight:600;
    color:#222;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.wiring-card:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-5px);
}

.featured-card{
    background:#fff5f5;
    border-left-color:#ff9800;
}

.wiring-highlight{
    margin-top:30px;
    padding:22px;
    background:#f8f9fa;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.wiring-highlight h5{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.wiring-highlight p{
    margin:0;
    font-size:16px;
    line-height:28px;
}

/* Tablet */

@media(max-width:991px){

.wiring-installation-section{
    text-align:center;
}

.wiring-installation-section h2{
    font-size:30px;
}

.wiring-highlight{
    text-align:left;
}

}

/* Mobile */

@media(max-width:767px){

.wiring-installation-section{
    padding:50px 0;
}

.wiring-installation-section h2{
    font-size:26px;
    line-height:1.4;
}

.wiring-installation-section p{
    font-size:16px;
    line-height:28px;
}

.wiring-card{
    font-size:15px;
    padding:15px;
}

.wiring-highlight{
    padding:18px;
}

.wiring-highlight h5{
    font-size:20px;
}

.wiring-highlight p{
    font-size:15px;
}

}

/* Small Mobile */

@media(max-width:480px){

.wiring-installation-section h2{
    font-size:22px;
}

.wiring-installation-section p{
    font-size:15px;
}

.wiring-card{
    font-size:14px;
}

.wiring-highlight h5{
    font-size:18px;
}

.wiring-highlight p{
    font-size:14px;
}

}
.private-cinema-section,
.theatre-interior-section{
    padding:70px 0;
}

.private-cinema-section{
    background:#fff;
}

.theatre-interior-section{
    background:#f8f9fa;
}

.private-cinema-section h2,
.theatre-interior-section h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.sub-title{
    font-size:24px;
    font-weight:600;
    color:#5fcf63;
}

.private-cinema-section p,
.theatre-interior-section p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.private-cinema-section img,
.theatre-interior-section img{
    width:100%;
    border-radius:12px;
}

/* Cards */

.private-card,
.interior-card{
    background:#fff;
    border-left:5px solid #5fcf63;
    padding:18px;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.private-card:hover,
.interior-card:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-5px);
}

.interior-highlight{
    margin-top:30px;
    padding:22px;
    border-left:5px solid #5fcf63;
    background:#fff;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
    color:#555;
    line-height:28px;
}

/* Tablet */

@media(max-width:991px){

.private-cinema-section,
.theatre-interior-section{
    text-align:center;
}

.private-cinema-section h2,
.theatre-interior-section h2{
    font-size:30px;
}

.interior-highlight{
    text-align:left;
}

}

/* Mobile */

@media(max-width:767px){

.private-cinema-section,
.theatre-interior-section{
    padding:50px 0;
}

.private-cinema-section h2,
.theatre-interior-section h2{
    font-size:26px;
    line-height:1.4;
}

.private-cinema-section p,
.theatre-interior-section p{
    font-size:16px;
    line-height:28px;
}

.sub-title{
    font-size:22px;
}

.private-card,
.interior-card{
    font-size:15px;
    padding:15px;
}

.interior-highlight{
    padding:18px;
    font-size:15px;
}

}

/* Small Mobile */

@media(max-width:480px){

.private-cinema-section h2,
.theatre-interior-section h2{
    font-size:22px;
}

.private-cinema-section p,
.theatre-interior-section p{
    font-size:15px;
	text-align: justify;
}

.sub-title{
    font-size:20px;
}

.private-card,
.interior-card{
    font-size:14px;
}

.interior-highlight{
    font-size:14px;
}

}
.why-choose-section{
    padding:70px 0;
    background:#f8f9fa;
}

.why-choose-section h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.why-choose-section p{
    font-size:17px;
    line-height:30px;
    color:#555;
	text-align: justify;
}

.why-choose-section img{
    width:100%;
    border-radius:12px;
}

.choose-card{
    background:#fff;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    padding:18px;
    font-size:16px;
    font-weight:600;
    color:#222;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
    transition:all .3s ease;
    height:100%;
}

.choose-card:hover{
    background:#5fcf63;
    color:#fff;
    transform:translateY(-5px);
}

.consultant-highlight{
    margin-top:30px;
    background:#fff;
    border-left:5px solid #5fcf63;
    border-radius:10px;
    padding:22px;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.consultant-highlight h5{
    font-size:22px;
    font-weight:700;
    color:#222;
    margin-bottom:12px;
}

.consultant-highlight p{
    margin:0;
    font-size:16px;
    line-height:28px;
}

/* Tablet */

@media (max-width:991px){

.why-choose-section{
    text-align:center;
}

.why-choose-section h2{
    font-size:30px;
}

.consultant-highlight{
    text-align:left;
}

}

/* Mobile */

@media (max-width:767px){

.why-choose-section{
    padding:50px 0;
}

.why-choose-section h2{
    font-size:26px;
    line-height:1.4;
}

.why-choose-section p{
    font-size:16px;
    line-height:28px;
}

.choose-card{
    font-size:15px;
    padding:15px;
}

.consultant-highlight{
    padding:18px;
}

.consultant-highlight h5{
    font-size:20px;
}

.consultant-highlight p{
    font-size:15px;
}

}

/* Small Mobile */

@media (max-width:480px){

.why-choose-section h2{
    font-size:22px;
}

.why-choose-section p{
    font-size:15px;
}

.choose-card{
    font-size:14px;
}

.consultant-highlight h5{
    font-size:18px;
}

.consultant-highlight p{
    font-size:14px;
}

}
.faq-section{
    padding:70px 0;
    background:#f8f9fa;
}

.faq-section h2{
    font-size:38px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.faq-section p{
    font-size:17px;
    color:#666;
    line-height:30px;
    max-width:800px;
    margin:0 auto;
}

.accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:10px !important;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.accordion-button{
    font-size:18px;
    font-weight:600;
    color:#222;
    background:#fff;
    padding:20px 25px;
    box-shadow:none !important;
}

.accordion-button:not(.collapsed){
    background:#5fcf63;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    padding:22px 25px;
    font-size:16px;
    color:#555;
    line-height:30px;
    background:#fff;
}

/* Tablet */

@media(max-width:991px){

.faq-section h2{
    font-size:30px;
}

}

/* Mobile */

@media(max-width:767px){

.faq-section{
    padding:50px 0;
}

.faq-section h2{
    font-size:26px;
}

.faq-section p{
    font-size:16px;
    line-height:28px;
}

.accordion-button{
    font-size:16px;
    padding:16px;
}

.accordion-body{
    padding:18px;
    font-size:15px;
    line-height:28px;
}

}

/* Small Mobile */

@media(max-width:480px){

.faq-section h2{
    font-size:22px;
}

.faq-section p{
    font-size:15px;
}

.accordion-button{
    font-size:15px;
}

.accordion-body{
    font-size:14px;
}

}
.dream-home-theatre{
    padding:80px 0;
    background: linear-gradient(135deg, #5fcf63, #003d99);
    color:#fff;
}

.dream-home-theatre h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
}

.dream-home-theatre p{
    font-size:18px;
    line-height:32px;
    color:#e8e8e8;
    margin-bottom:20px;
	text-align: justify;
}

.dream-home-theatre strong{
    color:#fff;
}

.dream-home-theatre .btn{
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.dream-home-theatre .btn-danger{
    background:#5fcf63;
    border-color:#5fcf63;
}

.dream-home-theatre .btn-danger:hover{
    background:#5fcf63;
    border-color:#5fcf63;
}

.dream-home-theatre .btn-outline-dark{
    background:#fff;
    color:#111;
    border:2px solid #fff;
}

.dream-home-theatre .btn-outline-dark:hover{
    background:transparent;
    color:#fff;
    border-color:#fff;
}

/* Tablet */

@media (max-width:991px){

.dream-home-theatre h2{
    font-size:34px;
}

.dream-home-theatre p{
    font-size:17px;
    line-height:30px;
}

}

/* Mobile */

@media (max-width:767px){

.dream-home-theatre{
    padding:60px 0;
}

.dream-home-theatre h2{
    font-size:28px;
    line-height:1.4;
}

.dream-home-theatre p{
    font-size:16px;
    line-height:28px;
}

.dream-home-theatre .btn{
    width:100%;
    margin-bottom:15px;
}

.dream-home-theatre .btn.me-3{
    margin-right:0 !important;
}

}

/* Small Mobile */

@media (max-width:480px){

.dream-home-theatre h2{
    font-size:24px;
}

.dream-home-theatre p{
    font-size:15px;
}

}








.footer{
    background:#111;
    padding:20px 0;
    text-align:center;
}

.footer p{
    margin:0;
    color:#fff;
    font-size:15px;
    line-height:1.6;
}

.footer a{
    color:#fff;
    text-decoration:none;
}

.footer a:hover{
    color:#f5c542;
}

@media (max-width:768px){
    .footer{
        padding:15px 10px;
    }

    .footer p{
        font-size:14px;
    }
}