*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.container1{
    display: flex;
    flex-direction: column;
}

.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 100px;
    width: 100%;
    border-width: 0.5px;
    border-style: solid;
    border-color: #e0e0e0;
    position:relative;
    top: 0px;
    left: 0px;
    right: 0px;
    /* z-index: 1; */
    
}

.navbar-nav{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "Rubik", serif;
}

.nav-item a{
    text-decoration: none;
    color: #000000;
    font-size: larger;
}
.nav-item  a :hover::after{
    color: #000000;
    border: 2px solid #000;
    
}

.hover-border {
    position: relative;
    transition: color 0.3s;
  }

  .hover-border::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background-color: #007bff; /* Adjust border color */
    transition: width 0.3s ease-in-out;
  }

  .hover-border:hover::after {
    width: 100%;
  }

  .hover-border:hover {
    color: #007bff; /* Change link color on hover */
  }

  .btn-primary {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
  }


.logo{
    margin-right: 20px;
    margin-top: 4px; 

}

.logo img{
    width: 85px;
    height: 85px;
    margin-left: 20px;
}

.login{
    margin-right:20px;
}

.login button{
    width: 100px;
    height: 40px;
    font-family: "Rubik", serif;
    border-radius: 20px;
    background-color: #ffffff;
    border-color: #000;
    border-width:3px;
    color: #000000;
    font-weight: bold;
    font-size: larger;
}
.login button:hover{
    background-color: #010327;
    border-radius: 20px;
    color: #e0e0e0;
}


/* Container 2  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.container2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 650px;
    width: 100%;
    background-color: #002549;

}

.image1{
    display:block;
    justify-content: space-between;   
}

.image1 img{
    width: 700px;
    height: 650px;
    position: relative;
    right: 0px;
    top:0px;
    object-fit: cover;

    
}

.MainText{
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    display: block;
}

.MainText h1{
    font-size: 70px;
    margin-bottom: 0px;
    margin-top: 120px;
    margin-left: 40px;
    line-height: 80px;
    font-family: "Rubik", serif;
    color: #e0e0e0; 
    font-weight: 500;
}

.line{
    width: 95%;
    height: 60px;
    background-color: #d81616;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 100px;
    z-index: 2;
    border-radius: 0 10px 10px 0;
}
.line h3{
    font-size: 30px;
    font-family: "Rubik", serif;
    font-weight: 100;
    color: #e0e0e0;
    position: relative;
    text-align: right;
    right: 40px;
    top: 9px;
}
.line h3 a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;

}

.line p{
    color:#fff;
    position: relative;
    text-align: left;
    right: 0px;
    left:30px;
    bottom:30px;
}

/* container 3  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.container3{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 500px;
    width: 100%;
    background-color: #fff;


}

.container_img img{
    width: 400px;
    height: 400px;
    position: relative;
    bottom: 20px;
    z-index: 3;
    box-shadow: -100px 120px 00px -2px #0d223d;
    
}



.back_cont_circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position:relative;
    left: 300px;
    bottom: 400px;
    background-color:#002549;
    z-index: 3;
    translate: 50% -50%;

}
.back_cont_circle img{
    width: 80px;
    height: 80px;
    margin: 10px 10px;
    

    
}


.introduction{  
    margin-top: -50px;
    margin-bottom: 50px;

}

.introduction1 h1{
    font-size: 35px; 
    order: 1; 
    margin-top: 50px;
    
}


.m2{
    margin-top: 50px;
}

.paragraph{
    font-family: "Rubik", serif;
    font-size: 20px;
    text-align:justify;
    width: 640px;
    line-height: 35px;
    /* margin-top: 20px; */
    color:#818080;
    
    
}

/* ++++++++++++ Problem section ++++++++++++++++++++ */

.card img{
    width: 100px;
    height: 100px;
}

.problem_card{
    border: 5px solid #002549;
    border-radius: 10px;
}
.problem_card:hover{
    border: 5px solid #ff0000;
    box-shadow: 5px 5px 20px #002549;
    border-radius: 10px;
}






/* ++++++++++++Service section +++++++++++++++++++ */

.services-section {
    background-image: url("./Images/services_background_image.jpg");
    color: white;   
    text-align: center;
    height: 750px;
    width: 100%;
  }
  .serv_con{
    margin-left: 30px;
  }
  

  .service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  .service-card {
    background-color: transparent;
  }

  .serv_sec_1{
    background-color:#001f3fa1;
    background-size:contain;
    width: auto;
    height: 750px;
    padding: 1rem 4rem 0 4rem;

  }
  .service-card{
    width: 400px;
    margin-bottom: 50px;
  }

  /* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  .card-text1{
    color: #070707;
  }
  .card-title1{
    color:#080808;

  }
  .card-text{
    color: #ffffff;
  }
  .card-title{
    color:#fff;
  }
.revnue-image{
    margin-bottom: 30px;
    
}

  .revenue-image img{
    width: 200px;
    height: 200px;
    justify-content: center;
    border-radius: 0.75rem; 
    margin-top: 30px;
  }

  .rounded-circle{
 background-color:#002549;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  .scale-up-section {
    width: 100%;
    height: 600px;
    margin-bottom: 50px;
    
  }
  
  .scale-up-title {
    font-size: 2rem;
    font-weight: bold;
    color: #0d223d;
    margin-bottom: 5rem;
    margin-top: 50px;
    align-self: center;
    justify-content: center;
    text-align: center;
  }
  .scale-up-text{
    margin-bottom: 200px;
  }
   
  .scale-up-text ul li {
    margin-bottom: 1.5rem;
    text-align: justify;
    
  }
  .scale-up-text ul li span {
    font-weight: bold;
  }
  .image-container img {
    max-width: 100%;
    border-radius: 0.5rem;
  }

  .img-1{
    width: 200px;
    height: 200px;
    z-index: 3;
    position: relative;
    top:150px;
    left: 50px;

  }
  .img-2{
    width: 300px;
    height: 300px;
    z-index: 2;
    position: relative;
    right:0px;
    bottom: 0px;

  }
  .bg_cont2{
    width: 400px;
    height: 400px;
    background-color: #002549;
    position:relative;
    z-index: 0;
    left:350px;
    bottom: 200px;

  }
  /* _+++++++++++++++++++++++++++= */



.competitor{
    width: 100%;
    height: auto;
    
}

.container1{
    border:25px solid #002549; 
    width:100%; 
    height: auto;
}

  .comp_img{
    width: 300px;
    /* height: 300px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .introduction2 h2{
    font-size: 35px;
    font-weight: 600;

  }


  /* +++++++++++++++++++++++++++++++++++++++++++ */

  .cont4_text{
    color: white;
  }


   /* Default Paragraph Styles */
   .container_para {
    max-width: 800px;
    margin: auto;
  }

  .paragraph {
    font-size: 16px;
    line-height: 1.5;
  }





/* Global Styles */
/* body {
    font-family: "Rubik", serif;
} */

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Header Section */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 100px;
    width: 100%;
    border: 0.5px solid #e0e0e0;
    position: relative;
}

.navbar-nav {
    display: flex;
    align-items: center;
    
}
.main_nav{
    margin-left: 50px;
}



.nav-item a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.nav-item a:hover {
    color: #007bff;
}

.nav-item a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #007bff;
}

.logo img {
    width: 85px;
    height: 85px;
    margin-left: 20px;
}

.login button {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 3px solid #000;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    /* margin:0px 10px 10px; */
    padding:0px 30px;
    text-align: center;
    align-self: center;
}

.login button:hover {
    background-color:#002549;
    box-shadow:5px 5px 20px rgb(114, 137, 249);
    color: #e0e0e0;
}

        

/* Section 3: Content Section */

.paragraph {
    font-size: 20px;
    margin-top: 20px;
    text-align: justify;
}

/* Reusable Styles */
/* .card {
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
} */

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.services-section {
    background-image: url("./Images/services_background_image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    height: 750px;
}

/* Revenue Section */
.rev_cont{
    padding: 0px 0px;
    justify-content:space-evenly;
}


.container_revenue{
    margin-bottom: 100px;
    margin-top: 50px;
   
    
}
.revenue-image{
    height: 130px;
}
.revenue-logo-name{
    margin-bottom: 100px;
}

.revenue-image img {
    width: 200px;
    height: 200px;
}

.card-img-top{
    z-index: 3;
    position: relative;
    bottom:100px
}

.card-body p{
    font-weight: 100;
}
.cdimg{
    background-color:#002549;
    transition: transform 0.3s, box-shadow 0.3s;
}
.cdimg:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


/* Scale-Up Section */
.scale-up-section {
    width: 100%;
    height: 650px;
}

.scale-up-text ul li {
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* Competitor Section */
.competitor {
    width: 100%;
    height: auto;
    margin-bottom:10px;
}

.comp_img {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: space-between;
}
.com_img{
    margin-bottom: 100px;
}
/* _++++++++++++Promotes++++++++++++++++++++++++++ */

.container5{
    border:25px solid #002549; 
    

}
.pro_maincontent{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.cont_card{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin:40px 0px;
    width:500px ;
}



/*  goyal
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0; */







/* Contact Section */
.container_contact {
    background-image: url("./Images/services_background_image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    height: auto;
    width: 100%;
    
}

.contact {
    background-color: rgba(63, 0, 0, 0.65);
    padding: 16rem 1rem; 
}

.mainContact{
    justify-content: center;
    align-self: center;
    
}
.contact h1{
    font-size: 100px;
}
 /* ++++++++ get In touch ++++++++++++++++++++++++++++++++++++ */
 
.getintouch{
    width: 100%; 
    height: 100px; 
    background:#002549;
}

.inner_getintouch{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    width: 100%;
    color: aliceblue;
    
}
.getintext{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
   
    gap: 30px;
    
 
}
.cont5_text{
    margin: 0px;
}
.cont4_text{
    margin: 0px;
    font-size: 20px;
}
.cont4_text a{
    text-decoration: none;
    color: aliceblue;
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
}

/* +++++++++ Footer +++++++++++++++++++++++ */

.footer_content a{
    text-decoration: none;
}












/* Responsive Design */
@media screen and (max-width: 768px) {
    /* Header */

    .header {
        flex-direction: column;
        height: auto;
        padding: 10px 20px;
    }

    .logo img {
        width: 60px;
        height: 60px;
        margin: 10px 0;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .btn{
        background-color: #007bff;
        font-family: "Rubik", serif;
        font-weight: 500;
        text-align: center;
    }
    .toggle-btn{
        text-align: center;
        margin-top: 20px;
    }
    .main_nav{
        margin-left: 0px;
    }

    .login button {
        width: 100%;
        height: 50px;
        font-size: 20px;
        margin:0px 10px 10px;
        }
        
    .login button :hover{ 
        box-shadow:5px 5px 1px rgb(114, 137, 249);

    }

    /* Main Section */
    .container2 {
        flex-direction: column;
        height: 530px;
        padding: 20px;
        text-align: center;
    }

    .image1 img {
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
    }
    
    .MainText h1 {
        font-size: 20px;
        margin: 20px 0;
        line-height: 25px;
    }
    .MainText h1 br{
        display: none;
    }
    
    .line {
        width: 80%;
        margin: 30px 0px;
        
    }

    .line h3 {
        font-size: 20px;
        text-align: center;
        top: 20px;
        right: 50px;
    }
    .line h3 a{
        text-decoration: none;
        color: white;
        font-size: 18px;
        font-weight: 300;
        margin-left: 70px;
    }
    .line p{
        display: none;
    }

    /* Section 3 */
    .container3 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        height: auto;
    }

    .container_img {
        width: 100%;
 
    }


    .container_img img {
        width: 100%;
        height: 300px;
        box-shadow:none;
  
    }
    

    .introduction h1{
        font-size: 35px; 
        order: 1; 
        margin-top: -50px;
        
    }


    .container_para{
        width: 100%;
        padding: 0 5px;
        height: 700px;
        margin-bottom: 10px;
        
    }
    .paragraph{
        margin-top: 40px;
        margin: 0px auto;
        width: 100%; 
        font-size: 16px;
    }

    

    .back_cont_circle{
       display: none;
        
    }
    .back_cont_circle img{
        width: 60px;
        height: 62px;
        justify-content: center;
        left: -0px;
        top: 20px;

        
    }

    .paragraph {
        font-size: 18px;
        line-height: 30px;
        width: 300px;
        margin-top: -10px;
    }
    


    /* Cards */
    .card {
        margin: 10px auto;
        width: 90%;
        
    }
    
    .cdimg{
        width: 80%;
        align-items: center;
        border-radius: 20px;
        margin: 0px 40px;
        justify-content: space-around;
        
    }
    .revenue-image{
        display: none;
    }
    .card-text{
        display:none;
    }
 

    .container45{
        position: relative;
        margin-top: 200px;
    }

    /* Services Section */
   
    .container_service{
        justify-content: space-around;
    }

    .serv_sec_1{
        width: 100%;

    }
    .serv_con{
        display: flex;
        flex-direction: column;
        margin: auto auto;
    }

    .service-card {
        width: 100%;
        text-align: center;
        justify-content: space-around;
    }
    .service-card p{
        display: none;
    }
    .service-icon{
        display: none;
    }

/* revenue model */
    .container_revenue{
        width: 100%;
        
    }
    .revenue-logo-name{
        margin-bottom: 10px;
    }
    .revenue-card{
        justify-content: space-around;
        width: 100%;
        
    }
    .rev_cont{
        display: flex;
        flex-direction: column;
    }

     .card-img-top{
        width: 300px;
        height: 300px;

    }
    .card-revenue{
        width: 500px;
        height: 500px;

    }
    .revenue-card{
        display: none;
    }

    

    /* Scale-Up Section */
    .scale-up-section {
        flex-direction: column;
        text-align: center;
        height: auto;
        margin-bottom: -10px;
    }
    .scale-up-title{
        width: 300px;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;

    }
    .scale-up-title h1{
        align-self: center;
        align-items:center;
        margin: auto;
    }
    .scale-up-text{
        margin-bottom: 50px;
    }
    .image-container{
        display: none;
    }


    .scale-up-text ul {
        width: auto;
        
    }

    .scale-up-text ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }

    /* Competitor Section */
    .competitor {
        padding: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin-top: 10px;
        
    }

    .container1{
        border:none;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        align-items: center;
    }
    
    .com_img{
        width:100%;
        margin: 0px auto;
        height: auto;
        display: flex;
        flex-direction:column;
        justify-content: space-between;
        align-items: center;
        background-color: #007bff;
        

    }
    .com_img img{
        width: 50%;
        height: auto;
        margin: 30px 0px;
        border:2px solid #007bff;
        border-radius: 10px;
    }


    .comp_img {
        flex-direction: column;
        align-items: center;
    }

    .comp_img img {
        width: 80%;
        height: auto;
        margin-bottom: 20px;
    }

    .introduction2 h2{
        font-size: 35px;
        font-weight: 500;
    }

    /* +++++++++++ Promotes ++++++++++ */
    .promotes{
        width: 100%;
        height: auto;
        margin-top: -50px;
        text-align: center;
    }
    .pro_maincontent{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }
    .pro_para p{
        text-align: justify;
        width: 300px;
    }

    .container5{
        border:20px solid #ffffff00; 
    }
    .cont_card{
        border:10px solid #002549;
        background-color:#9dcaf8;
        width: 90%;
        height: auto;
        margin-bottom: 20px;
        border-radius: 20px;
        
    }
    .cont_card img{
        width: 50%;
        height: auto;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cont_card p{
        width: 80%;
        height: auto;
        margin: auto;
        text-align: center;
        margin-top: 20px;
        font-size: large;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .cont_card h2{
        font-weight: 700;
    }



    /* Contact Section */

    .contact {
        padding: 8rem 0rem; 
    }
    .contact h1 {
        font-size: 60px;
        margin-bottom: 10px;
    }



    /* Buttons */
    .login button {
        width: 100%;
    }
    .bg_cont2{
        display: none;
    }


    /* get in touch */

    .inner_getintouch{
     display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    }
    .getintext{
        display: flex;
    flex-direction: row;
    justify-content: space-evenly;
        gap: 10px;
    }
    .cont4_text{
        width:auto;
        margin:0px 0px;
        font-size: 15px;

    }
    .cont4_text a{
        width: 100%;
        font-size: 15px;
    }








}

