/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .navbar-brand,
.navbar .navbar-phone {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    outline: none;
	font-size: 18px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
.portfolio-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.portfolio-img {
    position: relative;
}

.portfolio-cat {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 24px;
    background: rgba(255, 255, 255, .7);
    z-index: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-light);
    font-weight: normal;
    text-transform: uppercase;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--bs-primary);
}

.footer .copyright a:hover {
    color: var(--bs-light);
}

/*** Our Works ***/

.our-works {
    background: #ffffff;
}

.works-heading {
    max-width: 750px;
}

.works-heading h6 {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.works-heading p {
    font-size: 17px;
    color: #666666;
}






/* Video Card */
/*** Our Works ***/

.our-works {
    background: #ffffff;
}

.works-heading {
    max-width: 750px;
}

.works-heading h6 {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.works-heading p {
    font-size: 17px;
    color: #666;
}


/* Video Grid - Desktop 4 in one row */

.works-video-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}


/* Card */

.work-video-card {
    width: 100%;
    min-width: 0;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.10);
    transition: transform .35s ease, box-shadow .35s ease;
}

.work-video-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}


/* YouTube Short */

.work-video {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #111;
    overflow: hidden;
}

.work-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    border: 0;
}


/* Card Content */

.work-video-content {
    padding: 18px;
}

.work-video-content h5 {
    font-family: 'Anton', sans-serif;
}

.work-video-content p {
    margin: 0;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}


/* Tablet - 2 Videos */

@media (max-width: 991.98px) {

    .works-video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* Mobile - 1 Video */

@media (max-width: 575.98px) {

    .works-video-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .work-video-card {
        max-width: 300px;
        margin: 0 auto;
    }

    .works-heading h1 {
        font-size: 36px;
    }

    .works-heading p {
        font-size: 15px;
    }
}
/* Our Works Heading Fix */

.our-works .works-heading {
    width: 100%;
    max-width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.our-works .works-heading h6,
.our-works .works-heading h1,
.our-works .works-heading p {
    width: 100%;
    text-align: center !important;
}






/*** Services Slider ***/

.services-section {
    background: #f7f8f9;
}


/* Heading */

.services-section .services-heading {
    width: 100%;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.services-section .services-heading h6,
.services-section .services-heading h1,
.services-section .services-heading p {
    width: 100%;
    text-align: center !important;
}

.services-section .services-heading p {
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #666666;
    font-size: 17px;
}


/* Service Card */

.service-slide-item {
    position: relative;
    height: 100%;
    background: #f7f4ee;
    margin: 12px 3px 30px;
    padding-top: 28px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid var(--bs-primary);
    transition: all .4s ease;
}

.service-slide-item:hover {
    background: #ffffff;
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}


/* Service Icon */

.service-icon {
    width: 62px;
    height: 62px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: #ffffff;
    font-size: 25px;
    transition: all .4s ease;
}

.service-slide-item:hover .service-icon {
    background: var(--bs-dark);
    transform: rotateY(360deg);
}


/* Service Text */

.service-card-content {
    padding: 0 20px 20px;
}

.service-card-content h3 {
    min-height: 58px;
    margin-bottom: 12px;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.4;
}

.service-card-content p {
    min-height: 96px;
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}


/* Service Image */

.service-card-image {
    position: relative;
    height: 165px;
    margin: 0 18px 18px;
    overflow: hidden;
    border-radius: 4px;
}

.service-card-image img {
    width: 100% !important;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.service-card-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.22),
        transparent 60%
    );
    pointer-events: none;
}

.service-slide-item:hover .service-card-image img {
    transform: scale(1.07);
}


/* Owl Carousel Dots */

.services-carousel .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.services-carousel .owl-dot {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #cccccc !important;
    transition: .3s;
}

.services-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary) !important;
}


/* Mobile */

@media (max-width: 767.98px) {

    .services-heading h1 {
        font-size: 36px;
    }

    .services-heading p {
        font-size: 15px;
    }

    .service-card-content h3 {
        min-height: auto;
    }

    .service-card-content p {
        min-height: auto;
    }

    .service-card-image {
        height: 190px;
    }
}



/* Service Image Hover Link */

.service-card-image {
    position: relative;
}

/* Dark Overlay */

.service-card-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: .35s ease;
    z-index: 1;
}


/* Arrow Button */

.service-image-link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--bs-primary);
    color: #ffffff;

    border-radius: 50%;

    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;

    z-index: 3;
    transition: all .35s ease;
}

.service-image-link i {
    font-size: 20px;
}


/* Hover */

.service-slide-item:hover .service-card-image::before {
    opacity: 1;
}

.service-slide-item:hover .service-image-link {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


/* Arrow Hover */

.service-image-link:hover {
    background: #ffffff;
    color: var(--bs-primary);
    transform: translate(-50%, -50%) scale(1.1) !important;
}





/*********************************
   PROJECT GALLERY
*********************************/

.project-gallery-section {
    background: #ffffff;
}


/* Heading */

.project-gallery-section .gallery-heading {
    width: 100%;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.project-gallery-section .gallery-heading h6,
.project-gallery-section .gallery-heading h1,
.project-gallery-section .gallery-heading p {
    text-align: center !important;
}

.project-gallery-section .gallery-heading p {
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #666666;
    font-size: 17px;
}


/* 4 Photos In One Row */

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}


/* Vertical Photo */

.project-gallery-item {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    cursor: pointer;
    background: #eeeeee;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
	border-color: blue;
    border-style: outset;
    border-radius: 8px;
}


/* Photo */

.project-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}


/* Hover Overlay */

.gallery-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.40);

    opacity: 0;
    transition: .35s ease;
}


/* Zoom Icon */

.gallery-overlay i {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--bs-primary);
    color: #ffffff;

    border-radius: 50%;
    font-size: 19px;

    transform: scale(.5);
    transition: .35s ease;
}


/* Hover Effects */

.project-gallery-item:hover img {
    transform: scale(1.07);
}

.project-gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.project-gallery-item:hover .gallery-overlay i {
    transform: scale(1);
}


/* Popup */

.project-image-modal .modal-content {
    position: relative;
    background: transparent;
    border: none;
}

.project-image-modal .modal-body {
    text-align: center;
}

.project-image-modal #projectModalImage {
    display: block;
    width: auto;
    height: auto;

    max-width: 100%;
    max-height: 85vh;

    margin: auto;
    object-fit: contain;
}

.gallery-close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 10;
    opacity: 1;
}


/* Tablet */

@media (max-width: 991.98px) {

    .project-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* Mobile */

@media (max-width: 575.98px) {

    .project-gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .project-gallery-item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .project-gallery-section .gallery-heading h1 {
        font-size: 36px;
    }

}



/*********************************
   WHY CHOOSE US
*********************************/

.why-choose-section {
    background: #f7f4ee;
}


/* Heading */

.why-heading h6 {
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}

.why-heading h1 {
    line-height: 1.15;
}

.why-heading p {
    max-width: 700px;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}


/* Feature Card */

.why-card {
    position: relative;
    height: 100%;
    display: flex;
    gap: 18px;

    padding: 25px 20px;

    background: #ffffff;

    border-left: 4px solid var(--bs-primary);

    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);

    transition: all .35s ease;
}


/* Card Hover */

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.13);
}


/* Icon */

.why-icon {
    width: 55px;
    height: 55px;

    min-width: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--bs-primary);
    color: #ffffff;

    font-size: 21px;

    transition: .35s ease;
}

.why-card:hover .why-icon {
    background: var(--bs-dark);
}


/* Text */

.why-content h4 {
    margin-bottom: 8px;

    font-family: 'Anton', sans-serif;
    text-transform: uppercase;

    font-size: 18px;
}

.why-content p {
    margin-bottom: 0;

    color: #777777;

    font-size: 14px;
    line-height: 1.6;
}


/* Right Image */

.why-image {
    position: relative;

    width: 100%;
    height: 600px;

    overflow: hidden;

    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
}

.why-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;
}

.why-image:hover img {
    transform: scale(1.05);
}


/* Quality Box */

.why-experience {
    position: absolute;

    left: 0;
    bottom: 0;

    min-width: 210px;

    padding: 22px 25px;

    background: var(--bs-primary);
    color: #ffffff;
}

.experience-number {
    display: block;

    font-family: 'Anton', sans-serif;

    font-size: 32px;

    text-transform: uppercase;
    line-height: 1.1;
}

.experience-text {
    display: block;

    margin-top: 5px;

    font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 1px;
}


/* Tablet */

@media (max-width: 991.98px) {

    .why-image {
        height: 500px;
        max-width: 650px;
        margin: auto;
    }

}


/* Mobile */

@media (max-width: 575.98px) {

    .why-heading h1 {
        font-size: 36px;
    }

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

    .why-card {
        padding: 22px 18px;
    }

    .why-image {
        height: 420px;
    }

    .why-experience {
        min-width: 180px;
        padding: 18px 20px;
    }

    .experience-number {
        font-size: 27px;
    }

}




/*********************************
   FREE CONSULTATION
*********************************/

.consultation-section {
    background: #ffffff;
}


/* Main Box */

.consultation-wrapper {
    overflow: hidden;

    background: #f7f4ee;

    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.10);
}


/* Left Image */

.consultation-image {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 620px;

    overflow: hidden;
}

.consultation-image > img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;
}

.consultation-image:hover > img {
    transform: scale(1.05);
}


/* Image Dark Layer */

.consultation-image-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .72) 0%,
        rgba(0, 0, 0, .15) 60%,
        rgba(0, 0, 0, .05) 100%
    );
}


/* Contact Box */

.consultation-contact {
    position: absolute;

    left: 30px;
    right: 30px;
    bottom: 30px;

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

    padding: 22px;

    background: var(--bs-primary);
    color: #ffffff;
}


/* Phone Icon */

.consultation-contact-icon {
    width: 60px;
    height: 60px;

    min-width: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: var(--bs-primary);

    font-size: 22px;
}


/* Contact Text */

.consultation-contact span {
    display: block;

    margin-bottom: 3px;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.consultation-contact h3 {
    margin-bottom: 3px;

    color: #ffffff;

    font-family: 'Anton', sans-serif;

    text-transform: uppercase;

    font-size: 21px;
}

.consultation-contact a {
    color: #ffffff;

    font-size: 17px;
    font-weight: 600;

    text-decoration: none;
}


/* Right Form Area */

.consultation-form-area {
    height: 100%;

    padding: 55px;
}


/* Heading */

.consultation-heading {
    margin-bottom: 35px;
}

.consultation-heading h6 {
    font-family: 'Anton', sans-serif;

    letter-spacing: 1px;
}

.consultation-heading h1 {
    line-height: 1.15;
}

.consultation-heading p {
    max-width: 680px;

    margin-bottom: 0;

    color: #666666;

    line-height: 1.8;
}


/* Inputs */

.consultation-input {
    border: 1px solid #dddddd;

    border-radius: 0;

    background: #ffffff;
}

.consultation-input:focus {
    border-color: var(--bs-primary);

    box-shadow: 0 0 0 2px rgba(255, 102, 0, .08);
}


/* Message */

.consultation-message {
    height: 130px !important;

    resize: none;
}


/* Button */

.consultation-btn {
    padding: 16px 30px;

    border-radius: 0;

    font-size: 15px;

    letter-spacing: .5px;
}


/* Tablet */

@media (max-width: 991.98px) {

    .consultation-image {
        min-height: 500px;
    }

    .consultation-form-area {
        padding: 45px 35px;
    }

}


/* Mobile */

@media (max-width: 575.98px) {

    .consultation-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .consultation-image {
        min-height: 420px;
    }

    .consultation-contact {
        left: 15px;
        right: 15px;
        bottom: 15px;

        padding: 15px;

        gap: 12px;
    }

    .consultation-contact-icon {
        width: 50px;
        height: 50px;

        min-width: 50px;

        font-size: 18px;
    }

    .consultation-contact h3 {
        font-size: 18px;
    }

    .consultation-contact a {
        font-size: 15px;
    }

    .consultation-form-area {
        padding: 35px 20px;
    }

    .consultation-heading h1 {
        font-size: 34px;
    }

    .consultation-heading p {
        font-size: 15px;
    }

    .consultation-btn {
        width: 100%;
    }

}


/* Our Works Local Videos */

.work-video {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background: #000000;
}

.work-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000000;
}

/****************************************
    S KUMAR CONSTRUCTION
    NEW HOME PAGE TYPOGRAPHY
****************************************/


/* ================================
   BODY
================================ */

body.new-home {
    font-family: 'Inter', sans-serif;
    color: #5f6368;
    font-weight: 400;
}


/* ================================
   HEADINGS
================================ */

.new-home h1,
.new-home h2,
.new-home h3,
.new-home h4,
.new-home h5,
.new-home h6 {
    font-family: 'Poppins', sans-serif;
    text-transform: none !important;
    color: #202529;
}


/* Large Bootstrap Headings */

.new-home .display-1,
.new-home .display-2,
.new-home .display-3,
.new-home .display-4,
.new-home .display-5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: -1.5px;
}


/* Main Section Heading */

.new-home .display-3 {
    font-size: 46px;
    line-height: 1.2;
}


/* ================================
   SMALL SECTION LABEL
================================ */

.new-home h6.text-primary {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;

    text-transform: uppercase !important;

    letter-spacing: 1.5px;
}


/* ================================
   PARAGRAPH
================================ */

.new-home p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.8;
}


/* ================================
   NAVBAR
================================ */

.new-home .navbar .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;

    font-size: 18px;
    font-weight: 600;

    text-transform: none;

    letter-spacing: 0;
}


/* Company Name */

.new-home .navbar-brand h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;

    letter-spacing: -0.5px;
}


/* ================================
   BUTTONS
================================ */

.new-home .btn {
    font-family: 'Poppins', sans-serif;

    font-weight: 500;

    text-transform: none;

    letter-spacing: 0;
}


/* ================================
   HERO SLIDER
================================ */

.new-home .header-carousel h1 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: -2px;

    line-height: 1.12;
}

.new-home .header-carousel p {
    font-family: 'Inter', sans-serif;

    font-weight: 400;

    line-height: 1.7;
}


/* ================================
   COMPANY STATS
================================ */

.new-home .container-fluid h3.text-uppercase {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;
}


/* ================================
   ABOUT
================================ */

.new-home .about-text h1 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;

    line-height: 1.2;
}

.new-home .about-text h6 {
    font-family: 'Inter', sans-serif;

    font-weight: 600;

    text-transform: none !important;
}


/* ================================
   OUR WORKS
================================ */

.new-home .works-heading h1 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: -1px;
}

.new-home .work-video-content h5 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;
}


/* ================================
   SERVICES
================================ */

.new-home .services-heading h1 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: -1px;
}

.new-home .service-card-content h3 {
    font-family: 'Poppins', sans-serif;

    font-size: 19px;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: 0;
}


/* ================================
   PROJECT GALLERY
================================ */

.new-home .gallery-heading h1 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: -1px;
}


/* ================================
   WHY CHOOSE US
================================ */

.new-home .why-heading h1 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: -1px;
}

.new-home .why-content h4 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: 0;
}


/* ================================
   CONSULTATION
================================ */

.new-home .consultation-heading h1 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: -1px;
}

.new-home .consultation-contact h3 {
    font-family: 'Poppins', sans-serif;

    font-weight: 600;

    text-transform: none !important;
}


/* ================================
   FOOTER
================================ */

.new-home .footer h3 {
    font-family: 'Poppins', sans-serif;

    font-size: 19px;

    font-weight: 600;

    text-transform: none !important;

    letter-spacing: 0;
}

.new-home .footer .btn.btn-link {
    font-family: 'Inter', sans-serif;

    text-transform: none;
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991.98px) {

    .new-home .display-3 {
        font-size: 40px;
    }

}


@media (max-width: 767.98px) {

    .new-home .display-3 {
        font-size: 34px;

        line-height: 1.25;

        letter-spacing: -0.7px;
    }

    .new-home .header-carousel h1 {
        font-size: 39px;

        line-height: 1.2;

        letter-spacing: -1px;
    }

}


@media (max-width: 400px) {

    .new-home .display-3 {
        font-size: 30px;
    }

    .new-home .header-carousel h1 {
        font-size: 33px;
    }

}

/*************************************************
 FINAL THREE LEVEL HEADER
*************************************************/


/* Topbar */

.sk-topbar {
    min-height: 42px;
}


/* =============================================
   BRAND HEADER
============================================= */

.sk-brand-header {
    position: relative;
    z-index: 20;

    background: #ffffff;

    border-bottom: 1px solid #eeeeee;
}


.sk-brand-grid {
    position: relative;

    min-height: 145px;

    display: grid;

    grid-template-columns: 180px minmax(0, 1fr) 180px;

    align-items: center;

    gap: 25px;

    padding: 15px 0;
}


/* Logo */

.sk-brand-logo {
    display: flex;

    align-items: center;

    justify-content: flex-start;
}


.sk-brand-logo a {
    display: inline-flex;

    align-items: center;

    justify-content: center;
}


.sk-brand-logo img {
    display: block;

    width: 110px;
    height: 110px;

    max-width: none;

    object-fit: contain;

    border-radius: 4px;
}


/* Center Company */

.sk-brand-center {
    width: 100%;

    text-align: center;
}


.sk-company-name {
    display: inline-block;

    margin-bottom: 9px;

    color: #202529;

    font-family: 'Poppins', sans-serif;

    font-size: 35px;

    font-weight: 600;

    line-height: 1.15;

    letter-spacing: -1px;

    text-decoration: none;
}


.sk-company-name:hover {
    color: var(--bs-primary);
}


/* Hindi text */

.sk-hindi-lines {
    max-width: 760px;

    margin: 0 auto;

    text-align: center;
}


.sk-hindi-lines p {
    margin: 1px 0 !important;

    color: #ff0000;

    font-family: 'Noto Sans Devanagari', sans-serif !important;

    font-size: 18px;

    font-weight: 900;

    line-height: 1.55 !important;

    letter-spacing: 0;
}


/* Quote */

.sk-brand-action {
    display: flex;

    justify-content: flex-end;

    align-items: center;
}


.sk-quote-btn {
    min-width: 155px;

    padding: 14px 19px;

    white-space: nowrap;
}


/* =============================================
   THIRD HEADER / NAVIGATION
============================================= */

.sk-main-navigation {
    position: relative;

    z-index: 19;

    min-height: 62px;

    padding: 0;

    background: #ffffff;

    border-bottom: 1px solid #e8e8e8;

    box-shadow: 0 5px 16px rgba(0, 0, 0, .04);
}


.new-home .sk-main-navigation .navbar-nav {
    border: 0;
}


.new-home .sk-main-navigation .nav-link {
    position: relative;

    margin: 0 18px;

    padding: 12px 10px !important;

    color: #34393b;

    font-family: 'Poppins', sans-serif;

    font-size: 15px;

    font-weight: 500;

    text-transform: none;
}


.new-home .sk-main-navigation .nav-link::after {
    content: "";

    position: absolute;

    left: 50%;
    right: 50%;
    bottom: 12px;

    height: 2px;

    background: var(--bs-primary);

    transition: .3s ease;
}


.new-home .sk-main-navigation .nav-link:hover::after,
.new-home .sk-main-navigation .nav-link.active::after {
    left: 3px;
    right: 3px;
}


.new-home .sk-main-navigation .nav-link:hover,
.new-home .sk-main-navigation .nav-link.active {
    color: var(--bs-primary);
}


.sk-mobile-nav-title {
    display: none;
}



/*************************************************
 FOOTER LOGO FIX
*************************************************/


.new-home .footer-logo {
    width: 120px;
    height: 120px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: #ffffff;

    border-radius: 5px;
}


.new-home .footer-logo img {
    display: block;

    width: 110px !important;
    height: 110px !important;

    max-width: 110px !important;
    max-height: 110px !important;

    object-fit: contain;
}


/* Footer Links */

.new-home .footer .footer-links .btn-link {
    font-family: 'Inter', sans-serif;

    text-transform: none;

    font-size: 14px;
}



/*************************************************
 HEADER RESPONSIVE
*************************************************/


@media (max-width: 1199.98px) {

    .sk-brand-grid {
        grid-template-columns: 150px minmax(0, 1fr) 150px;
    }


    .sk-brand-logo img {
        width: 95px;
        height: 95px;
    }


    .sk-company-name {
        font-size: 31px;
    }


    .sk-hindi-lines p {
        font-size: 14px;
    }


    .sk-quote-btn {
        min-width: 140px;

        padding-left: 14px;
        padding-right: 14px;
    }

}



@media (max-width: 991.98px) {

    .sk-brand-grid {
        min-height: auto;

        grid-template-columns: 110px 1fr;

        gap: 15px;

        padding: 15px 0 18px;
    }


    .sk-brand-logo {
        grid-row: 1 / 3;

        align-self: center;
    }


    .sk-brand-logo img {
        width: 90px;
        height: 90px;
    }


    .sk-brand-center {
        padding-right: 5px;
    }


    .sk-company-name {
        margin-bottom: 6px;

        font-size: 27px;
    }


    .sk-hindi-lines p {
        font-size: 13px;
    }


    .sk-brand-action {
        justify-content: center;

        margin-top: 8px;
    }


    .sk-quote-btn {
        min-width: 135px;

        padding: 10px 16px;

        font-size: 13px;
    }


    /* Mobile Nav */

    .sk-main-navigation {
        min-height: 58px;

        padding: 7px 0;
    }


    .sk-mobile-nav-title {
        display: block;

        color: #34393b;

        font-family: 'Poppins', sans-serif;

        font-size: 14px;

        font-weight: 600;
    }


    .sk-main-navigation .navbar-toggler {
        margin-left: auto;

        padding: 5px 8px;
    }


    .sk-main-navigation .navbar-collapse {
        width: 100%;

        margin-top: 7px;

        border-top: 1px solid #eeeeee;
    }


    .new-home .sk-main-navigation .navbar-nav {
        padding: 12px 0;
    }


    .new-home .sk-main-navigation .nav-link {
        margin: 0;

        padding: 9px 3px !important;
    }


    .new-home .sk-main-navigation .nav-link::after {
        display: none;
    }

}



@media (max-width: 575.98px) {

    .sk-brand-grid {
        grid-template-columns: 72px minmax(0, 1fr);

        gap: 10px;

        padding: 12px 0 15px;
    }


    .sk-brand-logo {
        grid-row: 1 / 3;

        align-self: start;
    }


    .sk-brand-logo img {
        width: 66px;
        height: 66px;
    }


    .sk-company-name {
        margin-top: 2px;

        font-size: 21px;

        letter-spacing: -.5px;
    }


    .sk-hindi-lines p {
        font-size: 11px;

        line-height: 1.45 !important;
    }


    .sk-brand-action {
        grid-column: 2;

        margin-top: 7px;
    }


    .sk-quote-btn {
        min-width: auto;

        padding: 9px 15px;

        font-size: 11px;
    }


    /* Footer Logo */

    .new-home .footer-logo {
        width: 100px;
        height: 100px;
    }


    .new-home .footer-logo img {
        width: 92px !important;
        height: 92px !important;

        max-width: 92px !important;
        max-height: 92px !important;
    }

}



/*************************************************
 VERY SMALL PHONES
*************************************************/


@media (max-width: 380px) {

    .sk-company-name {
        font-size: 18px;
    }


    .sk-hindi-lines p {
        font-size: 10px;
    }


    .sk-brand-logo img {
        width: 58px;
        height: 58px;
    }

}


/*************************************************
 FINAL HEADER FIXES
*************************************************/


/* =============================================
   DESKTOP
============================================= */

/* Header Logo Thoda Bada */

.sk-brand-logo img {
    width: 205px;
    height: 155px;
    object-fit: contain;
}


/* Branding Header Height */

.sk-brand-grid {
    min-height: 165px;
}


/* Navigation Perfect Center */

.sk-main-navigation .container {
    position: relative;
}

.sk-main-navigation .navbar-collapse {
    justify-content: center !important;
}

.new-home .sk-main-navigation .navbar-nav {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    width: auto;
}

.new-home .sk-main-navigation .nav-link {
    margin-left: 20px;
    margin-right: 20px;
}


/* =============================================
   MOBILE + TABLET
============================================= */

@media (max-width: 991.98px) {

    /* -----------------------------------------
       TOP HEADER MOBILE
    ----------------------------------------- */

    .sk-topbar .row {
        display: flex !important;
    }

    .sk-topbar {
        display: block !important;
        min-height: auto;
        padding: 8px 0 !important;
    }

    /* Hide Address / Timing */

    .sk-topbar .col-lg-7 {
        display: none !important;
    }

    /* Email Side */

    .sk-topbar .col-lg-5 {
        display: flex !important;

        width: 100%;

        align-items: center;
        justify-content: center;

        padding-left: 15px !important;
        padding-right: 15px !important;

        text-align: center !important;
    }

    /* Email */

    .sk-topbar .col-lg-5 > .d-inline-flex:first-child {
        display: inline-flex !important;
        margin-right: 0 !important;
    }

    .sk-topbar .col-lg-5 > .d-inline-flex:first-child small {
        display: inline !important;
        color: #ffffff !important;
        font-size: 12px;
    }

    .sk-topbar .col-lg-5 > .d-inline-flex:first-child .fa-envelope {
        color: var(--bs-primary) !important;
    }

    /* Social icons mobile par hide */

    .sk-topbar .col-lg-5 > .d-inline-flex:last-child {
        display: none !important;
    }


    /* -----------------------------------------
       BRANDING HEADER
    ----------------------------------------- */

    .sk-brand-grid {
        display: flex !important;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 0;

        min-height: auto;

        
    }


    /* Logo First */

    .sk-brand-logo {
        display: flex;

        justify-content: center;

        width: 100%;

        margin: 0 0 12px;

        align-self: auto;

        grid-row: auto;
    }


    .sk-brand-logo img {
        width: 105px;
        height: 105px;

        object-fit: contain;
    }


    /* Company Name Second */

    .sk-brand-center {
        width: 100%;

        padding: 0;

        text-align: center;
    }


    .sk-company-name {
        display: block;

        margin: 0;

        font-size: 27px;

        line-height: 1.25;

        text-align: center;
    }


    /* Quote Third */

    .sk-brand-action {
        display: flex;

        width: 100%;

        justify-content: center;

        margin-top: 15px;

        grid-column: auto;
    }


    .sk-quote-btn {
        min-width: 155px;

        padding: 11px 20px;

        font-size: 13px;
    }


    /* -----------------------------------------
       NAVIGATION
    ----------------------------------------- */

    .sk-main-navigation .navbar-collapse {
        width: 100%;

        justify-content: flex-start !important;
    }

}



/* =============================================
   MOBILE
============================================= */

@media (max-width: 575.98px) {

    /* Top Email */

    .sk-topbar {
        padding: 7px 0 !important;
    }

    .sk-topbar .col-lg-5 > .d-inline-flex:first-child small {
        font-size: 11px;
    }


    /* Logo */

    .sk-brand-logo img {
        width: 140px;
        height: 110px;
    }


    /* Company */

    .sk-company-name {
        font-size: 27px;

        letter-spacing: -.4px;
    }


    /* Quote */

    .sk-quote-btn {
        min-width: 145px;

        padding: 10px 17px;

        font-size: 12px;
    }

}


/* =============================================
   MOBILE HINDI TEXT
============================================= */

@media (max-width: 991.98px) {

    .sk-hindi-lines {
        display: block !important;

        width: 100%;
        max-width: 650px;

        margin: 9px auto 0;

        padding: 0 10px;

        text-align: center;
    }

    .sk-hindi-lines p {
        display: block !important;

        margin: 2px 0 !important;

        color: #55595b;

        font-family: 'Noto Sans Devanagari', sans-serif !important;

        font-size: 13px;

        font-weight: 500;

        line-height: 1.55 !important;

        text-align: center;
    }

}


/* Small Mobile */

@media (max-width: 575.98px) {

    .sk-hindi-lines {
        max-width: 390px;

        margin-top: 8px;

        padding: 0 4px;
    }

    .sk-hindi-lines p {
        font-size: 11.5px;

        line-height: 1.5 !important;
    }

}


/* Very Small Mobile */

@media (max-width: 380px) {

    .sk-hindi-lines p {
        font-size: 10.5px;
    }

}


/* =============================================
   TOPBAR EMAIL + PHONE
============================================= */

.sk-top-contact {
    gap: 22px;
}

.sk-top-contact a {
    display: inline-flex;
    align-items: center;

    color: #ffffff;

    font-family: 'Inter', sans-serif;

    font-size: 15px;

    text-decoration: none;

    white-space: nowrap;
	
}

.sk-top-contact a:hover {
    color: var(--bs-primary);
}


/* Mobile */

@media (max-width: 991.98px) {

    .sk-top-contact {
        display: flex !important;

        width: 100%;

        align-items: center;
        justify-content: center;

        gap: 18px;
    }

    .sk-top-contact a {
        display: inline-flex !important;

        font-size: 11px;
    }

}


/* Small Mobile */

@media (max-width: 575.98px) {

    .sk-top-contact {
        gap: 8px;

        justify-content: center;
    }

    .sk-top-contact a {
        font-size: 9.5px;
    }

    .sk-top-contact i {
        margin-right: 4px !important;
    }

}


/* Very Small Mobile */

@media (max-width: 380px) {

    .sk-top-contact {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .sk-top-contact a {
        font-size: 8.5px;
    }
}



/* Mobile Topbar - Email Left / Phone Right */

@media (max-width: 991.98px) {

    .sk-top-contact {
        width: 90%;
        display: flex !important;
        align-items: center;
        justify-content: space-between !important;
        gap: 15px;

        margin: 0 !important;
        padding: 0 5px;
    }

    .sk-top-email {
        margin-right: auto;
        text-align: left;
    }

    .sk-top-phone {
        margin-left: auto;
        text-align: right;
    }
}


/* Small Mobile */

@media (max-width: 575.98px) {

    .sk-top-contact {
        padding: 0;
        gap: 8px;
    }

    .sk-top-contact a {
        font-size: 9.5px;
    }

}



/*************************************************
   COMPACT STICKY HEADER
*************************************************/

.sk-sticky-header {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 9998;

    background: rgba(255, 255, 255, .98);

    border-bottom: 1px solid #eeeeee;

    box-shadow: 0 5px 25px rgba(0, 0, 0, .10);

    transform: translateY(-110%);

    opacity: 0;

    visibility: hidden;

    transition:
        transform .35s ease,
        opacity .35s ease,
        visibility .35s ease;
}


/* Sticky Visible */

.sk-sticky-header.sticky-visible {
    transform: translateY(0);

    opacity: 1;

    visibility: visible;
}


/* =============================================
   DESKTOP BRAND ROW
============================================= */

.sk-sticky-brand-row {
    min-height: 120px;

    display: grid;

    grid-template-columns: 130px minmax(0, 1fr) 160px;

    align-items: center;

    gap: 20px;
}


/* Logo */

.sk-sticky-logo {
    display: flex;

    align-items: center;

    justify-content: flex-start;
}


.sk-sticky-logo a {
    display: inline-flex;
}


.sk-sticky-logo img {
    display: block;

    width: 75px;
    height: 75px;

    object-fit: contain;
}


/* Company */

.sk-sticky-company {
    min-width: 0;

    text-align: center;
}


.sk-sticky-name {
    display: inline-block;

    margin-bottom: 3px;

    color: #202529;

    font-family: 'Poppins', sans-serif;

    font-size: 25px;

    font-weight: 600;

    line-height: 1.15;

    letter-spacing: -.5px;

    text-decoration: none;
}


.sk-sticky-name:hover {
    color: var(--bs-primary);
}


/* Hindi */

.sk-sticky-hindi {
    max-width: 700px;

    margin: 0 auto;
}


.sk-sticky-hindi p {
    margin: 0 !important;

    color: #5e6264;

    font-family: 'Noto Sans Devanagari', sans-serif !important;

    font-size: 11px;

    font-weight: 500;

    line-height: 1.4 !important;

    text-align: center;
}


/* Quote */

.sk-sticky-action {
    display: flex;

    align-items: center;

    justify-content: flex-end;
}


.sk-sticky-quote {
    padding: 10px 16px;

    font-size: 12px;

    white-space: nowrap;
}


/* Mobile Menu Hidden on Desktop */

.sk-sticky-mobile-nav,
.sk-sticky-menu {
    display: none;
}



/* =============================================
   TABLET / MOBILE
============================================= */

@media (max-width: 991.98px) {

    .sk-sticky-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* Branding */

    .sk-sticky-brand-row {
        min-height: 86px;

        display: grid;

        grid-template-columns: 76px minmax(0, 1fr);

        gap: 12px;

        padding: 6px 0;
    }


    /* Logo Left */

    .sk-sticky-logo img {
        width: 68px;
        height: 68px;
    }


    /* Company Right */

    .sk-sticky-company {
        text-align: center;
    }


    .sk-sticky-name {
        margin-bottom: 3px;

        font-size: 20px;
    }


    .sk-sticky-hindi {
        max-width: 100%;
    }


    .sk-sticky-hindi p {
        font-size: 9.5px;

        line-height: 1.35 !important;
    }


    /* No Quote Button Mobile */

    .sk-sticky-action {
        display: none;
    }


    /* Navigation underneath */

    .sk-sticky-mobile-nav {
        min-height: 38px;

        display: flex;

        align-items: center;

        justify-content: space-between;

        border-top: 1px solid #eeeeee;
    }


    .sk-sticky-mobile-nav > span {
        color: #45494b;

        font-family: 'Poppins', sans-serif;

        font-size: 11px;

        font-weight: 600;
    }


    .sk-sticky-menu-btn {
        width: 35px;
        height: 32px;

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 0;

        color: #33383a;

        background: transparent;

        border: 0;

        font-size: 17px;
    }


    /* Dropdown */

    .sk-sticky-menu {
        border-top: 1px solid #eeeeee;

        background: #ffffff;
    }


    .sk-sticky-menu.show,
    .sk-sticky-menu.collapsing {
        display: block;
    }


    .sk-sticky-menu a {
        display: block;

        padding: 8px 3px;

        color: #34393b;

        font-family: 'Poppins', sans-serif;

        font-size: 12px;

        font-weight: 500;

        border-bottom: 1px solid #f1f1f1;
    }


    .sk-sticky-menu a:hover {
        color: var(--bs-primary);
    }

}



/* =============================================
   SMALL MOBILE
============================================= */

@media (max-width: 575.98px) {

    .sk-sticky-brand-row {
        min-height: 78px;

        grid-template-columns: 65px minmax(0, 1fr);

        gap: 16px;

        padding: 10px 0;
    }


    .sk-sticky-logo img {
        width: 58px;
        height: 58px;
    }


    .sk-sticky-name {
        font-size: 17px;

        letter-spacing: -.3px;
    }


    .sk-sticky-hindi p {
        font-size: 8px;

        line-height: 1.3 !important;
    }


    .sk-sticky-mobile-nav {
        min-height: 34px;
    }

}



/* Very Small Mobile */

@media (max-width: 380px) {

    .sk-sticky-brand-row {
        grid-template-columns: 55px minmax(0, 1fr);
    }


    .sk-sticky-logo img {
        width: 70px;
        height: 66px;
    }


    .sk-sticky-name {
        font-size: 20px;
    }


    .sk-sticky-hindi p {
        font-size: 7.2px;
    }

}


/* =============================================
   MAIN NAVIGATION TEXT SIZE + HOVER
============================================= */

@media (min-width: 992px) {

    .new-home .sk-main-navigation .nav-link {
        font-size: 18px;
        font-weight: 500;

        margin-left: 26px;
        margin-right: 26px;

        transition:
            color .3s ease,
            transform .3s ease;
    }

    /* Hover Effect */

    .new-home .sk-main-navigation .nav-link:hover {
        color: var(--bs-primary);

        transform: scale(1.10);
    }

    /* Active Home Link */

    .new-home .sk-main-navigation .nav-link.active {
        color: var(--bs-primary);
    }

}

/* Branding Header Container Width */

@media (min-width: 1200px) {
    .sk-brand-header .container {
        max-width: 1200px;
    }
}

/* =============================================
   DESKTOP STICKY HEADER - FINAL SIZE
============================================= */

@media (min-width: 992px) {

    /* Sticky Header Row Height */

    .sk-sticky-brand-row {
        min-height: 125px;
        grid-template-columns: 160px minmax(0, 1fr) 180px;
        gap: 20px;
        padding: 6px 0;
    }


    /* Bigger Logo */

    .sk-sticky-logo img {
        width: 125px;
        height: 125px;
        max-width: none;
        object-fit: contain;
    }


    /* Bigger Company Name */

    .sk-sticky-name {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.15;
        letter-spacing: -0.5px;
        margin-bottom: 5px;
    }


    /* Hindi Lines */

    .sk-sticky-hindi p {
        color: #d71920 !important;

        font-family: 'Noto Sans Devanagari', sans-serif !important;

        font-size: 17px;

        font-weight: 700 !important;

        line-height: 1.45 !important;

        margin: 1px 0 !important;

        text-align: center;
    }


    /* Quote Button */

    .sk-sticky-quote {
        padding: 11px 18px;
        font-size: 15px;
    }

}


/* =============================================
   MOBILE HINDI TEXT - NORMAL + STICKY HEADER
============================================= */

@media (max-width: 991.98px) {

    /* Normal Branding Header */

    .sk-hindi-lines p {
        color: #d71920 !important;
        font-family: 'Noto Sans Devanagari', sans-serif !important;
        font-weight: 700 !important;
        line-height: 1.45 !important;
        text-align: center;
    }


    /* Sticky Header */

    .sk-sticky-hindi p {
        color: #d71920 !important;
        font-family: 'Noto Sans Devanagari', sans-serif !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        text-align: center;
    }

}


/* Mobile */

@media (max-width: 575.98px) {

    .sk-hindi-lines p {
        font-size: 14.5px;
    }

    .sk-sticky-hindi p {
        font-size: 10.5px;
    }

}

/* =============================================
   HINDI LINES FINAL COLORS
   Normal + Sticky / Desktop + Mobile
============================================= */


/* First Hindi Line - RED */

.sk-hindi-lines p:first-child,
.sk-sticky-hindi p:first-child {
    color: #d71920 !important;
    font-weight: 700 !important;
}


/* Second Hindi Line - BLUE */

.sk-hindi-lines p:nth-child(2),
.sk-sticky-hindi p:nth-child(2) {
    color: #0041ad !important;
    font-weight: 700 !important;
}