@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Jost", sans-serif;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --yellow: #F5B41A;
    --blue: #1C1244;
    --black: #000;
    --white: #fff;

}

.blogs-detail h2, .blogs-detail h3{
font-size:20px;
margin-top: 15px;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    padding: 0px;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 1.7;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 0px;
    font-weight: 600;
}





/* section css */
section {
    padding: 50px 0px;
}




@media screen and (max-width: 767px) {
    p {
        font-size: 12px;
    }

    section {
        padding: 20px 0px;
    }


}


/* section css */

/* footer css */
.footer {
    padding: 50px 0px;

}

@media screen and (max-width: 767px) {
    .footer {
        padding: 20px 0px;
    }
}

/* footer css */


/* fixed-icon-start */
.whatsapp-fixed {
    position: fixed;
    left: 1%;
    bottom: 10%;
    z-index: 999;
}

.whatsapp-fixed img {
    height: 50px;
    filter: drop-shadow(rgba(0, 0, 0, 0.349) 0px 5px 15px);
}

@media (max-width: 768px) {
    .whatsapp-fixed {
        position: fixed;
        right: 1%;
        bottom: 5%;
        z-index: 999;
    }
}

/* fixed-icon-end */





/* subpage banner start */

.sub-page {
    /* background: linear-gradient(to right, #ffffffc2, #00000011), url(../img/banner/sub-banner-al.jpg); */
    /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */

    background: var(--blue);
}

.sub-page-heading {
    padding: 60px 0px;
    text-align: start;

}

.sub-page-heading h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}

.sub-page-heading p {
    color: #ffffff;
}

.sub-page-heading p a,
.sub-page-heading p i {
    text-decoration: none;
    color: #ffffff;
}

@media(max-width: 768px) {
    .sub-page-heading h1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
    }

    .sub-page-heading {
        padding: 10px 0px;
        text-align: start;
    }

    .sub-page-heading p {
        font-size: 11px;
    }
}

/* sub page banner end */


/* navbar css start========================================================== */



.dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropdown-menu .dropdown-item {
    color: var(--black) !important;
    font-size: 16px;
    font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
    background: var(--yellow);
    color: #fff !important;
}


.navbar {
    background-color: #fff !important;
    padding: 10px !important;

}




.nav-link {
    padding-bottom: 0px !important;
    color: var(--black) !important;
}

.nav-item .nav-link {
    font-weight: 500;
    font-size: 18px;
    border-right: 2px solid var(--yellow);

}

.nav-item .nav-active {
    color: var(--yellow) !important;
}

.nav-item:hover .nav-link {
    color: var(--yellow) !important;
    transition: 0.5s ease-out;
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 30px;
}


/* logo */
.logo {
    width: 230px;
}

.customer-care-box {
    background: #3c3c3c;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 2px;
    cursor: pointer;
}

.customer-care-box .care-icon {
    background: #ffffff;
    color: #3c3c3c;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 18px;
}

.customer-care-box .care-text span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.customer-care-box .care-text strong {
    font-size: 18px;
    color: #ffc107;
    font-weight: 700;
}

.customer-care-box:hover {
    background-color: var(--yellow);
    transition: 0.5s ease-out;
}

.customer-care-box:hover .care-text strong {
    color: var(--black);
}


@media(max-width: 1200px) {
    .nav-item .nav-link {
        font-size: 13px;
    }

    .logo {
        width: 190px;
    }

    .customer-care-box {
        padding: 5px 12px;
    }

    .customer-care-box .care-text span {
        font-size: 15px;
    }

    .customer-care-box .care-text strong {
        font-size: 15px;
    }
}


/* Mobile Hide (already d-none d-lg-flex used) */
@media(max-width: 991px) {
    .customer-care-box {
        display: none;
    }
}



@media(max-width: 767px) {
    .navbar-brand {
        padding: 0 !important;
    }

    .logo {
        width: 120px;
    }

    .navbar {
        background-color: #fff !important;
        padding: 10px !important;

    }


    .navbar-toggler {
        padding: 5px;

    }

    .navbar-toggler-icon {
        height: 20px;


    }

    .nav-item .nav-link {
        font-size: 14px;
    }
}

.carousel-item img {
    width: 100% !important;
}

/* navbar css end ==================================================================*/



/* about css start ============================================================ */

.about-heading h1 {
    font-size: 28px;
}

.about-heading h2 {
    font-size: 45px;
    margin-bottom: 20px;
}

.span {
    margin-bottom: 30px;
}

.span .dots {
    font-size: 30px;
    color: var(--yellow);
    font-weight: 700;
}

.about-para {
    margin-bottom: 50px;
}

.about-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-btn a {
    border: 1px solid var(--yellow);
    padding: 10px 30px;
    font-weight: 600;
}

.about-btn a:hover {
    background: var(--blue);
    color: #fff;
    border: none;
    transition: 0.5s ease-out;
}

.resgi-name h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
.resgi-name h4 {
    font-size: 14px;
}

.iba-box {
    padding: 8px 14px;
    border: 1px dashed #ccc;
    background: #f9f9f9;
    text-align: right;
}

.iba-label {
    font-size: 12px;
    color: #555;
    display: block;
}

.iba-number {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

@media(max-width: 767px) {
    .about-post {
        margin-bottom: 15px;
    }

    .about-heading h1 {
        font-size: 18px;
    }

    .about-heading h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about-para {
        margin-bottom: 30px;
    }

    .about-btn a {
        padding: 8px 20px;
        font-size: 10px;
    }

    .span {
        margin-bottom: 5px;
    }

    .span .dots {
        font-size: 18px;
    }

   .resgi-name h3 {
    font-size: 12px;

}
.resgi-name h4 {
    font-size: 12   px;
}

    .iba-box {
        padding: 6px 10px;
    }

    .iba-label {
        font-size: 10px;
    }
}





.iba-logo img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

@media(max-width: 991px) {
    .about-btn {
        gap: 12px;
    }

    .iba-logo img {
        width: 50px;
    }
}

/* about css end ============================================================= */


/* mision vison css here */

.mission-vision-section {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.mv-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.mv-box {
    flex: 1;
    padding: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.mv-box h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.mv-box h2::after {
    content: "";
    width: 50px;
    height: 3px;
    background: var(--yellow);
    display: block;
    margin-top: 10px;
}

.mv-box p {
    line-height: 1.8;
    color: #555;
}

.mv-divider {
    width: 3px;
    background: linear-gradient(to bottom, #1C1244, #999);
    border-radius: 10px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .mv-wrapper {
        flex-direction: column;
    }

    .mv-divider {
        width: 100%;
        height: 3px;
    }

    .mv-box {
        padding: 20px;
    }

    .mv-box h2 {
        font-size: 18px;
    }

    .mv-box p {
        font-size: 12px;
    }
}

/* mision vision css end */





/* services css start ====================================================== */

.all-sec-heading {
    text-align: center;
    margin-bottom: 50px;
}

.all-sec-heading h2 {
    font-size: 28px;
}

.all-sec-heading h3 {
    font-size: 45px;
}



.service-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    margin-bottom: 40px;
}

.service-card:hover {
    transform: translateY(-8px);
}



.service-content {
    padding: 25px;
}

.service-content h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.service-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 18px;
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
}

.read-more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #F5B41A;
}

@media(max-width: 767px) {
    .all-sec-heading {
        text-align: center;
        margin-bottom: 30px;
    }

    .all-sec-heading h2 {
        font-size: 18px;
    }

    .all-sec-heading h3 {
        font-size: 22px;
    }

    .service-content {
        padding: 15px;
    }

    .service-content h3 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .service-content p {
        font-size: 12px;
        margin-bottom: 7px;
    }

    .read-more {
        font-size: 13px;
    }
}

/* services css end ==================================================================== */


/* our work start ================================================================ */


.our-work {
    background: linear-gradient(#000000d8), url(../img/our-work/our-work-bg-nitin.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.process-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 25px;
    position: relative;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.process-card:hover {
    transform: translateY(-8px);
}

.process-icon {
    width: 60px;
    height: 60px;
    background: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.process-icon img {
    width: 30px;
}

.process-number {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 48px;
    font-weight: 700;
    color: #adadad;
}

.process-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--blue);
    margin-top: 10px;
}

.client-logo {
    text-align: center;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media(max-width: 767px) {
    .process-card {
        margin-bottom: 20px;
    }

    .client-logo {
        margin-bottom: 15px;
    }
}







/* our work start ================================================================== */


/* why choose us css start ======================================================== */

.support-card {
    background: var(--blue);
    padding: 35px 10px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s ease;
}

.support-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.support-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
}

.support-icon img {
    width: 100%;
}

.support-card h5 {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
}

.support-card h5 span {
    font-weight: 700;
}

/* why choose us css end ============================================================================== */


/* blogs css start ====================================================================== */

.blog-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
}

.blog-post {
    margin-bottom: 15px;
}

.blog-date {
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
}

.blog-date span {
    font-size: 14px;
    color: var(--yellow);
}

.blog-card-name {
    margin-bottom: 15px;
}

.blog-card-name h3 {
    font-size: 25px;
    font-weight: 600;
}

.blog-para p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-post img {
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    transform-origin: center;
}

.blog-card:hover .blog-post img {
    transform: rotate(3deg) scale(1.02);
}

@media screen and (max-width: 991px) {
    .blog-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .blog-card-name h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .blog-date span {
        font-size: 11px;
    }
}

/* blog css end ====================================================== */


/* blog detail  */

.blogs-detail {
    padding-top: 20px;
}

.blogs-detail h4 {
    margin-bottom: 10px;
}

#recent-blog a {
    margin: 10px 0px;
    display: inline-block;
    color: var(--blue);
    font-size: 16px;
}

#recent-blog img {
    width: 200px;
}

.blogs-detail ul li {
    line-height: 2;
    list-style: disc;
}

/* Tablet Landscape */
@media screen and (max-width:1200px) {
    #recent-blog a {
        margin: 8px 0px;
        font-size: 14px;
    }

    #recent-blog img {
        width: 120px;
    }

    .blogs-detail ul li {
        font-size: 12px;
    }
}

/* Tablet Portrait */
@media screen and (max-width:992px) {
    #recent-blog img {
        width: 200px;
    }
}

/* Phone Landscape */
@media screen and (max-width:767px) {
    .blogs-detail {
        padding-top: 10px;
    }

    #recent-blog {
        margin-top: 20px;
    }

    .blogs-detail h5 {
        font-size: 18px;
    }
}

/* blog details end */


/* contact css start ================================================= */
.contact-modern {
    background: #f4f6fb;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}


.contact-panel {
    background: linear-gradient(135deg, #1C1244, #2d1d6f);
    color: #fff;
    padding: 60px;
}

.contact-panel h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-panel p {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 35px;
}

.panel-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    font-size: 15px;
}

.panel-item i {
    color: #F5B41A;
    font-size: 20px;
    margin-top: 4px;
}

.panel-item span {
    color: #ffffff !important;
}


.contact-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 55px;
}

.contact-card form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group input,
.form-group textarea,
#captchaInput {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 12px 5px;
    font-size: 14px;
    background: transparent;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus,
#captchaInput:focus {
    border-color: #F5B41A;
}

.captcha-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1C1244;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 600;
}

.captcha-modern i {
    cursor: pointer;
    color: #F5B41A;
}

.modern-btn {
    background: #F5B41A;
    color: #1C1244;
    border: none;
    padding: 14px;
    border-radius: 30px;
    font-weight: 700;
    margin-top: 10px;
    transition: 0.3s ease;
}

.modern-btn:hover {
    background: #1C1244;
    color: #fff;
}

@media(max-width:991px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-panel,
    .contact-card {
        padding: 20px;
    }

    .contact-panel h2 {
        font-size: 28px;
    }

    .contact-panel p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .panel-item {
        font-size: 12px;
    }

    .enq-card {
        padding: 0px !important;
    }

    .modal-body {
        padding: 15px !important;
    }
}

/* contact css end ============================================================ */


/* map */
.contact-map-section {
    background: #f9f9f9;
}

.map-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.map-content p {
    font-size: 15px;
    color: #555;
    max-width: 480px;
}

.map-box iframe {
    border-radius: 8px;
}


@media(max-width: 991px) {
    .map-content {
        margin-bottom: 20px;
    }

    .map-content h2 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .map-content p {
        font-size: 12px;
    }
}

/* map end */



/* enq page css start ===========================================================*/
.enq-post {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.enq-post img {
    border-radius: 5px;
}

.enq-detail {
    margin-bottom: 20px;
}

.enq-detail h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 10px;
}

.enq-detail ul {
    padding-left: 10px;
}

.enq-detail ul li {
    list-style: disc;
    line-height: 1.9;
    font-weight: 500;
    color: #000;
}

.enq-btn button {
    background-color: var(--blue);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.enq-form-btn {
    background-color: var(--blue);
    color: #fff;
}

.enq-form-btn:hover {
    background-color: var(--blue);
    color: #fff;
}


@media(max-width: 767px) {
    .enq-detail ul li {
        font-size: 12px;
        line-height: 1.7;
    }

    .enq-detail h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .enq-post img {
        margin-bottom: 12px;
    }

}

/* enquire page css end ============================================================*/





/* footer css start ===================================================================*/
.footer-section {
    margin-bottom: 20px;
}

.footer-section .container {
    background: #EDF4F7;
    padding: 50px;
    border-radius: 20px;
}

.footer-logo {
    margin-bottom: 13px;
}

.footer-logo img {
    width: 230px;
}

.footer-para {
    margin-bottom: 20px;
}

.footer-para p {
    color: var(--black) !important;
    text-align: start;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
}

.footer-icon a {
    background: var(--yellow);
    color: var(--white);
    border-radius: 4px;
    padding: 7px 12px;
    font-size: 18px;
}

.footer-icon a:hover {
    background: var(--blue);
    transition: 0.5s ease-out;
}

.footer-heading {
    margin-bottom: 25px;
}

.footer-heading h2 {
    color: var(--black);
    font-size: 26px;
}


.footer-heading h2 {
    position: relative;
    padding-bottom: 8px;
}

.footer-heading h2::after {
    content: '';
    width: 40px;
    height: 3px;
    background: var(--yellow);
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-cont-detail i {
    background: var(--yellow);
    color: #fff !important;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 15px;
}

.footer-cont-detail p {
    color: var(--black) !important;
    margin-bottom: 13px;
    font-size: 15px;
}

.footer-cont-detail p:hover {
    color: var(--red);
    transition: 0.4s ease-out;
    cursor: pointer;
}

.footer-cont-detail a {
    font-size: 15px;
}

.footer-cont-detail a:hover {
    color: var(--red);
    transition: 0.4s ease-out;
}

.footer-cont-detail a i,
p i {
    color: var(--red);
    padding-right: 3px;
}

.footer-ul ul li a i {
    color: var(--yellow);
    font-size: 12px;
}

.footer-icon a {
    border-radius: 6px;
    transition: 0.3s ease;
}

.footer-icon a:hover {
    transform: translateY(-3px);
}


.footer-ul ul li a {
    font-size: 15px;
    line-height: 2.5;
}

.footer-ul ul li a:hover {
    color: var(--red);
    transition: 0.4s ease-out;
}

.footer-ul ul li a i {
    color: var(--red);
    padding-right: 3px;
}

@media(max-width: 991px) {
    .main-mb-col {
        margin-bottom: 25px;
    }
}

@media(max-width: 767px) {
    .footer-section {
        padding: 30px 0px;
    }

    .footer-logo img {
        width: 150px;
    }

    .footer-para {
        margin-bottom: 15px;
    }

    .footer-para p {
        font-size: 12px;
        text-align: justify;
        line-height: 1.5;
    }

    .main-mb-col {
        margin-bottom: 25px;
    }

    .footer-heading {
        margin-bottom: 14px;
    }

    .footer-heading h2 {
        font-size: 20px;
    }

    .footer-ul ul li a {
        font-size: 12px;
    }

    .footer-ul ul li a {
        line-height: 1.7;
    }

    .footer-icon a {
        font-size: 12px;

    }

    .footer-cont-detail p {
        font-size: 12px;
    }

    .footer-cont-detail a {
        font-size: 12px;
    }

}

@media(max-width:767px) {
    .footer-section .container {
        padding: 30px 20px;
        border-radius: 15px;
    }
}

/* footer css end ============================================================================= */




/* copyright start =========================================*/

/* copyright */
.copyright-section {
    background-color: var(--yellow);
    padding: 5px;
}


.right-side p,
.left-side p {
    font-size: 14px;
}

.main-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-side p,
.left-side p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.left-side p a {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 767px) {
    .footer-line {
        margin-bottom: 10px;
    }

    .main-copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .right-side p {
        text-align: center;
    }

    .logo-icon {
        margin-bottom: 20px;
    }

    .right-side p,
    .left-side p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0px;
    }
}

/* copyright end =================================================*/

.loactions-head{
          padding:50px 0;
        }
     	.loactions-head h2{
          text-align: center;
          font-size: 20px;
          margin-bottom: 20px;
          font-weight: 700;
        }
     	.loactions-head p{
          font-size: 16px;
    		line-height: 20px;
          margin-bottom: 15px;
    		color: #000;
          font-weight: 600;
        }
       .loactions-head .loactions{
          column-count: 3;
        }
@media screen and (max-width:800px){
         .loactions-head .loactions{
          column-count:1;
			}
        }  
     	.loactions-head .loactions a{
          display:block;
          margin-top: 6px;
          font-size: 14px;
          
        }
     	.loactions-head .loactions a button{
          border:none;
          outline:none;
          background:transparent;
          color: #3F76B5;
          font-weight: 600;
          text-align:left;
        }