/* Custom Styles */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
    font-family: "Nunito", sans-serif;
    color: #333;
}

h2{
    font-size: 48px;
    font-weight: 300; 
}

p{
    text-align: left;
    font-size: 16px;
}

/* Navbar */


.navbar {
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 1000; /* Ensures it stays above other content */
    width: 100%;
}

.navbar.bg-light {
    background-color: #f8f9fa; /* Or your preferred background color */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: adds a shadow for better visibility */
}

/* Ensure the default .navbar-toggler-icon is hidden when expanded */
#navbarNav.show ~ .navbar-toggler #navbarToggleIcon {
    display: none !important;
}

/* Show close icon only when navbar is expanded */
#navbarNav.show ~ .navbar-toggler #navbarCloseIcon {
    display: inline-block !important;
}


.navbar-brand .logo {
    width: 150px;
}

.navbar-nav {
    margin-left: 20px; /* Adjust margin as needed */
}

.navbar .btn.contact-btn {
    margin-left: auto; /* Ensures the button is pushed to the far right */
}

.navbar-light .navbar-nav .nav-link{
    color: #000;
    padding-left: 20px;
}

.contact-btn{
    background-color: #FAE50D;
    color: #0A1E36;
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
}

.contact-btn:hover{
    background-color: #0A1E36;
    color: #FAE50D;
    border-radius: 50px;
    border: none;
}

.card-title{
    text-decoration: underline;
}


.dropdown, .dropleft, .dropright, .dropup{
    position: inherit;
}

.dropdown-menu {
    left: auto;
}


.mega-menu {
    position: absolute;
    top: 100%; /* Align it just below the navbar */
    left: 0; /* Start the mega menu from the far left of the navbar */
    right: 0; /* Ensure the mega menu spans the full width */
    width: 100vw; /* Ensure it takes up the full width of the viewport */
    background-color: #f8f9fa00;
    display: none; /* Hidden by default */
    z-index: 999; /* Ensure it stays on top */
    border: none;
    padding: 0px;
    margin: 0px;
}

.mega-menu-container{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e3e2e2;
}


/* Control the inner container's width and alignment */
.mega-menu .container {
    max-width: 1200px; /* Set maximum width for the content inside */
    margin: 0 auto; /* Center align the content */
}

/* Adjustments for mobile */
@media (max-width: 768px) {
    .mega-menu {
        position: static; /* For mobile, let it stack normally */
        width: 100%; /* Ensure full width on mobile */
    }
}

@media (max-width: 568px) {
    .navbar-nav .dropdown-menu {
        height: 400px;
        overflow: scroll;
    }
}



/* Banner Section */
.banner-section {
    padding: 100px 0px 0px 0px;
    background-color: #f8f9fa;
}

/* Custom styles */
.banner {
    background: url('banner-bg.png') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
}

.banner-content h1 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 20px;
}

.our-clients{
    background-color: #F7F7F7;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%; /* Adjust the width as per your design */
    height: 100%; /* Adjust the height as per your design */
    margin: auto;
}

.carousel-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.how-we-work {
    background-color: #f0f8ff;
}
  
  
  
.work-step {
    display: flex;
    flex-direction: column;
}

.work-step-container {
    display: flex;
    align-items: center; /* Vertically aligns content */
}


.number {
    font-size: 80px;
    font-weight: 300;
}

.right{
    text-align: left;
    margin-left: 20px;
}

.right h4 {
    font-size: 24px;
    font-weight: bold;
}

.how-we-work-buttton{
    padding: 10px 34px 10px 34px;
    gap: 8px;
    border-radius: 32px;
    background-color: #000;
    color: #FAE50D;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.55px;

}

.how-we-work-buttton:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;

}

.who-we-are h4{
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}




  
.icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #001f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 20px;
}
  

  
.circle-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #001f3f;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.why-choose-us {
    color: rgb(0, 0, 0);
 }
  
 
  
.bi {
    font-size: 2rem;
    margin-bottom: 10px;
}

.why-choose-us h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 43.65px;
    text-align: left;
}

.our-services h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 32.74px;
    text-align: left;
}
  

footer a {
    color: #fff;
    text-decoration: none;
}

.btn-search{
    width: 50px;
    height: 50px;
}

.fa-search{
    color: #FAE50D;
}


.custom-select {
    -webkit-appearance: none; /* Removes default arrow */
    -moz-appearance: none;
    appearance: none;
    padding-right: 1.5em; /* Space for custom arrow */
    background-color: #343a40; /* Dark background */
    color: #fff; /* Text color */
    background-image: url('/assets/images/elements.svg');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.25em 1.25em;
    border-radius: 50px!important;
    height: 50px;
}

.custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.custom-select.custom-dropdown {
    background-color: #343a40; /* Ensure the background is dark */
    color: #fff; /* Ensure the text and icon are white */
}



.form-control{
    border: none;
    height: 50px;
    margin-top: auto;
    margin-bottom: auto!important;
}

.btn-search{
    border-radius: 50px!important;
    background-color: #000;
    color: #fff;
    
}

.input-group{
    box-shadow: 4px 4px 24px 0px #00000021;
    padding: 10px;
    border-radius: 40px;
}

.icon-1 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    border: 1px solid #000;
}

.our-services-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    border: 1.5px solid #0B1F37;
    margin-left: auto;
    
}

.our-services-relative{
    padding: 32px 5px 5px 32px;
    box-shadow: 4px 4px 24px 0px #00000014;
    border-radius: 40px;
}


.industries{
    background-color: #F7F7F7;
}

.industries-small-column{
    background-color: #fff;
    box-shadow: 4px 4px 24px 0px #0000001A;
    padding: 40px 0px;
    border-radius: 32px;
}

.our-case{
    background-image: url("assets/images/case-study.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 50px;
}

.case-study{
    background-color: #fff;
    border-radius: 30px;
}

.icon-our-case{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #001f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.icon-our-case img{
    width: 50%;
}


.our-case-button{
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 32px;
    background-color: #001f3f;
    color: #FAE50D;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}

.Expertise{
    padding: 20px 10px 20px 10px;
    border-radius: 32px;
    opacity: 0px;
    box-shadow: 4px 4px 24px 0px #0000001A;
}

.our-Special-Features{
    padding: 24px 24px;
    box-shadow: 4px 4px 24px 0px #00000014;
    border-radius: 40px;
}
/*
.our-Special-Features::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px; 
    height: 60px; 
    background: #F7F7F7; 
    border-top-left-radius: 50%; 
    box-shadow: inset 4px 0px 24px 0px #00000014;
}

*/

.our-Features-button {
    position: absolute;
    top: 220px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    border: 1.5px solid #0B1F37
    
}

/* Customer review */

.carousel img {
    width: 70px;
    max-height: 70px;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .carousel-item {
      display: block;
      margin-right: 0;
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #000000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: none;
  }


  .image-container {
    width: 100%; /* Or set a specific width if needed */
    max-width: 100%; /* Example max width */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

  
/* footer */

.footer{
    background-color: #0B1F37;
}

.accordion-button {
    color: white;
    font-size: 20px;
    background-color: #0B1F37;
    border: none;
    background-image: url("assets/images/arrow-up-up.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    text-align: left;
}
.accordion-button:after {
    color: #fff;
}
.accordion-button:not(.collapsed):after{
    color: #fff;
}
.accordion-button:hover {
    font-size: 20px;
}
.accordion-button:not(.collapsed) {
    color: white;
    background-image: url("assets/images/arrow-down-01-round.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    text-align: left;
    font-weight: 700;
}
.accordion-button:not(.collapsed):focus{
    outline: none;
}
.accordion-item {
    font-size: 16px;
}
.accordion-header{
    line-height: 30px;
}

.input-group-footer{
    display: flex;
    border-bottom: 1px solid #fff;
}

.form-control-footer{
    width: 100%;
    background-color: #0B1F37;
    border: none;
}

.fa-brands, .fab {
    padding: 10px;
    font-size: 30px;
}

.footer-get-in-touch h6{
    color: #FAE50D;
    font-weight: 600;
}

.accordion-body ul{
    padding-left: 25px;
}


/* Service page */


.mobile-app-dev span{
    font-size: 38px;
    font-weight: 700;
}

.mobile-app-dev p{
    margin-top: revert;
    line-height: 24px;
    font-size: 18px;
}

.Why-Choose-us{
    display: flex;
    height: 100%;
}

.Why-Choose-us-inner{
    padding: 40px 32px 40px 32px;
    background-color: #F7F7F7;
    border: 1px solid #CDD9EA;
    border-radius: 30px;
}

.Why-Choose-us .number{
    font-size: 40px;
}

@media (max-width: 1024px) {
    /* On smaller screens, the navbar items will stack as default */
    .mobile-app-dev p{
        font-size: 14px;
        line-height: 20px;
    }
    .banner-content h1 {
        font-size: 40px;
    }

    h2{
        font-size: 34px;
    }

    .work-step-container .number{
        font-size: 50px;
    }

    .mobile-app-dev span{
        font-size: 32px;
    }
}

  

/* Responsive Adjustments */
@media (max-width: 991px) {
    /* On smaller screens, the navbar items will stack as default */
    .navbar-nav {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    /* Adjustments for tablets and below */
    .banner-content h1 {
        font-size: 40px;
    }
    h2{
        font-size: 32px;
    }
    h4{
        font-size: 18px;
    }
    .navbar-brand {
        margin-right: auto;
    }

    .carousel-slide img {
        width: 50%;
    }

    .mobile-app-dev span {
        font-size: 28px;
    }
    .number {
        font-size: 40px;
        font-weight: 300;
    }
    .right h4 {
        font-size: 18px;
    }
    .who-we-are h4 {
        font-size: 18px;
    }
    .our-services h4 {
        font-size: 18px;
    }
    .our-case-button {
        bottom: -30px;
    }
    .why-choose-us h4 {
        font-size: 18px;
    }
    .accordion-button{
        font-size: 16px;
    }
    .accordion-item {
        font-size: 14px;
    }
    .footer h4{
        font-weight: 700;
        font-size: 20px;
    }
   
    
}



@media (max-width: 576px) {
    .carousel-slide {
        min-width: 15%;
    }
    .carousel-control-prev{
        margin-right: 60px;
        top: 90%;
        left: auto;
    }

    .carousel-control-next{
        margin-left: 60px;
        top: 90%;
        right: auto;
    }
    .our-case{
        padding: 100px 10px;
        background-position: top;
    }
    .case-study{
        margin-left: 0px!important;
    }
    .carousel-inner{
        padding-bottom: 100px;
    }
    .how-we-work-buttton{
        font-size: 14px;
        padding: 6px 15px 6px 15px;
    }
}

/* Case-study-page */

/* Card container styles */
.custom-card-wrapper {
    position: relative;
    /* width: 400px;  Adjust as per your layout */
    border-radius: 20px;
    background-color: #ffffff; /* Light pink background */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
}

/* Image container */
.custom-image-container {
    position: relative;
}

.custom-card-image {
    width: 100%;
    border-radius: 10px;
}

.custom-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #daf0d9; /* Light green background */
    color: #255f23; /* Darker green text */
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
}

/* Content wrapper */
.custom-content-wrapper {
    margin-top: 15px;
    padding-right: 25px;
}

.custom-content-wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 15px 0;
}



/* Service tag */
.custom-service-tag {
    display: flex;
    align-items: center;
    margin-top: 40px;
    width: 100%;
}

.custom-service-tag span {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-left: 5px;
}

.custom-service-icon {
    width: 16px;
    height: 16px;
    background-color: #ffcc4d; /* Yellow service icon */
    border-radius: 50%;
    margin-left: 5px;
}

/* Arrow link */
.custom-arrow-link {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background-color: #0425490f;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-top-left-radius: 50%; /* Top-left corner rounded */
}

.custom-arrow-icon {
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
}

.custom-service-p{
    width: 60%;
}

.custom-service-p p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
}

.custom-service-icon-with{
    display: flex;
    text-align: right;
    width: 25%;
}


.search-filter-container {
    padding: 20px;
    display: flex;
    flex-direction: row; /* Keep it horizontal on larger screens */
    justify-content: space-between;
    align-items: center;
}

.search-wrapper {
    position: relative;
    width: 50%;
    margin: 0px 20px;
}

#searchInput {
    padding: 10px 40px 10px 10px; /* Add padding for the icon */
    font-size: 16px;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 15px;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}

/* Custom styling for the select dropdowns */
#filterDropdown,
#spanFilterDropdown {
    padding: 10px;
    margin: 0px 20px;
    font-size: 16px;
    width: 48%;
    border: 1px solid #000000;
    border-radius: 15px;
    background-color: white; /* White background */
    appearance: none; /* Remove default arrow */
    background-image: url('./assets/images/case-study/arrow-down.svg'); /* Custom down arrow */
    background-repeat: no-repeat;
    background-position: right 10px center; /* Positioning the custom arrow */
    background-size: 12px; /* Size of the custom arrow */
}

/* Additional styling for the select dropdowns */
#filterDropdown:focus,
#spanFilterDropdown:focus {
    outline: none; /* Remove default outline on focus */
    border-color: #666; /* Change border color on focus */
}

/* Hover effect for select dropdowns */
#filterDropdown:hover,
#spanFilterDropdown:hover {
    border-color: #444; /* Darker border on hover */
}

/* Transition for a smooth focus effect */
#filterDropdown,
#spanFilterDropdown {
    transition: border-color 0.3s; /* Smooth transition for border color */
}

.content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.column {
    background-color: #fff;
    width: 48%;
}

h3 {
    margin-top: 0;
}

.load-more-container {
    display: flex;
    justify-content: center; /* Center the button */
    margin: 20px 0;
}

.load-more {
    padding: 10px 20px;
    border: none;
    background-color: #000000;
    color: #FAE50D;
    border-radius: 50px;
    cursor: pointer;
    display: none; /* Initially hidden */
}

.load-more:hover {
    padding: 10px 20px;
    border: none;
    background-color: #FAE50D;
    color: #000;
    border-radius: 50px;
    cursor: pointer;
    display: none; /* Initially hidden */
}

@media (max-width: 768px) {
    .search-filter-container {
        flex-direction: column; /* Stack items vertically on small screens */
        align-items: stretch; /* Allow items to stretch full width */
    }

    .search-wrapper,
    #filterDropdown,
    #spanFilterDropdown {
        width: 100%; /* Make all inputs full width */
        margin: 10px 0; /* Add some margin for spacing */
    }
}
@media (max-width: 768px) {
    .column {
      width: 100%;
    }
  }




/* vendors form */

.why-choose-us .col {
    flex: 0 0 20%; /* Makes each column exactly 20% wide */
    max-width: 20%;
}

.unique-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.unique-form-box {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.unique-row {
    display: flex;
    gap: 10px;
}

.unique-input, 
.unique-textarea, 
.unique-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

.unique-textarea {
    height: 100px;
    resize: none;
}

.unique-button {
    padding: 10px 40px;
    background-color: #0b1b35;
    color: #fce705;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 30px;
}

.unique-button:hover {
    background-color: #fce705;
    color: #000;
    border: 1px solid #000;
}

/* Custom styles for the select */
.unique-select {
    color: #707070;
}

.unique-select option {
    color: #000;
}

.unique-select option[disabled]:nth-child(1) {
    color: #999;
}

.unique-select:focus {
    color: #000;
}

.selected {
    color: #000;
}

/* Form success message style */
.form-success {
    margin-top: 20px;
    padding: 15px;
    background-color: #d4edda;
    border: 2px solid #28a745;
    color: #155724;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}

/* Error message style */
.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .unique-row {
        flex-direction: column;
    }
    .unique-row {
        display: flex;
        gap: 0px;
    }
}



/* Casestudy Details page */

.details-page-banner-p{
    margin: auto 10px;
}

.case-study-service-button {
    position: absolute;
    top: 180px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    
}

.solution-below-row span{
    font-size: 32px;
    font-weight: 700;
    line-height: 43.65px;
    text-align: center;
    color: #0B1F37;
}
.solution-below-row p{
    text-align: center;
    color: #0B1F37;
}

.music-partners img{
    margin: auto;
    display: flex;
}


.music-partners p{
    font-size: 24px;
    font-weight: 400;
    line-height: 32.74px;
    text-align: center;
    margin-top: 10px;
}

/* Form styling */
.form-container {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
}
.no-border {
    border: none;
}
.no-shadow {
    box-shadow: none;
}
.input-area {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-row {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-right: 0px;
}
.form-full-width {
    width: 48%;
}
.input-box {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.checkbox-container {
    margin-bottom: 15px;
}
.checkbox-label {
    display: flex;
    text-align: left;
    font-size: 14px;
}
.checkbox-label input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: auto;
    margin-top: 5px;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-bottom: 5px;
}
.submit-button {
    padding: 10px 40px;
    background-color: #0B1F37;
    color: #FAE50D;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}
.flex-display {
    display: flex;
    justify-content: center;
}
.success-message {
    display: none;
    color: green;
    margin-top: 15px;
}






.contact-form-wrapper {
    width: 100%;
    margin: auto;
}

.contact-form-field, .contact-form-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.contact-error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.contact-checkbox-section {
    margin-bottom: 20px;
}

.contact-checkbox-label {
    font-size: 16px;
}

.contact-submit-button {
    padding: 10px 50px;
    background-color: #0b1b35;
    color: #fce705;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-submit-button:hover {
    background-color: #fce705;
    color: #000000;
    border: 1px solid #000;
}

.contact-social-media-links {
    display: flex;
    margin-top: 20px;
}

.contact-social-link img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.contact-success-message {
    color: green;
    font-size: 18px;
    margin-top: 20px;
    display: none;
    text-align: center;
}


.map-container {
    border-radius: 8px;
    overflow: hidden;
}

.contact-details img {
    width: 24px; /* Adjust icon size */
    height: 24px; /* Adjust icon size */
}

.contact-details h5 {
    color: #FAE50D; /* Custom color for titles */
    font-size: 18px;
}


  

