:root {
    --yellow: #ffbd07;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');


/* font styles */

.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
  }
/* font styles */

.new-font {
    font-family: "Open Sans", sans-serif !important;
    /* font-optical-sizing: auto; */
    /* font-weight: <weight>; */
    font-style: normal;
    /* font-variation-settings:
      "wdth" 100; */
}

body, html {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif !important;
    font-size: 17px;
    line-height: 1.7;
    color: #222;
    background-color: #fffcf2 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif !important;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.7em;
    line-height: 1.2;
}

/* main, .container, .container-fluid {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
} */

section, .Our-Work, .Key-contributions, .Testimonials, .our-parteners-section {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

.card {
    border-radius: 1.1rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    border: none;
    padding: 1.5rem 1rem;
    background: #fff;
}

.btn, .btn-warning, .btn-outline-warning {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif !important;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.7rem 2.2rem;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
}


.reached-numbers-boxes {
    margin: 0.7rem 0.7rem;
    padding: 1.2rem 0.7rem !important;
    border-radius: 1rem;
    background: #fecc43;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}


.testimonials-section, #testimonials-section {
    gap: 2.5rem !important;
}


.Our-Work, .Key-contributions, .Testimonials, .our-parteners-section {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    padding: 2.5rem 1.5rem;
}


.shadow-yellow, .card.shadow-yellow {
    box-shadow: 0 2px 16px 0 #fecc43 !important;
}


.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif !important;
}


.times-roman-font {
    font-family: 'Inter', 'Open Sans', Arial, sans-serif !important;
}


.btn:hover, .btn-warning:hover, .btn-outline-warning:hover {
    filter: brightness(0.95);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}


.carousel-item img {
    border-radius: 1.2rem;
}


.our-parteners-section img {
    border-radius: 1.2rem !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.07);
}

.bg-white , body {
    background-color: #fffcf2 !important;
}

.bg-yellow {
    background-color: #fecc43;
}
.text-success {
    color: rgb(7, 86, 7) !important;
    
}
.text-green {
    color: #4c9576 !important;
    
}
.bg-success {
    background-color: #4c9576 !important;;
}
.bg-orange {
    background-color: rgb(242, 86, 8) !important;;
}
.text-orange {
    color: rgb(242, 86, 8) !important;;
}
.text-success-light  {
    color: rgb(66, 199, 66) !important;;
}
.text-orange-light  {
    color: rgb(244, 114, 49) !important;;
}

.shadow-yellow:hover {
    box-shadow: 3px 4px 60px 2px var(--yellow) !important;
}
.text-justify {
    text-align: justify !important;
}



* {
    transition: all 0.1s linear !important;
}

*::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
    border-radius: 5px !important;
    background-color: grey !important;
}

body {
    width: 100vw !important;
}


/* CSS for Navbar of the website... */
nav{
    padding: 5px 0px !important;
}
.header-logo a img{
    width: 250px;
}

.hover-effect:hover{
    color: #4c9576 !important;
}

.navbar-links::after {
    content: "";
    justify-self: start;
    width: 0%;
    height: 1px !important;
    background-color: #4c9576 !important;
    transition: all 0.2s linear !important;
}
.navbar-links-box:hover > .navbar-links::after {
    width: 100% !important;
}
/* CSS for Navbar of the website... */



/* Main index page CSS... */
.times-roman-font {
    font-family: 'Times New Roman', Times, serif !important;
}

.main-image-slider {
    height: 80vh !important;
}

.reached-numbers-boxes {
    height: 200px !important;
}
/* Main index page CSS... */


/* Our Partners Section */
/* Our Partners Section */


/* CSS for Footer of th ewebsite... */
.social-media-links a:hover, .social-media-links a:active {
    transition: all 0.3s linear !important;
    background-color: rgba(196, 203, 233, 0.516) !important;
}
/* CSS for Footer of th ewebsite... */


@media screen and (min-width: 580px) {
    
    .responsive-scroll-bar {
        transform: translateX(-20%) !important;
    }
}
@media screen and (max-width: 1000px) {
    
    .responsive-navbar {
        display: flex !important;
        flex-direction: column !important;
    }

    .main-image-slider {
        height: 40vh !important;
    }

    .font-h1 {
        font-size: 2.5rem !important;
    }

    .reached-numbers-boxes {
        max-width: 20% !important;
        font-size: x-small !important;
        max-height: 140px !important;
    }
    .our-reach-icons-images {
        max-width: 40px !important;
    }
    .reached-nums-data {
        font-size: small !important;
    }

    .founders-message-data {
        font-size: small !important;
    }

    .why-gurukul-cards-responsive, .why-gurukul-cards {
        max-width: 100px !important;
        max-height: 80px !important;
        font-size: small !important;
        padding: 1px !important;
    }
    .why-gurukul-cards-responsive img {
        max-width: 100px !important;
        max-height: 80px !important;
        font-size: small !important;
        
    }
    .text-heading-small {
        font-size: .51rem !important;
        font-weight: 800;
    }
}
@media screen and (max-width: 500px) {

    .font-h1 {
        font-size: 2rem !important;
    }
    .font-h3 {
        font-size: 1.3rem !important;
    }

    .organization-name {
        display: flex !important;
        gap: 5px !important;
    }

    

    .about-gurukul-img {
        max-width: 320px !important;
    }

    .why-gurukul-cards {
        max-width: 100px !important;
    }
    
    .footer-logo-responsive {
        width: 200px !important;
    }

}

/* This is the css of Extra page */
.row {
    row-gap: 10px;
}

.wp {
    width: 350px;
}

.dp {
    width: 350px;
    margin-bottom: 40px;
}

.card {
    padding: 10px !important;
    width: 18rem;
}

.img {
    border-radius: 900px !important;
    width: 90px;
    height: 90px;
}

.patron:hover {
  transform: translateY(-8px); /* subtle lift on hover */
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2); /* stronger shadow */
  transition: all 0.3s ease;
  cursor: pointer;
}


.patron{
    transition: all 0.3s ease;
    max-width: 400px;
}

.patronImg {
    border-radius: 900px !important;
    width: 170px;
    height: 170px;
}

.Patron-text {
    width: 480px;
}

.Tre {
    border-radius: 900px !important;
    width: 170px;
    height: 170px;
}
.line{
    height: 2px;
    width: 100%;
    color: red;
    background: #ccc7c7a7;
    box-shadow: #aba48c 2px 1px;
}
