* {
    margin: 0;
    padding: 0;
}
html{
    overflow-x: hidden;
}

body {
    /* font-family: "Open Sans", sans-serif; */
    overflow-x: hidden;
    font-family: 'Segoe UI', sans-serif;
}


.banner-section {}

.desktop-header-main {
    width: 100%;
    background-color: white;
}


.header-mobile-menu {
    display: none;
}

.desktop-header {
    width: 90%;
    padding: 20px 55px 20px 55px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right p{
        text-align: end;
    font-weight: 700;
    font-size: 23px;
}

.header-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 100px;

}
.desktop-logo img{
    width: 200px;
}
.ab-adani-tab-title a{
    color: white;
    text-decoration: none;
}

.header-right {
    width: 33%;
}

.desktop-menu li {
    display: inline-block;
    position: relative;
}

.desktop-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.desktop-menu ul li a {
    color: black;
    text-decoration: none;
    padding: 6px 15px;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.desktop-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #333;
    min-width: 180px;
    width: auto !important;
    padding: 10px 20px !important;
}

.desktop-submenu li {
    display: block;
}

.desktop-submenu li a {
    padding: 10px;
    width: 100%;
    font-size: 15px !important;
    font-weight: 600 !important;
    transition: transform 0.3s ease;
}

.submenu-sumenu li a {
    font-size: 13px !important;
    font-weight: 400 !important;
}


.desktop-menu li:hover .desktop-submenu {
    display: block;
    top: 100%;
    width: 600px !important;
    left: -100%;
    z-index: 9999;
    background: #c7b28e;
    border-radius: 10px;
    padding: 10px;
}

.white li a{
    color: white !important;
}

.desktop-submenu li a:hover {
    transform: translateX(10px);
}

.header-right li {
    display: inline;
}

.header-right li a {
    color: white;
    text-decoration: none;
}

.header-right ul {
    display: flex;
    justify-content: space-evenly;
}

.slider-home {
    width: 100%;
}

.box-slider-image {
    width: 100%;
}

.box-slider-image img {
    width: 100%;
    height: 600px;
    /* opacity: 0.7; */
}

.box-slider-image {
    position: relative;
}

.banner-text-container {
    position: absolute;
    top: 20%;
    left: 20%;
}

.banner-text-container p {
    font-size: 50px;
    font-weight: 700;
    color: white;
    width: 80%;
}
.about-new-mobile{
    display: none;
}
.about-new-desktop{
        display: block;
    }

.banner-text-container span {
    font-size: 30px;
    font-weight: 500;
}

.we-build {
    background-color: #fdf1dd;
    /* Matching background */
}

.we-build p {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-dots {
   bottom: 3px !important;
}



/* 
body, html {
    height: 100%;
    
  } */

.ab-adani-container {
    display: flex;
    height: 100vh;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    color: white;
}

.ab-adani-content-area {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background: rgba(0, 0, 0, 0.4);
    /* Optional blur background */
}

.ab-adani-content-area h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.ab-adani-content-area p {
    font-size: 20px;
    max-width: 600px;
    margin-bottom: 20px;
    line-height: 30px;
}

.ab-adani-content-area button {
    padding: 10px 20px;
    font-size: 16px;
    background: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    cursor: pointer;
    width: fit-content;
    transition: background 0.3s;
}

.ab-adani-content-area button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.ab-adani-tabs {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    /* No blur, just a dark bg */
}

.ab-adani-tab {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #7d7474;
    /* background-color: rgba(255,255,255,0.1); */
}

.ab-adani-tab:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.ab-adani-tab img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 15px;
}

.ab-adani-tab-title {
    font-weight: bold;
    text-transform: uppercase;
}

.ab-adani-tab:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgb(231, 220, 65);
}

.ab-adani-tab:hover .ab-adani-tab-title {
    transform: scale(1.1);
}

.founder {
    width: 100%;
    padding: 50px 0;
}

.founder-head {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 50px;
    justify-content: center;
}

.founderleft {
    width: 50%;
}

.founder-right {
    width: 50%;
}

.founder-right h3 {
    font-size: 13px;
    font-weight: 700;
    color: #bf7c15;
}

.name-boss {
    font-size: 35px !important;
    font-weight: 600 !important;
    margin: 20px 0 !important;
    color: black !important;
}

.founder-right p {
    font-size: 20px;
    font-weight: 400;
    color: black;
    line-height: 30px;
}

.home-new {
    text-align: right;
}

.founder h2 {
    text-align: center;
    /* margin-bottom: 35px; */
    font-size: 50px;
    font-weight: 500;
}

/* .footer-head {
    width: 100%;
    padding: 50px 0;
    background: #fdf1dd;
}

.footer-main {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

.fotter-card {
    max-width: 30%;


}

.footer-logo {
    margin-bottom: 50px;
}

.fotter-card h6 {
    font-size: 22px;
    color: black;
    margin-bottom: 15px;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu a {
    text-decoration: none;
    color: black;
    font-size: 15px;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}

.footer-menu a:hover {
    transform: translateX(10px);
}

.fotter-card a {
    text-decoration: none;
    color: black;
} */






.footer2 {
    background-color: #f5f5f5;
    color: #333;
    /* padding: 40px 20px 10px; */
    font-family: Arial, sans-serif;
}

.footer2-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding: 20px 50px;
}

.footer2-column {
    flex: 1 1 200px;
    margin: 10px;
}

.footer2-column h4 {
    color: #007fae;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.footer2-column ul {
    list-style: none;
    padding: 0;
}

.footer2-column ul li {
    margin-bottom: 6px;
}

.footer2-column ul li a {
    text-decoration: none;
    color: #333;
}

.footer2-column ul li a:hover {
    text-decoration: underline;
}

.footer2-logo-social {
    flex: 1 1 250px;
    margin: 10px;
    text-align: center;
}

.footer2-social-icons a {
    margin: 0 5px;
    font-size: 18px;
    color: #007fae;
}

.footer2-logo img {
    max-width: 120px;
    margin-top: 10px;
}

.footer2-logo p {
    font-size: 14px;
    margin-top: 5px;
}

.footer2-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #333;
    color: #fff;
    padding: 10px 50px;
}

.footer2-logo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer2-line {
    width: 2px;
    background: #333;
    height: 75px;
}

.footer2-bottom p {
    margin: 0;
}

.footer2-links a {
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
    font-size: 14px;
}

.footer2-links a:hover {
    text-decoration: underline;
}

.footer2-column h4 a {
    text-decoration: none;
    color: #007fae;

}

.growth {
    font-size: 20px !important;
    margin-top: 2px !important;
}

.with {
    margin-left: 40px;
    font-size: 12px !important;
    margin-top: 2px !important;
}

.good {
    font-size: 20px !important;
    margin-top: 2px !important;
    margin-left: 30px;
}






.corporate-main-section {
    background-color: #053c8f;
}

.corporate-tabs {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    border-bottom: 1px solid white;
}

.corporate-tab {
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
    color: white;
}

.corporate-tab.corporate-active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 3px;
    background-color: #f7b521;
}

.corporate-container {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 30px;
}

.corporate-text,
.corporate-image {
    flex: 1;
    min-width: 300px;
}

.corporate-text h1 {
    font-size: 65px;
    margin: 0;
    color: white;
}

.corporate-text p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: white;
}

.corporate-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.our-satisfaction-card p{
    font-size: 19px;
    text-align: center;
}

.corporate-tab-content {
    display: none;
}

.corporate-tab-content.corporate-active {
    display: flex;
}

.corporate-image {
    text-align: right;
}

.corporate-image img {
    width: 90%;
}

.corporate-text a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 10px 40px 10px 20px;
    border-radius: 20px;
}

.corporate-readmore {
    margin-top: 35px;
}

.more-arrow {
    position: relative;
    transition: all .5s;
}

.more-arrow:before {
    background: url(/images/arrow2.png);
    content: "";
    position: absolute;
    top: 16px;
    right: 18px;
    width: 14px;
    height: 13px;
    transition: all .2s;
}

.media-crousel {
    width: 95%;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.media-section {
    padding: 30px;
}

.media-heading p {
    width: 90%;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 600;
    border-left: 10px solid #053c8f;
}

.media-heading {
    padding: 30px 0;
}

.media-crousel-inner {
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}

.media-crousel-inner img {
    width: 150px;
    height: 150px;
}

/* about  */

.about-banner {
    background-image: url('../images/leadership-banner.webp');
    height: 550px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.down-right-image {
    text-align: right;
}

.who-we-are {
    text-align: center;

}

.who-we-are h1 {
    text-align: center;
    padding: 50px 0;
    font-size: 50px;
    font-weight: 500;
}
.founderleft img{
    width: 300px;
}

.who-we-are p {
    font-size: 20px;
    font-weight: 400;
    color: grey;
    line-height: 30px;
    width: 80%;
    margin: auto;
}

.about-image-vison-size {
    width: 500px;
}

/* contact page */

.container-contact-jamini {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* width: 400px; */
    position: relative;
}

.option-contact-jamini {
    text-decoration: none;
    padding: 15px;
    background-color: #9194a0;
    color: #17469e;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: background 0.3s, color 0.3s;
}

.option-contact-jamini.active-contact-jamini {
    background-color: #ffffff;
    color: #2c3e50;
    font-weight: bold;
}

.option-contact-jamini::before {
    content: "●";
    margin-right: 10px;
    color: #888;
}

.option-contact-jamini.active-contact-jamini::before {
    content: "✔";
    color: #9194a0;
}

.scroll-arrow-contact-jamini {
    background: red;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}

#bottom-contact-jamini {
    position: absolute;
    bottom: 0;
}

.contact-banner {
    background: url(../images/contact.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 800px;
}

.contact-banner h1 {
    font-size: 70px;
    color:  #004aad;
}

.contact-banner p {
    padding: 10px 0;
    color:  #004aad;
}

.contact-fix {
    position: absolute;
    left: 10%;
    top: 20%;
}


.contact-jamini-wrapper {
    display: flex;
    max-width: 1200px;
    margin: auto;
    gap: 30px;
    padding: 50px 0;
    flex-wrap: wrap;
}

.contact-jamini-form {
    flex: 1;
    min-width: 300px;
}

.contact-jamini-form h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.contact-jamini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.contact-jamini-form select,
.contact-jamini-form input,
.contact-jamini-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.contact-jamini-form textarea {
    height: 150px;
    resize: vertical;
}

.contact-jamini-form button {
    margin-top: 15px;
    padding: 12px 24px;
    background-color: #003366;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.contact-jamini-sidebar {
    flex: 0 0 350px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

.contact-jamini-sidebar img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}

.contact-jamini-sidebar p {
    margin: 10px 0;
    font-size: 14px;
    color: #333;
}

.contact-jamini-sidebar p strong {
    display: block;
    color: #003366;
    margin-bottom: 5px;
}

.contact-jamini-sidebar .logo {
    margin-top: 20px;
    background: #003366;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
}

.contact-jamini-sidebar .logo img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .contact-jamini-wrapper {
        flex-direction: column;
    }

    .contact-jamini-sidebar {
        flex: 1;
        width: 100%;
    }
}



/* jaimini energy */

.jaimini-enery-banner {
    background-image: url('../images/jamini-energy.jpg');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.jaimini-cps-banner {
    background-image: url('../images/CPs.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.jaimini-cps-heading {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #a56e2a61;
    padding: 10px;
    font-size: 60px;
    color: white;
}
.jaimin-energy-content {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.jaimini-energy-left {
    width: 50%;
}

.jaimini-energy-right {
    width: 50%;
}

.jaimini-energy-left p {
    font-size: 20px;
    color: black;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.jaimini-energy-right p {
    font-size: 20px;
    color: black;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.jaimini-energy-heading {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
        background: #a56e2a61;
    
    padding: 10px;
    font-size: 60px;
    color: white;
}

.pm-kusum-yojana {
    width: 90%;
    margin: 0 auto;
    display: flex;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    background: #ffffff;
    border-radius: 10px;
}

.pm-kusum-yojana-left {
    width: 50%;
}

.pm-kusum-yojana-right {
    width: 50%;
    text-align: right;
}

.pm-kusum-yojana-right img {
    width: 90%;
    /* height: 350px; */
    border-radius: 10px;
}

.pm-kusum-yojana-left p {
    font-size: 20px;
    color: black;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: justify;
}
.pm-kusum-yojana-left li{
    font-size: 20px;
    color: black;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.pm-kusum-yojana-left h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.advance-itbanner {
    background-image: url('../images/it-product.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.jaimin-energy-content {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.advance-heading {
    text-align: center;
    /* padding: 30px 0 25px; */
    font-size: 60px;
    background: #a56e2a61;
    padding: 10px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.advance-it-head {
    /* width: 90%; */
    margin: 0 auto;
    display: flex;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    background: #ffffff;
    border-radius: 10px;
}
.advance-it-head1{
     width: 90%;
    margin: 0 auto;
    display: flex;
    text-align: justify;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    background: #ffffff;
    border-radius: 10px;
}
.advance-it-head1 img {
    width: 90%;
    border-radius: 10px;
    border: 2px solid black;
}
.advance-it-head1 img {
    width: 90%;
    border-radius: 10px;
    border: 2px solid black;
}

.advance-it-head-left {
    width: 50%;
}

.advance-it-head-right {
    width: 50%;
    /* text-align: right; */
}

.advance-it-head img {
    width: 90%;
    border-radius: 10px;
    border: 2px solid black;
}
.advance-it-head1 img {
    width: 90%;
    border-radius: 10px;
    border: 2px solid black;
}

.advance-it-head p {
    font-weight: 400;
    font-size: 20px;
    color: black;
    line-height: 30px;
}
.advance-it-head1 p {
    font-weight: 400;
    font-size: 20px;
    color: black;
    line-height: 30px;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.advance-it-head h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
.advance-it-head1 h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.advance-it-head li{
    font-size: 20px;
    color: black;
    line-height: 30px;
    font-weight: 400;
}
.advance-it-head1 li{
    font-size: 20px;
    color: black;
    line-height: 30px;
    font-weight: 400;
}
.note{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    color: #996515;
    font-size: 20px;
    margin-top: 10px;
}

.integrated-itbanner {
    background-image: url('../images/integrated.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slick-dots li button:before{
    font-size: 15px !important;
}

.hospital-banner{
    background-image: url('../images/health-aschool.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.furniture-banner{
    background-image: url('../images/furniture-solution.jpg');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.indu-banner{
    background-image: url('../images/Infrastructure_.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.indust-banner{
    background-image: url('../images/Industrail-and-steel.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.jaimini-furniture-banner{
    background-image: url('../images/Furniture-final.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.minerals-banner{
    background-image: url('../images/JaiminiMinerals.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.infra-banner{
    background-image: url('../images/Jaimini-Infrastr.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.work-banner{
    background-image: url('../images/work-at.webp');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.new-frame{
    padding: 30px 30px;
    background: #ffffff;
    width: 90%;
    margin: 0 auto;
}
.new-frame p{
    font-weight: 400;
    font-size: 20px;
    color: black;
    line-height: 30px;
    width: 95%;
    margin: 0 auto;
}
/* work with jaimini  */

.jamini-work-hiring-section {
    background-color: #d2ab67;
    padding: 40px 20px;
    text-align: center;
}

.jamini-work-hiring-section h1 {
    margin-bottom: 30px;
    font-size: 28px;
}
.jamini-work-buttons a{
    text-decoration: none;
    color: black;
}

.jamini-work-job-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.jamini-work-job-card {
    background: white;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: left;
    flex: 1 1 250px;
    max-width: 320px;
}

.jamini-work-job-card h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.jamini-work-job-card p {
    font-size: 14px;
    line-height: 1.4;
}

.jamini-work-buttons {
    margin-top: 15px;
}

.jamini-work-buttons button {
    padding: 8px 15px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    border-radius: 4px;
}

.jamini-work-buttons button:hover {
    background: #ddd;
}

.jamini-work-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.jamini-work-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    position: relative;
}

.jamini-work-close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

.jamini-work-close:hover {
    color: red;
}

.jamini-work-join-section {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
}

.jamini-work-join-section h1 {
    margin-bottom: 30px;
    font-size: 28px;
}

form {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.jamini-work-form-group {
    margin-bottom: 20px;
}

.jamini-work-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea {
    height: 100px;
}

.jamini-work-file-upload label {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.jamini-work-file-upload input[type="file"] {
    display: inline-block;
    margin: 5px 10px 20px 0;
}

button[type="submit"] {
    background: #2d6ebd;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background: #1c56a3;
}

.jaimini-blog{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding: 50px 0;
}
.post-jaimini-card a{
    width: 300px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.post-jaimini-card h3{
    color: black;
    font-size: 17px;
    padding-top: 10px;
    text-align: justify;
    font-weight: 500;
}
.post-jaimini-card p{

}

.our-satisfaction{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    padding-top: 30px;
}
.our-satisfaction-card{
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.satisfaction-heading{
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}
.satisfaction{
    padding: 50px 50px 20px 50px;
}
.score{
    color: #d2ab67;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .jamini-work-job-cards {
        flex-direction: column;
        align-items: center;
    }

    .jamini-work-job-card {
        width: 90%;
        max-width: 400px;
    }

    .jamini-work-modal-content {
        width: 95%;
        margin: 20% auto;
    }
}

@media (max-width: 480px) {
    .jamini-work-hiring-section h1,
    .jamini-work-join-section h1 {
        font-size: 24px;
    }

    .jamini-work-job-card h2 {
        font-size: 16px;
    }

    .jamini-work-buttons button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .jamini-work-modal-content {
        margin: 30% auto;
    }
}





.mission-scroller-head img{
    width: 60px;
}
.mission-scroller-head {
    display: flex;
    align-items: center;
    justify-content: center;
}
.side.jamini-mission {
    display: flex;
}
.side.jamini-mission img{
    width: 50px;
}


/* added new section  */
.carousel-container.jamini-mission {
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: 100%;
      position: relative;
    }

    .carousel-container.jamini-mission::before {
      content: "";
      position: absolute;
      height: 200px;
      background-color: rgb(255, 249, 239);
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: -1;  /* To place the "patti" behind the carousel */
    }

    .side.jamini-mission {
      text-align: center;
      width: 150px;
    }

    .side.jamini-mission img {
      width: 50px;
    }

    .label.jamini-mission {
      margin-top: 10px;
      font-weight: bold;
    }

    .carousel-center.jamini-mission {
      position: relative;
      background: #053c8f;
      border: 5px solid #bfa146;
      border-radius: 50%;
      width: 400px;
      height: 400px;
      color: white;
      text-align: center;
      padding: 50px 30px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .carousel-content.jamini-mission img.icon {
      width: 50px;
      margin: 20px auto;
    }

    .carousel-content.jamini-mission hr {
      width: 50px;
      border: none;
      border-top: 3px solid #bfa146;
      margin: 10px auto;
    }

    /* Unique Class for Left and Right Arrows */
    .nav-left.jamini-mission, .nav-right.jamini-mission {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #bfa146;
      color: white;
      border: none;
      font-size: 20px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      cursor: pointer;
    }

    .nav-left.jamini-mission {
      left: -25px;
    }

    .nav-right.jamini-mission {
      right: -25px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .carousel-container.jamini-mission {
        flex-direction: column;
        align-items: center;
      }

      .side.jamini-mission {
        display: none; /* Hide side labels (Integrity and Excellence) on mobile */
      }

      .carousel-center.jamini-mission {
        width: 350px;
        height: 350px;
        padding: 40px 25px;
      }

      .nav-left.jamini-mission, .nav-right.jamini-mission {
        font-size: 18px;
        width: 35px;
        height: 35px;
      }

      .carousel-content.jamini-mission .icon {
        width: 40px;
      }

      .carousel-content.jamini-mission hr {
        width: 40px;
      }

      /* Show navigation arrows for mobile */
      .nav-left.jamini-mission, .nav-right.jamini-mission {
        display: block;
      }
    }

    @media (max-width: 480px) {
      .carousel-container.jamini-mission {
        padding: 10px;
      }

      .side.jamini-mission {
        display: none; /* Hide side labels on smaller screens */
      }

      .carousel-center.jamini-mission {
        width: 250px;
        height: 250px;
        padding: 30px 15px;
      }

      .nav-left.jamini-mission, .nav-right.jamini-mission {
        font-size: 14px;
        width: 30px;
        height: 30px;
      }

      .carousel-content.jamini-mission .icon {
        width: 30px;
      }

      .carousel-content.jamini-mission hr {
        width: 30px;
      }
    }