@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/* new Font-Family */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*--*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
:root {
    --font-raleway: "Raleway", sans-serif;
    --font-lora: "Lora", serif;
    --font-nunito: "Nunito", sans-serif;
}
body {  
    font-family: var(--font-nunito);
    font-size: clamp(15px, 2vw, 18px);
}

* {
    box-sizing: border-box;
    font-family: var(--font-nunito);
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-family: var(--font-lora);
    font-size: clamp(25px, 4vw, 50px);
    font-weight: 400;
    line-height: 1.2em;
}

h2 {
    font-size: clamp(22px, 4vw, 36px);
    font-weight: 600;
    line-height: 1.1em;
    font-family: var(--font-lora);
}

h3 {
    font-size: clamp(20px, 4vw, 28px);
    line-height: 1.2em;
    font-weight: 600;
    font-family: var(--font-lora);
}

h4 {
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.2em;
    font-family: var(--font-lora);
}

h5 {
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: 1.2em;
    color: #181828;
    font-family: var(--font-lora);
}

h6 {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4em;
    font-family: var(--font-lora);
}

p, a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    font-family: var(--font-nunito);
    line-height: 28px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

img {
    border-style: none;
}

.text-brown {
    color: #B18E4A;
}

.btn-theme {
    background: #69004C;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 500;
    padding: 13px 40px !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    width: fit-content;
}

    .btn-theme.active {
        color: #fff !important;
    }

    .btn-theme:hover {
        background: #53003a;
        color: #fff;
        box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    }

@media(max-width:992px) {
    .btn-theme {
        margin: auto;
    }
  /*  .banner-content  .btn-theme {
        background: #fff;
        color: #66044d;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

        .banner-content .btn-theme:hover {
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }*/

}


.padding-100 {
    padding: 80px 0px;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

/*header*/
a.navbar-brand
{padding-top:12px;}

@media (min-width: 992px) {
    a.navbar-brand {

        width: 25px;
        transform: scale(6);
        transform-origin: left
    }
}
@media (min-width: 1399px)
{
    a.navbar-brand
    {
        width: 25px;
        transform: scale(6);
        transform-origin: left
    }
}

@media (max-width: 991px) {
    a.navbar-brand{
        width: 60px !important;
        padding: 0px;
    }

a.social-icon
{
    border: 1px solid #69004C;
    padding: 3px 8px;
    border-radius: 6px;
}}
.bg-light-pink {
    background: #F8F1EA;
}

.text-brown {
    color: #69004C !important;
}
@media (max-width: 991px) {
.navbar {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}}
.navbar p {
    font-family: var(--font-lora);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

/*footer*/

#footer {
    background: url('../img/footer-bg.png'), url('../img/footer-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-small {
    font-size: 15px !important;
}


@media(min-width: 576px) {
    .links ul {
        color: #fff;
        list-style: disc;
    }
}

.links ul li a {
    color: #fff;
}


.border-line {
    border: 1px solid #fff !important;
    opacity: unset !important;
}

.bg-footer-white {
    background: url('../img/footer-yantra-bg-img.png'), url('../img/footer-yantra-bg-img.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-shifts {
    padding-left: 180px;
}

@media(max-width: 1400px) {
    .content-shifts {
        padding-left: 148px;
    }
}


@media(max-width: 1200px) {
    .content-shifts {
        padding-left: 98px;
    }
}

@media(max-width: 992px) {
    .content-shifts {
        padding-left: 98px !important;
    }
}

@media(max-width: 576px) {
    .content-shifts {
        padding-left: unset !important;
    }
}

.link-purple-hover:hover {
    color: #69004C;
}

.text-purple {
    color: #69004C;
}


/*home*/

/*#home-banner #banner-1
{
    background: url('../img/proyantra-llp-banner-bg-img.png'), url('../img/powerful-proyantra-energy-activation-img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#home-banner #banner-2
{
    background: url('../img/proyantra-llp-banner-bg-img.png'), url('../img/powerful-proyantra-energy-activation-img.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
*/
#home-banner .banner-slide {
    position: relative;
}

    @media (min-width:992px) {
    #home-banner .banner-slide .banner-content
    {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
        .owl-carousel .owl-item img {
            height: 580px;
            object-fit: cover;
        }
    }

@media (max-width:992px) {
    #home-banner .banner-slide .banner-content {
        background: #F8F1EA
    }
}
    @media (max-width:992px) {
        .owl-carousel .owl-item img {
            height: 300px;
            object-fit: cover;
            background: #69004C !important;
            color: #fff;
        }
    }

    .font-bolder {
        font-weight: 600;
    }


    /* krishna */

    /* Inner Page Title Banner */
    .custom-banner {
        background: url("../img/proyantra-first-title-banner.png") no-repeat center center;
        background-size: cover;
        min-height: 180px;
        color: #000;
        position: relative;
    }

        .custom-banner h2 {
            font-size: 1.8rem;
        }

    /* Contact Form Css */
    .contact-form-wrapper {
        padding: 35px;
        border-radius: 25px;
        border: 1px solid #69000C;
    }

        .contact-form-wrapper input,
        .contact-form-wrapper select {
            padding: 12px;
            border: 1px solid black;
        }

        .contact-form-wrapper textarea {
            border: 1px solid black;
        }

    /* Customized Products Page */
    .customized-products-form {
        padding-right: 120px;
        padding-left: 120px;
    }

    /* Contact Us Page */
    .contact-card {
        background: #f8f1ea;
        border-radius: 12px;
        padding: 15px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .contact-icon {
        background: #69004c;
        color: #fff;
        font-size: 24px;
        padding: 12px;
        border-radius: 10px;
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
    }

        .contact-icon img {
            height: 28px;
        }

    .contact-info h6 {
        margin: 0;
        font-weight: bold;
        color: #690046;
    }

    .contact-details {
        padding-right: 100px;
    }

        .contact-details h3 {
            margin-top: 35px;
        }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .custom-banner {
            min-height: 120px;
            padding: 20px 0;
        }

            .custom-banner h2 {
                font-size: 1.4rem;
            }

            .custom-banner p {
                font-size: 0.85rem;
            }
    }

    @media (max-width: 576px) {
        .contact-form-wrapper {
            padding: 15px;
        }

        .contact-submit-btn {
            margin-bottom: 15px;
        }
    }

    @media (max-width: 372px) {
        .custom-banner h2 {
            font-size: 20px;
        }
    }

    @media (max-width: 1400px) {
        .customized-products-form {
            padding-right: 12px;
            padding-left: 12px;
        }
    }

    @media (max-width: 992px) {
        .contact-details {
            padding-right: 10px;
        }

            .contact-details h3 {
                margin-top: 0px;
            }
    }

    @media (min-width: 992px) and (max-width: 1400px) {
        .contact-details {
            padding-right: 50px;
        }
    }

    .form-control:focus, .form-select:focus {
        box-shadow: 0 0 0 .25rem #69004c47 !important;
    }

    .content-down {
        margin-top: 108px;
    }

    @media (max-width:992px) {
        .content-down {
            margin-top: 75px;
        }
    }

    .text-purple {
        color: #69004C;
    }

    /*banner*/

    #inner-banner {
        background: url(../img/banner-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 117px;
        width: 100%;
    }


    @media (max-width: 991px) {
        #inner-banner {
            margin-top: 75px;
        }
    }


    .heading-space-inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .text-custom-bold {
        font-weight: 600 !important;
        font-family: var(--font-nunito) !important;
    }

    .active {
        color: #69004C !important;
        font-weight: 600 !important;
    }

    #footer ul li a.active {
        color: #a9cf46 !important;
        font-weight: 600 !important;
    }

    #header ul li .nav-link {
        color: #1A1A1A;
        font-size: 16px;
        margin-top: 10px;
        padding-inline:10px
    }

    .custom-breadcrumb a {
        font-size: clamp(16px, 2vw, 20px);
        line-height: 1.4em;
        font-family: var(--font-lora);
    }

    @media(max-width: 992px) {
        .proyantra-energy-img img {
            width: 350px !important;
        }
    }

    @media(max-width: 576px) {
        .proyantra-energy-img img {
            width: 270px !important;
        }
    }

    .modal-body input {
        padding-block: 13px;
    }

    @media (max-width: 767px) {
        .modal-body input {
            padding-block: 11px;
        }
    }

    .modal-body .form-control:focus, .modal-body .form-select:focus {
        box-shadow: 0 0 0 .25rem #69004c00 !important;
    }

    .translate-middle {
        transform: scale(0.8) translate(-50%, -50%) !important;
    }
