body {
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: #fff;
    color: #000;
    height: 100px;
    z-index: 20;
}
.navbar-brand img {
    max-width: 100%;
    height: auto;
    max-height: 80px; /* Adjust height as needed */
}
.navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar-nav li {
    margin-left: 10px;
}
.navbar-nav li a {
    color: #000;
    text-decoration: none;
    transition: background-color 0.3s;
}
.navbar-nav li a:hover {
    color: #0374d1;
    
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Light black background */
    display: none; /* Hide the overlay initially */
    justify-content: center;
    align-items: center;
}

#cardContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none; /* Hide the card initially */
}

.cardnewer {
    background: #fff;
    border: 3px dashed #555555cc !important;
    padding: 30px;
    box-shadow: 0 2px 15px inset rgba(0, 0, 0, 0.849);
    border-radius: 8px;
    text-align: center;
    width: 300px;
    position: relative;
    opacity: 0; /* Initially invisible */
    transform: translateY(-100%); /* Start position for animation */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    
}

.cardnewer.show {
    opacity: 1; /* Make the card visible */
    transform: translateY(0); /* End position for animation */
}

.card-text {
    font-size: 30px; /* Larger text size */
    margin-top: 20px;
    color: #141414dc;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 22px; /* Larger close button */
    cursor: pointer;
    color: #141414dc;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    margin-left: 2px;
    text-align: start;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-toggle::after{
    display: none !important;
}

/* 
.tilted-line {
    position: absolute;
    top: 0;
    left: 500px;
    width: 100%;
    height: 80%;
    background-color: white;
    transform: rotate(150deg);
    transform-origin: 0 0; 
    z-index: 10;
} */



.section1 {
    text-align: center; /* Center align content horizontally */
    padding: 60px 0; /* Add padding for better spacing */
    background-color: rgba(0, 0, 0, 0.5); /* Add a semi-transparent background overlay */
    background-blend-mode: overlay; /* Blend the background overlay with the image */
    color: #ffffff; /* Set text color to white */
    background-image: url('../images/Legalnoticeimg.jpg'); /* Specify the background image URL */
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */
    object-fit: cover; /* Maintain aspect ratio */
    clip-path: polygon(
        0% 10%, /* top-left */
        100% 0%, /* top-right */
        100% 85%, /* bottom-right */
        0% 100% /* bottom-left */
      );
}


.section1 h1 {
    font-size: 58px; /* Adjust font size for mobile */
    margin-bottom: 20px; /* Adjust margin for spacing */
    line-height: 1.2;
   
}

.section1 h2 {
    font-size: 45px; /* Adjust font size for mobile */
    margin-bottom: 20px; /* Adjust margin for spacing */
    line-height: 1.2;
    color: rgb(12, 69, 110);
    
}

.section1 h3 {
    font-size: 28px; /* Adjust font size for mobile */
    margin-bottom: 20px; /* Adjust margin for spacing */
    color: rgb(150, 209, 251);
  
}

.section1 p {
    font-size: 16px; /* Adjust font size for mobile */
    margin-bottom: 20px; /* Adjust margin for spacing */
}
.section1 .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn11{
    color: #fff !important;
    background-color: rgb(12, 69, 110) !important;
    border: 2px solid #fff !important;
    border-radius: 25px !important;
}
.btn11:hover{
    background-color: #43759F !important;
}

.section2 {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
}
.section2 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Center horizontally */
    text-align: center; /* Ensure text is centered */
  }
  
  .img-fluid {
    width: 100%;
    height: auto;
  }

  
.card1{
    /* border: none; */
    box-shadow: 
  5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* left shadow */
  -5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* right shadow */
  0px 5px 10px -5px rgba(0, 0, 0, 0.471); /* bottom shadow */
    position: absolute;
    width: 100%; /* Ensure full width */
    top: -10%; /* Adjust the top position as needed */
    height: 100% !important;
}
.inputcard{
    /* border: none; */
    box-shadow: 
  5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* left shadow */
  -5px 0px 10px -5px rgba(0, 0, 0, 0.471), /* right shadow */
  0px 5px 10px -5px rgba(0, 0, 0, 0.471); /* bottom shadow */
padding: 10px;
height: 100% !important;

}
.animated-border {
    border: 10px solid ;
    padding: 20px;
    animation: borderAnimation 1s infinite;
}

@keyframes borderAnimation {
    0% {
        border-color: green;
    }
    50% {
        border-color: yellow;
    }
    100% {
        border-color: black;
    }
}
@media (max-width: 767px) {
    .card1{
        top: -7%; /* Adjust the top position as needed */
    }

    .section1{
        clip-path: polygon(
            0% 10%, /* top-left */
            100% 0%, /* top-right */
            100% 100%, /* bottom-right */
            0% 100% /* bottom-left */
          );
    }
}

.card-body{
    /* padding: 0rem 3.25rem 3.25rem 3.25rem !important; */
}

.buttonminer {
    border: 4px dashed #A3B8C8;
   padding: 10px;
    display: inline-block;
}
.button-link {
    text-decoration: none;
}
.button-link button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
.card-title{
    margin-bottom: 30px;
}



.section3 {
    padding: 20px;
    text-align: center;
}
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
  }
  
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
.about-h1{
    color: #43759F;
    margin-top: 50px;
}
.about-h2{
    color: #43759F;
    margin-bottom: 30px;
}
.about-p{
    margin-bottom: 50px;
}




.div4 {
    padding: 20px;
    text-align: center;
   
    min-height: 50vh;
    background-image: url('../images/legalnoticeimg22.jpg'); 
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */
    background-attachment: fixed; /* Make the background image fixed while scrolling */

}
.section5 {
    padding: 0px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
}

.section5 .row {
    display: flex;
    justify-content: center;
   
}

.img-44 {
    border-radius: 300px;
    height: 300px;
}

.section4 {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
    background-image: url('../images/peterback.png'); /* Specify the background image URL */
    background-size: cover; /* Cover the entire section */
    background-position: center; /* Center the background image */
    object-fit: cover; /* Maintain aspect ratio */
}

.section6 {
    padding-top: 20px;
    padding-bottom: 100px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #fff;
}
.table-bordered1{
    border: 1px solid #000 !important;
}

.section6 .table-bordered1 td{
    border: 1px solid #000;
}