/* version: 1.1 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  }
body {
    margin: 0;
    font-weight: 400;
    color: #212529;
    text-align: left;
}
#map {
    height: 110vh;
}
#search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* max-width: 45%;
    width: 45%; */
    max-width: 25%;
    width: 25%;
    padding: 15px;
    /* background-color: #fff; */
    background-color: #00AEEF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 8px;
    opacity: 0.9;
}
#logo{
    max-height: 100px; min-width:120px;
}

@media only screen and (max-width: 767px) {
    #search-box {
        max-width: 80%;
    width: 80%;
    }
    #logo{
        max-height: 60px; min-width:70px;
    }
    .navbar-brand{
        min-width: 70%;
    }
    .navbar>.container{
        display: block;
    }
    /* .nav-item > a{
        background-color: #fff;
    } */

}
.logo-container {
    flex: 0 0 25%; /* Ensures the logo takes up 30% */
  }

  .nav-container {
    flex: 0 0 75%; /* Ensures the navbar takes up 70% */
  }
  @media (max-width: 768px) {
    .logo-container {
        width:70% !important;
        float: left;
    }
  }

.gray-bg
{
    background-color: #c4c4c4;
    margin: 10px;
    border-radius: 17px;
}
.radiusborder
{
    border-radius: 17px;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
}

.shadow-\[0px_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.066\)\] {
    --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.066);
    --tw-shadow-colored: 0px 4px 4px 0px 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
    .pl-px {
        padding-left: 1px;
    }
    .pb-11 {
        padding-bottom: 11px;
    }

    .pt-15 {
        padding-top: 15px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }
    .mt-15 {
        margin-top: 15px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }
    .mb-10 {
        margin-top: 10px;
    }
    .rounded-md {
        border-radius: 0.375rem;
    }
    .pl-0 {
        padding-left: 0px !important;
    }
    .bg-white {
        --tw-bg-opacity: 1;
        background-color: #fff!important;
    }

    .font-normal {
        font-weight: 400;
    }

    .font-Montserrat {
        font-family: Montserrat, Helvetica, Arial, serif;
    }
    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .leading-16 {
        line-height: 1.6;
    }

    .font-medium {
        font-weight: 500;
    }

    .text-16 {
        font-size: 16px;
    }

    .text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / 1);
    }

    .text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .mb-2, .my-2 {
        margin-bottom: 0.5rem!important;
    }

    .mt-2 {
        margin-top: 0.5rem!important;
    }

    .text-\[rgb\(0\2c 51\2c 0\)\] {
        --tw-text-opacity: 1;
        color: rgb(0 174 239 / 1);
    }

    .text-green {
        --tw-text-opacity: 1;
        color: rgb(0 174 239 / 0.8);
    }

    .mr-2, .mx-2 {
        margin-right: 0.5rem!important;
    }

    .ml-3\.5 {
        margin-left: 0.875rem;
    }

    svg:not(:root).svg-inline--fa {
        overflow: visible;
    }


    .svg-inline--fa.fa-w-12 {
        width: 0.75em;
    }

    .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
    }

    .tracking-\[-0\.5px\] {
        letter-spacing: -0.5px;
    }

    .flex {
        display: flex;
    }

    .relative {
        position: relative;
    }

    .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
    }

    .svg-inline--fa.fa-w-12 {
        width: 0.75em;
    }

    .text-\[rgb\(33\2c 33\2c 33\)\] {
        --tw-text-opacity: 1;
        color: rgb(33 33 33 / 1);
    }

    .gap-x-17 {
        -moz-column-gap: 17px;
        column-gap: 17px;
    }

    .w-3\.5 {
        width: 0.875rem;
    }

    .h-3\.5 {
        height: 0.875rem;
    }

    .mt-1\.5 {
        margin-top: 0.375rem;
    }

    .gap-x-15 {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .mx-05 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .mt-11{
        margin-top: 11px;
    }

    .mt-0{
        margin-top:0px;
    }
    .mb-0{
        margin-bottom:0px;
    }

    .tracking-\[-1\.91px\] {
        letter-spacing: 1.09px;
    }

    .bg-\[rgb\(230\2c 235\2c 230\)\] {
        --tw-bg-opacity: 1;
        background-color: rgb(230 235 230 / 1);
    }

    .min-h-\[1px\] {
        min-height: 1px;
    }

    .h-px {
        height: 1px;
    }

    .mt-\[18px\] {
        margin-top: 18px;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .text-\[rgb\(0\2c 51\2c 0\)\] {
        --tw-text-opacity: 1;
        color: rgb(0 174 239 / 1);
    }

    .float-left{
        float: left;
    }

    .float-right{
        float: right;
    }

    .box-hvr:hover {
        border: 1px solid #00AEEF;
        cursor: pointer;
    }

    .underline{
        text-decoration: underline;
    }

    .underline:hover{
        text-decoration: none;
    }

    .login-section {
        background-color: #f0f0f0;
        min-height: 100vh;
    }

    .content-section {
        background-color: #00AEEF;
        min-height: 100vh;
    }

    .pd {
        padding: 140px 20px;
    }

    .btn-lgn {
        border: 1px solid #00AEEF;
        color: #00AEEF;
        background: #fff;
    }

    .btn-lgn:hover {
        background: #00AEEF;
        color: white;
    }

    .font-1 {
        padding: 10px 7px;
        color: #00AEEF;
        font-size: 1rem;
        font-weight: 700;
    }

    .font-2 {
        color: #00AEEF;
        font-size: 1rem;
        font-weight: 700;
        padding: 0 7px;
    }

    .logo-img {
        max-width: 100%;
        margin: 20px auto;
    }

    .font-3 {
        font-weight: 900;
        font-size: 4rem;
        text-align: center;
        /* color: #2ae6bd; */
        color: #d7d7d7;
        font-family: sans-serif;
        position: relative;
        top: 10%;
    }

    #logo {
        max-width: 95%;
        height: auto;
        display: block;
        /* margin: 0 auto; */
      }

      @media (max-width: 768px) {
        #logo {
          max-width: 90%;
        }
      }


/* Close Button */
.btn-close {
    background-size: 25%;
  }

  .btn-close:focus {
    outline: 0;
    box-shadow: none;
  }

  .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
  }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
  }

.alert-dismissible {
    padding-right: 3rem;
  }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }

  #iframePage{
    height: 85vh;
    border-radius : 20px;
  }
  .p-of-attorney {
    font-weight: 600;
    font-family: Montserrat, Helvetica, Arial, serif;
    display: flex;
    font-size: 25px;
    color: #000;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.font-Montserrat {
    font-family: Montserrat, Helvetica, Arial, serif;
}
.font-Merriweather {
    font-family: Merriweather, Helvetica, Arial, serif;
}
/* .box-custom{
    height: 50vh;
}
.box{
    background: #d7d7d7;
}
  .box-1 {
    background: #e7c3ff;
}

.box-2 {
    background: #8ad9b8;
}

.box-3 {
    background: #ffdf95;
}

.box-4 {
    background: #e7c3ff;
}

.box-5 {
    background: #8ad9b8;
}

.box-6 {
    background: #ffdf95;
}

.border-box {
    --tw-border-opacity: 1;
    border-color: #047fad;
}

.border-bottom-fullbox {
    border-bottom: 3px solid #047fad;

} */

.border-solid {
    border-style: solid;
}

.border-t-2 {
    border-top-width: 2px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}

.font-bold {
    font-weight: 700;
    color: #111111;
}
/* .btn-healthcare {
    border-radius: 20px;
    color: #fff;
    background: #047fad;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat, Helvetica, Arial, serif;
    width: 56.7%;
    margin: 1% 20%;
    cursor: pointer;
}
:hover.btn-healthcare {

    background: #fff;
    border: 1px solid #047fad;
    color: #047fad;
} */

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.shadow-box {

    /* box-shadow: 0 4px 42px 0px rgba(0, 0, 0, 0.2); Adjust the shadow color and size as needed */
    --tw-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.2);
    --tw-ring-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.2);
    --tw-ring-offset-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.2);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);


}

.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(217 224 217 / var(--tw-bg-opacity));
}

.h-px{
    height: 1px;
}
hr{
    display: block;
    font-size: 1em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* font-weight: normal; */
    /* margin: 0;
    border-width: 0;
    opacity: 1; */
}

.text-14 {
    font-size: 14px;
}

.text-18 {
    font-size: 18px;
}
.text-22 {
    font-size: 22px;
}
.text-26 {
    font-size: 26px;
}
.text-30 {
    font-size: 30px;
}
.text-34 {
    font-size: 34px;
}
.text-38 {
    font-size: 38px;
}

.deals-text {
    background: #c89fe1;
    position: relative;
    color: #000;
    left: 25px;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 7px;
    cursor: pointer;
}

.attorney-box,.attorney-box a {
    color:#fff;
}

.attorney-box h1,.attorney-box h2,.attorney-box h3,.attorney-box h4,.attorney-box h5,.attorney-box h6{
    color:#fff;
}

.styles_icon__28Zdk svg {
    height: auto;
    margin-left: -50px;
    width: 150px;
}
@media only screen and (max-width: 768px) {
    .attorney-detail
    {
     text-align: center;
    }

    .attorney-25{
        width: 20%;
    }
    .attorney-75{
        width: 70%;
    }
}
.styles_icon__28Zdk polygon {
    fill: #fff;
}
.mb-0{
    margin-bottom: 0px !important;
}
/* new box style start */
/* General Box Style */
.box-custom {
    background-color: #f8f9fa;
    /* Light gray background */
    border: 2px solid #e2e6ea;
    /* Light border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    transition: transform 0.3s, box-shadow 0.3s;
    /* Smooth hover transition */
    border-radius: 1rem !important;
    /* Rounded corners */
    overflow: hidden;
    /* Ensure rounded corners are applied */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* Ensure all boxes have the same height */
}

.box-custom:hover {
    transform: translateY(-5px);
    /* Slight lift on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Deeper shadow on hover */
}

/* Header Style */
.box-header {
    font-size: 1.75rem;
    /* Slightly larger font for the title */
    color: #fff;
    /* White text color */
    background-color: var(--attorney-color);
    /* Blue background color */
    padding: 0.5rem 1rem;
    /* Padding for header */
    text-align: center;
    /* Center align the text */
}

/* Description Styling */
.description {
    font-size: 1rem;
    /* Standard size for the subtitle */
    color: #6c757d;
    /* Muted color for the subtitle */
    line-height: 1.5;
    /* Line spacing */
    margin-top: 1rem;
    /* Margin above description */
    text-align: center;
    /* Center align the text */
}

/* Button Styling */
.btn-healthcare {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    /* Padding for buttons */
    margin:0 0.5rem 0.5rem 0;
    /* Margin between buttons */
    /* White text color */
    /* Blue background color */
    border: none;
    /* No border */
    border-radius: 0.25rem;
    /* Rounded corners */
    text-decoration: none;
    /* No underline */
    transition: background-color 0.3s, transform 0.3s;
    /* Smooth transition */

    color: #fff;
    background: var(--attorney-color);
    font-size: 14px;

}

.btn-healthcare:hover {
    /*background-color: #047fad; */
    /* Darker blue on hover */
    transform: translateY(-2px);
    /* Slight lift on hover */

    background: #fff;
    border: 1px solid var(--attorney-color);
    color: var(--attorney-color);
}

.icon-arrow-right {
    margin-left: 0.5rem;
    /* Space between text and icon */
}

/* Price Styling */
.price {
    font-size: 1rem;
    /* Larger font size */
    /* font-weight: bold; */
    /* Bold text */
    /* background-color: var(--attorney-color); */
    /* Yellow background */
    color: #fff;
    /* Black text color */
    /* padding: 0.25rem 0.75rem; */
    /* Padding inside the price box */
    /* border-radius: 0.25rem; */
    /* Rounded corners */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* Subtle shadow */
    /* text-align: center; */
    /* Center align text */
    /* margin: 0.5rem auto; */
    /* Center the price box */
}

/* Box Footer Styling */
.box-footer {
    background-color: #f8f9fa;
    /* Light gray background */
    padding: 1rem;
    /* Padding for footer */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* Allow items to wrap */
}

/* Box Background Colors */
.box-1 {
    /* background-color: #e3f2fd;  */
    /* Light blue background for Basic Plan */
    background-color: #dadee3;
    /* light gray */
}

.box-2 {
    /* background-color: #fff3cd;  */
    /* Light yellow background for Standard Plan */
    background-color: #e3f2fd;
    /* Light blue background for Basic Plan */
}

.box-3 {
    /* background-color: #f8d7da;  */
    /* Light red background for Premium Plan */
    background-color: #bcf3ff;
    /* Light sky like legalgen.com */
}

/* Responsive Design */
@media (max-width: 576px) {
    .btn-healthcare {
        width: 100%;
        /* Full width buttons on small screens */
        margin: 0.5rem 0;
        /* Margin between buttons */
    }
}

/* new box style end */
/* footer news feed */
.sidebar-rc-post ul{
    margin: 0px;
    padding: 0px;
  }
  .sidebar-rc-post ul li {
      overflow: hidden;
      padding-bottom: 0;
      margin-bottom: 12px;
  }
  .sidebar-rc-post .rc-post-thumb {
      height: 64px;
      width: 80px;
      margin-right: 12px;
  }
.sidebar-rc-post  .rc-post-thumb {
      display: inline-block;
      float: left;
      height: 80px;
      overflow: hidden;
      position: relative;
      width: 90px;
      margin-right: 15px;
  }
  .sidebar-rc-post img {
      max-width: 100%;
      height: auto;
  }
  .lazyloaded {
      opacity: 1;
      transition: opacity 400ms;
      transition-delay: 0ms;
  }
  .size-thumbnail {
      margin-bottom: 20px;
  }
  .sidebar-rc-post .rc-post-content {
      overflow: hidden;
  }
   .sidebar-rc-post .rc-post-content h4 {
        margin-bottom: 3px;
    }
    .sidebar-rc-post .rc-post-content h4 {

        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3;
        text-indent: 0;
        transition: all 0.2s ease 0s;
    }
    .widget-date {
      display: inline-block;
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      color: #ffffff;
    }

    /* end footer news feed */


    /* style for product landingpage bannder and product detail */

/* Styles for the box container (main content) */
.box-container, .ts2 {
    max-width: 1200px; /* Set your desired maximum width value */
    width: calc(100% - 14rem); /* Adjust the width to leave space for padding */
}

.box-container {
    background-color: #ffffff;
    /* padding: 3.5rem 2.5rem 1.5rem; */
    margin: 0 auto;
    z-index: 1;
}

/* section.container{
    margin-top: 0px !important;
} */

/* Media query for mobile devices */
@media (max-width: 768px) {
    .box-container {
        padding: 1.3rem !important; /* Adjust padding for mobile */
        width: calc(100% - 5rem); /* Adjust the width to leave space for padding */
    }
    .group-162807-1,
    .overlap-group10-1 {
        margin-top: 1rem; /* Add spacing between logo and contact information */
    }.covercontainer {
    padding:0px 20px !important;}
}
/* Cover container styles */


/* Background overlay styles */
/* .cover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
} */

/* Cover title styles */
.cover-title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    font-size: 40px;
    z-index: 1;
    position: relative;
    color:#f1f1f1;
}

/* Cover text styles */
.cover-text {
    z-index: 1;
    position: relative;
    max-width: 1200px !important;
    margin: 0 auto;
    color: #fff;
}

/* Media query for screens 768px wide and below */
@media (max-width: 768px) {
    /* Adjust the font size for smaller screens */
    .cover-title {
        font-size: 32px;
    }

    .cover-text {
        font-size: 16px;
    }

    .covercontainer{
        opacity: 0.7;
        /* background-color: rgba(50, 72, 122, 0.5); */
        background-color: var(--default);
        margin:60px auto 0px auto !important;
    }
    h1{
        font-size: 2rem !important;
    }
}
/*height:650px; *//* Set your desired fixed height */
.covercontainer {
    width: 100%;
    /* height:525px; */
    /* max-height:540px; */
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 50px 20px 20px 20px;
    box-sizing: border-box;
}

/* .covercontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
} */

.covercontainer img {
    /* max-height: 540px; */
    max-height: 540px;
    height: 60vh;
    width: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Ensure it doesn't exceed container width */
    /* object-fit: contain; */
    margin: 20px auto;
}

.video-poster {
    display: block;
    width: 100%; /* Ensure it fits the container */
    max-width: 640px; /* Set a max width */
    height: auto; /* Automatically adjust height for aspect ratio */
    object-fit: cover; /* Ensures the poster image covers the video area */
    aspect-ratio: 16 / 9; /* Maintain the aspect ratio */
}

@media screen and (min-width: 2560px) and (min-height: 1440px) {
    .covercontainer {
        height: 725px !important;
    }
}

/* Default styles for larger screens */
.covercontainer2 {
    /* background-image: url('https://images.squarespace-cdn.com/content/v1/5079f3f884ae362b5e77c4d0/1350179510429-2CNAGM7QM2RUWUYMVKCN/Background.jpg'); */
    color: #fff !important;
}
.covercontainer2, .cover-container2 {
    display: block !important;
    height: auto !important;
    position: relative;
    background-position: top center;
    background-size: cover;
    padding: 10% !important;
}
.cover-container2 {
    background-image: url('legalcom/img/fadelylaw-desk.jpg?fit=1920%2C1080&ssl=1');
    background-color: rgba(255, 255, 255, 0.5) !important;
}

/* Overlay styles */
.background-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Pricing box styles */
.pricing-box {
    background: var(--attorney-color);
    z-index: 1;
    position: relative;
    max-width: 400px !important;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10%;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

/* Pricing title styles */
.pricing-title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
    font-size: 40px;
    z-index: 1;
    position: relative;
    color: #fff !important;
}

/* Pricing plan styles */
.pricing-plan {
    font-weight: 400;
    font-size: 32px;
    z-index: 1;
    position: relative;
    color: #fff !important;
}

/* Price styles */
.price {
    font-weight: 900;
    font-size: 26px;
    z-index: 1;
    position: relative;
    color: #f1f1f1 !important;
}

/* Features list styles */
.features {
    list-style: none;
    color: #fff;
    padding: 0 !important;
    margin: 0 !important;
}
.card-header {
    /* background-color:  rgba(255, 255, 255, 0.5); */
    background-color: var(--attorney-color) !important;
    color: #fff;
}
/* Plan description styles */
.plan-description {
    color: #fff;
}

/* Full-width button styles */
.full-width-button {
    /* Add your button styles here */
    width: 100%;
}

/* Media query for screens 768px wide and below */
@media (max-width: 768px) {
    /* Adjust the padding for smaller screens */
    .covercontainer2 {
        padding: 5%;
    }
.pricing-box {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    padding:20px !important;
}
    /* Adjust the font size for smaller screens */
    .pricing-title {
        font-size: 32px;
    }

    .pricing-plan {
        font-size: 24px;
    }

    .price {
        font-size: 20px;
    }
}

.covercontainer img {
    display: block;
    width: 100%;
    height: auto;
    /* opacity:0.3; */
    position: relative; /* Ensure the image is on top of the overlay */
}


/* Ensure the container is positioned relative */
.covercontainer .ts {
    position: relative;
}

/* Add an overlay to the testimonial section */
.covercontainer .ts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 72, 122, 0.5); /* Adjust the color and opacity as needed */
    pointer-events: none; /* Allows clicks to pass through the overlay */
}

/* Style the background image */


/* Adjust the positioning of the testimonial section */
.covercontainer .ts .testimonial {
    position: absolute;
    top: 50%;
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);
    text-align: left; /* Align the text to the left */
    color: #fff;
}

/* Style the star rating */
.covercontainer .ts .testimonial .rating {
    font-size: 28px;
}

.covercontainer .ts .testimonial .star {
    color: #ffd700; /* Gold color for stars */
}

/* Style the client's photo and make it round */
.covercontainer .ts .testimonial .client-photo img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
}

/* Testimonial text styles */
.covercontainer .ts .testimonial h1 {
    color: #efefef !important;
    font-size: 36px; /* Adjust the font size as needed */
    font-family: 'Playfair Display', serif !important;
    font-weight: 600;
}

.covercontainer .ts .testimonial p {
    color: #efefef !important;
    font-size: 16px; /* Adjust the font size as needed */
    font-weight: 400;
}

/* Client Info Styles */
.covercontainer .ts .testimonial .client-details {
    display: flex;
    align-items: center; /* Vertically center the content */
    margin-top: 20px; /* Adjust the margin as needed */
}

.covercontainer .ts .testimonial .client-photo {
    width: 100px; /* Adjust the width as needed */
    height: 100px; /* Adjust the height as needed */
    border-radius: 50%; /* Make it round */
    margin-right: 20px; /* Adjust spacing between photo and info */
    overflow: hidden; /* Hide any overflow from the photo */
}

.covercontainer .ts .testimonial .client-photo img {
    width: 100%; /* Make the image fill the container */
    height: auto; /* Maintain aspect ratio */
    display: block;
}

.covercontainer .ts .testimonial .client-info {
    flex-grow: 1; /* Expand to fill available space */
}

.covercontainer .ts .testimonial .client-name {
    color: #fff !important;
    font-size: 20px; /* Adjust the font size as needed */
    font-weight: 600;
}

.covercontainer .ts .testimonial .client-title {
    color: #efefef !important;
    font-size: 14px; /* Adjust the font size as needed */
    font-weight: 400;
    margin-top: -10px !important;
}

/* Media query for screens 768px wide and below */
@media (max-width: 768px) {
    /* Adjust testimonial font sizes for smaller screens */
    .covercontainer .ts .testimonial h1 {
        font-size: 28px;
    }

    .covercontainer .ts .testimonial p {
        font-size: 14px;
    }

    .covercontainer .ts .testimonial .client-name {
        font-size: 16px;
    }

    .covercontainer .ts .testimonial .client-title {
        font-size: 12px;
    }
    /* Ensure the container is positioned relative */
.covercontainer .ts {
    position: absolute !important;
}
.covercontainer .ts .img {
    display: block; background-position: top right; /* Adjusted to show right side of the image */
    background-size: cover;
    height: auto;
    opacity: 0.3;
    position: relative; /* Ensure the image is on top of the overlay */
}
}



.request-call-back-2, .navbar-collapse ul{min-width:200px;}
    .d-nonee {
    }
    @media (min-width: 769px) {
        .covercontainer .ts .img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0.3;
    position: relative; /* Ensure the image is on top of the overlay */
}
        .logo {
            width:180px;
        }
        .group-162807-1 {
        font-size:0.8rem; word-wrap: normal;
    }
.wp-4 {
    padding-top:2rem;}
}
    .group-162807-1 {width:400px !important;}
    .coverbuttons .btn-primary {
    border: 1px solid var(--default) !important;
    color: #fff !important;
    background-color: var(--default) !important;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.coverbuttons .btn-outline-primary {
    border: 1px solid #fff !important;
    color: #fff !important;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.coverbuttons .btn-primary:hover {
    background-color: #fff !important;
    color: var(--default) !important;
    border: 1px solid var(--default) !important;
}

.coverbuttons .btn-outline-primary:hover {
    background-color: var(--default) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
@media (max-width: 768px) {
    .group-162807-1 {
        text-align:center;
        font-size:1rem; word-wrap: normal;
    }
    .logo {
    /* width: 100% !important; */
    display: block; /* Make it a block-level element */
    margin: 50px auto 0; /* Center horizontally */
}
    .menu-box {
        width: 90%;
        max-width: 300px;
        padding: 15px;
    }
    .d-nonee {
        display:none !important;
    }
}
h1 {font-size:2.5rem;
    color:#000 !important; font-family: "Merriweather", Helvetica !important;
}
        .vertical-image {
            /* Example vertical image styles */
            width: 100%;
            max-height: 400px; /* Adjust the height as needed */
            object-fit: cover; /* Maintain aspect ratio and cover the container */
        }

        .horizontal-image {
            /* Example horizontal image styles */
            width: 100%;
            max-height: 200px; /* Adjust the height as needed */
            object-fit: cover; /* Maintain aspect ratio and cover the container */
        }/* Assuming you have a class "full-width-button" to target this specific button */
        @media (min-width: 768px){
            /* .coverbuttons{
                margin-left:12rem !important;text-align:left !important;
            } */


        }
.full-width-button {
            width: 100%;
            background-color: var(--default);
            color: white;
            padding: 10px 25px; /* Add padding to adjust button height and spacing */
            border: none; /* Remove default button border */
            cursor: pointer;
            justify-content: space-between; /* Align content to the start and end */
            align-items: center; /* Center vertically */
            text-align: left; /* Align text to the left */
            border-radius:25px;
        }

        /* Optional: Add hover effect */
        .full-width-button:hover {
            background-color: var(--attorney-color);
        }
        /* Style for the arrow icon */
        .arrow-icon {
            margin-left: 10px; /* Add space between text and icon */
            font-size: 18px; /* Adjust icon size as needed */
        }
        .why {
            padding-left:0.5rem !important;
        }
.custom-bullet {
    list-style-type: none;
    background-image: url('https://wmtxlaw.legalgen.com/platinum/img/fi-5290065-6.svg');
    background-size: 40px 70px; /* Set the width to 20px and auto for the height */
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px !important;
    margin-bottom: 20px;
}
.custom-bullet h3{
    padding: none;margin:none;color:#000;
}
/* .card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
} */
/* .card-header, .card-body, .list-group-item {
    color: #000 !important;
} */
.card-title {
    color: #efefef !important;
}
 /* .card-header
 {
    background:#000;
} */
 .card-body, .list-group-item {
    background-color: #fff !important;
    color: #000 !important;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust color and opacity as needed */
    z-index: 1; /* Ensure the overlay is above the image */
}

.button-container {
    position: absolute;
    top: 40%;
    left: 20%;
    transform: translate(-40%, -40%);
    z-index: 2; /* Place the buttons and text above the overlay */
}
.button-container h1{
    font-size: 2rem !important;
}
@media (max-width: 768px) {
    .button-container {
        /* top: 60%;
        left: 40%; */
        top: 86%;
        left: 20%;
        width: 50%;
        padding-left: 1rem;
    }
    .button-container h1{
        font-size: 1rem !important;
    }

}
.navbar-nav .nav-item {
    display: inline-block; /* Ensure list items are inline */
    margin: 0; /* Remove any default margins */
}

.btn.btn-pill.btn-outline-secondary {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Show ellipsis (...) for overflowing text */
    max-width: 100%; /* Set a maximum width */
    width: auto; /* Allow the button width to adjust based on content */
}
/* Media query for screens with a minimum width of 768px */
    /* end style for product landingpage bannder and product detail */
    /* faq style */
    .faq-overlay {
        position: absolute;
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Center both vertically and horizontally */
    }

    .play-button {
        z-index: 1;
        position: relative;
        width: 100px; /* Adjust the size of the circle as needed */
        height: 100px; /* Adjust the size of the circle as needed */
        border: 2px solid rgba(255, 255, 255, 0.5); /* Transparent border */
        border-radius: 50%; /* Create a circular shape */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #171447b8;
    }

    .faq-img-container {
        max-width: 100%; /* Ensure the container doesn't exceed its parent's width */
        overflow: hidden; /* Hide any overflow if the image is larger than the container */
    }

    .faq-img-container img {
        width: 100%; /* Set the width to 100% of the container */
        height: auto; /* Allow the height to adjust proportionally based on the image's aspect ratio */
        display: block; /* Remove any default inline styling for the image */
    }
    /* .faq-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
        color:#000;
    } */

    .question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #171447;
        padding: 10px 20px;
        cursor: pointer;
    }
    .toggle-button {
        font-size: 20px;
        cursor: pointer;
        color:#efefef;
    }
    .faq-container h3{font-size:16px !important;}
    /* .faq-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
        color:#000;
    } */

    .question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #171447;
        padding: 10px 20px;
        cursor: pointer;
    }
    .toggle-button {
        font-size: 20px;
        cursor: pointer;
        color:#efefef;
    }
    .faq-container h3{font-size:16px !important;}
    .faq-item {
        flex-basis: 100%; /* Full width for horizontal alignment */
        margin-bottom: 20px;
    }

    .question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f0f0f0;
        padding: 10px 20px;
        cursor: pointer;
    }

    .question h3 {
        margin: 0;
    }

    .toggle-button {
        font-size: 20px;
        cursor: pointer;
    }

    .answer {
        display: none;
        padding: 10px 20px;
        border: 1px solid #ccc;
    }

    .faq-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
        color:#000;
    }

    .question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--attorney-color);
        padding: 10px 20px;
        cursor: pointer;
        color:white;
    }
    .toggle-button {
        font-size: 20px;
        cursor: pointer;
        color:#efefef;
    }
    .faq-container h3{font-size:16px !important;}
    /* end faq style */

    .theme-btn{
        background: var(--attorney-color);
        color: #ffffff !important;
        text-decoration: none !important;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
     }

video{
    border: 1px solid black;
}


/* Dropdown */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff; /* Change the background color as needed */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Add shadow as needed */
    z-index: 1;
}

.dropdown-item {
    display: block;
    padding: 10px;
    color: #000; /* Change the color as needed */
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: var(--attorney-color); /* Change the hover background color as needed */
}
