*{
    margin:0px;
    padding: 0px;
    font-family:'Avenir-Medium', sans-serif;
}
.main-header{
    border-bottom: 1px solid white; 
    background-color: white; 
    position: relative; 
    z-index: 2; 
    padding: 0;
    transition: top 0.3s ease;
}
.header-main1{
    background-color: transparent;
    position: relative;
    z-index: 2;
    /* padding: 20px; */
    display: flex;
    justify-content: center;
    height: 70px;
    align-items: center;
}
.header-main-black{
    background-color: transparent;
    position: relative;
    z-index: 2;
    /* padding: 20px; */
    display: flex;
    justify-content: center;
    height: 70px;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    color:black;
}
.header-main-black a{
    color:black;
}


.main-nav li {
    margin: 0 0px;
    font-size: 16px;
    height: 52px;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0px 30px;
}

.header-navbar-rht li a.header-login:hover {
    background-color: #ffc905;
    border-color: #ffc905;
    color: #fff;
}




.view-btn:hover,
.view-btn:focus {
    background-color: #ffc905;
    color: #fff;
}



.book-btn:hover,
.book-btn:focus {
    background-color: #ffc905;
    border-color: #ffc905;
    color: #fff;
}



.about-content a:hover,
.about-content a:focus {
    background-color: #ffc905;
    border-color: #ffc905;
    color: #fff;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #ffc905;
    color: #fff;
    opacity: 1;
}


.profile-widget .verified {
    color: #ffc905;
    margin-left: 3px;
}



.fa-building:before {
    content: "\f1ad";
    font-size: 25px;
}

.fa-business-time:before {
    content: "\f64a";
    font-size: 25px;                                                    
}


.fa-handshake:before {
    content: "\f2b5";
    font-size: 25px;
}

.header-navbar-rht li a.header-login:hover {
    color: white !important;
}

.header-contact-detail p.contact-header {
    color: #484848;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
    text-align: left;
}

.header-contact-detail p.contact-info-header {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 6px;
}

.fa-hospital:before {
    content: "\f0f8";
    font-size: 25px;
}


.header-navbar-rht li a.header-login {
    border: 2px solid #ffc905;
    border-radius: 4px;
    padding: 8px 12px !important;
    text-align: center;
    font-size: 10px;
    color: #ffc905;
    text-transform: uppercase;
    font-weight: 500;
}




/* Style for each list item */
.header-navbar-rht li {
    margin-right: 10px;
    /* Gap between items, adjust as needed */
    position: relative;
    /* For positioning the vertical border */
    padding-right: 20px;
    /* Space for the border */
    margin-left:25%;
}

/* Add vertical border between items */
.header-navbar-rht li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    /* Align to the right edge of the item */
    height: 100%;
    /* Full height of the item */
    width: 1px;
    /* Width of the vertical border */
    background-color: #ccc;
    /* Color of the border */
}
    .navbar-brand.logo img {
    width: 170px;
}

.logo {
    display: inline-block;
    margin-right: 0px !important;
    width: 250px;
    margin-left:42%;
}


.fa-phone:before {
    content: "\f095";
    font-size: 25px;
}





.breadcrumb-bar {
    background-color: #ffc905;
    padding: 15px 0;
}


.dashboard-menu>ul>li:hover>a,
.dashboard-menu>ul>li.active>a {
    color: #ffc905;
}

.navbar-header{
    width:42%;
}
.fa-hospital:before {
    content: "\f0f8";
    font-size: 25px;
}



/* Ensure no default list styling */
.header-navbar-rht {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width:100%;
    justify-content:space-evenly;
}

.header-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
    height: 110px;
    padding: 0 4px;
    margin-bottom: 0;
}
.header-media{
    display: none;
}
.fa-bars{
    display: none;
}
.background-container{
    position: relative; 
   width: 100%; 
   height: 600px; 
   background-size: cover; 
   overflow: hidden;
}
.owl-carousel .slide {
    height: 100vh; /* Full screen height */
    background-size: cover;
    background-position: center;
  }
.owl-carousel{
    width: 100%;
    position: absolute;
} 
.owl-nav{
    display: none;
} 
.owl-dots{
    display: none;
} 
.animated-text {
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid white;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 5rem;
    margin-top: 90px;
}
.main-nav li ul{
    display: none;
    position: fixed;
    left: 0px;
    top: 170px;
    text-align: center;
    background: #0000005e;
    width: 100%;
    padding: 0px 0 0 0;
    float: left;
}
.main-nav li ul li:first-child {
    margin-left: 0px !important;
}

.main-nav li ul li {
    background: none;
    display: inline-block;
    padding: 7px 0px 0px;
    margin: 16px 5px 0px 40px !important;
    float: none;
    position: relative;
    z-index: 3;
    vertical-align: middle;
}
.main-nav li ul li a {
    font-size: 17px;
    line-height: 18px;
    color: white;
    text-decoration: none;
    font-weight: normal;
}
.menu-item:hover .submenu {
    display: block;
}
.nav-download-btn {
    border: none;
    border: 2px solid white;
    padding: 10px 17px;
    border-radius: 5px;
    margin-left: 18px;
    font-size: 15px;
    background-color: #359e53;
    color: white;
    font-weight: 600;
}
.videoplay-btn{
    position: absolute;
    width: 70px;
    height: 70px;
    display: inline-block;
    font-size: 0;
    z-index: 9;
    border-radius: 50%;
    background-color: #212120;
    margin-top: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fa-play{
    font-size: 29px;
    color: white;
}


.hidden-main-header {
    display: none; /* Hide main-header */
  }

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  
  .header.scrolled {
    background-color: #000000c4; /* White background on scroll */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: white;
    top: 0;
  }
    .header.scrolled a {
    color: white;
  }
  .scroll-active .submenu {
    margin-top: -110px;
}
  .maindiv3{
    /*margin-top: 95vh;*/
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    float: left;
  }
  .maindiv3 .div1{
     width:55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .maindiv3 .div1 img{
    width: 200px;
  }
.maindiv3 .div1 h1 {
    font-size: 2.5rem;
    font-weight: normal;
    text-align: left;
    width: 85%;
    letter-spacing: 2px;
    margin-top: 45px;
}

  .maindiv3 .div2{
    width: 40%;
    height: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.maindiv3 .div2 .p1{
    font-size: 2.5rem;
    color: #359674;
    font-weight: 600;
    margin-top: -160px;
    position:absolute;
}
.maindiv3 .div2 .h2{
    font-size: 2.5rem;
    color: black;
    font-weight: 100;
    margin-top: 220px;
}
.maindiv3 .div2 .p2{
    font-size: 1.5rem;
    color: black;
    font-weight: 100;
    margin-top: 15px;
    width: 65%;
}
  
  
  
  
  
  .maindiv4{
    width: 100%;
    height: auto;
    background-color: rgb(243, 243, 243);
    float: left;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    border-bottom: 1px solid #d8d8d8;
    padding:50px 0 50px 0;
  }
  .maindiv4 .div1{
    width:35%;
    height:85%;
  }
  .maindiv4 .div1 img{
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
  .maindiv4 .div2{
    width:35%;
    height:40%;
    padding: 30px 40px;
  }
  .maindiv4 .div2 .p1{
        color: #359674;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.5px;
  }
  .maindiv4 .div2 .h1{
    font-weight: normal;
    font-size: 2rem;
    letter-spacing: 0.4px;
    margin-top: 23px;
    line-height: 45px;
}
a{
    text-decoration: none;
}
.maindiv6{
    width: 100%;
    height: 95vh;
    background-color: rgb(243, 243, 243);
    float: left;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    border-bottom: 1px solid #d8d8d8;
  }
  .maindiv6 .div1{
    width:35%;
    height:85%;
  }
  .maindiv6 .div1 img{
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
  .maindiv6 .div2{
    width:35%;
    height:40%;
    padding: 30px 40px;
  }
  .maindiv6 .div2 .p1{
        color: #359674;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.5px;
  }
  .maindiv6 .div2 .h1{
    font-weight: normal;
    font-size: 2rem;
    letter-spacing: 0.4px;
    margin-top: 23px;
    line-height: 45px;
}
.explore-btn {
    width: 85px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 27px 0 0 0;
    /* background: #379674; */
    background-color: white;
    color: #379674;
    border: 2px solid #379674;
    border-radius: 5px;
}
.explore-btn2 {
    width: 85px;
    background-color: white;
    color: #379674;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 27px 0 0 0;
    /* background: #379674; */
    border: 2px solid #379674;
    border-radius: 5px;
}
.explore-btn3{
    width: 85px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 27px 0 0 0;
    /* background: #379674; */
    background-color: white;
    color: #379674;
    border: 2px solid #379674;
    border-radius: 5px;
}
.explore-btn:hover{
    width: 85px;
    background-color: #359674;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
.explore-btn2:hover{
    width: 85px;
    background-color: #359674;
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 27px 0 0 0;
}
.maindiv5 {
    width: 100%;
    height: 650px;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}
.maindiv5 .div1{
    width: 80%;
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.maindiv5 .div2{
    width: 80%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}
.maindiv5 .div2 .subdiv1{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.maindiv5 .div2 .subdiv1 .p1{
    color: #359674;
    font-size: 3rem;
    font-weight: 600;
}
.maindiv5 .div2 .subdiv1 .p2{
    color: black;
    font-size: 1.5rem;
}
.maindiv5 .div1 .p1{
    font-size: 1.5rem;
    color: #359674;
    font-weight: 600;
    margin-top: 20px;
}
.maindiv5 .div1 .h2{
    font-size: 2.5rem;
    color: black;
    font-weight: 100;
    margin-top: 20px;
}
.maindiv5 .div1 .p2{
    font-size: 1.5rem;
    color: black;
    font-weight: 100;
    margin-top: 15px;
    width: 32%;
}

.footer-maindiv{
    width: 100%;
    height: 520px;
    float: left;
    display: flex;
    flex-direction: column;
}
.footer-div1{
    width: 100%;
    height: 460px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.footer-div1 .subdiv1{
    width: 22%;
    height: 80%;
    padding: 20px 30px;
}
.footer-div1 .subdiv1 .p1{
    font-size: 1.5rem;
    color: black;
}
.footer-div1 .subdiv1 .p2{
    font-size: 1rem;
    color: grey;
    margin-top: 20px;
    letter-spacing: 0.4px;
    line-height: 22px;
}
.footer-div1 .subdiv1 .p2 ul li{
    list-style: none;
    margin-top: 8px;
}
.footer-div1 .subdiv1 .p2 ul a{
    text-decoration: none;
    color: grey;
}
.footer-div1 .subdiv1 .p2 ul a:hover{
    font-weight: 600;
}
.footer-div1 .subdiv1 .p2 ul .active{
    font-weight: 600;
}
.footer-div1 .subdiv1 .p2 p{
    margin-top: 20px;
}
.footer-div2{
    width: 100%;
    height: 60px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer-div2 .subdiv1{
    width: 20%;
    height: 60px;
    color: white;
    display: flex;
    align-items: center;
}
.footer-div2 .subdiv1 span a{
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
}
.footer-div2 .subdiv1 span a:hover{
    font-weight: 600;
}
.footer-div2 .subdiv2{
    width: 40%;
    height: 60px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: right;
}
.busi-maindiv1{
    margin-top: 105vh;
    width:100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
}
.busi-maindiv1 p{
    width: 50%;
    font-size: 3rem;
    text-align: center;
    color: black;
    padding:40px 0px;
    line-height: 70px;
}
.feedmaindiv1{
    width: 100%;
    height: 105vh;
    float:left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}
.feedmaindiv1 h2{
    font-size: 2.5rem;
    color: black;
    font-weight: normal;
}
.desc-maindiv{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.desc-subdiv1{
    width: 30%;
    height: 90%;
}
.desc-subdiv1 p {
    color: grey;
    font-size: 1.1rem;
    letter-spacing: 0.6px;
    word-spacing: 3px;
    line-height: 30px;
}
.feed-detail-section{
    height: auto;
    float: left;
    width: 80%;
    margin-left: 10%;
    padding: 80px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feed-sub1{
    width: 48%;
    height: 300px;
    border: 1px solid black;
    margin-top: 30px;
    float: left;
}
.feed-imagediv{
    width: 220px;
    height: 250px;
    margin: 25px 0 0 30px;
    float: left;
}
.feed-imagediv img{
    width: 220px;
    height: 250px;
    object-fit: cover;
}
.feed-detail{
    width: 280px;
    height: 250px;
    border: 1px solid black;
    float: left;
    margin: 25px 0 0 30px;
}
.feed-detail .p1{
    color: black;
    font-size: 2rem;
    margin-top: 30px;
}
.feed-detail .p2{
    color: grey;
    font-size: 1.1rem;
    margin-top: 20px;
    letter-spacing: 0.6px;
}
.share-maindiv1{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.share-maindiv1 .sub1{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.share-maindiv1 .sub1 h1{
    padding-top: 50px;
    font-size: 3rem;
    width: 50%;
    text-align: center;
}
.share-maindiv1 .sub1 .p1{
    padding-top: 30px;
    font-size: 1.3rem;
    text-align:justify;
}
.shares-div{
    width: 100%;
    height: 170px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
}
.shares-div .div1{
    width: 40%;
    height: 170px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}
.shares-div .div1 .share-imgdiv{
    width: 60%;
    height: 80px;
}
.share-imgdiv img{
    width: 100%;
    height: 80px;
    object-fit:contain;
}
.shares-div .div1 .share-detail{
    font-size: 1.1rem;
    text-decoration: underline;
    text-underline-offset: 8px;
}
.share-detail a{
    text-decoration: none;
    color: black;
}
.share-detail .download-btn{
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 20px;
}
.share-maindiv2{
    width: 100%;
    height: 700px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-maindiv2 .sub1{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.share-maindiv2 .sub1 .p1{
    padding-top: 60px;
    font-size: 1.8rem;
}
.share-maindiv2 .sub1 .maindiv{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-maindiv2 .sub1 .maindiv .div1{
    width: 40%;
    height: 100%;
}
.share-maindiv3{
    width: 100%;
    height: 450px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-maindiv3 .sub1{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.share-maindiv3 .sub1 .p1{
    padding-top: 60px;
    font-size: 1.8rem;
}
.share-maindiv3 .sub1 .maindiv{
    width: 100%;
    height: 67%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-maindiv3 .sub1 .maindiv .div1{
    width: 40%;
    height: 100%;
}
.share-que-div{
    width: 100%;
    height: auto;
    padding: 25px 0px ;
    border-bottom: 1px solid #e8e8e8;
    text-align: right;
    font-size: 1.2rem;
    line-height: 25px;
    color: #a09f9f;
}
.div1 a:last-child .share-que-div {
    border-bottom: none; /* Remove border for the last .share-que-div inside each .div1 */
}
.invest-maindiv1{
    width: 100%;
    height: 100vh;
    float: left;

}
.invest-maindiv5{
    width: 100%;
    height: 550px;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}
.invest-maindiv5 .div1{
    width: 80%;
    height: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.invest-maindiv5 .div2{
    width: 80%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.invest-maindiv5 .div2 .subdiv1{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.invest-maindiv5 .div2 .subdiv1 .p1{
    color: #359674;
    font-size: 3rem;
    font-weight: 600;
}
.invest-maindiv5 .div2 .subdiv1 .p2{
    color: black;
    font-size: 1.5rem;
}
.invest-maindiv5 .div1 .p1{
    font-size: 1.5rem;
    color: #359674;
    font-weight: 600;
    margin-top: -50px;
}
.invest-maindiv5 .div1 .h2{
    font-size: 2.5rem;
    color: black;
    font-weight: 100;
    margin-top: 20px;
}
.invest-maindiv5 .div1 .p2{
    font-size: 1.5rem;
    color: rgb(145, 145, 145);
    font-weight: 100;
    margin-top: 15px;
    width: 32%;
    line-height: 34px;
}
.invest-maindiv4{
    width: 100%;
    height: 95vh;
    float: left;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
  }
  .invest-maindiv4 .div1{
    width:35%;
    height:85%;
  }
  .invest-maindiv4 .div1 img{
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
  .invest-maindiv4 .div2{
    width:35%;
    height:40%;
    padding: 30px 40px;
  }
  .invest-maindiv4 .div2 .p1{
        color: #359674;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.5px;
  }
  .invest-maindiv4 .div2 .h1{
    font-weight: normal;
    font-size: 2rem;
    letter-spacing: 0.4px;
    margin-top: 23px;
    line-height: 45px;
}
.finup-maindiv1{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    justify-content: space-evenly;
}
.finup-maindiv1 h1{
    font-size: 3rem;
    padding-top: 50px;
}
.finup-maindiv1 .subdiv1 {
    width: 60%;
    height: 280px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #e8e8e8;
    flex-direction:column;
    margin-bottom:50px;
}
.finup-maindiv1 .subdiv1 .sub1 {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: space-evenly;
}
.finup-maindiv1 .subdiv1 .sub1 img {
    width: 25px;
    position: relative;
    left: 10px;
    top: 3px;
}
.finup-que-div{
    width: 300px;
    height: auto;
    padding: 30px 0px ;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-size: 1.4rem;
    line-height: 25px;
    color: black;
}


.franchise-hero {
    background: url('images/franchise-banner.jpg') no-repeat center center/cover;
    color: black;
    text-align: center;
    padding: 60px 20px;
    margin-top: 70px;
}

.franchise-hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.franchise-hero p {
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-button {
    background: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #0056b3;
}

.why-franchise, .franchise-model, .application-process, .contact-section {
    padding: 40px 20px;
    background: #f9f9f9;
    text-align: center;
}

.why-franchise h2, .franchise-model h2, .application-process h2, .contact-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.feature {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 45%;
}

.feature i {
    font-size: 30px;
    color: #007bff;
    margin-bottom: 10px;
}

.contact-details {
    margin-top: 20px;
}

.contact-details p {
    font-size: 16px;
}
.who-maindiv1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #00800014;
    flex-direction: column;
}
.who-maindiv1 .p1{
    font-size: 3.5rem;
    margin-top: 50px;
    color: black;
}
.who-maindiv1 .p2{
    font-size: 1.5rem;
    color: black;
}
.who-maindiv1 .p2 {
    font-size: 1.3rem;
    color: black;
    margin: 20px 0 30px 0;
    width: 50%;
    text-align: center;
    line-height: 30px;
}
.who-maindiv2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 60px 0 60px 0;
}
.who-maindiv2 .imagediv{
    width: 40%;
    height: auto;
}
.who-maindiv2 .imagediv .div1 {
    width: 225px;
    height: 440px;
    border-radius: 100px;
    float: left;
    margin-left: 50px;
}
.who-maindiv2 .imagediv .div2 {
    width: 225px;
    height: 440px;
    border-radius: 100px;
    float: left;
    margin-top: 60px;
    margin-left: 50px;
}
.who-maindiv2 .imagediv img{
    width: 225px;
    height: 440px;
    object-fit: cover;
    border-radius: 100px;
}
.who-maindiv2 .detaildiv{
    width: 40%;
    height: auto;
    padding: 30px 0 0 30px;
}
.who-maindiv2 .detail-p1{
    font-size: 1.5rem;
    font-weight: bold;
}
.who-maindiv2 .detail-subdiv{
    width: 70%;
    height: auto;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.who-maindiv2 .detail-subdiv .icondiv{
    width: 50px;
    height: 50px;
}
.icondiv img{
    width: 50px;
    object-fit: cover;
}
.who-maindiv2 .detail-subdiv .valuediv{
    width: 83%;
    height: auto;
}
.valuediv .p1{
    font-size: 1.2rem;
    font-weight: 600;
    color: black;
    margin-top: 3px;
}
.valuediv .p2{
    margin-top: 5px;
    color: grey;
}
.who-maindiv3{
    width: 100%;
    height: auto;
    background-color: #00800014;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 40px 0px;
    margin-top:70px;
}
.who-maindiv3 .div1 {
    width: 80%;
    height: 300px;
    padding: 40px 0 0 20px;
    text-align: justify;
}
.who-maindiv3 .div1 .p1{
    font-size: 2rem;
    font-weight: 600;
    color: black;
    margin-top: 3px;
    text-align: center;
}
.who-maindiv3 .div1 .p2{
    font-size: 1.1rem;
    line-height: 25px;
    margin-top: 40px;
    letter-spacing: 0.4px;
}
.who-maindiv3 .div1 ul{
    font-size: 1.1rem;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 0.4px;
}
.who-maindiv3 .div1 ul li{
    margin-bottom: 10px;
}
.counters {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 60px;
}

.counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 55px;
}
.counters .achieve-h2{
    text-align: center;
    margin-bottom: 60px;
    font-size: 2rem;
}

.counter {
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px 40px;
    width: 200px;
    transition: transform 0.3s ease;
}

.counter:hover {
    transform: scale(1.05);
}

.counter h2 {
    font-size: 36px;
    color: black;
    margin-bottom: 10px;
}

.counter p {
    font-size: 16px;
    color: #8f8f8f;
}
.partner-maindiv1{
    width: 100%;
    height: auto;
    border: 1px solid black;
}

.counters h1{
    color: #359674; /* Deep Green */
}
.counters h2{
    color: #359674; /* Deep Green */
}
/* Hero Section */
.hero {
    background: #00800014; /* Green to Grey gradient */
    color: #fff;
    text-align: center;
    padding: 70px 20px 120px 20px;
    margin-top: 70px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: black;
}

.hero p {
    font-size: 1.2rem;
    max-width: 55%;
    margin: 0 auto;
    color: black;
    letter-spacing:0.5px;
    line-height:25px;
}
.container-partner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
    width: 90%;
    box-shadow: 1px 1px 10px #cccccc;
    margin-left: 5%;
    margin-top: 50px;
}

/* Benefits Section */
.benefits {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
    margin: 65px 0;
}

.benefit {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    width: 25%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.benefit:hover {
    transform: scale(1.05);
}

.benefit i {
    font-size: 3rem;
    color: #359674;
    margin-bottom: 15px;
}

.benefit h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* Call-to-Action Section */
.cta {
    background-color: #00800014; /* Light Grey-Green */
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cta h2 {
    margin-bottom: 20px;
    color: #359674;
}
.cta p{
    color: black;
    width: 100%;
    line-height: 25px;
    font-size: 1.2rem;
}
.cta .div1{
    width: 40%;
}
.cta a {
    background-color: #2d572c;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.cta a:hover {
    background-color: #1e3e1e;
}
.cta .form-section {
    width: 38%;
    height: auto;
    text-align: left;
    justify-content: center;
}
.cta .form-section label{
    color: black;
}
.cta .form-section span{
    color: red;
}
.cta .form-section input{
        width: 360px;
        height: 45px;
        margin-top: 10px;
        margin-bottom: 25px;
        border-radius: 5px;
        border: 1px solid green;
        padding-left: 10px;
        outline: none;
        font-size: 0.9rem;
}
.cta .form-section select{
        width: 360px;
        height: 45px;
        margin-top: 10px;
        margin-bottom: 25px;
        border-radius: 5px;
        border: 1px solid green;
        padding-left: 10px;
        outline: none;
        font-size: 0.9rem;
}
.cta .form-section button{
    padding: 10px 35px;
    font-size: 1.1rem;
    color: #000000;
    border: 2px solid #359674;
    border-radius: 5px;
    background: #359674;
    color: white;
    margin-top: 15px;
}
.cta .form-section button a{
        padding: 10px 35px;
        font-size: 1.1rem;
        color: #000000;
        border: 2px solid #359674;
        border-radius: 5px;
        background: #359674;
        color: white;
        margin-top: 15px;
}
.cta .div1 .imagediv{
    width: 300px;
    height: 200px;
    border-radius: 10px;
    margin-top: 25px;
    border: 7px solid white;
}
.cta .div1 img{
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 2px;
}
.cta .div1 .imagediv2 {
    width: 300px;
    height: 200px;
    margin-left: 45%;
    margin-top: -50px;
    border: 7px solid white;
    border-radius: 10px;
    z-index: 222;
    position: relative;
}
.career-maindiv1{
    width: 100%;
    height: 110vh;
    float: left;
}
.career-maindiv2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 40px;
}
.career-maindiv2 .subdiv1{
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.career-maindiv2 .subdiv1 .h1{
    font-size: 3rem;
    font-weight: normal;
}
.career-maindiv2 .subdiv1 .p1{
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.9px;
    margin-top: 20px;
    line-height: 25px;
}
.career-maindiv3{
    width: 100%;
    height: auto;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
}
.career-maindiv3 .main1{
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
}
.career-maindiv3 .subdiv1{
    width: 47%;
    height: 400px;
}
.career-maindiv3 .photodiv1{
    width:47%;
    height: 380px;
    margin-top: 10px;
    float: left;
}
.career-maindiv3 .photodiv2{
    width:47%;
    height: 180px;
    margin-top: 10px;
    float: left;
    margin-left: 15px;
}
.career-maindiv3 .photodiv3{
    width:47%;
    height: 180px;
    margin-top: 17px;
    float: left;
    margin-left: 15px;
}
.career-maindiv3 .img1{
    width: 100%;
    object-fit: cover;
    height: 380px;
    border-radius: 10px;
}
.career-maindiv3 .img2{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 180px;
}
.career-maindiv4{
    width: 100%;
    height: auto;
    padding: 40px 0px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.career-maindiv4 .h1{
    font-size: 2.5rem;
    font-weight: normal;
}
.career-maindiv4 .subdiv1{
    width: 80%;
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.career-maindiv4 .subdiv1 .counters{
    width: 300px;
    height: 100px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
.career-maindiv4 .subdiv1 .counters:hover{
    transform: scale(1.04);
}
.career-maindiv4 .counters img{
    width: 100px;
    border-radius: 50%;
    margin-top: -30px;
}
.career-maindiv4 .counters .p1{
    color: black;
    font-weight: bold;
    font-size: 1.2rem;    

}
.career-maindiv4 .counters .p2{
    color: black;
    font-size: 1rem;    
    margin-top: 10px;
    line-height: 21px;
    letter-spacing:0.4px;
}
.career-maindiv4 .p5{
    width:60%;
    font-size:1.3rem;
    text-align:center;
    margin-top:10px;
}
.career-maindiv4 .p6{
    width:80%;
    font-size:1.2rem;
    text-align:center;
    margin-top:20px;
}
.career-maindiv5{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}
.career-maindiv5 .h1{
    font-size: 3rem;
    font-weight: normal;
}
.career-maindiv5 .subdiv1{
    width: 80%;
    height: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.opening-maindiv{
    width: 46%;
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #a4a4a414;
    margin-bottom: 30px;

}
.opening-maindiv .imagediv{
    width:20%;
    height: 100px;
}
.opening-maindiv img{
    width: 100%;
    object-fit: cover;
    height: 100px;
}
.opening-maindiv .detaildiv{
    width:70%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.opening-maindiv .detaildiv .first{
    width: 50%;
}
.opening-maindiv .detaildiv .first p{
    margin-top: 10px;
    color: grey;
}
.opening-maindiv .detaildiv .first .p1{
    font-weight: bold;
    font-size: 1.1rem;
    color: black;
    margin-top: 0px;
}
.opening-maindiv .detaildiv .first .p2{
    font-weight: bold;
    font-size: 1rem;
}
.opening-maindiv .detaildiv .second{
    width: 40%;
    height: auto;
    padding: 20px 0px;
}
.apply-btn{
    padding: 10px 49px;
    border: 2px solid #379674;
    color: #379674;
    font-size: 1rem;
    background-color: white;
    margin: -20px 0 20px 0;
}
.apply-btn a{
    color: #379674;
}
.view-detail-btn a{
    color:white;
}
.view-detail-btn{
    padding: 10px 30px;
    border: 2px solid #379674;
    color: white;
    font-size: 1rem;
    background-color: #379674;
}
.contact-maindiv1{
    width: 100%;
    height: 280px;
    margin-top: 70px;
    background-color: #00800014;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-maindiv1 .h1 {
    font-size: 3rem;
    text-decoration: 2px wavy underline grey;
    text-underline-offset: 12px;
}
.contact-maindiv1 .p1{
    font-size: 1.3rem;
    width: 50%;
    text-align: center;
    margin-top: 25px;
}
.contact-maindiv2 {
    width: 72%;
    height: 380px;
    background-color: #0080003b;
    margin-top: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 14%;
    border-radius: 25px;
}
.contact-maindiv2 form {
    width: 74%;
    height: auto;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-maindiv2 form input {
    width: 370px;
    height: 45px;
    color: black;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #ffffff;
    outline: none;
    margin: 10px;
    margin-top: 20px;
    padding-left: 14px;
}
.contact-maindiv2 form button {
    padding: 13px 20px;
    border-radius: 5px;
    border: none;
    background-color: #379674;
    color: white;
    font-size: 1rem;
    margin-left: 15px;
    margin-top: 20px;
}
.contact-maindiv3{
    width: 84%;
    height: auto;
    padding: 20px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    margin-left: 8%;
}
.contact-maindiv3 .counters{
    width: 265px;
    height: 75px;
    background-color: #00800014;
    border-radius: 20px;
    padding: 60px 20px;
}
.contact-maindiv3 .counters .div1 {
    width: 100%;
    height: auto;
    margin-top: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.contact-maindiv3 .counters .div1 .p1{
        font-size: 1.4rem;
        font-weight: bold;
        margin-top: 15px;
        color:black;
}
.contact-maindiv3 .counters .div1 .p2 {
    margin-top: 20px;
    font-size: 1.1rem;
        color:black;
}
.contact-maindiv4{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    background-color: #00800014;
    margin-bottom: 30px;
}
.techno-maindiv1{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 90px;
}
.techno-maindiv1 .main1 {
    width: 48%;
    height: 379px;
    padding-top: 60px;
}
.techno-maindiv1 .main1 .p1 {
    font-size: 3rem;
}
.techno-maindiv1 .main1 .p2 {
    font-size: 1.2rem;
    line-height: 25px;
    margin-top: 20px;
    text-align: justify;
}
.techno-maindiv1 .main2{
    width: 50%;
    height: 450px;
    display: grid;
}
.techno-maindiv1 .main2 img{
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.techno-maindiv2{
    width: 100%;
    height: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    background-color: #00800042;
    margin-top: 30px;
}
.techno-maindiv2 .h1{
    font-size: 2.5rem;
    color: white;
    text-align: center;
}
.techno-maindiv2 .counter-maindiv{
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.techno-maindiv2 .counters {
    width: 230px;
    height: 170px;
    border-right: 1px solid #eeeeee;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #00800000;
    color: #646262;
    transition: 0.5s ease;
}
.techno-maindiv2 .counters:hover{
    background-color: white;
    transform: scale(1.05);
}
.techno-maindiv2 .counters .p1{
    font-size: 1.2rem;
    font-weight: bold;
    color:black;
}
.techno-maindiv2 .counters .p2{
    font-size: 1rem;
    margin-top: 10px;
    color: black;
    letter-spacing: 0.4px;
    line-height:21px;

}
.techno-maindiv3{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10%;
    margin-top: 50px;
}
.techno-maindiv3 .main1{
    width: 50%;
    height: 400px;
}
.techno-maindiv3 .main2{
    width: 50%;
    height: auto;
    padding-top: 80px;
}
.techno-maindiv3 .main1 .imagediv {
    width: 349px;
    border: 4px solid #35b935;
    height: 390px;
    margin: 0 0 0 106px;
}
.techno-maindiv3 .main1 img{
        width: 380px;
        height: 310px;
        object-fit: cover;
        margin: 40px 0 0 20px;
}
.techno-maindiv3 .main2 .p1{
    font-size: 2.8rem;
    width: 80%;
}
.techno-maindiv3 .main2 .p2 {
    font-size: 1.1rem;
    margin-top: 10px;
    color: black;
    letter-spacing: 0.7px;
    width: 95%;
    line-height: 25px;
    text-align:justify;
}
.franchise-maindiv3{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10%;
    margin-top: 0px;
}
.franchise-maindiv3 .main1{
    width: 50%;
    height: 400px;
}
.franchise-maindiv3 .main2{
    width: 50%;
    height: 435px;
    padding-top: 80px;
}
.franchise-maindiv3 .main1 .imagediv {
    width: 349px;
    border: 4px solid #35b935;
    height: 390px;
    margin: 0 0 0 106px;
}
.franchise-maindiv3 .main1 img{
        width: 380px;
        height: 310px;
        object-fit: cover;
        margin: 40px 0 0 20px;
}
.franchise-maindiv3 .main2 .p1{
    font-size: 2.8rem;
    width: 80%;
}
.franchise-maindiv3 .main2 .p2 {
    font-size: 1.1rem;
    margin-top: 10px;
    color: black;
    letter-spacing: 0.7px;
    width: 88%;
    line-height: 25px;
    text-align:justify;
}
.franchise-maindiv3 .main2 .p3{
    font-size: 1rem;
    margin-top: 20px;
    color: black;
    letter-spacing: 0.4px;
    width: 88%;
    text-align:justify;
}
.techno-maindiv4{
    width: 80%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.techno-maindiv4 .main1{
    width: 45%;
    height: 400px;
}
.techno-maindiv4 .main2 {
    width: 45%;
    height: 350px;
    padding-top: 80px;
    margin-left: 6%;
}
.techno-maindiv4 .main1 .imagediv {
    width: 349px;
    border: 4px solid #35b935;
    height: 390px;
    margin: 0 0 0 106px;
}
.techno-maindiv4 .main1 img{
        width: 380px;
        height: 310px;
        object-fit: cover;
        margin: 40px 0 0 20px;
}
.techno-maindiv4 .main2 .p1{
    font-size: 2.8rem;
    width: 80%;
}
.techno-maindiv4 .main2 .p2 {
    font-size: 1.1rem;
    margin-top: 10px;
    color: black;
    letter-spacing: 0.7px;
    width: 95%;
    line-height: 25px;
    text-align:justify;
}
.customer-maindiv1{
    width: 70%;
    height: auto;
    margin-left: 5%;
    display: grid;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.customer-maindiv1 .maindiv1{
    width: 115%;
    height: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-maindiv1 .maindiv1 .boxes{
    width: 300px;
    height: 400px;
}
.customer-maindiv1 .maindiv1 img{
    width: 300px;
    height: 400px;
    object-fit: cover;
}
.customer-maindiv1 .maindiv1 .boxes p {
    position: absolute;
    margin-top: -15%;
    width: 300px;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    background: #0000005c;
    padding: 14px 0;
    font-weight: 600;
}
.customer-maindiv1 .maindiv1 .boxes .p2 {
    margin-top: -173px;
    text-align: justify;
    font-size: 1rem;
    font-weight: normal;
    height: 169px;
    padding: 0px 10px 0px 10px;
    width: 280px;
}
.cities-maindiv4{
    width: 100%;
    height: auto;
    padding: 40px 0px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cities-maindiv4 .h1{
    font-size: 2.5rem;
    font-weight: normal;
}
.cities-maindiv4 .subdiv1{
    width: 80%;
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cities-maindiv4 .subdiv1 .counters{
    width: 300px;
    height: 175px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
.cities-maindiv4 .subdiv1 .counters:hover{
   transform: scale(1.04);
}
.cities-maindiv4 .counters img{
    width: 100px;
    border-radius: 50%;
    margin-top: -30px;
}
.cities-maindiv4 .counters .p1{
    color: black;
    font-weight: bold;
    font-size: 1.2rem;    

}
.cities-maindiv4 .counters .p2{
   color: #000000;
    font-size: 1rem;
    margin-top: 10px;
    line-height: 21px;
    letter-spacing: 0.4px;
}
.apply-job-maindiv1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    background-color: #00800014;

}
.apply-job-maindiv1 ul{
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
}
.apply-job-maindiv1 ul li{
    text-align: left;
    font-size: 1.2rem;
    font-weight: normal;
    margin-top:25px;
}
.apply-job-maindiv2 {
    width: 40%;
    height: auto;
    background-color: #0080003b;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    margin-left: 30%;
    margin-bottom:20px;
    padding-bottom:20px;
}
.apply-job-maindiv2 form {
    width: 74%;
    height: auto;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction:column;
}
.apply-job-maindiv2 form input {
    width: 370px;
    height: 45px;
    color: black;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #ffffff;
    outline: none;
    margin: 0px;
    margin-top: -5px;
    padding-left: 14px;
}
.apply-job-maindiv2 form button {
    padding: 13px 20px;
    border-radius: 5px;
    border: none;
    background-color: #379674;
    color: white;
    font-size: 1rem;
    margin-top: 20px;
}
.job_des_main1{
    width:100%;
    height:400px;
    background-color: #0080003b;
    margin-top:70px;
}
.job_des_main1 .subdiv1{
    width:45%;
    margin-left:10%;
    padding-top:65px;
}
.job_des_main1 .subdiv1 .h11 {
    font-size: 3.5rem;
    color: white;
    line-height: 80px;
}
.job_des_main1 .subdiv1 .p1 {
    font-size: 1.2rem;
    line-height: 25px;
}
.job_des_main1 .subdiv1 .btn1{
    padding: 17px;
    width: 236px;
    text-align: center;
    color: white;
    font-size: 17px;
    background-color: #41BB94;
    border: none;
    margin: 25px 0 0 0;
    /* font-weight: bold; */
}
.job_des_main2{
    width:80%;
    height:auto;
    margin-left:10%;
    padding:20px 0;
    display: flex;
    justify-content:space-between;
    align-items:flex-start;
}
.job_des_main2 .subdiv1{
    width:55%;
    height:auto;
}
.job_des_main2 .subdiv2{
    width:35%;
    height:auto;
    margin-top:30px;
}
.job_des_main2 .subdiv1 .p1{
      color: #bababa;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.job_des_main2 .subdiv1 .div1{
    width:100%;
    height:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:25px;
    margin-bottom:25px;
}
.job_des_main2 .subdiv1 .div1 .imagediv{
    width:20%;
    height:120px;
}
.job_des_main2 .subdiv1 .div1 .imagediv img{
    width:100%;
    height:120px;
    object-fit:cover;
}
.job_des_main2 .subdiv1 .div1 .detaildiv{
    width:75%;
    height:auto;
}
.job_des_main2 .subdiv1 .p2{
      color: black;
    font-size: 1.1rem;
    font-weight: 600;
}

.job_des_main2 .subdiv1 .p3 {
    color: #484848;
    margin-top: 10px;
    font-size: 1.1rem;
}
.job_des_main2 .subdiv1 .p4{
    color: #9f9f9f;
    font-weight: normal;
    margin-top:10px;
}
.job_des_main2 .subdiv1 .p5 {
    color: black;
    margin-top: 10px;
    font-size: 1.1rem;
}
.job_des_main2 .subdiv1 .div2 {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    line-height: 21px;
    color: #5b5b5b;
}
.job_des_main2 .subdiv1 .div3{
    width: 100%;
    height: auto;
}
.job_des_main2 .subdiv1 .div3 .p1{
    color:black;
    font-size:1.2rem;
    font-weight:600;
}
.job_des_main2 .subdiv1 .div3 .skillmaindiv{
   width:100%;
   height:auto;
   margin:20px 0 20px 0;
   display:flex;
   flex-wrap:wrap;
   
}
.job_des_main2 .subdiv1 .div3 .skilldiv {
    width: auto;
    height: auto;
    margin: 10px;
    border: 3px solid #00800080;
    padding: 10px;
    font-size: 1.1rem;
    color: black;
    border-radius: 5px;
}
.job_des_main2 .subdiv1 .div4{
    width: 100%;
    height: auto;
}
.job_des_main2 .subdiv1 .div4 .p1{
    color:black;
    font-size:1.2rem;
    font-weight:600;
}
.job_des_main2 .subdiv1 .div4 .skillmaindiv{
   width:100%;
   height:auto;
   margin:20px 0 20px 0;
   display:flex;
   flex-wrap:wrap;
   
}
.job_des_main2 .subdiv1 .div4 .skilldiv {
    width: auto;
    height: auto;
    margin: 10px;
    border: 3px solid #00800080;
    padding: 10px;
    font-size: 1.1rem;
    color: #686868;
    border-radius: 5px;
}
.job_des_main2 .subdiv2 .btn1 {
    padding: 13px;
    font-size: 1.2rem;
    color: white;
    width: 300px;
    text-align: center;
    font-weight: 500;
    background-color: #41BB94;
    border-radius: 6px;
    border: 2px solid #41BB94;
}
.job_des_main2 .subdiv2 .btn2 {
    padding: 13px;
    font-size: 1.2rem;
    color: black;
    width: 300px;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
    border: 2px solid #d4d3d3;
    margin-top: 30px;
}
.whitebg-logo {
    width: 200px;
    height: 200px;
    background: #ffffffeb;
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:-100px;
}
.whitebg-logo img{
    width:175px;
    object-fit:contain;
}

.story {
    padding-top: 0px;
    padding-bottom: 80px;
    background-color: #fff;
    position: relative;
}
.story .section-title1{
    text-align: center !important;
    margin-bottom: 1.5rem !important;
}
.story .section-title1 h2{
    position: relative;
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
}
.story .ftr-icon-box {
    padding: 50px 20px;
    margin-top: 32px;
    margin-bottom: 30px;
    text-align: center;
    height: 200px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 1s ease;
}
.story .ftr-icon-box:hover {
    background: #69c9ab;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.story .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 70px;
    height: 70px;
}
.story .icon img {
    width: 70px;
    height: auto;
    object-fit: cover;
    margin-top: 15px;
    transition: transform 0.3s ease, width 0.3s ease;
}
.story .icon img:hover {
    width: 80px;
    height: auto;
    object-fit: cover;
    margin-top: 15px;
}
.story .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #161e39;
    line-height: 1.3em;
    position: relative;
}
.story .ftr-icon-box:hover .title {
    color: #fff;
}
.story .description {
    line-height: 24px;
    font-size: 14px;
    color:black;
}
.story .ftr-icon-box:hover .description {
    color: #fff;
}
.maindiv-story {
    padding-top: 0px;
    padding-bottom: 80px;
    background-color: #fff;
    position: relative;
    margin-top: 100px;
}
.maindiv-story .story-div {
    width: 100%;
    height: 550px;
}
.maindiv-story .story-div .img {
    width: 500px;
    height: 450px;
    object-fit: cover;
    border-radius: 2rem;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.maindiv-story .story-div .img:hover {
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}
.maindiv-story .maindiv {
    padding: 1rem;
    display: grid;
    justify-content: center;
    transition: transform 1s ease, box-shadow 0.3s ease;
    height: 500px;
}
.maindiv-story .maindiv:hover {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.07);
}
.maindiv-story .maindiv .h1{
    font-size: 2rem;
    color: #359476;
    padding: 0 0 1rem 0;
}
.maindiv-story .maindiv .p1 {
    font-size: 1rem;
    color: #212120;
    line-height: 26px;
    letter-spacing: 0.6px;
}
.maindiv-story .story-div .img1 {
    width: 240px;
    height: 300px;
    object-fit: cover;
    border-radius: 3rem 0 3rem 0;
    margin: 8rem 0 0 0;
    float: left;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.maindiv-story .story-div .img1:hover {
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.maindiv-story .story-div .img2 {
    width: 240px;
    height: 250px;
    object-fit: cover;
    border-radius: 3rem 0 3rem 0;
    margin: 0 0rem 0 1rem;
    float: left;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.maindiv-story .story-div .img2:hover {
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.maindiv-story .story-div .img3 {
    width: 240px;
    height: 250px;
    object-fit: cover;
    border-radius: 0 3rem 0 3rem;
    margin: 1rem 0 0 1rem;
    float: left;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.maindiv-story .story-div .img3:hover {
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.maindiv-story .story-div1 {
    width: 100%;
    height: 550px;
}
.maindiv-story .story-div1 .img {
    width: 390px;
    height: 400px;
    object-fit: cover;
    border-radius: 2rem;
    transition: transform 1s ease, box-shadow 0.3s ease;
    float: right;
}
.maindiv-story .story-div1 .img-new {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 2rem;
    transition: transform 1s ease, box-shadow 0.3s ease;
    float: left;
    border: 10px solid #fff;
    margin: -10rem 0 0 2rem;
}
.maindiv-story .story-div1 .img:hover{
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.maindiv-story .story-div1 .img-new:hover{
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.maindiv-story .story-div1 .img1 {
    width: 240px;
    height: 220px;
    object-fit: cover;
    border-radius: 0 3rem 0 3rem;
    margin: 0rem 0 0 0;
    float: left;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.maindiv-story .story-div1 .img1:hover {
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.maindiv-story .story-div1 .img2 {
    width: 240px;
    height: 220px;
    object-fit: cover;
    border-radius: 3rem 0 3rem 0;
    margin: 0 0rem 0 1rem;
    float: left;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.maindiv-story .story-div1 .img2:hover {
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.maindiv-story .story-div1 .img3 {
    width: 240px;
    height: 220px;
    object-fit: cover;
    border-radius: 3rem 0 3rem 0;
    margin: 1rem 0 0 0rem;
    float: left;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.maindiv-story .story-div1 .img3:hover {
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.maindiv-story .story-div1 .img4 {
    width: 240px;
    height: 220px;
    object-fit: cover;
    border-radius: 0 3rem 0 3rem;
    margin: 1rem 0 0 1rem;
    float: left;
    transition: transform 1s ease, box-shadow 0.3s ease;
}
.maindiv-story .story-div1 .img4:hover {
    transform: scale(1.05);
    object-fit: cover;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
}
.story .icon1 {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 70px;
    height: 70px;
    background-color: #69c9ab;
    color: #fff;
}

.story .ftr-icon-box1 {
    padding: 50px 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    height: 200px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 1s ease;
}
.story .ftr-icon-box1:hover {
    background: #69c9ab;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.story .icon1 {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 70px;
    height: 70px;
    background-color: #69c9ab;
    color: #fff;
    transition: transform 1s ease, border 1s ease;
}
.story .ftr-icon-box1:hover .icon1{
    border: 3px solid #fff;
}
.who-maindiv4{
    width: 100%;
    height: auto;
    padding: 40px 0px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.who-maindiv4 .h1{
    font-size: 3rem;
    font-weight: normal;
}
.who-maindiv4 .subdiv1{
    width: 80%;
    height: auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.who-maindiv4 .subdiv1 .counters{
    width: 355px;
    height: 350px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
.who-maindiv4 .subdiv1 .counters:hover{
    transform: scale(1.04);
}
.who-maindiv4 .counters img{
    width: 60px;
    border-radius: 50%;
    margin-top: -30px;
}
.who-maindiv4 .counters .p1{
    color: black;
    font-weight: bold;
    font-size: 1.2rem;    

}
.who-maindiv4 .counters .p2{
    color: grey;
    font-size: 1rem;    
    margin-top: 10px;
    line-height: 20px;
    text-align:justify;
}
.mobile-screen-section{
            width:100%;
            height:600px;
            background-color:#00800014;
            margin-top:35px;
        }
        .mobiless-text{
            width:50%;
            height:auto;
            float:left;
            margin-top:12%;
        }
        .mobiless-image{
            width:50%;
            height:606px;
            float:left;
            display:flex;
            justify-content:center;
            align-items:center;
            margin-top:44px;
        
        }
           .mobiless-text1{
            width:47%;
            height:auto;
            float:left;
            margin-top:12%;
        }
        .mobiless-image1{
            width:48%;
            height:606px;
            float:left;
            display:flex;
            justify-content:center;
            align-items:center;
            margin-top:44px;
        
        }
         .show-button {
    bottom: 10px;
    background-color: #ffc905;
    color: #fff;
    border: none;
    padding: 13px 25px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    font-weight: 600;
    width:100px;
    text-align:center;
    margin-top:20px;
}

        .show-button:hover {
            background-color:rgb(255 196 4 / 76%);
            /* Darker background on hover */
        }

        .blank-phone-div
        {
            width: 300px;
            height: 550px;
            margin: -61px 0 0 60px;
            background-image:url('images/blank-phome_-image-removebg-preview.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 145%;
        }
        .mobiless-textsubdiv{
            width:85%;
            height:auto;
            margin-left:15%;
        }
        .mobiless-textsubdiv .p1{
            font-size:45px;
            line-height:57px;
            font-weight: 600;
        }
        .mobiless-textsubdiv .p2{
            font-size:25px;
        }
       .mobiless-textsubdiv .p3 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.7px;
    text-align: justify;
    margin-top: 15px;
}
        .spanyellow{
           color:#379674; 
        }
        .circle-bg{
            width:420px;
            height:420px;
            border-radius:50%;
            background-color:#379674;
            margin-top:-100px;
        }
        .screenshot-div {
            width: 82%;
            height: 96%;
            margin-left: 9%;
        }
        .screenshot-div img{
            width: 246px;
            border-radius: 35px;
            height: 520px;
            margin-top: 15px;
        }
.value-maindiv4{
    width: 100%;
    height: auto;
    padding: 40px 0px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.value-maindiv4 .h1{
    font-size: 3rem;
    font-weight: normal;
}
.value-maindiv4 .p1{
    font-size: 1.2rem;
    font-weight: normal;
    width:70%;
    text-align:center;
}
.value-ul{
    margin-left:5%;
    list-style:none;
    margin-bottom:40px;
}
.value-ul li{
    margin-top:5px;
    font-size:1.1rem;
    letter-spacing:0.4px;
    text-align:justify;
    width:95%;
}
.value-ul .active {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 25px;
}
.finance-imagediv{
    width:100%;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:80px;
}
.finance-subimg{
    width:80%;
    height:auto;
}
.finance-subimg img{
    width:100%;
    object-fit:contain;
    height:400px;
}
.cattle-maindiv2{
    width: 100%;
    height: auto;
    display: grid;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    background-color: #00800042;
    margin-top: 30px;
}
.cattle-maindiv2 .h1{
    font-size: 2.5rem;
    color: white;
    text-align: center;
}
.cattle-maindiv2 .counter-maindiv{
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.cattle-maindiv2 .counters {
    width: 230px;
    height: 170px;
    border-right: 1px solid #eeeeee;
    padding-top: 20px;
    padding-left: 20px;
    border-radius: 10px;
    background-color: #00800000;
    color: #646262;
    transition: 0.5s ease;
}
.cattle-maindiv2 .counters:hover{
    background-color: white;
    transform: scale(1.05);
}
.cattle-maindiv2 .counters .p1{
    font-size: 1.2rem;
    font-weight: bold;
    color:black;
}
.cattle-maindiv2 .counters .p2{
    font-size: 1rem;
    margin-top: 10px;
    color: black;
    letter-spacing: 0.4px;
    line-height:21px;

}


