.container-fluid {
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    /* General Reset and Styling */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Josefin Sans", serif;
}

/* Container Fluid Image */
.image-center {
    height: 500px;
        width: 100% !important;
        font-size: 16px;
        line-height: 24px;
        word-spacing: 0px;
        transform: none;
        transition: all;
        background-position: 0%;
        border-radius: 20px;
        margin-top: 20px !important;
}

/* Background Styling */

    .back {
        background: url('https://images.unsplash.com/photo-1566041510394-cf7c8fe21800?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fHdoaXRlJTIwZG90dGVkfGVufDB8fDB8fHww') no-repeat center center/cover; /* Add your background image */
        position: relative;
        padding: 40px;
        color: white; /* Text color */
        }


/* Text Alignment */
.drop-connecting {
    font-size: 2rem;
    color: #333;
}

.p-drop-connecting {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

hr {
    border-top: 2px solid #333;
    width: 100%;
}

/* Form Container */
.form-container {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #7a7a7a;
}


/* Quick Contact Section */
.Quick-contact {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
}

.icon {
    font-size: 1.5rem;
    color: #333;
}

.main-office {
    font-size: 1.2rem;
    font-weight: bold;
}

.number {
    font-size: 1rem;
    color: #666;
}

/* Card Section */
.card {
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 20px;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.card-title {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}

.card-text {
    color: white;
    font-size: 1rem;
    line-height: 1.5;
}

.question-icon-wrapper {
    background-color: white;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}

.question-icon {
    background-color: white; /* Outer background color */
    height: 80px; /* Outer circle height */
    width: 80px; /* Outer circle width */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center the inner circle */
    align-items: center; /* Center the inner circle */
    border-radius: 50%; /* Make the outer background a perfect circle */
}

/* Buttons */
.btn-warning {
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    color: white;
    background-color: #f39c12;
    border: none;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    background-color: #e67e22;
}

/* Map Section */
.map-container {
    margin-top: 40px;
}

/* Responsive Media Queries */

/* Mobile (up to 576px) */
@media (max-width: 576px) {
    .image-center {
    height: 500px;
        width: 0% !important;
        font-size: 16px;
        line-height: 24px;
        word-spacing: 0px;
        transform: none;
        transition: all;
        background-position: 0%;
        border-radius: 20px;
        margin-top: 20px !important;
}
    .drop-connecting {
        font-size: 1.5rem;
    }

    .p-drop-connecting {
        font-size: 0.9rem;
    }

    .form-container {
        padding: 15px;
    }

    .Quick-contact {
        font-size: 1.2rem;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .btn-warning {
        font-size: 0.9rem;
        padding: 7px 15px;
    }
}

/* Tablet (up to 768px) */
@media (max-width: 768px) {
    .drop-connecting {
        font-size: 1.8rem;
    }

    .p-drop-connecting {
        font-size: 1rem;
    }

    .card-title {
        font-size: 1.4rem;
    }
}
/* Desktop (1025px and above) */
@media (min-width: 1025px) {
    .drop-connecting {
        font-size: 2.5rem;
    }

    .form-container {
        padding: 30px;
    }

    .card-title {
        font-size: 1.6rem;
    }

    .btn-warning {
        font-size: 1.2rem;
        padding: 12px 30px;
    }
}


    


@media (min-width:992px) and (max-width:1399px) {
    .image {
        width: 100% !important;
        height: 500px !important;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }
    .nav-link {
        color: white !important; /* Sets the text color to white */
    }
    .drop-connecting{
        font-family: "Alex Brush", serif;
        font-size: 33px !important;
        font-weight: 600;
        letter-spacing: 2.9px;
        line-height: 2px;
        color: #00467f;
        height: 4.00568px;
        margin: 7px 0 17px 0;
        display: block;
    }
    .p-drop-connecting {
        font-family: "open sans", sans-serif;
        font-size: 16px;
        line-height: 19px;
        height: 38px;
        color: black;
        margin: 0 0 16px 0;
        color: #00467F;  /* Dark text color */
        padding: 2px;  /* Add some padding for better readability */
        border-radius: 5px;  /* Rounded corners */
        font-weight: bold;  /* Make text bold */
    }

    .back {
    background: url('https://images.unsplash.com/photo-1566041510394-cf7c8fe21800?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fHdoaXRlJTIwZG90dGVkfGVufDB8fDB8fHww') no-repeat center center/cover; /* Add your background image */
    position: relative;
    padding: 40px;
    color: white; /* Text color */
    }

    .card-img {
        transition: filter 0.3s ease; /* Smooth transition effect */
        border-radius: 10px;
      }
    
      .card-img:hover {
        filter: brightness(90%) !important; /* Darken the image further on hover */
      }

.back::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn-warning{
    font-size: 13px;
    font-weight: 700;
    background-color: #003666 !important;
    border: #003666 !important;
    color: #ffffff !important;
}
.btn-warning:hover{
    background-color: #007cc0 !important;
}


.container-fluid .row {
  position: relative;
  z-index: 2; /* Ensures text is above the overlay */
}
    .image-center {
        height: 500px;
        width: 85% !important;
        font-size: 16px;
        line-height: 24px;
        word-spacing: 0px;
        transform: none;
        transition: all;
        background-position: 0%;
        border-radius: 20px;
        margin-top: 20px !important;
        margin-left: 30px;
    
    }
    .form-name {
        height: 30px;
        width: 310px;
        font-size: 16px;
        text-decoration: none solid rgb(68, 68, 68);
        word-spacing: 0px;
        margin: 0 0 30px 0;
        padding: 15px 15px 15px 15px;
        display: block;
        color: #000;
    }
    
    .form-massage {
        height: 240px;
        width: 310px;
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
        min-height: 240px;
        padding: 15px 15px 15px 15px;
        margin: 0 0 39px;
        color: #000;
    }
    
    .form-container {
        border: 1px solid #7a7a7a;
        font-size: 16px;
        line-height: 24px;
        height: 543px;
        width: 75px;
        padding: 30px 30px 0 30px;
        min-height: auto;
        min-width: auto;
        position: relative;
        top: 0px;
        bottom: 0px;
    }
    
    .Quick-contact {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 21px;
        font-weight: 600;
        line-height: 31px;
        height: 31px;
        width: 310px;
        margin: 4px 0 11px 0;
        text-decoration: none solid rgb(68, 68, 68);
        background-color: #ffffff;
        background-position: 0% 0%;
        color: #444444;
    }
    .icon{
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        word-spacing: 0px;
        background-color: #f3c342;
        background-position: 0% 0%;
        color: #ffffff;
        height: 51px;
        width: 51px;
        padding: 13px 13px 13px 13px;
        min-height: auto;
        min-width: auto;
        display: block;
    }
    .main-office{
        font-size: 22px;
        font-weight: 400;
        line-height: 39px;
        height: auto;
        width: auto;
        display: inline;
        text-decoration: none solid rgb(68, 68, 68);
        word-spacing: 0px;
        background-color: #ffffff;
        background-position: 0%;
        color: #444444;

    }
    .number{
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-decoration: none solid rgb(68, 68, 68);
        height: 30px;
        width: 227px;
        background-color: #ffffff;
        background-position: 0%;
        color: #444444;
        font-family: 'Times New Roman', Times, serif;
    }
   .background-card{
    background: #ffffff;
    padding:  3rem;
    /* padding-right:  3rem; */
    column-gap: 3rem;
    border: 1px solid rgba(128, 128, 128, 0.116);
    border-radius: 15px;
    box-shadow: 1px 1px 13px gray ;
   }
   .hand-icon {
    font-size: 40px; /* Icon size */
    font-weight: 800;
    line-height: 1; /* Reset line height */
    display: flex; /* Flexbox for centering */
    background-color: #ffffff;
    color: #f3c342;
    height: 80px;
    margin: 0 120px; /* Horizontal spacing */
    border-radius: 50%; /* Makes it a perfect circle */
}
.question-icon-wrapper {
    background-color: white; /* Outer background color */
    height: 70px; /* Outer circle height */
    width: 70px; /* Outer circle width */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center the inner circle */
    align-items: center; /* Center the inner circle */
    border-radius: 50%; /* Make the outer background a perfect circle */
    margin: 0px 0px 0px 120px; /* Adjust positioning if necessary */
}
.question-icon {
    font-size: 30px; /* Adjust the size of the icon */
    color: white; /* Icon color */
    background-color: #f3c342 !important; /* Yellow background */
    height: 50px; /* Circle height */
    width: 50px; /* Circle width */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Horizontally center the icon */
    align-items: center; /* Vertically center the icon */
    border-radius: 50%; /* Make the background a perfect circle */
    margin: 0px 0px 0px 0px; /* Optional: Center icon within its container if needed */
}


   .dollar-icon{
    font-size: 60px;
    font-weight: 900;
    line-height: 38px;
    height: 80px;
    width: 80px;
    background-color: #ffffff;
    color: #f3c342;
    margin: 0 124px 0 124px ;
    border-radius: 2rem;
   }

   .card-title{
    font-size: 22px !important;
   }
   .card-text{
    font-size: 16px !important;
    font-family: Raleway, serif;
   }

   .map-container {
    position: relative;
    width: 100%;
    height: 450px; /* Adjust height as needed */
    overflow: hidden;
}
iframe {
    border: none;
}

}
@media(max-width:600px){
    .image {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    
    }
    .drop-connecting{
        font-family: "Alex Brush" sans-serif;
        font-size: 33px;
        font-weight: 600;
        letter-spacing: 2.9px;
        line-height: 2px;
        color: #00467f;
        height: 4.00568px;
        margin: 7px 0 17px 0;
        display: block;
    }
    .p-drop-connecting {
        font-family: "open sans", sans-serif;
        font-size: 16px;
        line-height: 19px;
        height: 38px;
        color: black;
        margin: 0 0 16px 0;
    
    }
    .image-center {
        height: 400px;
        width: 322px;
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        text-align: center;
        word-spacing: 0px;
        display: inline-block;
        transform: none;
        transition: all;
        background-position: 0%;
    
    }
    .form-name {
        height: 30px;
        width: 310px;
        font-size: 16px;
        text-decoration: none solid rgb(68, 68, 68);
        word-spacing: 0px;
        margin: 0 0 30px 0;
        padding: 15px 15px 15px 15px;
        display: block;
    }
    .form-massage {
        height: 240px;
        width: 310px;
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
        min-height: 240px;
        padding: 15px 15px 15px 15px;
        margin: 0 0 39px;
    }
    .form-container {
        border: 1px solid #7a7a7a;
        font-size: 16px;
        line-height: 24px;
        height: 543px;
        width: 75px;
        padding: 30px 30px 0 30px;
        min-height: auto;
        min-width: auto;
        position: relative;
        top: 0px;
        bottom: 0px;
    }
    .Quick-contact {
        font-size: 21px;
        font-weight: 600;
        line-height: 31px;
        height: 31px;
        width: 310px;
        margin: 4px 0 11px 0;
        text-decoration: none solid rgb(68, 68, 68);
        background-color: #ffffff;
        background-position: 0% 0%;
        color: #444444;
    }
    .icon{
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        word-spacing: 0px;
        background-color: #f3c342;
        background-position: 0% 0%;
        color: #ffffff;
        height: 51px;
        width: 51px;
        padding: 13px 13px 13px 13px;
        min-height: auto;
        min-width: auto;
        display: block;
    }
    .main-office{
        font-size: 22px;
        font-weight: 400;
        line-height: 39px;
        height: auto;
        width: auto;
        display: inline;
        text-decoration: none solid rgb(68, 68, 68);
        word-spacing: 0px;
        background-color: #ffffff;
        background-position: 0%;
        color: #444444;

    }
     .background-card{
    background: #ffffff;
    padding:  3rem;
    /* padding-right:  3rem; */
    column-gap: 3rem;
    border: 1px solid rgba(128, 128, 128, 0.116);
    border-radius: 15px;
    box-shadow: 1px 1px 13px gray ;
   }
   .hand-icon{
    font-size: 50px;
    font-weight: 800;
    line-height: 48px;
    background-color: #ffffff;
    color: #f3c342;
    height: 80px;
    width: 80px;
    background-position: 0% 0%;
    text-align: center;
    margin: 0 120px 0 120px;
    border-radius: 24rem;
    
   }
   .question-icon{
    font-size: 60px;
    line-height: 38px;
    height: 80px;
    width: 80px;
    background-color: #ffffff;
    color: #f3c342;
    text-align: center;
    margin:0 124px 0 124px  ;
    border-radius: 2rem;
   }
   .dollar-icon{
    font-size: 60px;
    font-weight: 900;
    line-height: 38px;
    height: 80px;
    width: 80px;
    background-color: #ffffff;
    color: #f3c342;
    margin: 0 124px 0 124px ;
    border-radius: 2rem;
   }
   .btn-warning{
    font-size: 13px;
    font-weight: 700;
    background-color: #003666 !important;
    border: #003666 !important;
    color: #ffffff !important;
}
.btn-warning:hover{
    background-color: #007cc0 !important;
}
}