body{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    font-size: 20px;
    /*background-color: #f7dcb3;*/
}

.action_btn {
    background-color: #3a578c;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    outline: none;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 200;
    cursor: pointer;
    font-family: customfont;
}

.action_btn:hover{
    scale: 1.05;
    color: white;
}

.action_btn:active{
    scale:0.95;
}


.logo img {
    height: 70px;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
    font-size: 1em;
}

a:hover{
    color: orange;
}

/*header{
    position: relative;
    padding: 0 2rem;
    background-color: aqua;
}*/


.p1 {
    position: relative;
    text-align: center;
    max-width: 100%;
    background-color: #000000;
    margin-top: 80px;
}

.p1 p{
    color: #ffffff;
}

.p1 img {
    width: 100%;
    
    height: 700px;
}

.textp1 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: bolder;
    text-shadow: 2px 10px 10px rgba(0, 0, 0, 0.5); /* Optional text shadow */
}

.wtaa{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: bolder;
    text-shadow: 2px 10px 10px rgba(0, 0, 0, 0.5); /* Optional text shadow */
}

#wtaa{
    font-size: 25px;
    color: #5b9ddf;
    text-decoration: underline;
}

#typing-text{
    white-space: pre;
    animation: typing 3s steps(30, end) infinite;
    font-size: 50px;
    
}

#typing-text1{
    white-space: pre;
    animation: typing 3s steps(30, end) infinite;
    font-size: 50px;
    text-align: left;
}

@keyframes typing {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


.navbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(227, 251, 255);;
    height: 70px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000; /* Adjust this value as needed*/ 
    padding-left: 5%;
    padding-right: 5%;
}

.navbar .logo a {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar .links {
    display: flex;
    gap: 2rem;
    font-weight: bold;
    font-family: customfont;
}

.navbar .toggle_btn {
    color: blue;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}



.dropdown_menu{
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0;
    width: 150px;
    background: black;
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.dropdown_menu li{
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_menu a{
    color: white;
}

.dropdown_menu.open{
    height: 240px;
}

.dropdown_menu .action_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}


@media (max-width: 992px) {
    .navbar .links,
    .navbar .action_btn {
        display: none;
    }

    .navbar .toggle_btn {
        display: block;
    }

    
    .dropdown_menu .action_btn {
        display: block;
        width: 100%;
        text-align: center; /* Center the text in the mobile version */
    }
    .dropdown_menu{
        display: block;
        position: absolute;
        right: 2rem;
        top: 60px;
        height: 0;
        width: 200px;
        background: black;
        border-radius: 10px;
        overflow: hidden;
        transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        font-size: 15px;
    }
}


  
/* Responsive menu adjustments */
@media (max-width: 770px) {
    
    .image-item {
        padding: 0px;
        flex-direction: column; /* Stack items vertically on smaller screens */
        text-align: center; /* Center-align text within items */
        margin-bottom: 0px; /* Reduce spacing between stacked items on smaller screens */
    }

    .image-item img {
        width: 50%; /* Adjust image width for mobile devices */
        margin-right: 0; /* Remove right margin for images */
    }

    .text {
        margin-left: 0; /* Remove left margin to stack text below images */
    }
}


@font-face {
    font-family: customfont;
    src:url(Poppins-Light.ttf)
}
/*.container {
    display: flex;
    background-image: url('imageclu.png');
    background-size: 80% 100%; /* Adjust as needed 
    background-position: 100% 0%; /* Adjust as needed 
    background-repeat: no-repeat; /* Prevent the image from repeating 
    border: 5px solid #212e5d;
    height: 700px;
}

.left-div {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    flex: 1;
    box-sizing: border-box;
    /*border: 1px solid #000;
    padding: 10px;
}

.right-div {
    flex: 1;
    position: relative; /* Set the container as a positioning context 
    box-sizing: border-box;
    /*border: 1px solid #00F;
    padding: 10px;
    text-align: center; /* Center content horizontally 
}*/

/*.outer-div {
    display: flex;
    justify-content: center; /* Center horizontally 
    align-items: center; /* Center vertically 
}*/
.inner-div1{
    text-align: center;
    width: 50%; /* Set a fixed width */
    margin: 0 auto; /* Center align the div */
}

.inner-div2{
    text-align: center;
    width: 60%; /* Set a fixed width */
    margin: 0 auto; /* Center align the div */
    padding-left: 5%;
    padding-right: 5%;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
}

.outer-div{
    padding-top: 3%;
    text-align: center;
    width: 100%; /* Set a fixed width */
    margin: 0 auto; /* Center align the div */
    margin-bottom: 5%;
    padding-bottom: 20px;
    box-shadow: 0px 3px 10px rgba(95, 193, 242, 0.9);
}

.button{
    padding-top: 5%;
}

button {
    background-color: #3a578c; /* Button background color */
    color: #fff; /* Button text color */
    padding: 15px 20px; /* Button padding */
    border: none; /* Remove button border */
    cursor: pointer; /* Change cursor on hover */
}

.blue-text{
    color: #3a578c;
    font-weight: bold;
}

.inner-div1 p:last-child {
    margin-bottom: 1px;
}



.container1{
    display: flex;
    margin-top: 3%;
    padding-top: 5%;
    padding-bottom: 3%;
    
}

.left-div1{
    flex: 1;
    position: relative; /* Set the container as a positioning context */
    box-sizing: border-box;
    /*border: 1px solid #00F;*/
    text-align: center; /* Center content horizontally */
    padding-left: 12%;
    
}


.right-div1{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    flex: 1;
    box-sizing: border-box;
    /*border: 1px solid #000;*/
    padding-right: 12%; 
}


/*
.left-div1 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    flex: 1;
    box-sizing: border-box;
    /*border: 1px solid #000;
    padding-left: 12%;
}


.right-div1 {
    flex: 1;
    position: relative; /* Set the container as a positioning context 
    box-sizing: border-box;
    /*border: 1px solid #00F;
    text-align: center; /* Center content horizontally 
    padding-right: 12%;
}*/

.box1 {
    width: 25%;
    /*border: 1px solid #ccc;*/
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: column; /* Display text above image */
    align-items: center; /* Center text and image horizontally */
}

.box1 img {
    max-width: 100%;
    height: auto;
}

.box1 p {
    margin: 5px 0; /* Adjust this margin to change spacing between text and image */
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 3px;
    
  }


.container3 {
    text-align: center; /* Adjust the alignment if needed */
    margin: 20px; /* Add margin for spacing */
    
}

p {
    color: rgb(0, 0, 0);font-family: customfont;font-size: 40px;font-weight: bold;
    margin-bottom: 10px; /* Add margin to separate the paragraph from the image */
}

img {
    max-width: 100%;
    height: auto; /* Maintain aspect ratio */
}
/*
.container {
    background-image: url('lcu-1.png'); /* Replace with your image URL 
    background-size: 100% 100%; /* Adjust to 'contain' or other values as needed 
    background-position: center center; /* Adjust the position as needed 
    background-repeat: no-repeat;
    width: 100%;
    height: 630px; /* Set the height or adjust as needed */
    /* Additional styling can be added here 
}*/

/*.p1{
    background-color: black;
    background-repeat: no-repeat;
    padding-left: 5%;
    padding-right: 5%;

}
.p1 img{
    width: 100%;
    opacity: 0.8;
    height: 700px; /* Set the height or adjust as needed 
}*/

/*.p1 p {
    position: absolute;
    top: 30%; /* Adjust the vertical position 
    left: 25%; /* Adjust the horizontal position 
    transform: translate(-50%, -50%); /* Center the text 
    font-size: 100px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}*/

/*.p1 p {
    position: absolute;
    top: 30%; /* Adjust the vertical position 
    left: 25%; /* Adjust the horizontal position
    transform: translate(-50%, -50%); /* Center the text 
    font-size: 100px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}*/



.container2 {
    display: flex;
    justify-content: space-around;
    padding-left: 10%;
    padding-right: 10%;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #ccc;
    width: 80%;
    margin: 0 auto; /* Center the container


    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 10px;
    width: 80%; /* Adjust the width of the container 
    margin: 0 auto; /* Center the container */
}

.box {
    width: 25%;
    /*border: 1px solid #ccc;*/
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-direction: column; /* Display text above image */
    align-items: center; /* Center text and image horizontally */
    
    
}

.box img {
    max-width: 100%;
    height: auto;
}

/*.box p {
    margin: 5px 0; /* Adjust this margin to change spacing between text and image 
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 3px;
    
  }*/


.container4 {
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
    height: 500px;
    background-color: rgb(196, 209, 255);
   
}

.box1 {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    background-color: black;
}

.box1 img {
    max-width: 100%;
    height: 100%;
    opacity: 0.7;
}

.whatwedo{
    background-color: #000000;
    display: flex;
    margin-top: 5%;
    padding-bottom: 3%;
}

.left-div2{
    flex: 1;
    position: relative; /* Set the container as a positioning context */
    box-sizing: border-box;
    /*border: 1px solid #00F;*/
    text-align: center; /* Center content horizontally */
    padding-left: 12%;
}

.right-div2{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    flex: 1;
    box-sizing: border-box;
    /*border: 1px solid #000;*/
    padding-right: 12%; 
}

.image {
    display: flex;
    align-items: center;
}

.image1 {
    width: 100px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-right: 20px; /* Adjust the spacing between image and text */
    margin-top: 5%;
}

.text {
    text-align: left;
}




.imagesol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.image-containeri {
    display: flex;
}

.imageii {
    width: 300px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin: 0 10px; /* Adjust the spacing between images */
}




.imagesol2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.image-container2 {
    display: flex;
    margin-bottom: 3%;
}

.image2 {
    position: relative;
    width: 400px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin: 0 10px; /* Adjust the spacing between images */
    
    
}

.text-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    color: white; /* Text color */
    font-size: 28px; /* Adjust the font size */
    font-weight: 400; /* Adjust the font weight */
    text-shadow: 4px 1px #3a578c;
    background-color: #38393a;
}


.oursol {
    display: flex;
    flex-direction: column;
    margin-left: 9%;
    margin-right: 9%;
    background-color: #000000;
}

.imagecon {
    display: flex;
    align-items: center;
    margin-right: 20px; /* Adjust the spacing between image and text */
  
}

.imagecon img {
    width: 20%;
    height: auto;
}

.text {
    margin-left: 10px; /* Adjust the spacing between image and text */
}

.oursolp{
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0%;
    border-bottom: 4px solid black;
    font-family: customfont;
}


.inner-div1 h2{
    color: #3a578c;font-family: customfont;font-size: xx-large;
}




/* Default styles for desktop */
.image-text-containersol {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 5%;
    margin-right: 5%;
    position: relative;
    background-color: #000000;
    
    
}


.image-text-containersol img {
    width: 20%;
    height: auto;
}

.image-text-containersol .text {
    margin-top: 35px;
    margin-left: 10px;
    align-self: flex-start;
}



.what{
    color: white;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 200;
}

.what1{
    color: white;
    font-size: 25px;
    line-height: 1.6;
    font-weight: bold;
    text-decoration: underline;
    font-family: customfont;
}

.what2{
    font-size: 30px;color: white;
}


.oursolu{
    text-align: center;
    
    padding-bottom: 1%;
    background-color: #000000;
}

.oursoluu{
    text-align: center;
    
    padding-bottom: 1%;
    background-color: #939090;
}

.oursoluuu{
    text-align: left;
    margin-left: 5%;
    padding-bottom: 1%;
    margin-bottom: 1%;
    border-bottom: 1px solid black;
}

.oursoluuu p{
    color: rgb(0, 0, 0);font-family: customfont;font-size: 40px;font-weight: bold;
}

.oursoluu p{
    color: rgb(224, 249, 255);font-family: customfont;font-size: 40px;font-weight: bold;
}

.oursolu p{
    color: rgb(224, 249, 255);font-family: customfont;font-size: 40px;font-weight: bold;
}

.inner-div2 p{
    font-size: 22px;line-height: 1.6;font-weight: 200;
}

/* Media query for mobile screens */
@media (max-width: 770px) {
    .image-text-containersol {
        flex-direction: column; /* Stack elements vertically */
        text-align: center; /* Center align text in mobile view */
       
    }
    .image-text-containersol img {
        width: 50%; /* Adjust image size for mobile */
    }

    .image-text-containersol .text {
        margin-left: 0; /* Remove margin between image and text in mobile view */
        margin-top: 10px; /* Add some spacing between image and text in mobile view */
        font-size: 16px;
    }
    .what{
        font-size: 12px;
    }
    .what1{
        font-size: 20px;
    }

    .what2{
        font-size: 20px;
    }
    .oursoluuu{
        padding-bottom: 1%;
    }
    .oursoluuu p{
        font-size: 21px;
    }

    .oursoluu{
        padding-bottom: 1%;
    }
    .oursoluu p{
        font-size: 21px;
    }


    .inner-div2 p{
        font-size: 15px;
    }
    .inner-div1 h2{
        font-size: 20px;
    }

    /*.p1{
        padding-left: 5%;
        padding-right: 5%;
    }
    .p1 img{
        width: 100%;
        opacity: 0.8;
        height: 400px; /* Set the height or adjust as needed 
    }*/

    .p1 img {
        width: 100%;
        
        height: 400px;
    }
    
    #typing-text{
        white-space: pre;
        animation: typing 3s steps(30, end) infinite;
        font-size: 20px;
    }
    
    #typing-text1{
        white-space: pre;
        animation: typing 3s steps(30, end) infinite;
        font-size: 20px;
    }
    
}




/*.imagel-con {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding-bottom: 0;
    /*display: flex;
    flex-direction: row;
    margin-top: 1%;
    margin-bottom: 5%;
    background-color: #000000;
    
    
}

.imagel {
    flex: 1;
    text-align: center;
    padding: 10px;
    
}

.imagel-con .imagel img {
    width: 80%;
    height: auto;
    
}*/

.imagel-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    background-color: #939090;
    margin-left: 5%;
    margin-right: 5%;
    
}

.imagel {
    flex-basis: calc(33.33% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imagel img {
    max-width: 100%;
    height: 300px;
    display: block;
}

.imagel p.what2 {
    margin-top: 10px; /* Add margin to separate text from the image */
    text-align: center;
}

@media (max-width: 770px) {
    .imagel-con {
        flex-direction: column;
    }

    .imagel {
        flex-basis: auto;
        margin-bottom: 10px;
    }

    .imagel p.what2 {
        margin-top: 0; /* Reset margin on smaller screens */
    }

    .imagel img {
        max-width: 100%;
        height: 200px;
        display: block;
    }
}










.ourser{
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0%;
    margin-bottom: 1%;
    border-bottom: 4px solid black;
    font-family: customfont;
}






.button2{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #939090;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 5%;
    margin-right: 5%;
    
}

.button2 button {
    background-color: #3a578c; /* Button background color */
    color: #fff; /* Button text color */
    padding: 15px 20px; /* Button padding */
    border: none; /* Remove button border */
    cursor: pointer; /* Change cursor on hover */
}


.parimages {
    display: flex;
    justify-content: center; /* Center horizontally */
    text-align: center;
    width: 100%; /* Give it a fixed width */
    margin: 0 auto;
    
}

.image-par {
    text-align: center;
}

/* Style for individual images */
.imagepar {
    width: 220px;
    height: 130px;
    border: 1px solid black;
   
    
}

.imagepar:last-child {
    margin: 0;
}


@media (max-width: 770px) {
    .imagepar {
        width: 150px;
        height: 75px;
        border: 1px solid black;
       
    }

    
}

/*footer {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    
  }*/
  
/*
.footer-block {
    flex: 1;
    
    
}
  
.company-info img {
    max-width: 100px;
    height: auto;
}
  
.quick-links ul {
    list-style-type: none;
    padding: 0;
}
  
.quick-links ul li {
    margin-bottom: 10px;
}
  
.quick-links a {
    text-decoration: none;
    font-size: 15px;
    color: #3a578c
}
  
.contact-details h3 {
    font-size: 18px;
    color: black;
}
  
*/

/* CSS for desktop screens */
/* CSS for desktop and mobile screens */
footer {
    background-color: rgb(236, 235, 235);
    color: black;
    padding: 20px;
    display: flex;
    flex-direction: row; /* Arrange blocks horizontally */
    justify-content: center; /* Center-align blocks horizontally */
    align-items: center; /* Center-align blocks vertically */
    flex-wrap: wrap; /* Allow blocks to wrap on smaller screens */
  }
  
  .footer-block {
    flex: 1;
    max-width: 300px; /* Adjust max-width as needed for your design */
    text-align: center; /* Center-align the block contents */
    margin: 10px; /* Add margin for spacing between blocks */
  }
  
  .company-info img {
    max-width: 100px;
    height: auto;
  }
  
  .quick-links ul {
    list-style-type: none;
    padding: 0;
  }
  
  .quick-links ul li {
    margin-bottom: 10px;
  }
  
  .quick-links a {
    color: #3a578c;
    text-decoration: none;
  }
  
  .contact-details h3 {
    font-size: 18px;
  }
  
  .quick-links h3 {
    font-size: 18px;
  }
  
  /* CSS for mobile screens */
  @media (max-width: 770px) {
    .footer-block {
      max-width: 100%; /* Full width on mobile screens */
    }
  }
  
  
  /* CSS for mobile screens */
  @media (max-width: 770px) {
    .footer-block {
      margin-bottom: 20px; /* Add spacing between blocks */
    }
  }
  
  
.compro{
    text-align: center;
}

.manymore p{
    font-size: 15px;
    text-align: center;
}

.button3 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 50px;
    
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 5%;
    margin-right: 5%;
}

.button3 button {
    background-color: #ffffff; /* Button background color */
    color: #000000; /* Button text color */
    padding: 15px 20px; /* Button padding */
    border: 1px solid black; /* Remove button border */
    cursor: pointer; /* Change cursor on hover */
}

#dcp:hover{
    background-color: #3a578c;
    color: white;
}


@media (max-width: 770px) {
    footer {
      flex-direction: column; /* Stack blocks vertically */
    }
  
    .footer-block {
      max-width: 100%; /* Add spacing between blocks */
    }
  }