@media (max-width: 1600px) {}
@media (max-width: 1440px) {}   
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
	section.get-in-touch {
    padding: 2rem 0;
}

	section.about-section.dyeing {
    padding-bottom: 5rem;
}

header.header-desktop {
display: none;
}

header.mobile-header {
    display: block;
}

img.faded-logo {
    width: 91%;
    opacity: 0.2;
    margin: 0 auto;
    display: block;
}

section.section-why-choose-us .img img {
    height: 100% !important;
}

section.section-why-choose-us .img::after {
    border-radius: 40px;
}

section.section-why-choose-us::after {
    content: unset;
}

section.section-why-choose-us {
    background-color: #331d41;
    margin-top: 0;
}

footer {
    margin-top: 0rem;
}

section.banner {
    height: 100%;
}

.footer-nav ul {
    gap: 0 4rem;
}
	section.about-section {
    padding: 5rem 0
}
}

@media (max-width: 992px) {

section.visit-info .col-md-4 {
    width: 100%;
}

section.visit-info .row {
    gap: 20px 0;
}

	footer .col-md-4, footer .col-md-8 {width: 100%;}

.footer-nav ul {
    justify-content: start !important;
}

.footer-nav .text-end {
    text-align: start !important;
}

footer .row {
    gap: 4rem 0;
}

.copyright .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 14px 0;
}

	section.banner {
    height: 90%;
}


section.inner-banner {
    height: 70%;
    padding-top: 4rem;
}

section.about-section .img {
    text-align: center;
}

section.about-section .img img {
    width: 70%;
}

section.about-section .col-md-6 {
    width: 100%;
}

section.about-section .row {
    gap: 60px 0;
}

section.signifies-section .col-md-4 {
    width: 100%;
}

section.signifies-section .row {
    gap: 4rem 0;
}

section.signifies-section .outer span.arrow {
    margin: 0 auto;
    inset: 0;
    top: unset;
    left: 0;
    right: 0;
    bottom: -20px;
    transform: rotate(90deg);
}

section.section-why-choose-us .col-md-5, section.section-why-choose-us .col-md-7 {
    width: 100%;
}

section.section-why-choose-us .img img {
    width: 52%;
}

section.section-why-choose-us .img::after {
    width: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.section-why-choose-us {
    height: unset !important;
}

section.section-why-choose-us .row {
    gap: 4rem 0;
}

section.section-why-choose-us .img {
    text-align: center;
}


}
@media (max-width: 800px) {
	footer .row {
    gap: 2rem 0;
}
	section.about-section .text {
    padding-left: 0;
}

	section.banner {
    height: 78%;
}

section.inner-banner {
    height: 48%;
}

section.service-section {
    padding: 2rem 0 4rem;
}

section.banner .inner .d-flex {
    flex-direction: column;
    gap: 10px 0;
}

.footer-nav ul {
    flex-direction: column;
    align-items: start !important;
    gap: 2rem 0;
}

.footer-nav .text-end {
    margin-top: 1rem;
}

footer {
    padding-top: 4rem;
}

.form-row {
    gap: 30px;
    flex-direction: column;
}

.contact-form {
    padding: 30px;
}

}
@media (max-width: 768px) {}
@media (max-width: 480px) {
    section.banner .inner {
    padding-top: 7rem;
}
    section.banner .inner {
    padding-top: 7rem;
}
	.contact-form {
    border-radius: 30PX;
}

section.get-in-touch input {
    border-radius: 10px;
}

section.get-in-touch textarea {
    border-radius: 10px;
}
	h6.mini-heading {
    font-size: 16px;
}

section.signifies-section .inner h4 {
    font-size: 30px;
}

section.section-why-choose-us .img img {
    width: 100%;
}

section.section-why-choose-us .img::after {
    width: 100%;
}

a.whatsapp-button {
    bottom: 100px;
}
}
@media (max-width: 414px) {
	.copyright div:nth-child(2){
		flex-direction: column;
	}

	.copyright .d-flex {
    text-align: center;
}

.copyright span:nth-child(2) {
    display: none;
}
}
@media (max-width: 375px) {}
@media (max-width: 360px) {
	section.banner {
    height: 80%;
}

section.inner-banner {
    height: 50%;
}

}