* {
    outline: 0 !important;
}

body {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
}

:root {
    --primary: #12233fdb;
    --secondary: #ffbf00;
    --light-blue: #d1d7e3;
    --dark-blue: #12233f;
    --title-red: #6a0307;
    --gray: #3f3e3e;
    --white: #ffffff;
    --black: #000000;
    --secondary-light: #2f3a4b;
    --font-family-text: "Quattrocento Sans", sans-serif;
    --btn-default: #939393;
    --btn-hover: #414345;
}

.container {
    max-width: 1000px;
}

/******* Top Header *******/
.top-header {
    background: var(--light-blue);
}

.top-header img {
    height: 110px;
}

.mb-call a {
    color: #cd9944;
    font-size: 18px;
}

.head-txt span {
    display: block;
    font-size: 20px;
    text-align: right;
}

.head-txt span a {
    color: var(--black);
}

/******* Navigation *******/
.wrapper {
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.navbar-custom {
    background-color: var(--primary);
    padding: 8px 0px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
}

.navbar-custom .navbar-brand {
    color: var(--gold-accent);
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.navbar-custom .nav-link {
    color: #ffffff;
    padding: 7px 0 7px 0px !important;
    margin: 0 50px 0 0px;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    position: relative;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
    color: var(--secondary);
    border-bottom-color: var(--secondary);
}

.navbar-custom .dropdown-menu {
    background-color: #12233f;
    border: none;
    margin-top: 0;
    display: none;
    font-family: var(--font-family-text);
    border-radius: 0;
    padding: 0;
    box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
}

.navbar-custom .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-custom .dropdown-menu.show {
    display: block;
}

.navbar-custom .dropdown-item {
    color: var(--white);
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.navbar-custom .dropdown-item:hover {
    background-color: #095788;
    color: var(--white);
}


/* Mobile Sidebar Styles */
.offcanvas-custom {
    background-color: var(--dark-blue);
    width: 300px;
    max-width: 85vw;
}

.offcanvas-custom .offcanvas-header {
    border-bottom: none;
    padding: 1.5rem;
}

.offcanvas-custom .offcanvas-title {
    color: var(--secondary);
    font-weight: bold;
    letter-spacing: 2px;
}

.offcanvas-custom .btn-close {
    filter: invert(1);
}

.offcanvas-custom .nav-link {
    color: var(--white);
    padding: 1rem 1.5rem;
    border-bottom: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background-color: transparent;
    font-size: 14px;
}

.offcanvas-custom .nav-link:hover, .offcanvas-custom .nav-link.active {
        background-color: #095788;
        color: var(--secondary);
    }

.offcanvas-custom .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-custom .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    padding: 0;
    position: static !important;
    width: 100%;
    box-shadow: none;
    margin: 0;
    transform: none !important;
}

.offcanvas-custom .dropdown-item {
    color: rgba(255, 255, 255, 0.9);
    padding: 0.9rem 1.5rem 0.9rem 2.5rem;
    border-bottom: none;
    transition: all 0.3s ease;
    font-size: 14px;
    white-space: normal;
}

.offcanvas-custom .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--secondary);
}

.offcanvas-custom .dropdown-toggle::after {
    float: right;
    margin-top: 0.3rem;
    transition: transform 0.3s ease;
}

.offcanvas-custom .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Fullscreen overlay backdrop */
.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Smooth transitions */
.offcanvas-custom .dropdown-menu {
    transition: all 0.3s ease;
}

.mobile-social {
    padding: 1.5rem;
    border-top: none;
    margin-top: auto;
}

.facebook {
    background: #1877f2;
}

.linkedin {
    background: #2867b2;
}

.twitter {
    background: #0f1419;
}

.social-icons span {
    font-size: 17px;
    padding: 5px;
    border-radius: 10px;
    color: var(--white);
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    margin-left: 10px;
}

.social-icons span:after {
    content: "";
    width: 34px !important;
    height: 26px !important;
    display: block;
    position: absolute;
    background: #fff;
    opacity: .2;
    border-radius: 10px;
    top: 0;
    left: 0;
}

/******* Hero Section *******/
.hero-ui {
    background-image: url("..//images/hero-banner.webp");
    height: 100vh;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.hero-txt h1 {
    font-size: 72px;
    color: var(--white);
    text-shadow: 2px 2px #000 !important;
    font-weight: 700;
    line-height: 100px;
}

.hero-txt p {
    font-size: 36px;
    color: var(--white);
}

.gradiant-btn {
    background-image: linear-gradient(180deg, #bd8d04 0%, #ffbf00 100%);
    color: var(--black);
}

.btn-hero {
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    padding: 19px 15px;
    border-radius: 6px;
    display: block;
    width: 365px;
    text-align: center;
    margin-bottom: 12px;
}

.gradiant-btn:hover {
    background-image: linear-gradient(0deg, #bd8d04 0%, #ffbf00 100%) !important;
    color: var(--black);
}

/******* Icon Section *******/
.icon-bg {
    background: var(--dark-blue);
    padding: 50px 0;
}

.icon-ui img {
    width: 167px;
    max-width: 100%;
    border: 10px solid var(--secondary);
    border-radius: 100px;
}

.icon-ui h4 {
    font-size: 20px;
    text-decoration: none;
    margin: 8px 0;
    color: var(--secondary);
}

.icon-ui {
    text-decoration: none;
}

/******* Experienced Law *******/
.Exp-law {
    background: url("..//images/GettyImages.webp");
    position: relative;
    padding: 80px 0;
    text-align: center;
}

.Exp-law:before {
    content: "";
    background-color: var(--light-blue);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.title-ui {
    color: var(--title-red);
    margin-bottom: 22px;
}

.Exp-law p {
    font-family: var(--font-family-text);
    font-size: 18px;
}

.law-type {
    font-family: "Cinzel", serif !important;
}

.law-list {
    font-family: var(--font-family-text);
}

.law-list ul {
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}

/******* Call Section *******/
.call-section {
    background-image: url("..//images/call.webp");
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
}

.call-section:before {
    content: "";
    background: var(--black);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.call-action {
    padding: 90px 0;
    position: relative;
}

.call-action h2 {
    font-size: 30px;
    color: var(--white);
    margin-bottom: 15px;
}

.call-action h1,
.call-action a {
    font-size: 36px;
    color: var(--white);
    text-decoration: none;
    margin-bottom: 0;
}

/******* Schedule a Consultation *******/
.form-bg {
    background-image: url("..//images/form-bg.webp");
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.form-bg:before {
    content: "";
    background-color: var(--light-blue);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.input-field {
    font-family: var(--font-family-text);
    margin-bottom: 15px;
}

.input-field label {
    font-size: 18px;
    display: block;
}

.input-field input {
    height: 40px;
    border-radius: 0;
}

.input-field textarea {
    width: 100%;
    border: 0;
    resize: none;
    height: 80px;
    border: 1px solid #ced4da;
}

.btn-gray {
    background: var(--btn-default);
    font-family: var(--font-family-text);
    color: var(--white);
    font-size: 15px;
    width: 200px;
    max-width: 100%;
}

.btn-gray:hover {
    background: var(--btn-hover);
    color: var(--white);
}

/******* Contact Deatils *******/
.contact-bg {
    background-image: url("..//images/contact-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 55px 0;
}

.contact-bg:before {
    content: "";
    background: #0d1a2d;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-bg h2,
.cnt-time span {
    color: var(--white);
}

.cnt-list,
.cnt-time span {
    font-family: var(--font-family-text);
    color: var(--white);
    font-size: 18px;
}

.cnt-list p {
    font-size: 18px;
    margin: 0;
}

.cnt-list p a {
    color: var(--white);
}

/******* Footer *******/
footer {
    background: var(--secondary-light);
    padding: 50px 0 0;
}

footer h5 {
    font-size: 18px;
    color: var(--white);
    border-bottom: 1px solid;
    margin-bottom: 15px;
}

.foot-link ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 2.7;
}

.foot-contact p a {
    color: var(--white);
}

.foot-link ul li a {
    color: var(--white);
    text-decoration: none;
    padding-bottom: 5px;
}

    .foot-link ul li a:hover, .foot-link ul li a.active {
        border-bottom: 2px solid var(--secondary);
        color: var(--secondary);
    }

.foot-contact,
.copyright {
    font-family: var(--font-family-text);
}

.foot-contact p {
    color: var(--white);
    font-size: 18px;
    margin-bottom: 12px;
}

.foot-contact .social-icons span {
    margin: 0;
}

.copyright p {
    font-size: 12px;
    color: var(--white);
    text-align: center;
    margin: 0;
}

.copyright {
    margin-top: 50px;
    background: var(--dark-blue);
    padding: 47px 15px;
}

.copyright a {
    color: var(--white);
}

/***************** About Us *****************/
.hero-title {
    background: var(--dark-blue);
    padding: 67px 0;
}

.hero-title h1 {
    color: var(--white);
    font-weight: 700;
    margin: 0;
    font-size: 44px;
}

.about-common {
    background: url(..//images/GettyImages.webp);
    position: relative;
    padding: 80px 0 40px;
    text-align: center;
}

.about-common:before {
    content: "";
    background-color: var(--white);
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-common p {
    font-family: var(--font-family-text);
    font-size: 18px;
}

.gallery-img img {
    width: 318px;
    height: 200px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.title-meet {
    padding-top: 40px;
    font-size: 36px;
}

.title-meet a {
    color: var(--title-red);
    font-weight: 700;
}

.team-section {
    padding: 50px 0;
}

.team-section p,
.team-section li {
    font-family: var(--font-family-text);
    font-size: 18px;
}

.team-section h2 {
    color: var(--title-red);
    font-size: 36px;
    font-weight: 400;
}

.team-ui h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--title-red);
    margin: 20px 0;
}

.team-ui ul {
    padding-left: 17px;
    line-height: normal;
    color: var(--black);
}

.team-img span {
    text-align: center;
    margin: 12px auto;
    display: block;
    font-style: italic;
    color: var(--black);
    font-family: var(--font-family-text);
    font-size: 18px;
}

/***************** Practice Area All Pages *****************/
.case-ui,
.btn-div {
    padding: 50px 0;
}

.area-bg {
    background: var(--light-blue);
    padding: 80px 0;
    font-family: var(--font-family-text);
}

.area-txt p {
    margin: 0;
    font-size: 18px;
    line-height: normal;
    color: var(--gray);
}

.area-txt p a {
    color: var(--black);
}

.case-ui p {
    line-height: normal;
}

.case-ui p a {
    text-decoration: underline;
    color: var(--black);
}

.btn-blue {
    background: var(--dark-blue);
    color: var(--white);
    width: 380px;
    border-radius: 10px;
    max-width: 100%;
    font-family: var(--font-family-text);
    font-size: 18px;
    font-weight: 600;
}

.btn-blue:hover {
    background: var(--secondary-light);
    color: var(--white);
}

.case-gallery img {
    height: 306px;
}

.case-title-set {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: 28px;
}

.martime-set ul {
    font-size: 18px;
    text-align: left;
    font-family: var(--font-family-text);
    color: var(--black);
}

.text-20px {
    font-size: 20px !important;
    font-weight: 600;
}

/***************** Intake-Forms Page *****************/
.form-btn-group {
    background-color: var(--light-blue);
    padding: 80px 0;
}

.form-btn-group .btn-hero {
    font-size: 18px;
    height: 66px;
    padding: 8px 15px;
    line-height: normal;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px auto;
}

/***************** Contact Page *****************/
.contact-details h6 {
    font-size: 18px;
    font-family: var(--font-family-text);
    font-weight: 600;
}

.contact-details p {
    color: var(--gray);
}

.office-time {
    font-family: var(--font-family-text);
}

.office-time span {
    color: var(--gray);
}

.connect p {
    margin: 0;
}

.connect p a {
    color: var(--gray);
}

.contact-form-ui {
    background-image: url("..//images/contact-form-bg.webp");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size:cover;
    position: relative;
    padding: 50px 0;
}

.contact-form-ui:before {
    content: "";
    background: var(--white);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.contact-form-ui h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: var(--font-family-text);
}