
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* first navbar */
.custom-navbar {
    background-color: #1a3b5d; /* Dark Blue */
    color: #d4af37; /* Gold */
    font-size: 16px;
}
.custom-navbar a {
    color: #d4af37;
    text-decoration: none;
    margin-right: 15px;
}
.custom-navbar a:hover {
    color: #f0c14b;
}
.custom-icon {
    margin-right: 5px;
}
/* second navbar */
.navbar-brand img {
    height: 120px;
    width: 120px;
}
.navbar-nav .nav-link {
    color: #1a1a1a;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px;
}
.navbar-nav .nav-link:hover {
    color: #d4af37; 
}
.dropdown-menu {
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dropdown-item:hover {
    background-color: #f8f9fa;
}

  
/* silder bar */
#lawSlider {
    height: 70vh;
}

#lawSlider .carousel-inner {
    height: 100%;
}

#lawSlider .carousel-inner img {
    height: 70vh;
    object-fit: cover; /* Ensures the image fills the container without distortion */
}

.carousel-caption {
    bottom: 30%;
}

.carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); /* Adds text shadow for better readability */
}

.carousel-caption p {
    font-size: 1.25rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.carousel-caption .btn {
    background-color: #d4af37; /* Gold button */
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
}

.carousel-caption .btn:hover {
    background-color: #b89c31;
}

@media (max-width: 768px) {
    #lawSlider {
        height: 50vh; /* Adjust height for smaller screens */
    }
    .carousel-caption h1 {
        font-size: 2rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    .carousel-caption .btn {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
    }
}

/* hero section home page */
.herosectionhome {
    background-color: #000;
    color: #fff;
    padding: 50px 20px;
}

.image-slider {
    position: relative;
}

.image-slider img {
    width: 100%;
    border-radius: 10px;
}

.content {
    text-align: left;
}

.btn-consultation {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-consultation:hover {
    background-color: #ddd;
}

@media (max-width: 768px) {
    .content {
        text-align: center;
    }
}

/* card 2 */
.customhomecard-section .custom-img {
    height: 400px; /* Fixed height for all images */
    object-fit: cover; /* Ensures images are cropped proportionally */
    width: 100%;
    border-radius: 10px;
}

.customhomecard-section .row {
    align-items: stretch; /* Ensures equal height alignment for columns */
}

.customhome-title,
.customhome-subtitle {
    margin-bottom: 15px;
}

/* booking section */
.bookcard {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.bookcard:hover {
    transform: scale(1.05);
}

.btn-book {
    background-color: #6c757d;
    color: white;
    border: none;
}

.btn-book:hover {
    background-color: #5a6268;
}

.modal-header {
    background-color: #6c757d;
    color: white;
}

.modal-footer .btn-close-modal {
    background-color: #6c757d;
    color: white;
}

.modal-footer .btn-close-modal:hover {
    background-color: #5a6268;
}
/* footer sections */
.footer-top {
    background-color: #d4af37;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.footer-main {
    background-color: #1d3557;
    color: #fff;
    padding: 40px 20px;
}

.footer-main h5 {
    color: #d4af37;
    margin-bottom: 20px;
}

.footer-main a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-main a:hover {
    color: #d4af37;
}

.social-icons a {
    color: #d4af37;
    font-size: 20px;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
}

.footer-bottom {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 14px;
}
/* about page hero sections */
.aboutcustom-section {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.aboutcustom-section img {
    max-height: 100%;
    width: auto;
    object-fit: cover;
}
/* about section and text */
.about-section {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.about-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.about-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #444;
}

.aboutschedule-box {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}

.aboutschedule-box h5 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.aboutschedule-box p {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}

.aboutschedule-box .btn-schedule {
    background-color: #d4af37;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.aboutschedule-box .btn-schedule:hover {
    background-color: #b59231;
}
/* about section 2 */
.aboutmission-section img {
    max-width: 100%;
    border-radius: 5px;
}
.aboutmission-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}
.aboutmission-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}
/* about section 3 */
.aboutvision-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.aboutvision-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}
.aboutvision-section img {
    max-width: 100%;
    border-radius: 5px;
}
/* pracitice page */
.services-section {
    background-color: #ffffff; /* White background */
    color: #333; /* Dark text color */
    font-family: 'Arial', sans-serif; /* Font style */
}

.practicesection-title {
    font-size: 28px;
    color: #8a6d6d;
    font-weight: bold;
    margin-bottom: 15px;
}

.practicesection-subtitle {
    font-size: 24px;
    color: #b85c5c;
    font-weight: bold;
    margin-bottom: 10px;
}

.practicesection-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.practiceimg {
    width: 100%;
    height: 350px; /* Fixed height for the image */
    object-fit: cover; /* Ensures the image fits within the dimensions */
    border-radius: 10px; /* Rounded corners */
}
/* practice include */
.practice-areas-section {
    background-color: #ffffff;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.practice-include-section-heading {
    font-size: 28px;
    color: #8a6d6d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.practice-include-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.practice-include-card:hover {
    transform: scale(1.03);
}

.practice-include-card-img-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}

.practice-include-card-body {
    padding: 20px;
}

.practice-include-card-title {
    font-size: 20px;
    color: #b85c5c;
    font-weight: bold;
    margin-bottom: 15px;
}

.practice-include-card-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.practice-include-btn {
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    border: 2px solid #8a6d6d;
    color: #8a6d6d;
    transition: all 0.3s ease-in-out;
}

.practice-include-btn:hover {
    background-color: #8a6d6d;
    color: #fff;
}
/* Attorney page */
/* advocate sections */
.advocate-section {
    background-color: #ffffff;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.advocate-logo {
    max-width: 300px;
    height: auto;
    border-radius: 50%;
}

.advocate-name {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.advocate-title {
    font-size: 18px;
    color: #666;
}
/* profile section */
.legal-services-section {
    background-color: #ffffff;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.attorney-section-heading {
    font-size: 28px;
    color: #8a6d6d;
    font-weight: bold;
    text-transform: capitalize;
}

.attorney-subheading {
    font-size: 22px;
    color: #b85c5c;
    font-weight: bold;
}

.attorneylist {
    padding-left: 20px;
    list-style-type: disc;
}

.attorneylist li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.attorneypara {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.attorneyadimg  {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
/* contact us page hero sections */
/* CSS for the Law Services Section */
.law-services-section {
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.law-services-subtitle {
    font-size: 16px;
    color: #8a6d6d;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.law-services-title {
    font-size: 24px;
    font-weight: bold;
    color: #b85c5c;
    margin-top: 20px;
    margin-bottom: 15px;
}

.law-services-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.lawimg {
    border-radius: 10px;
    max-height: 450px;
    object-fit: cover;
}
/* from sections */
/* CSS for Contact Form Section */
.contact-form-section {
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.contact-form-heading {
    font-size: 24px;
    color: #8a6d6d;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.form-label {
    font-weight: bold;
    color: #555;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}

.btn-primary {
    background-color: #ff7f50;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
}

.btn-primary:hover {
    background-color: #ff6347;
}
/* wathsapp */
.contact-us-section {
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.contact-title {
    font-size: 28px;
    color: #8a6d6d;
    font-weight: bold;
}

.btn-success {
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
}

.btn-success:hover {
    background-color: #28a745;
}

.dropdown-menu li {
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
}
/* map sections */
#map-container {
    height: 400px;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
  }

/* fq questions */
.faq-section {
    background-color: #ffffff;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.faq-heading {
    font-size: 28px;
    font-weight: bold;
    color: #8a6d6d;
    text-transform: uppercase;
}

.accordion-button {
    background-color: #f8f9fa;
    color: #333;
    font-weight: bold;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
}

.accordion-button:hover {
    background-color: #e2e6ea;
}

.accordion-body {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
/* blog sections */
.blog-section {
    background-color: #f8f9fa;
    color: #333;
}

.blog-section h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.blog-card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.blog-card-text {
    font-size: 14px;
    color: #666;
}

.blog-card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.blog-btn {
    background-color: #007bff;
    border: none;
}

.blog-btn:hover {
    background-color: #0056b3;
}
/* blog 1 page */
.blog1-section {
    background-color: #ffffff;
    color: #333;
    font-family: Arial, sans-serif;
}

.blog1-title {
    font-size: 24px;
    font-weight: bold;
    color: #8a6d6d;
    margin-bottom: 10px;
}

.blog1-date {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.blog1-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.recent-posts-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #8a6d6d;
}

.recent-posts-list {
    padding: 0;
}

.recent-post-link {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.recent-post-link:hover {
    text-decoration: underline;
}

.recent-post-date {
    font-size: 14px;
    color: #777;
}
/* hero section blog1 */
.property-law-section {
    background-color: #f9f9f9;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.property-law-section h2 {
    font-size: 28px;
    color: #8a6d6d;
    font-weight: bold;
    text-transform: uppercase;
}

.property-law-section h3 {
    font-size: 20px;
    color: #b85c5c;
    margin-top: 20px;
}

.property-law-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555;
}

.property-law-section ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.property-law-section ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}
/* client testimonial */
/* hero section */
.testimonials-section {
    background-color: #ffffff;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.testimonial-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.testimonial-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.testimonial-title {
    font-size: 18px;
    color: #b85c5c;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
/* services */
.services-section {
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
}

.service-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.service-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.service-title {
    font-size: 18px;
    color: #b85c5c;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
/* privancy page */
.privacy-policy-section {
    background-color: #f8f9fa;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.privacy-policy-section h2 {
    font-size: 28px;
    color: #6c757d;
    font-weight: bold;
    text-transform: uppercase;
}

.privacy-policy-section img {
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.privacy-policy-section h3 {
    font-size: 22px;
    color: #495057;
    font-weight: bold;
    text-transform: uppercase;
}

.privacy-policy-section .privacy-text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.8;
}
/* test content */
.privacy-policy-section-test {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
  }
  
  .privacy-policy-section-test h2 {
    font-size: 28px;
    font-weight: bold;
    color: #6c757d;
  }
  
  .privacy-policy-section-test h4 {
    font-size: 20px;
    font-weight: bold;
    color: #495057;
  }
  
  .privacy-policy-section-test p {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
  }
  /* legal Disclaimers page */
  /* hero sections */
  .legal-services-section {
    font-family: Arial, sans-serif;
    color: #6c757d;
    line-height: 1.8;
  }

  .legal-services-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #6c757d;
  }

  .legal-services-section p,
  .legal-services-section ul {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .legal-services-section ul {
    padding-left: 1.5rem;
  }

  .legal-services-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
/* career opportunities */
/* Law Firm Section */
.law-firm-section {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    max-width: 900px;
}
.law-firm-title {
    font-size: 18px;
    font-weight: bold;
    color: #7c7c7c;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.law-firm-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.law-firm-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
    text-align: center;
}
.law-firm-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: center;
}

/* Join Team Section */
.join-team-section {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    max-width: 1200px;
}
.left-content {
    text-align: left;
}
.form-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
.form-subheading {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}
.form-control {
    margin-bottom: 15px;
    border-radius: 5px;
}
.submit-button {
    background-color: #555;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.submit-button:hover {
    background-color: #333;
}
.attach-resume {
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}
/* Retainer Ship Packages page */
/* General Styles for the Section */
/* General Styles for the Section */
.retainer-packages-section {
    background-color: #f8f9fa;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* Package Card Styles */
.package-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure cards stretch to the same height */
}
.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* Header Styles */
.package-header {
    text-align: center;
    padding: 15px;
    background-color: #e9ecef;
    border-bottom: 1px solid #ddd;
}
.package-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #333;
}
.package-subtitle {
    font-size: 14px;
    color: #777;
    margin: 5px 0 15px;
}
.package-header img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures images fit nicely */
}

/* Body Styles */
.package-body {
    padding: 20px;
    flex-grow: 1; /* Ensures content grows evenly */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Keeps items spaced inside */
}
.package-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.package-list li {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}
