body {
    margin        : 0;
    font-family   : 'CircularXXWeb-Book';
    font-weight   : 400;
    overflow-x    : hidden;
    /* font-family: "Montserrat", sans-serif;
    font-family   : "Roboto", sans-serif;
    font-family   : "Raleway", sans-serif;
    font-family   : "Poppins", sans-serif;*/
}



/* Navbar Styles */
.navbar {
    position: fixed;
    top     : 0;
    width   : 100%;
    z-index : 1000;    /* Ensure the navbar stays above other content */
    padding : 0.5rem 1rem;    /* Adjust padding as needed */
}

.navbar-brand {
    text-align: center;
    width     : 100%;
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 0;
    margin    : 0;
    background: #e2dac9;
    padding   : 20px 0;
}

.navbar-toggler {
    order: -1;    /* Move the hamburger menu to the left */
}

.navbar-collapse {
    flex-grow: 0;    /* Prevent the collapse from expanding */
}

.navbar-nav {
    margin-top: 30px;
    background: #fff;
}


.navbar-nav .nav-link {
    padding    : 4px;
    color      : #412920 !important;
    font-size  : 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
a.nav-link:hover {
    color      : #643c2d !important;
    text-decoration: underline;
}
.navbar-nav li.nav-item {
    padding: 0 1%;
}

.section {
    padding   : 40px 0 60px 0;
    color     : #412920;
}



.home {
    background: #e2dac9;
    margin-top: 56px;
}

.ourvalues {
    background: #e4cab3;
}

.ourstory {
    background: #f0d2d4;
    color     : #262425;
}

.ss24,
.aw24 {
    background: #c6d2ca;
}

.ourpromise {
    background: #e2dac9;
}

.contact,.footer,footer,.footer-sec p {
    background: #dcc0a5;
}
.footer-sec p {
    margin: 0;
}

hr{
    border-top: 4px dotted #41291F;
    position: relative;
    top: 15px;
}
h1,
h2 {
   
    color: #262425;
    background: #fff;
    font-size: 2.6rem;
    
}
h2 span{
    opacity: 0.8;
}
.head-sec {
    background: #fff;
    width     : 100%;
    position  : relative;
    padding: 20px 0;

}

h2.sub-head {
    color: #cd8257;
    font-weight: 300;
    font-family: 'Poppins';
}

p {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 1.6vw;
    padding: 20px 20%;
    text-align: center;
    font-weight: 300;
}

p.welcome-txt{
    font-size: 2.6vw;
}

.container {
    max-width: 100%;
    padding  : 0;
    margin   : 0;
}

.container img {
    width  : 100%;
    padding: 0;
    margin : 0;
}

.ourstory .container p {
    display: inline-block;
    width: 70%;
    padding: 2.5% 2%;
    vertical-align: middle;
}

.ourstory .container p.founders-img {
    width: 20%;
}

.aw24 p {
    padding: 20px 8%;
}

.contact p{
    padding: 20px 10%;
}


.contact-details {
    white-space: nowrap; 
    text-align: center; 
    width: 100%;
    padding: 15px 10%;
}
.contact-details div p,.contact-details div img{
    display: block;
    }
    
.contact-details div {
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
    text-align: center; 
    width: auto; 
    padding: 5px 10px;
}

.contact-details img {
    margin: 0 auto 5px auto; 
    max-width: 70px;
    width: 5vw;
}

.contact-details p {
    margin: 0;
    line-height: 1.5; 
    vertical-align: middle;    
    font-size: 1.2vw;
    font-weight: 400;
    word-wrap: break-word;
}
.contact-details p span {
    display: block;
    word-wrap: break-word;
}

.footer-sec p img {
    width: 100%;
    max-width: 12vw;
    margin-left: 0.2%;    
    margin-top: -10px;
}
.footer-sec {
    margin-top: -25px;
}


.contact-form {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}



#contactForm input,
#contactForm textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: bottom;
    height: 60px;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: 'Poppins';

}

#contactForm textarea {
    height: 240px;
}
#contactForm .sec{
    display: inline-block;
    width: 47%;
    padding: 5px 20px;
}

p.copy {
    font-size: small;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom: -10px;
}
#contactForm .sec div {
    position: relative;
}
.error-message {
    color: red;
    font-size: 1rem;
    margin-top: -22px;
    top: 0;
    right: 0;
    display: none;
    position: absolute;
}
/* Scroll to Top Button */
#scrollToTopBtn {
    display         : none;
    position        : fixed;
    bottom          : 20px;
    right           : 30px;
    z-index         : 99;
    font-size       : 18px;
    border          : none;
    outline         : none;
    background-color: #000;
    color           : white;
    cursor          : pointer;
    padding         : 15px;
    border-radius   : 4px;
}

#scrollToTopBtn:hover {
    background-color: #555;
}

/* CSS for the up arrow icon */
.arrow-up {
    width        : 0;
    height       : 0;
    border-left  : 10px solid transparent;
    border-right : 10px solid transparent;
    border-bottom: 10px solid white;
   
    margin       : auto;
}

.navbar-brand, .social-ico {
    display: inline-block;
}

.social-ico {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 9;
}

.social-ico a {
    display: inline-block;
    width: 26%;
    padding: 0 10px;
    cursor: pointer;
}
.social-ico a img:hover {
transform: scale(0.95);

}

.container a.button,#contactForm button{
    color: #262425;
    padding: 10px 15px;
    background: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.4rem;
    border: 2px solid #fff;
}
.container a.button:hover,#contactForm button:hover{
text-decoration: none;
border: 2px solid #412920;  

}
#contactForm button{
    padding: 7px 15px;
}
.jslnk{
    text-decoration: underline;
    color:  #412920;  

}
/* Responsive Adjustments */


/* Center the menu items on larger screens */
@media (min-width: 992px) {
    .navbar-nav {
        margin-left    : auto;
        margin-right   : auto;
        display        : flex;
        justify-content: center;
        width          : 100vw;
        text-align     : center;
        left           : 0;
        position       : absolute;
        top            : 41px;
        background     : #fff;
        z-index        : 9;
    }

    .navbar-brand img.b-lazy.b-loaded {
        width : 10%;
        height: auto;
    }

    .navbar {
        position: relative;
    }
    p.founders-img.mob{
        display: none;
    }
    .contact-details div p {
        width: 22vw;
    }
    .aw24 .container img {
        margin-bottom: 4%;
    }
}


@media (max-width: 991px) {
    .section {
        margin-top: 56px;
    
    }

    .navbar-brand {
        text-align: center;
        width     : 68%;
        position  : absolute;
        left      : 10vw;
        right     : 0;
        top       : 7px;
        margin    : 0;
    }

    .navbar-brand img.b-lazy.b-loaded {
        width : 55%;
        height: auto;
    }

    .navbar {
        background: #e2dac9 !important;
        min-height: 55px;
        padding: 0;
    }


    a.navbar-brand.mx-auto.d-lg-none {
        top: -10px;
        width: 55%;
        left: 0;
        background: transparent;
    }
    .social-ico {
        top: 15px;
        text-align: right;
        right: 10px;
    }
    .social-ico a {
        padding: 00;
        width: 16%;
    }
    .section{
        margin-top: 0;
    }
    .section.home {
        margin-top: 15px;
    }

    .navbar-light .navbar-toggler {
        border: 0;
        left: 0;
        position: absolute;
        top: 15px;
        outline: none;
    }
    p.welcome-txt {
        font-size: 1.4rem;
    }
    p {
        padding: 10px 8%;
        font-size: 1rem;
        line-height: 2.2rem;
    }

    .container a.button, #contactForm button {
        font-size: 1rem;
        padding: 5px 10px;
        top: 15px;
        position: relative;
    }

    h1, h2 {
        font-size: 1.6rem;
    }
    .head-sec {
        padding: 20px 5px;
    }
    h2.sub-head {
        font-size: 1.2rem;
    }
   

    .ourstory .container p {
        display: block;
        width: 100%;
        padding: 15px 7%;
    }
  
    p.founders-img.dt{
        display: none;
    }
    .ourstory .container p.founders-img {
        width: 100%;
    }
    p.founders-img.mob img {
        width: 75%;
    }
    .contact p {
        padding: 10px 2.5%;
        line-height: 1.4rem;
    }


    .contact-details {
        padding: 2px 15px;
    }

    .contact-details div {
        display: block;
        margin: 0;
        text-align: left;
    }
    .contact-details div p, .contact-details div img {
        display: inline-block;
        text-align: left;
    }
    .contact-details img {
        width: 35px;
    }
    .contact-details p {
        font-size: 0.9rem;
    }
    .contact-details p span {
        display: inline;
    }

    #contactForm .sec {
        display: block;
        width: 100%;
        padding: 5px 20px;
    }
    cust {
        display: block;
    }
    #contactForm input, #contactForm textarea {
        width: 100%;
        height: 40px;
        font-size: 0.8rem;
    }
    .error-message {
        font-size: 0.7rem;
        margin-top: -15px;

    }
    #contactForm textarea {
        height: 120px;
    }
    .footer-sec p img {
        max-width: 130px;
        margin-top: -5px;
    }
    button.navbar-toggler.collapsed .navbar-toggler-icon {
        background: url('img/nav-menu.png') no-repeat;
        width: 1.1em;
        height: 1.1em;
        background-size: contain;
    
    }
    button.navbar-toggler .navbar-toggler-icon{
        background: url('img/nav-close.png') no-repeat;
        width: 0.8em;
        height: 0.8em;
        background-size: contain;
        margin-left: 5px;
    
    }

    ul.navbar-nav.mx-auto {
        top: 25px;
        position: relative;
        height: 95vh;
        overflow: hidden;
    }
    .navbar-nav li.nav-item a{
        padding: 10px 8%;
        border-bottom: 1px solid;
    }
    .navbar-nav li.nav-item {
        padding: 5px 1%;
    }
    .navbar-nav li.nav-item a {
        padding: 15px 6%;
        border-bottom: 1px solid #794c10;
        margin: 0 3%;
        font-size: 1em;
        font-family: 'Poppins';
        font-weight: 300;
        text-transform: uppercase;
    }
}
@media (max-width: 799px) {

    main {
      overflow-x: clip;
      overflow-y: auto;
  
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0;
      margin: 0;
    }
    
    }