* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    

}

body {
    font-family: 'Poppins';

}
a{
    cursor: pointer;
}

header {
    background: rgb(246, 240, 240);
    position: sticky;
    width: 100%;
    z-index: 12;
}

.right-content {
    float: right;
    width: 60%;
    margin-top: 200px;
    text-align: center;
    margin-right: 10%;
}

.heading-primary {
    letter-spacing: 5px;
    font-size: 2.5rem;
    color: #f5921e;
    font-weight: bold;
    margin-bottom: 10px;
}

.heading-secondary {
    line-height: 1.2;
    letter-spacing: 5px;
    font-size: 4rem;
    color: #5c2e91;
    font-weight: bold;
    margin-bottom: 10px;
}

.subheading {
    font-size: 2rem;
    color: #f5921e;
    margin-bottom: 10px;
}

.subheading-bold {
    font-size: 2rem;
    color: #f5921e;
    font-weight: 900;
    margin-bottom: 10px;
}
.assessor-banner {
    background: linear-gradient(to right, #ffd705, #e67f14);
    padding: 5% 5% 2% 5%;
    font-size: 3.5rem;
    margin-top: 10%;
    text-align: center;
    font-weight: bold;
}

/* Text container */
#scroll-text {
    margin-bottom: 20px;
    transition: opacity 0.5s ease-in-out; /* Smooth text fade effect */
}

/* Dots container */
.scroll-buttons {
    margin-top: 3%;
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* Individual dot styles */
.dot {
    width: 12px;
    height: 12px;
    background-color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color:  #5c2e91;; /* Active dot */
}

.assessment-container {
    display: flex;
    margin: 100px;
}

.assessment-description {
    float: left;
    margin-top: 100px;
}

.assessment-title {
    line-height: 1;
    width: 60%;
    font-size: 3.5rem;
}

.assessment-subtitle {
    width: 80%;
    font-size: 27px;
    margin-top: 20px;
}
.product-description-content{
    text-align: left;
}

.assessment-action {
    text-align: center;
    width: 60%;
    margin-top: 10px;
}

#requestDemoBtn {
    background-color: #f5921e;
    cursor: pointer;
    padding: 25px;
    border-style: none;
    font-size: 25px;
    border-radius: 50px;
    font-weight: bold;
    color: white;
    margin-top: 50px;
}


.assessment-image {
    float: right;
    width: 60%;
}

.assessment-image img {
    width: 700px;      
    height: auto;  
}

.section-title {

    color: white;
    font-size: 50px;
}

.product-section {
    display: flex;
    width: 100%;
    color: white;
    padding: 30px;
    margin-bottom: 40px;
}

.product-description {
    float: left;
    width: 20%;
    font-size: 34px;
    font-weight: bold;
    text-align: left;
    margin-left: 110px;
}

.product-details {
    float: right;
    width: 60%;
    font-size: 25px;
    text-align: left;
    margin-left: 50px;
}

.product-container {
    display: flex;
    justify-content: center;
    gap: 5%;
    flex-wrap: wrap;
}

.product {
    width: 30%; /* Set a fixed width for consistent alignment */
    box-sizing: border-box;
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    text-align: center;
}

.product-info > div:first-child {
    color: #5c2e91;
    font-size: 20px;
}

.product-info > div:nth-child(2) {
    margin: 25px 0;
    border: 1px solid #f5921e;
}

.product-info > div:nth-child(3) {
    flex-grow: 1; /* Allow the description to take up available space */
}

.product-info > div:nth-child(4) {
    margin-top: auto; /* Push the button to the bottom */
    text-align: center;
}

.product-button {
    background-color: #f5921e;
    color: white;
    border-style: none;
    border-radius: 30px;
    padding: 18px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 0; /* Remove inline margin-top control */
}

.product-button:hover {
    background-color: #d87a1b; /* Add hover effect for better UX */
}

#contact {
    margin-top: 10px;
}

.contact-title {
    text-align: center;
    font-size: 50px;
}

.contact-container {
    display: flex;
    width: 100%;
    padding: 100px;
}

.contact-left,
.contact-right {
    float: left;
    width: 50%;
}

.contact-left {
    margin-left: 200px;
}

.logo-container {
    text-align: center;
    width: 25%;
}

.logo {
    width: 100px;
}

.company-name {
    margin-bottom: 10px;
}

.address p {
    margin-bottom: 10px;
}

.contact-info {
    margin-bottom: 10px;
}

.contact-link {
    text-decoration: none;
}

.social-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon {
    font-size: 30px;
    text-decoration: none;
}

.social-icon.instagram {
    color: #E1306C;
}

.social-icon.linkedin {
    color: #0077B5;
}

.social-icon.youtube {
    color: #FF0000;
}
.social-icon.whatsapp {
    color: #25D366; 
}
.social-icon.whatsapp:hover {
    color: #20B659; 
}

.about-section {
    padding: 50px;
    padding-bottom: 150px;
   
}


.about-header {
    font-size: 50px;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}

.about-title {
    font-size: 50px;
}

.about-us-right {
    font-size: 1.2rem;
    margin-bottom: 20px;
    width: 50%;
}

.assessment-description {
    margin-top: 100px;
}

.about-content-section{
    display: flex;
    align-items: center;
}
.about-right{
    width: 50%;
    float: left;
}

.why-section {
    padding: 50px;
    background-color: #f4f1e8;
    padding-bottom: 150px;
}

.why-header {
    font-size: 3rem;
    text-align: center;
    color: #e67f14;
    width: 100%;
    padding-bottom: 20px;
}

.why-title {
    margin: 0;
}

.why-description {
    font-size: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.why-text {
    width: 70%;
    text-align: center;
}

.bold-text {
    font-weight: bold;
}

.why-benefits {
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.benefits-list {
    width: 60%;
    padding: 0;
}

.benefit-item {
    margin-top: 20px;
}

@media (max-width: 1600px) {
    .heading-primary {
        letter-spacing: 5px;
        font-size: 2rem;
    }
    .imgbanner {
        margin-left: 10% !important;
    }
   
}
@media (max-width: 1124px) {
    .imgbanner {
        margin-left: 10% !important;
        width: 74%;
        margin-top: 10%;
    }

    .assessment-image img {
        width: 400px;
        height: auto;
    }

    .assessor-banner {
        padding: 5%;
        font-size: 3rem;
    }

    .assessment-title {
        width: 100%;
        font-size: 1.8rem;
    }

    .assessment-subtitle {
        width: 100%;
        font-size: 1.5rem;
        margin-top: 20px;
    }

    .assessment-container {
        display: flex;
        margin: 30px;
    }

    #requestDemoBtn {
        font-size: 1rem;
    }

    .product-section {
        padding: 0px !important;
    }

    .product-button {

        font-size: 15px;
    }

    .contact-container {
        padding: 50px 0px;
    }

    .why-header {
        font-size: 2.8rem;
    }

    .why-text {
        width: 100%;
    }

    .benefits-list {
        width: 80%;
    }



    nav ul {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .logoImg {
        width: 60px;
        height: auto;
    }

    .right-content {
        float: right;
        width: 60%;
        margin-top: 17%;
        text-align: center;
        margin-right: 10%;
    }

    .heading-primary {
        font-size: 2rem;
        color: #f5921e;
        font-weight: bold;

    }

    .heading-secondary {
        font-size: 2rem;
        color: #5c2e91;
        font-weight: bold;
    }

    .subheading {
        font-size: 2rem;
        color: #f5921e;
    }

    .subheading-bold {
        font-size: 2rem;
        color: #f5921e;
        font-weight: bold;
    }

}



.main-head {
    padding: 10px;
    background: #f6f4f4;
    position: fixed;
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 100%;
}

nav {
    margin-top: 10px;
    margin-right: 63px;
}

nav li {
    padding: 5px 40px;
    border: none;
    display: inline-block;
    margin-right: 20px;
}

nav li a {
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
    color: black;
    font-weight: 500;
    padding: 5px;
}


.name-mob {
    margin-top: 10px;

}

.name-mob,
.email-city {
    width: 99%;
    margin-bottom: 20px;
}

.input-content {
    border: white;
    margin-left: 20px;
    width: 300px;
    height: 60px;
    padding: 10px;
    font-family: "poppins";


}

.logoImg {
    position: relative;
    display: flex;
    width: 80px;
    margin-left: 50px
}

.btn {
    padding: 10px;
    background-color: #ff8d00;
    font-family: "poppins";
    border-radius: 5px;
    border: none;
}

.btn:hover {
    background-color: #6a0093;
    color: white;
    transition: 500ms ease-in-out;
}

nav #closeIcon {
    color: #ff8d00;
    font-size: 50px;
    margin-right: 10px;
    line-height: 80px;
    float: right;
    cursor: pointer;
    display: none;
}

.msg {
    width: 42%;
    padding: 20px;
    font-family: "poppins";
}

.div-main {
    display: flex;
}

.div-container {
    margin-left: 55px;
    padding: 10px;
    background-color: white;
    width: 25%;
    height: 300px;
}


.productContent {
    width: 40%;
    font-size: 40px;
    color: white;
    margin-right: 20px;
    text-align: center;
}

.imgbanner {
    margin-left: 15%;
    width: 80%;
    margin-top: 200px;
}

.home-bottom {
    width: 100%;
    height: 300px;
    background-color: white;
}

.design-conent {
    height: 100px;
    background-color: #7e49e9;
}

.violet-color{
    color: #5c2e91;
}
.violet-line{
    width: 500px;
    margin: 0 auto;
    height: 5px;
    background-color: #5c2e91;

}

.home-bottom-content {
    text-align: justify;
    color: black;
    font-size: 20px;
    padding: 1rem  4rem;
}

.contact-box {
    padding-bottom: 10px;
    width: 100%;
    height: 400px;
    color: white;
    background-color: #2e2939;
}

.title-content {
    font-size: 20px;
    display: flex;
    padding: 20px;
    width: 45%;
    text-align: center;
    margin-left: 23%;
    padding-left: 150px;
    padding-top: 50px;
}

.contactUs-content {
    margin-top: 20px;
}

.info-mail {
    margin-top: 10px;
    color: white;
}

.inside-content {
    display: flex;
    margin-left: 28%;
    margin-top: 30px
}

.get-it-touch {
    margin-left: 30px;
    padding: 5px;
}

.inside-infermation {
    padding: 30px;
}

.contact-box-about-us {
    width: 320px;
}

#product {
    background: linear-gradient(to right,#5a2c90, #463b54);
    /* background-color: #463b54; */
    
    padding: 30px;
    text-align: center;
    position: relative;
    width: 100%;
}

#product h1 {
    margin-bottom: 20px;
}

.product-container {
    display: flex;
    justify-content: center;
    gap: 5%;
    flex-wrap: wrap;
}
.product-container a{
    text-decoration: none;
}

.product {
    width: 30%;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Initial box shadow and hover effect */
.product:hover {
    transform: translateY(-20px);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.7);
}

.product img {
    width: 100%;
    height: 400px;
}

.product-info {
    padding: 10%;
}

.product-info h3 {
    color: #ff8d00;
    margin: 10px 0;
}

.product-info div {
    color: black;
}



.box {
    text-align: center;
    width: 100%;
    height: 900px;
}
.product-image{
    height: 100%;
    width: 100%;
}

.section1 {
    font-size: 25px;
    /* height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('../image/about.jpg') no-repeat center center /cover;
    background-size: cover;
    background-attachment: fixed; */
}

.active {
    font-weight: bold;
    color: #6a0093;
    transition: transform 250ms ease-in-out;
}

nav li a:hover {
    color: #ff8d00;
}

.product-content {
    top: 10px;
    left: 43%;
    text-align: center;
    position: absolute;
    padding-top: 5px;
    color: white;
    font-size: 40px;
}

nav li a:after {
    display: block;
    content: '';
    border-bottom: 3px solid #ff8d00;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

nav li a.active:after {
    transform-origin: 100% 50%;
}

nav li a.active:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

footer {
    text-align: center;
    font-size: 14px;
    height: 50px;
}


.assessmax-contnet-section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #f9f9f9;
}
.content-container{
    flex: 1;
    max-width: 90%;
    padding: 20px;
}
.points-section{
    list-style-type: disc;
    margin: 20px 0;
    padding-left: 20px;
    font-size: 1.2rem;
    line-height: 3;
}



@media (max-width: 768px) {
    nav li {
        margin: 10px 0;
    }

    .imgbanner {
        width: 90%;
        margin: auto;
        height: auto;
    }

    .product-container {
        flex-direction: column;
        align-items: center;
    }

    .product {
        width: 80%;
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .why-header {
        font-size: 1.8rem;
    }
    .why-section {
        padding: 10px;
    }
    .why-text {
        width: 100%;
        font-size: 1.1rem;
    }
    .benefit-item{
        font-size: 1rem;
    }
    .why-header {
        font-size: 2rem !important;
    }
    
}

@media (max-width: 320px) {
    .home-bottom-content {
        font-size: 12px;
    }

    .product {
        width: 100%;
    }
}




@media (max-width: 1024px) {
    nav #closeIcon {
        display: block;
        margin-left: 10px;
        font-size: 30px;
    }

    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 100px;
        left: -100%;
        text-align: center;
        background: #f6f4f4;
        transition: all .5s;
    }

    nav li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }

    nav a {
        font-size: 20px;
    }

    nav ul.show {
        left: 0;
    }

    nav ul.hide {
        left: 0;
    }
    .logoImg {
        width: 67px;
        height: 65px;
        margin-top: 13px;
    }
}

@media (max-width: 920px) {

    .productContent {
        width: 40%;
        font-size: 30px;
    }
    .logoImg {
        width: 67px;
        height: 65px;
        margin-top: 13px;
    }
    .home-bottom-content {
        padding: 1rem;
        font-size: 20px;
    }

    section p {
        /* width: 50%; */
        font-size: 20px;
    }
    .product-content {
        top: 3px;
        left: 40%;
        text-align: center;
        position: absolute;
        padding-top: 5px;
        color: white;
        font-size: 25px;
    }

    .info-mail {
        font-size: 15px;
        margin-top: 10px;
        color: white;
    }
}
@media (max-width: 700px) {
    .about-content-section{
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .about-right{
        width: 100%;
        float: left;
    }
    .about-us-right {
        width: 100%;
    }

}

@media (max-width: 600px) {
    .why-header {
        font-size: 2.5rem;
    }
    .why-description {
        font-size: 2rem;
    }
    .assessment-action {
        text-align: center;
        width: 100%;
    
    }
    .assessment-description {
        text-align: center;
        margin-top: 100px;
    }
    .assessment-image{
        display: none;
    }
    .about-content-section{
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .about-right{
        width: 100%;
        float: left;
    }
    .about-descriptiont{
        font-size: 1.2rem;
        width: 50%;
        margin-bottom: 20px;
    }
    .about-us-right{
        width: 100%;
    }


    .assessmax-contnet-section{
  
        padding: 10px;
    }
    .content-container{
        flex: 1;
        max-width: 100%;
    }
    .points-section{
        list-style-type: disc;
        margin: 10px 0;
        padding-left: 0px;
        font-size: 1.2rem;
        line-height: 2.2;
    }
    

}

@media (max-width: 400px) {

    .productContent {
        width: 40%;
        font-size: 20px;
    }

    section p {
        /* width: 50%; */
        font-size: 15px;
    }

    .imgbanner {
        /* padding: 20px; */
        position: relative;
        width: 100%;
        margin-top: 60% !important;
        height: 200px;
    }
    .product-image{
        height: 170px;
    }
    .product-content {
        top: 3px;
        left: 37%;
        text-align: center;
        position: absolute;
        padding-top: 5px;
        color: white;
        font-size: 20px;
    }
    section h1 {
        padding-top: 19px;
        /* color: white; */
        font-size: 20px;
    }
    .info-mail {
        font-size: 15px;
        margin-top: 10px;
        color: white;
    }
}
html {
    scroll-behavior: smooth;
}

ul.show {
    display: block; 
}

.active {
    color: #ff8d00; 
    font-weight: bold;
}
.dropdown {
    position: relative; 
}

.links {
    text-decoration: none; 
    display: inline-block; 
    padding: 10px; 
}

.dropdown-content {
    width: 180px;
    padding: 10px;
    display: none;
    position: absolute; 
    background-color: white; 
    border: 1px solid #ccc; 
    z-index: 1; 
    opacity: 0;
    visibility: hidden; 
    transition: all 1s ease;
    max-height: 0; 
    overflow: hidden;
}

.dropdown:hover .dropdown-content {
    display: block; 
    opacity: 1;
    visibility: visible; 
    max-height: 500px; 
}

.dropdown-content li {
    display: inline-block;
}

.dropdown-content li a {
    padding: 10px; 
    text-decoration: none; 
    color: black; /* Text color */
}

.dropdown-content li a:hover {
    background-color: #f1f1f1;
}
.left-content {
    width: 50%;
}
.right-content {
    width: 50%;
}


@media (max-width: 800px) {
    .left-content {
        text-align: center;
        margin-bottom: 20px; /* Adjust spacing for better layout */
    }
    .div-main {
        display: flex; /* Flex layout for better alignment */
        flex-direction: column; /* Stack the content vertically */
        align-items: center; /* Center-align the content */
        gap: 20px; /* Add spacing between children */
    }

    .imgbanner {
        margin-left: 0% !important;
        margin: 0 auto; /* Center image */
        width: 100%; /* Adjust width for visibility */
        margin-top: 30%; /* Reduce excessive margin */
        max-width: 350px; /* Prevent it from getting too large */
    }

    nav ul {
        flex-direction: column; /* Stack navigation links */
        align-items: center;
        padding: 10px;
        gap: 10px; /* Add spacing between links */
    }

    .logoImg {
        width: 80px;
        height: auto; /* Maintain aspect ratio */
    }

    .right-content {
        text-align: center;
        width: 90%; /* Allow some padding */
        margin: 0 auto; /* Center align the text content */
    }

    .heading-primary,
    .heading-secondary,
    .subheading,
    .subheading-bold {
        font-size: 1.5rem; /* Adjust text size for smaller screens */
        margin-bottom: 10px; /* Add spacing between headings */
    }
    .assessor-banner {
        padding: 5%;
        font-size: 2rem;
    }

    .assessment-image img {
        width: 300px;      
        height: auto;  
    }

    .assessment-title {
        width: 100%;
        font-size: 1.5rem;
    }
    .assessment-subtitle {
        width: 100%;
        font-size: 1.3rem;
        margin-top: 20px;
    }
    .assessment-container {
        display: flex;
        margin: 20px;
    }
    #requestDemoBtn {
        font-size: 1rem;
    }
    .product-details {
        
        font-size: 1.2rem;
    }
    .product-description {
        font-size: 1.5rem;
    width: 25%;
    margin-left: 16px;
    }
    .product-container {
        flex-direction: column;
        align-items: center;
    }

    .product {
        width: 80%;
        margin: 10px 0;
    }

    .contact-container {
        flex-direction: column;
    }

    .contact-left-section, 
    .contact-right-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-left,
    .contact-right {
        float: none;
        width: 100%;
    }
    .social-links {
        justify-content: center;
    }
    .contact-right{
        text-align: center;
    }
    .logo-container {
        text-align: center;
        width: 100%;
    }
    .address{
        text-align: center;
        width: 100% !important;
    }
    .contact-left {
        margin-left: 0px;
    }
    .company-name {
        text-align: center;
        margin-bottom: 10px;
    }

    
}

@media (max-width: 550px) {
    .product-section {
        flex-direction: column; /* Stack elements vertically on smaller screens */
    }

    .product-description, 
    .product-details {
        width: 100% !important;
        margin-bottom: 20px; /* Add spacing between stacked elements */
        margin-left: 0px !important;
    }
    .product-description {
        float: left;
        width: 20%;
        font-size: 30px;
        font-weight: bold;
        text-align: left;
        /* margin-left: 110px; */
    }
    .about-section {
        padding: 20px;
    }
}


