:root {
    --bs-blue: #066868;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #066868;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
	text-align:justify;
}

.header-logo {
    position: relative;
    z-index: 1;
    top: 10px;
}

.header-logo img {
    width: 155px;
}

.header-top ul {
    margin: 0;
    padding: 0;
}

.header-top ul li {
    display: inline-block;
    padding: 5px 15px;
}

.header-top ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    top: 3px;
}
.header-top i {
    color: #066868;
}

.mainheader {
    background:#fff;
    height: 80px;
}
/*
.mainHeader-top {
background: linear-gradient(to right,  #ffffff 29%,#0d2144 29%);
} */

/* .header-top::before {
    content: '';
    background: linear-gradient(to right,  #ffffff 35%,#0d2144 35%);
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0;
} */


/* top section css */

.topmenu {
    width: 100%;
    display: flex;
    max-width: 1480px;
    margin: 0 auto;
    border: 0px solid #ccc;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 150px;
    background: #fff;
}

.logo a {
    padding: 15px;
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
}

/* top section css */

/* menu css */

.topnav {
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-top: 30px;
}

.topnav a {
    float: left;
    display: block;
    color: #121212;
    text-align: center;
    padding: 5px 0px;
    margin: 0 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.topnav a:hover,
.topnav a.active {
    color: #121212;
    background: #fff;

}

.topnav a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #cc0001;
    transition: width .5s;
}

.topnav a:hover::after {
    width: 100%;
}

.topnav a.active::after {
    width: 100%;
}

.topnav .barBox {
    display: none;
}

/* bar css  */
.barBox {
    display: inline-block;
    cursor: pointer;
    width: auto;
    padding: 10px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
}

/* bar css end */

/* menu css end */
.barBox {
    display: none;
}


.reqQuote {
    position: relative;
}

.reqQuote button {
    background: #df1919;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    padding: 7px 20px;
    border-radius: 7px;
}

.reqQuote button:hover {
    background: #073577;
}



/* Nav Nav */


.mainmenu .stellarnav li {
    border-bottom: none;
    margin-top: 10px;
}
.mainmenu .stellarnav li a:hover {
    color: #c09349;
}

.navmenu {
	position: relative;
	z-index: 9900;
	line-height: normal;
}

.navmenu a {
	color: #777;
}

.navmenu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.navmenu li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	vertical-align: middle;
}

.navmenu li a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	color: #777;
	font-size: inherit;
	font-family: inherit;
	box-sizing: border-box;
	/* -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out; */
	font-size: 1rem;
}

.navmenu.light li a:hover {
	color: #066868;
}

/* main level */
.navmenu > ul > li {
	display: inline-block;
}

.navmenu > ul > li > a {
	padding: 20px 10px;
	font-size: 1rem;
	font-weight:500;
}

.sub-menu {
	/** box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15) !important **/
}

/* first level dd */

.navmenu ul ul {
	top: auto;
	width: 220px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #ddd;
}

.navmenu li li {
	display: block;
}

/* second level dd */
.navmenu ul ul ul {
	top: 0;     /* dd animtion - change to auto to remove */
	left: 220px;
}

.navmenu > ul > li:hover > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.navmenu ul ul li {
	border-bottom: none;
}

.navmenu.light ul ul li:hover {
  color: #000;
}

.navmenu.light ul ul li:hover a { color: #000; }

/* .drop-left */
.navmenu > ul > li.drop-left > ul {
	right: 0;
}

.navmenu li.drop-left ul ul {
	left: auto;
	right: 220px;
}

/* light theme */


.navmenu.light a {
	color: #000;
}

.navmenu.light ul ul {
	background: rgba(255, 255, 255, 1);
}

.navmenu.light li a {
	color: #000;
}

/* dark theme */
.navmenu.dark {
	background: rgba(0, 0, 0, 1);
}

.navmenu.dark a {
	color: #FFF;
}

.navmenu.dark ul ul {
	background: rgba(0, 0, 0, 1);
}

.navmenu.dark li a {
	color: #FFF;
}

/* sticky nav */
.navmenu.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.navmenu-noscroll-x {
	overflow-x: hidden;
}

/* general styling */
.navmenu li.has-sub > a:after {
	content: '';
	margin-left: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFF;
	display: inline-block;
}

.navmenu li li.has-sub > a:after {
	margin-left: 10px;
	float: right;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	position: relative;
	top: 4px;
}

.navmenu li.drop-left li.has-sub > a:after {
	float: left;
	margin-right: 10px;
	border-left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFF;
}

.navmenu.hide-arrows li.has-sub > a:after, .navmenu.hide-arrows li li.has-sub > a:after, .navmenu.hide-arrows li.drop-left li.has-sub > a:after {
	display: none;
}

.navmenu .menu-toggle, .navmenu .close-menu, .navmenu .call-btn-mobile, .navmenu .location-btn-mobile {
	display: none;
	text-transform: uppercase;
	text-decoration: none;
}

.navmenu .dd-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	z-index: 9999;
	border: 0;
}

.navmenu.desktop li.has-sub a {

	/** padding-right: 5px; **/
}

.navmenu.desktop.hide-arrows li.has-sub a {
	padding-right: 15px;
}

.navmenu.mobile > ul > li > a.dd-toggle {
	padding: 0;
}

.navmenu li.call-btn-mobile, .navmenu li.location-btn-mobile {
	display: none;
}

/* svg icons */
.navmenu svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
	color: #081a7d;
}

/* svg icons */
.navmenu a.dd-toggle .icon-plus {
	box-sizing: border-box;
	transition: transform 0.3s;
	width: 12px;
	height: 100%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

.navmenu a.dd-toggle .icon-plus:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(90deg);
	transition: width 0.3s;
}

.navmenu a.dd-toggle .icon-plus:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
}

.navmenu li.open > a.dd-toggle .icon-plus {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.navmenu.light a.dd-toggle .icon-plus:before {
	border-color: #000;
}

.navmenu.light a.dd-toggle .icon-plus:after {
	border-color: #000;
}

.navmenu.dark a.dd-toggle .icon-plus:before {
	border-color: #FFF;
}

.navmenu.dark a.dd-toggle .icon-plus:after {
	border-color: #FFF;
}

.navmenu .icon-close {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
}

.navmenu .icon-close:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

.navmenu .icon-close:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
	transform: rotate(-45deg);
}

.navmenu.light .icon-close:before {
	border-color: #000;
}

.navmenu.light .icon-close:after {
	border-color: #000;
}

.navmenu.dark .icon-close:before {
	border-color: #FFF;
}

.navmenu.dark .icon-close:after {
	border-color: #FFF;
}

/* mobile nav */

.navmenu .menu-toggle, .navmenu .call-btn-mobile, .navmenu .location-btn-mobile, .navmenu .close-menu {
	padding: 15px;
	box-sizing: border-box;
}

.navmenu .menu-toggle span.bars {
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 3px;
}

.navmenu .menu-toggle span.bars span {
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 6px;
	background: #777;
	margin: 0 0 3px;
}

.navmenu .full {
	width: 100%;
}

.navmenu .half {
	width: 50%;
}

.navmenu .third {
	width: 33%;
	text-align: center;
}

.navmenu .location-btn-mobile.third {
	text-align: center;
}

.navmenu .location-btn-mobile.half {
	text-align: right;
}

.navmenu.light .third, .navmenu.light .half {
	border-left: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light.left .third, .navmenu.light.left .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light.right .third, .navmenu.light.right .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light .third:first-child, .navmenu.light .half:first-child {
	border-left: 0;
}

.navmenu.dark .third, .navmenu.dark .half {
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.dark.left .third, .navmenu.dark.left .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.dark.right .third, .navmenu.dark.right .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.light.left .menu-toggle, .navmenu.light.right .menu-toggle {
	border-bottom: 0;
}

.navmenu.dark.left .menu-toggle, .navmenu.dark.right .menu-toggle {
	border-bottom: 0;
}

.navmenu.dark .third:first-child, .navmenu.dark .half:first-child {
	border-left: 0;
}

.navmenu.light .menu-toggle span.bars span {
	background: #000;
}

.navmenu.dark .menu-toggle span.bars span {
	background: #FFF;
}

.navmenu.mobile {
	/* position: static; */
  position: relative;
  z-index: 999;
}

.navmenu.mobile.fixed {
	position: static;
}

.navmenu.mobile ul {
	position: relative;
	display: none;
}

.navmenu.mobile.active {
	padding-bottom: 0;
}

.navmenu.mobile.active > ul {
	display: block;
}

.navmenu.mobile ul {
	text-align: left;
}

.navmenu.mobile > ul > li {
	display: block;
}

.navmenu.mobile > ul > li > a {
	padding: 15px;
}

.navmenu.mobile ul {
	background: rgba(221, 221, 221, 1);
}

.navmenu.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

.navmenu.mobile ul ul ul {
	left: auto;
	top: auto;
}

.navmenu.mobile li.drop-left ul ul {
	right: auto;
}

.navmenu.mobile li a {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.mobile > ul {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.mobile.light li a {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.mobile.light > ul {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.mobile li a.dd-toggle {
	border: 0;
}

.navmenu.mobile.light li a.dd-toggle {
	border: 0;
}

.navmenu.mobile .menu-toggle, .navmenu.mobile .dd-toggle, .navmenu.mobile .close-menu, .navmenu.mobile .call-btn-mobile, .navmenu.mobile .location-btn-mobile {
	display: inline-block;
}

.navmenu.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.navmenu.mobile li.call-btn-mobile, .navmenu.mobile li.location-btn-mobile {
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: center;
}

.navmenu.mobile li.call-btn-mobile.full, .navmenu.mobile li.location-btn-mobile.full {
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-right: 0;
	text-align: left;
}

.navmenu.mobile.light ul {
	background: rgba(255, 255, 255, 1);
}

.navmenu.mobile.dark ul {
	background: rgba(0, 0, 0, 1);
}

.navmenu.mobile.dark ul ul {
	background: rgba(255, 255, 255, .08);
}

.navmenu.mobile.light li.call-btn-mobile {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.navmenu.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.navmenu.mobile li.has-sub > a:after, .navmenu.mobile li li.has-sub > a:after, .navmenu.mobile li.drop-left li.has-sub > a:after {
	display: none;
}

/* left and right positions */

.navmenu.mobile.right > ul, .navmenu.mobile.left > ul {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.navmenu.mobile.right > ul {
	right: 0;
}

.navmenu.mobile.right .close-menu, .navmenu.mobile.left .close-menu {
	display: inline-block;
	text-align: right;
}

.navmenu.mobile.left > ul {
	left: 0;
}

.navmenu.mobile.right .location-btn-mobile.half, .navmenu.mobile.right .call-btn-mobile.half, .navmenu.mobile.right .close-menu.half {
	text-align: center;
}

.navmenu.mobile.right .location-btn-mobile.third, .navmenu.mobile.right .call-btn-mobile.third, .navmenu.mobile.right .close-menu.third {
	text-align: center;
}

.navmenu.mobile.left .location-btn-mobile.half, .navmenu.mobile.left .call-btn-mobile.half, .navmenu.mobile.left .close-menu.half {
	text-align: center;
}

.navmenu.mobile.left .location-btn-mobile.third, .navmenu.mobile.left .call-btn-mobile.third, .navmenu.mobile.left .close-menu.third {
	text-align: center;
}

.navmenu.mobile.left .menu-toggle.half, .navmenu.mobile.left .menu-toggle.third, .navmenu.mobile.right .menu-toggle.half, .navmenu.mobile.right .menu-toggle.third {
	text-align: left;
}

.navmenu.mobile.left .close-menu.third span, .navmenu.mobile.right .close-menu.third span {
	display: none;
}

.navmenu.mobile.left .close-menu.third {
	font-size: 1rem;
	font-weight: 600;
}

/* left and right positions */

/* mega dd */
.navmenu.desktop li.mega ul ul {
	background: none;
}

.navmenu.desktop li.mega li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}

.navmenu.desktop li.mega li li {
	display: block;
	position: relative;
	left: 4px;
}

.navmenu.desktop li.mega ul ul {
	width: auto;
}

.navmenu.desktop > ul > li.mega {
	position: inherit;
}

.navmenu.desktop > ul > li > ul {
	box-shadow:0 .9rem 1rem rgba(0,0,0,.15)!important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px;
}

.navmenu > ul > li.single-dropdown ul li { margin-bottom:5px; }

.navmenu > ul > li.single-dropdown ul li a:hover {
	background-color:#02319b;
	Color:#fff;
	border-radius:50px;
	}

.navmenu.desktop > ul > li.mega > ul {
	width: 100%;
	white-space:nowrap;
	margin:0 auto;
	padding:0px 0px 0px 50px;
	box-shadow:0 .9rem 1rem rgba(0,0,0,.15)!important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden;
}

.navmenu.desktop > ul > li.mega > ul li.has-sub ul {
	display: block;
	position: relative;
	left: auto;
}

.navmenu.desktop > ul > li.mega > ul > li {
	padding-bottom: 55px;
	padding-top:20px;
	width:18% !important;
	margin:0 auto;
	white-space:nowrap;
	display:inline-block;
}

.navmenu.desktop > ul > li.mega > ul > li:nth-child(3) {
	width:13% !important;
}

.navmenu.desktop > ul > li.mega > ul > li:nth-child(5) {
	padding-left:40px;
}

.navmenu.desktop li.mega li li a {
	padding: 5px 15px;
}

.navmenu.desktop li.mega li.has-sub a:after {
	display: none;
}

.navmenu.desktop > ul > li.mega > ul li.has-sub:nth-child(5) ul {
    width: 150px;
}

.navmenu.desktop > ul > li.mega > ul > li > a {
	color: #17479e;
	font-weight:600;
	font-size:1.1rem;
	margin-bottom:15px;
}

.navmenu.desktop > ul > li.mega > ul > li > ul li:hover {
	background-color:#02319b;
	Color:#fff;
	border-radius:50px;
	padding:0px 5px 0px 5px;
	display:inline-block;
	width:100%;
}

.navmenu.desktop > ul > li.mega > ul > li > ul li:hover a { color:#fff; }


/* mega dd */

/* Fallback for slow javascript load */
@media only screen and (max-width:768px) {
	.navmenu {
		overflow: hidden;
		display: block;
	}

	.navmenu ul {
		position: relative;
		display: none;
	}
    .explore-brand .btn-text p:before {
        display: none;
    }
    .explore-brand .btn-text p {
    margin-right: 0px !important;
}
.testimonial-box {
    padding: 0 20px !important;
}
.explore-brand h2 {
    font-size: 2rem !important;
}
h1.entry-title {
    font-size: 2rem !important;
}
.lde-manubrand img {
        width: 70%;
        margin: 10px 0 !important;
        text-align: center;
        margin: 0 auto;
    }
}



/* mobile nav */
@media only screen and (max-width:420px) {
	.navmenu.mobile .call-btn-mobile.third span, .navmenu.mobile .location-btn-mobile.third span {
		display: none;
	}

}

@media (min-width:991px) {
	.navmenu li.has-sub > a:after {
		display: none;
	}

}

.sub-menu-toggle {
	display: none;
}

.main-logo img { width:125px; }
.main-logo { padding:5px; }

.order-text {     Color: #000;
    font-size: 16px;
    font-weight: 600; }
	
.call-btn {     Color: #000;
    font-weight: 800;
    margin-right: 15px;
    font-size: 20px;
    text-align: right;
    line-height: 24px;
    position: relative;
    top: -3px; }
	
.call-btn:hover {
	Color:#801817;
}

.view-btn {
	background: #fff;
    color: #801817;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    padding: 10px 25px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 50px;
}

.view-btn:hover {
	Color:#000;
}

.request-btn {
       background: #801817;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
}

.request-btn:hover {
    background: #000;
    color: #fff;
}

/* banner */

.bannermn {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    max-width: 1125px;
}

.banner-content h2 {
        color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}

.main-banner .swiper-button-next:after, .main-banner .swiper-button-prev:after {
    color: #fff;
}

/* banner end */


/*================================contact-page====================================*/

.contact-section {
   
}

.contact-box {
    background: #ffffff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item .icon {
    width: 48px;
    height: 48px;
    background: #066868;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.info-item h6 {
    margin-bottom: 4px;
    font-weight: 600;
}

.info-item p {
    margin: 0;
    color: #555;
}

.info-item a {
        color: #066868;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}

.info-item a:hover {
    text-decoration: underline;
     color: #000;
}

.contact-form .form-control {
    height: 50px;
    border-radius: 8px;
}

.contact-form textarea.form-control {
    min-height: 100px;
}


.contact-form .wpcf7-submit {
    background: #066868;
    border: none;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
}

.contact-form .wpcf7-submit:hover {
    background: #066868;
    color: #fff;
}

@media (max-width: 991px) {
    .contact-box {
        padding: 25px;
    }
}
/*================================contact-page-end====================================*/

.about-section {
    margin-bottom: 30px;
}

.about-badge {
    background: linear-gradient(135deg, #066868, #0a8a8a);
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
}

.about-title span {
    color: #066868;
}
.about-text {
    color: #4b5563;
    font-size: 16px;
    line-height: 1.8;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 500;
    color: #1f2937;
}

.about-list i {
    background: #066868;
    color: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 12px;
}

.about-btn {
    background: linear-gradient(135deg, #066868, #0a8a8a);
    color: #ffffff;
    padding: 14px 36px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(6, 104, 104, 0.35);
    color: #ffffff;
}

.about-image-wrap {
    position: relative;
    display: inline-block;
}

.about-image {
    max-width: 100%;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
}

.about-image-wrap::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -22px;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 3px solid #066868;
    z-index: -1;
}

.about-image-wrap:hover .about-image {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .about-title {
        font-size: 32px;
    }

    .about-image-wrap::before {
        display: none;
    }
}

@media(min-width:768px){
	h1.entry-title { max-width:50%; }
}

p:empty {
	display:none !important;
}

.brand-card {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.brand-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.brand-thumb img {
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid #f1f1f1;
}



/*------------------------legal-advise--------------------*/

.service-section {
      position: relative;
    top: -30px;
    z-index: 9;
}

.service-card {
    background-image:url('https://smacdemo.in/khokher/wp-content/uploads/2026/05/footer-bg.png'); ;
    padding: 20px 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}
/* Golden Top Border Animation */
.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: #c0934f;
    transition: 0.5s;
}

.service-card:hover::before {
    left: 0;
}

.icon-circle {
    width: 85px;
    height: 85px;
    background: #112536 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: 0.4s ease;
}

.icon-circle i {
    font-size: 34px;
    color: #fff;
}
.service-card:hover .icon-circle {
    transform: rotate(8deg) scale(1.08);
    box-shadow: 0 10px 25px rgba(200,155,75,0.4);
}

.service-card h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}


.divider {
    width: 100%;
    height: 2px;
    background: #374558;
    margin: 15px auto;
    transition: 0.4s;
}

.service-card:hover .divider {
    width: 100px;
}

.service-card p {
    color: rgba(255,255,255,0.75);
    margin-bottom: 25px;
}


.service-card .btn-gold {
    position: relative;
    display: inline-block;
    padding: 8px 23px;
    background: #c0934f;
    border: 1px solid #c0934f;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
    font-size: 14px;
}

.service-card .btn-gold::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: 0.4s ease;
    z-index: -1;
}

.service-card .btn-gold:hover::before {
    left: 0;
}

.service-card .btn-gold:hover {
    color: #0d2a52;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(200,155,75,0.3);
}

@media (max-width: 767px) {
  .service-section {
    top: 15px;
    margin-bottom: 45px;
}
}

@media (min-width: 768px) and (max-width: 991px) {

}


/*---------------------about-section----------------------*/
  .about-box{
    background:#fff;
    padding:70px 60px;
    position:relative;
    overflow:hidden;
    transition:all 0.5s ease;
    border:1px solid #f1f1f1;
}

.about-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.about-box::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:5px;
    background:#c09349;
    transition:0.6s ease;
}

.about-box:hover::before{
    left:0;
}

.about-left h2{
    font-size:48px;
    font-weight:700;
    color:#c09349;
    text-transform:uppercase;
    line-height:1.1;
    margin:0;
    letter-spacing:1px;
    transition:0.4s ease;
}

.about-right h3{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
    text-transform:uppercase;
    letter-spacing:1px;
    position:relative;
    display:inline-block;
}

.about-right h3::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:0;
    height:3px;
    background:#c09349;
    transition:0.5s ease;
}

.about-box:hover .about-right h3::after{
    width:100%;
}

.about-right p{
    font-size:15px;
    line-height:1.9;
    color:#555;
    margin:0;
    transition:0.4s ease;
}

.about-box:hover .about-left h2{
    transform:translateX(8px);
}

.about-box:hover .about-right p{
    color:#222;
}

.about-box::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(210,195,154,0.08);
    border-radius:50%;
    top:-120px;
    right:-120px;
    transition:0.5s ease;
}

.about-box:hover::after{
    transform:scale(1.2);
}

/*---------------------practice-section----------------------*/
    .practice-area-section{
      padding:40px 0 55px;
      background:#07204a;
      position:relative;
    }

    .practice-area-section::before{
      content:"";
      position:absolute;
      inset:0;
      background:url('https://smacdemo.in/khokher/wp-content/uploads/2026/05/footer-bg.png');
    }

    .practice-container{
      position:relative;
      z-index:2;
    }

    .section-title{
      text-align:center;
      color:#c09349;
      font-size:30px;
      font-weight:600;
      text-transform:uppercase;
      margin-bottom:28px;
      letter-spacing:1px;
    }

    .practice-wrapper{
      /* display:grid;
      grid-template-columns:repeat(5, 1fr); */
    }

    .practice-card{
      text-align:center;
      padding:20px 12px;
      min-height:165px;
      flex-direction:column;
      justify-content:center;
      transition:0.3s ease;
    }

    .practice-card:last-child{
      border-right:none;
    }

    .practice-card:hover{
      background:rgba(255,255,255,0.04);
    }

    .icon-circle{
      width:58px;
      height:58px;
      border-radius:50%;
      background:#c09349;
      display:flex;
      align-items:center;
      justify-content:center;
      margin:0 auto 16px;
    }

    .icon-circle i{
      color:#fff;
      font-size:24px;
    }

    .practice-card h4{
      color:#fff;
      font-size:16px;
      font-weight:500;
      line-height:1.4;
      margin-bottom:6px;
    }

    .practice-card p{
      color:#fff;
      opacity:0.75;
      font-size:13px;
      margin:0;
      line-height:1.4;
    }
.practice-card-link{
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.practice-card-link,
.drt-card-link,
.tribunal-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.practice-card-link:hover,
.practice-card-link:focus,
.drt-card-link:hover,
.drt-card-link:focus,
.tribunal-card-link:hover,
.tribunal-card-link:focus {
    text-decoration: none;
    color: inherit;
}
.practice-card{
    height: 100%;
}

    @media(max-width:1199px){

      .practice-wrapper{
        grid-template-columns:repeat(4, 1fr);
      }
    }

    @media(max-width:767px){

      .practice-wrapper{
        grid-template-columns:repeat(2, 1fr);
      }

      .section-title{
        font-size:24px;
      }

      .practice-card{
        border-bottom:1px solid rgba(255,255,255,0.18);
      }
    }

    @media(max-width:480px){

      .practice-wrapper{
        grid-template-columns:1fr;
      }
    }

/*---------------------blog-section----------------------*/

.legal-news-section{
    background:#fff;
    padding:80px 0;
}

.legal-heading {
    font-size: 35px;
    font-weight: 700;
    color: #0d1b3d;
    margin-bottom: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.legal-blog-box{
    width:100%;
}

.legal-blog-img{
    width:100%;
    overflow:hidden;
}

.legal-blog-img img{
    width:100%;
    height:270px;
    object-fit:cover;
    display:block;
}

.legal-blog-content{
    padding-top:18px;
}

.legal-blog-content h3 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 600;
}

.legal-blog-content h3 a{
    color:#102040;
    text-decoration:none;
}

.legal-blog-content h3 a:hover{
    color:#c09349;
}

.legal-blog-content p{
    font-size: 16px;
    line-height: 1.5;
    color:#333;
    margin:0;
}
@media(max-width:991px){

    .legal-heading{
        font-size:34px;
        margin-bottom:40px;
    }

    .legal-blog-img img{
        height:240px;
    }

    .legal-blog-content h3{
        font-size:26px;
    }

}

@media(max-width:767px){

    .legal-news-section{
        padding:30px 0;
    }

    .legal-heading{
        font-size:28px;
        margin-bottom:35px;
    }

    .legal-blog-img img{
        height:220px;
    }

    .legal-blog-content h3{
        font-size:23px;
    }

    .legal-blog-content p{
        font-size:15px;
    }

}

.legal-blog-box{
    transition: all 0.4s ease;
}

.legal-blog-img{
    overflow: hidden;
    position: relative;
}

.legal-blog-img img{
    transition: transform 0.5s ease;
}

.legal-blog-box:hover .legal-blog-img img{
    transform: scale(1.08);
}

.legal-blog-img::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.15);
    opacity:0;
    transition:0.4s ease;
    z-index:1;
}

.legal-blog-box:hover .legal-blog-img::before{
    opacity:1;
}

.legal-blog-content h3 a{
    transition:0.3s ease;
}

.legal-blog-box:hover .legal-blog-content h3 a{
    color:#c09349;
}

.legal-blog-box:hover{
    transform:translateY(-8px);
}

/*---------------------footer-section----------------------*/
.legal-footer{
    background:url('https://smacdemo.in/khokher/wp-content/uploads/2026/05/footer-bg.png');
    background-color:#07214a;
    padding-top:60px;
    color:#fff;
     position: relative;
}

.footer-top{
    padding-bottom:40px;
}

.footer-box h3{
    font-size:20px;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
    color:#fff;
}

.footer-box h3::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:rgba(255,255,255,0.3);
}

.footer-box form input,
.footer-box form textarea{
    width:100%;
    background:#fff;
    border:none;
    padding:9px 18px;
    margin-bottom:14px;
    font-size:16px;
    color:#000;
    outline:none;
}

.footer-box form textarea{
    height:100px;
    resize:none;
}

.footer-box form button{
    background:#c89b53;
    border:none;
    color:#fff;
    padding:12px 45px;
    font-size:18px;
    font-weight:600;
    transition:0.3s;
}

.footer-box form button:hover{
    background:#fff;
    color:#07214a;
}

.footer-contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:22px;
}

.footer-contact-item i{
    color:#c09349;
    font-size:20px;
    margin-top:4px;
}

.footer-contact-item p {
    margin:0;
    font-size:16px;
    line-height:1.6;
    color:#fff;
}
.footer-contact-item p a {
 color:#fff;
}

.footer-bottom{
    border-top: 4px solid #b5b5b5;
    padding:30px 0;
}

.copyright-text{
    font-size:18px;
    color:#fff;
    justify-content: right;
    display: flex;
}

.footer-social{
    display: flex;
    gap: 15px;
    justify-content: end;
}

.footer-social a{
    width:48px;
    height:48px;
    background:#1d4f8f;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    transition:0.3s;
}

.footer-social a:hover{
    transform:translateY(-5px);
    background:#c89b53;
}

@media(max-width:991px){

    .footer-box{
        margin-bottom:40px;
    }

    .footer-box h3{
        font-size:26px;
    }

    .footer-contact-item p,
    .footer-contact-item span{
        font-size:18px;
    }

    .copyright-text{
        margin-bottom:20px;
        text-align:center;
    }

}

@media(max-width:767px){

    .legal-footer{
        padding:25px 15px;
    }

    .footer-box h3{
        font-size:24px;
    }

    .footer-contact-item i{
        font-size:24px;
    }

    .footer-contact-item p,
    .footer-contact-item span{
        font-size:16px;
    }

    .footer-social a{
        width:42px;
        height:42px;
        font-size:18px;
    }

}
.footer-box form input,
.footer-box form textarea{
    transition:0.4s ease;
}

.footer-box form input:focus,
.footer-box form textarea:focus{
    box-shadow:0 0 12px rgba(200,155,83,0.6);
    transform:translateY(-2px);
}

.footer-box form button{
    transition:0.4s ease;
}

.footer-box form button:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,0.3);
}

.footer-contact-item{
    transition:0.4s ease;
}

.footer-contact-item:hover{
    transform:translateX(8px);
}

.footer-contact-item i{
    transition:0.4s ease;
}

.footer-contact-item:hover i{
    transform:scale(1.2) rotate(-8deg);
    color:#fff;
}

.footer-social a{
    transition:0.4s ease;
}

.footer-social a:hover{
    transform:translateY(-6px) scale(1.1);
    box-shadow:0 8px 20px rgba(0,0,0,0.4);
}

.footer-box h3::after{
    transition:0.4s ease;
}

.footer-box:hover h3::after{
    width:60%;
    background:#c89b53;
}

.footer-box form button{
    position:relative;
    overflow:hidden;
    z-index:1;
    transition:0.4s ease;
}

.footer-box form button::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:#fff;
    transition:0.5s ease;
    z-index:-1;
}

.footer-box form button:hover::before{
    left:0;
}

.footer-box form button:hover{
    color:#07214a;
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.35);
}

.footer-box form button:active{
    transform:scale(0.96);
}

/*---------------------about-US-page----------------------*/

.our-story {
    background:#fff;
    padding:20px 0 50px;
}

.our-story .section-title{
    font-weight:700;
    margin-bottom:20px;
	text-align: left;
}

.our-story .story-text{
    font-size:14px;
    line-height:1.8;
    color:#555;
    margin-bottom:15px;
}

.our-story .story-text:last-child{
    margin-bottom:0;
}

@media (max-width:991px){
    .our-story{
        padding:0px 0 20px;
    }

    .our-story .section-title{
        font-size:22px;
    }
}

@media (max-width:767px){
    .our-story{
        padding:0px 0 20px;
    }

    .our-story .section-title{
        font-size:20px;
    }

    .our-story .story-text{
        font-size:13px;
        line-height:1.7;
    }
}

.philosophy-section {
  background: linear-gradient(135deg, #b59a52, #c9ae62, #a9893f);
  padding: 55px 0 65px;
  position: relative;
  overflow: hidden;
}

.philosophy-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.18), transparent 55%);
  pointer-events: none;
}

.philosophy-title {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.philosophy-card {
  position: relative;
  background: linear-gradient(145deg, #102f4a, #061b2d);
  color: #fff;
  text-align: center;
  padding: 42px 25px 35px;
  min-height: 275px;
  box-shadow: 0 12px 25px rgba(0,0,0,0.35);
  transition: all 0.35s ease;
}

.philosophy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.45);
}

.philosophy-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
}

.philosophy-card h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.philosophy-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #d8e2ea;
  margin: 0;
}

@media (max-width: 767px) {
  .philosophy-title {
    font-size: 26px;
  }

  .philosophy-card {
    min-height: auto;
  }
}

.team-section {
  background: #10263b;
  color: #fff;
  font-family: Arial, sans-serif;
}

.team-title {
  color: #d5bd74;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
}

.team-card{
    background:#10263b;
    border:2px solid rgba(199,173,99,.7);
    border-radius:8px;
    overflow:hidden;
    position:relative;
    min-height:585px;
    transition:.45s ease;
}
.team-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent,rgba(212,181,95,.08));
    opacity:0;
    transition:.4s;
}
.team-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 40px rgba(0,0,0,.45);
    border-color:#d4b55f;
}

.team-card:hover::before{
    opacity:1;
}
.team-img{
    width:82%;
    object-fit:cover;
    display:block;
    border:3px solid #111;
    transition:.5s;
	background-color:#fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
}

.team-content {
  padding: 18px 18px 45px;
  position: relative;
}

.team-content h6 {
    font-size: 15px;
    color: #aaaaaa;
    margin: 15px 0px;
}

.team-content p {
  line-height: 1.45;
  color:#e4e4e4;
}

.team-section .gold-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28px;
  background: linear-gradient(90deg, #b99d45, #d2bd78, #a98b38);
}

.team-section .icon-box {
  height: 265px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-section .icon-box i {
  font-size: 82px;
  color: #d5bd74;
}
.team-card:hover .team-img{
    transform:scale(1.08);
}

.team-content h4{
    transition:.35s;
}

.team-card:hover .team-content h4{
    color:#d4b55f;
}

.team-content p,
.team-content h6{
    transition:.35s;
}

.team-card:hover .team-content p{
    color:#f3f3f3;
}

.team-section .gold-bar{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:26px;
    background:linear-gradient(90deg,#9b7c2a,#d9c37d,#9b7c2a);
    overflow:hidden;
}

.team-section .gold-bar::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);
    transition:.8s;
}

.team-card:hover .gold-bar::before{
    left:100%;
}

.team-card:hover .icon-box i{
    transform:scale(1.15) rotate(5deg);
}

@media (max-width: 991px) {
	.team-section .icon-box {
		    height: 193px;
	}
}
@media (max-width: 767px) {
  .team-card {
    min-height: auto;
  }

  .team-img {
    height: 180px;
  }
}

p {
    font-size:15px;
    line-height:1.9;
    margin:0;
    transition:0.4s ease;
}
.entry-title { display:none;}

.support-section-page{
    background:#ffffff;
    padding:30px 0 0;
}

.support-section-page .support-box{
    margin:auto;
    background:#f5f5f5;
}

.support-section-page .main-title{
        font-size: 43px;
    font-weight: 700;
    color: #18335d;
    margin-bottom: 18px;
    border-bottom: 2px solid #c09349;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 18px;
}

.support-section-page .title-divider{
    width:620px;
    max-width:100%;
    height:36px;
    margin:15px auto 55px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:18px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    background:
    linear-gradient(90deg,
    rgba(255,255,255,0),
    #1b3459 15%,
    #1b3459 85%,
    rgba(255,255,255,0));
}

.support-section-page .content-block{
    position: relative;
    padding: 22px 10px 0px;
	    margin-top: 15px;
}


.support-section-page .content-block h5{
  font-size: 20px;
    font-weight: 600;
    color: #c09349;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #c0c0c0;
    padding: 5px;
    border-top: 2px solid #c0c0c0;
}

.support-section-page .content-block p{
    font-size: 17px;
    line-height: 1.6;
    color: #213d67;
    margin: 0;
    font-weight: 500;
}
.support-section-page .content-block p:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c4cad3;
}

.support-section-page .content-block strong{
    font-weight:700;
}

@media(max-width:991px){

.support-section-page .main-title{
    font-size:38px;
}

.support-section-page .title-divider{
    font-size:15px;
    height:32px;
}

.support-section-page .content-block h5{
    font-size:22px;
}

.support-section-page .content-block p{
    font-size:17px;
}

}

@media(max-width:767px){

.support-section-page{
    padding:15px 15px;
}

.support-section-page .main-title{
    font-size:30px;
 width: 100%;
}

.support-section-page .title-divider{
    font-size:12px;
    height:28px;
}

.support-section-page .content-block h5{
    font-size:18px;
}

.support-section-page .content-block p{
    font-size:15px;
    line-height:1.8;
}

}
/*---------------------contact-page----------------------*/

.contact-page {
  background: #fff;
  font-family: Arial, sans-serif;
}

.contact-page .contact-title {
  font-size: 34px;
  font-weight: 700;
  color: #9b7a35;
  margin-bottom: 25px;
}

.contact-page .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-page .wpcf7-form p {
  margin: 0;
  width: 100%;
}

.contact-page .wpcf7-form p:nth-child(2),
.contact-page .wpcf7-form p:nth-child(3) {
  width: calc(80% - 7px);
}

.contact-page input,
.contact-page textarea {
  width: 100%;
  border: 2px solid #ddd;
  height: 48px;
  padding: 10px 14px;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  margin-bottom: 15px;;
}

.contact-page textarea {
  height: 120px;
  resize: none;
}

.contact-page input:focus,
.contact-page textarea:focus {
  border-color: #b08a3c;
}

.contact-page input[type="submit"] {
  width: auto;
  height: 42px;
  background: #9b742f;
  color: #fff;
  border: none;
  padding: 0 28px;
  font-size: 13px;
  text-transform: uppercase;
  transition: .3s;
}

.contact-page input[type="submit"]:hover {
  background: #0f2944;
}

.contact-page .info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 32px;
  align-items: flex-start;
}

.contact-page .info-icon {
  width: 52px;
  height: 52px;
  background: #b08a3c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  flex: 0 0 52px;
}

.contact-page .info-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 0 0 6px;
}

.contact-page .info-item p {
  font-size: 15px;
  color: #111;
  margin: 0;
  line-height: 1.4;
}

@media (max-width:767px){

.contact-page .wpcf7-form p:nth-child(2),
.contact-page .wpcf7-form p:nth-child(3){
    width:100%;
}

.contact-page .contact-title{
    font-size:28px;
}

}

.office-map-page {
  background: #fff;
  font-family: Arial, sans-serif;
}

.office-map-page .map-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.office-map-page .title-line {
  width: 50px;
  height: 4px;
  background: #a9873c;
  margin-bottom: 18px;
}

.office-map-page iframe {
  width: 100%;
  height: 640px;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .office-map-page iframe {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .office-map-page .map-box h3 {
    font-size: 24px;
  }

  .office-map-page iframe {
    height: 420px;
  }
}

/*---------------------practise-area-page----------------------*/
.practice-litigation-section {
  background: #ede9e1;
  position: relative;
}

.practice-litigation-section .section-heading h2 {
  color: #102132;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.practice-litigation-section .section-heading h2:before {
    content: "";
    position: absolute;
    top: 118%;
    width: 100%;
    height: 2px;
    background: #d5bf82;
    left: 0;
    right: 0;
}

.practice-litigation-section .section-heading p {
  color: #1b2d3d;
  font-size: 16px;
  font-weight: 500;
  max-width: 850px;
  margin: 0 auto;
}
.practice-litigation-section .practice-card {
    background: #18243a;
    padding: 25px 22px;
    border-radius: 4px;
    min-height: 245px;
    height: 100%;
    box-shadow: 0 8px 18px rgba(0,0,0,0.25);
    transition: all 0.4s ease;
    border: 1px solid rgba(212,175,84,.2);
    text-align: left;
}

.practice-litigation-section .practice-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.35);
}

.practice-litigation-section .practice-card .icon-box {
  text-align: center;
  margin-bottom: 18px;
}

.practice-litigation-section .practice-card .icon-box i {
  font-size: 55px;
  color: #d4af54;
  line-height: 1;
}

.practice-litigation-section .practice-card h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 13px;
  text-shadow: 1px 1px 0 #000;
}

.practice-litigation-section  .practice-card span {
  display: block;
  width: 100%;
  height: 1px;
  background: #d4af54;
  margin-bottom: 15px;
  opacity: 0.7;
}

.practice-litigation-section  .practice-card p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 767px) {
  .practice-litigation-section .section-heading h2 {
    font-size: 24px;
  }

  .practice-litigation-section .section-heading h2:before,
  .practice-litigation-section .section-heading h2:after {
    display: none;
  }

  .practice-litigation-section .practice-card {
    min-height: auto;
  }
}

.drt-section {
  background: #ebe6d9;
  position: relative;
}

.drt-title {
  font-size: 30px;
  font-weight: 700;
  color: #102334;
  display: inline-block;
  padding: 0 30px 10px;
  border-bottom: 1px solid #c8b985;
}

.drt-subtitle {
  font-size: 18px;
  color: #182938;
  font-weight: 400;
}
.drt-card{
    background: linear-gradient(135deg,#ead48a,#c8a956);
    border-radius:6px;
    padding:25px;
    display:flex;
    align-items:flex-start;
    gap:20px;
    min-height:180px;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.drt-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.35);
  background: linear-gradient(135deg, #f3df9c, #b9943d);
}
.drt-card-link{
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.drt-card-link:hover{
    text-decoration: none;
    color: inherit;
}


.drt-icon i{
    font-size:52px;
    color:#13283c;
    line-height:1;
}
.drt-content{
    flex:1;
}

.drt-content h4 {
    margin: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 600;
    color: #13283c;
}

.drt-content span{
    display:block;
    height:1px;
    background:#a89052;
    margin:14px 0;
}

.drt-content p{
    margin:0;
    font-size:17px;
    color:#222;
    line-height:1.5;
}

@media (max-width: 767px) {
  .drt-title {
    font-size: 24px;
    padding: 0 10px 10px;
  }

  .drt-subtitle {
    font-size: 15px;
  }

  .drt-card {
    padding: 24px 20px;
    gap: 18px;
  }
.drt-icon{
    flex:0 0 70px;
}
  .drt-icon i {
    font-size: 44px;
  }

  .drt-content h4 {
    font-size: 21px;
  }
}

.tribunal-section{
	background: url(https://smacdemo.in/khokher/wp-content/uploads/2026/05/footer-bg.png);
    background-size:cover;
    padding:80px 0;
    overflow:hidden;
}

.tribunal-section .tribunal-heading{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:45px;
}

.tribunal-section .tribunal-heading h2{
    margin:0;
    font-size:26px;
    font-weight:700;
    color:#d4b15d;
}

.tribunal-section .heading-line{
    width:260px;
    height:1px;
    background:rgba(212,177,93,.45);
}

.tribunal-section .tribunal-heading p{
    width:100%;
    text-align:center;
    color:#fff;
    font-size:18px;
    font-weight:400;
}

.tribunal-section .tribunal-card {
    background:rgb(17, 36, 65, 0.7);
    border:2px solid #d4b15d;
    padding:25px 20px;
    min-height:290px;
    transition:.35s ease;
    position:relative;
    text-align: center;
}

.tribunal-section .tribunal-card:hover{
    transform:translateY(-8px);
    background: #132646;
    box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.tribunal-section .tribunal-card i{
    display:block;
    text-align:center;
    font-size:48px;
    color:#d4b15d;
    margin-bottom:18px;
}

.tribunal-section .tribunal-card h4{
    color:#fff;
    text-align:center;
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    text-transform:uppercase;
    margin:12px auto;
}

.tribunal-section .tribunal-card p{
    color:#ddd;
    font-size:15px;
    line-height:1.7;
    margin:0;
}

.tribunal-section .small-card{
    min-height:145px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.tribunal-section .small-card h4{
    margin-bottom:0;
}

.tribunal-section .small-card i{
    margin-bottom:15px;
}
.tribunal-card-link{
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.tribunal-card-link:hover{
    text-decoration: none;
    color: inherit;
}

@media (max-width:991px){

    .tribunal-section .heading-line{
        width:140px;
    }

    .tribunal-section .tribunal-heading h2{
        font-size:30px;
    }
}

@media (max-width:767px){

    .tribunal-section{
        padding:60px 0;
    }

    .tribunal-section .heading-line{
        display:none;
    }

    .tribunal-section .tribunal-heading h2{
        font-size:24px;
    }

    .tribunal-section .tribunal-heading p{
        font-size:15px;
    }

    .tribunal-section .tribunal-card{
        min-height:auto;
    }
}


/*---------------------High-Court-Original-Page----------------------*/

.hc-inner-page{
    background:#ede9e1;
}

.hc-subtitle{
    color:#c3a253;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.hc-title{
    color:#102132;
    font-size:42px;
    font-weight:800;
    margin:12px 0 18px;
}

.hc-intro{
    color:#1b2d3d;
    font-size:18px;
    line-height:1.7;
    max-width:900px;
    margin:0 auto;
}

.hc-service-card{
    background:#18243a;
    padding:28px 24px;
    height:100%;
    border-left:4px solid #d4af54;
    box-shadow:0 10px 25px rgba(0,0,0,.18);
    transition:.35s ease;
}
.hc-service-card a {
	text-decoration:none;
}

.hc-service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.28);
}

.hc-service-card h4{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
}

.hc-service-card p{
    color:#ddd;
    font-size:15px;
    line-height:1.6;
    margin:0;
}

.hc-content-box{
    background:#fff;
    padding:35px;
    margin-bottom:30px;
    border-radius:6px;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.hc-content-box h2{
    color:#102132;
    font-size:28px;
    font-weight:800;
    margin-bottom:16px;
    border-bottom:1px solid #d4af54;
    padding-bottom:12px;
}

.hc-content-box h2 span{
    color:#c3a253;
    font-size:20px;
}

.hc-content-box h4{
    color:#18243a;
    font-size:20px;
    font-weight:700;
    margin:22px 0 12px;
}

.hc-content-box p{
    color:#333;
    font-size:16px;
    line-height:1.8;
}

.hc-content-box ul{
    padding-left:20px;
    margin-bottom:0;
}

.hc-content-box ul li{
    color:#333;
    font-size:16px;
    line-height:1.8;
    margin-bottom:8px;
}

.hc-sidebar{
    top:100px;
}

.hc-sidebar{
    background:#102132;
    padding:30px;
    border-radius:6px;
}

.hc-sidebar h3{
    color:#d4af54;
    font-size:24px;
    font-weight:800;
    margin-bottom:20px;
}

.hc-sidebar ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.hc-sidebar ul li{
    border-bottom:1px solid rgba(255,255,255,.12);
}

.hc-sidebar ul li a{
    display:block;
    color:#fff;
    text-decoration:none;
    padding:13px 0;
    font-size:15px;
    transition:.3s;
}

.hc-sidebar ul li a:hover{
    color:#d4af54;
    padding-left:8px;
}

.hc-contact-box{
    background:#d4af54;
    padding:25px;
    border-radius:4px;
}

.hc-contact-box h4{
    color:#102132;
    font-size:22px;
    font-weight:800;
}

.hc-contact-box p{
    color:#102132;
    font-size:15px;
}

.hc-btn{
    background:#102132;
    color:#fff;
    border-radius:0;
    padding:11px 24px;
    font-weight:600;
}

.hc-btn:hover{
    background:#fff;
    color:#102132;
}

@media(max-width:991px){
    .hc-title{
        font-size:34px;
    }

    .hc-sidebar{
        position:static !important;
    }
}

@media(max-width:767px){
    .hc-title{
        font-size:28px;
    }

    .hc-intro{
        font-size:16px;
    }

    .hc-content-box{
        padding:25px 20px;
    }

    .hc-content-box h2{
        font-size:24px;
    }
}
.hc-content-box hr{
    margin:35px 0;
    border-color:#d8c28b;
    opacity:1;
}

.hc-content-box h5{
    font-size:20px;
    font-weight:700;
    color:#102132;
    margin:25px 0 12px;
}

.hc-content-box ul{
    margin-bottom:25px;
    padding-left:20px;
}

.hc-content-box ul li{
    margin-bottom:10px;
    line-height:1.8;
    color:#444;
}

.hc-content-box strong{
    color:#102132;
}

.legal-blog-section {
  background: #fff;
}

.featured-blog {
  background: #071b35;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0,0,0,0.12);
}

.featured-blog img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.featured-content {
  padding: 25px;
  color: #fff;
}

.featured-content span {
  color: #c69c3d;
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
}

.featured-content h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.featured-content h2 a {
  color: #fff;
  text-decoration: none;
}

.featured-content p {
  color: #eee;
  margin: 0;
}

.blog-card {
  background: #fff;
  height: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 4px 14px rgba(0,0,0,0.10);
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-img {
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: 0.4s;
}

.blog-card:hover .blog-img img {
  transform: scale(1.08);
}

.blog-content {
  padding: 16px;
}

.blog-content h4 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.blog-content h4 a {
  color: #071b35;
  text-decoration: none;
}

.blog-content p {
  font-size: 14px;
  color: #333;
}

.read-btn {
  display: inline-block;
  background: #b88a2c;
  color: #fff;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.read-btn:hover {
  background: #071b35;
  color: #fff;
}

.blog-sidebar {
  position: sticky;
  top: 20px;
}

.sidebar-box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background: #fff;
}

.sidebar-box h3 {
  background: #071b35;
  color: #fff;
  font-size: 18px;
  padding: 12px 15px;
  margin: 0;
  text-transform: uppercase;
}

.blog-search-form {
  display: flex;
  padding: 15px;
}

.blog-search-form input {
  width: 100%;
  height: 42px;
  border: 1px solid #ddd;
  padding: 0 12px;
}

.blog-search-form button {
  width: 45px;
  border: none;
  background: #b88a2c;
  color: #fff;
}

.topic-list {
  list-style: none;
  padding: 10px 15px;
  margin: 0;
}

.topic-list li {
  border-bottom: 1px solid #ddd;
}

.topic-list li a {
  display: block;
  padding: 10px 0;
  color: #a06f13;
  text-decoration: none;
}

.topic-list li a:hover {
  color: #071b35;
}

.blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.blog-pagination .page-numbers {
  padding: 7px 12px;
  color: #b88a2c;
  text-decoration: none;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  background: #071b35;
  color: #fff;
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 30px;
    position: static;
  }
}

.stellarnav ul ul {
    width: 390px;
    padding: 10px 0px 25px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.stellarnav li ul.sub-menu li a { padding:0px 15px; }
.stellarnav.desktop li.has-sub a {
     text-transform: capitalize;
}

.education-card {
            width: 270px;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #7d6b38;
            font-family: Arial, sans-serif;
        }

        .education-card .card-header {
            background: #9a7b2f;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            padding: 12px 18px;
        }

        .education-card .card-body {
            background: #0b1a2b;
            color: #fff;
            padding: 18px;
        }

        .education-card ul {
            margin: 0;
            padding-left: 20px;
        }

        .education-card li {
            margin-bottom: 8px;
            font-size: 15px;
            line-height: 1.4;
        }

        .education-card li:last-child {
            margin-bottom: 0;
        }

.site-content h2 {
    color: #c09349;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 28px;
}


.about-banner{
    background:#061d3b;
    background-image:
        radial-gradient(circle at center, rgba(18,55,98,.45) 0%, rgba(6,29,59,1) 70%);
    padding:80px 15px;
}

.banner-title{
    font-size:clamp(2.2rem,3vw,4.5rem);
    font-weight:800;
    color:#d4b06a;
    text-transform:uppercase;
    letter-spacing:2px;
    text-shadow:0 3px 8px rgba(0,0,0,.45);
    margin:0;
}

.banner-subtitle{
    font-size:clamp(1.2rem,2vw,2.2rem);
    font-weight:500;
    color:#ffffff;
}

.banner-title, .banner-subtitle { text-align: left; }

.team-card a { text-decoration: none; color: #fff;}
.team-card a .team-content h4, .team-card a .team-content h6, .team-card a .team-content p { color: #fff; text-decoration: none; }

.philosophy-title { color: #fff !important;}

.practice-card a { text-decoration: none !important; }
.tribunal-card a { text-decoration: none !important;}
.drt-card a { text-decoration: none !important;}


.hc-featured-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:10px;
}

.hc-share-post{
    border-top:1px solid #ddd;
    padding-top:25px;
}

.hc-share-post .btn{
    border-radius:30px;
    padding:10px 18px;
    transition:.3s;
}

.hc-share-post .btn:hover{
    transform:translateY(-3px);
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.35s ease;
}

.footer-menu li a:hover {
    color: #fff;
}

.footer-menu li a:hover::after {
    width: 100%;
}


.bci-modal-content {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
}

.bci-modal-content .modal-header {
  background: #111;
  color: #fff;
  border-bottom: 0;
  padding: 18px 24px;
}

.bci-modal-content .modal-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
}

.bci-modal-content .modal-body {
  padding: 24px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.bci-modal-content ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.bci-modal-content li {
  margin-bottom: 10px;
}

.bci-modal-content .modal-footer {
  border-top: 0;
  padding: 0 24px 24px;
}

.bci-agree-btn {
  background: #111;
  color: #fff;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.bci-agree-btn:hover {
  background: #b89146;
  color: #fff;
}


.whatsapp-float{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.3);
    z-index: 99999;
    transition: transform .3s ease;
}

.whatsapp-float:hover{
    transform: scale(1.1);
}



.practiceSwiper {
    padding: 20px 0 50px;
}

.practiceSwiper .swiper-slide {
    height: auto;
}

.practice-card {
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet-active {
    background: #000;
}


.practice-wrapper .swiper-button-next:after, .practice-wrapper .swiper-button-prev:after {
    font-size: 25px;
}


.practice-wrapper .icon-circle img { width: 60px !important; height: auto !important;}

@media (min-width: 1024px){

.practice-wrapper .swiper-button-next, .practice-wrapper .swiper-rtl .swiper-button-prev {
    right: -25px;
    left: auto;
    color: #c09349;
}
.practice-wrapper .swiper-button-prev, .practice-wrapper .swiper-rtl .swiper-button-next {
    left: -25px;
    right: auto;
    color: #c09349;
}


.legal-news-section .swiper-button-next, .legal-news-section .swiper-rtl .swiper-button-prev {
    right: -25px;
    left: auto;
    color: #c09349;
}
.legal-news-section .swiper-button-prev, .legal-news-section .swiper-rtl .swiper-button-next {
    left: -25px;
    right: auto;
    color: #c09349;
}


}

.legal-news-section .swiper-button-next:after, .legal-news-section .swiper-button-prev:after {
    font-size: 25px;
}


@media( max-width:768px ){

    .service-card h5 { font-size: 16px;}
    .service-card p {
    margin-bottom: 10px;
    line-height: 20px;
}

.divider {
    margin: 5px auto;
}

.icon-circle { margin: 0 auto;}
.service-card { padding: 10px 15px;}

.service-section .col-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0;
    margin: 0;
}
.service-card .btn-gold {
    padding: 3px 10px;
    font-size: 12px;
}

.about-left { display: none;}
.about-box { padding: 20px;}
.about-right h3 { font-size: 25px; }
.about-right p {
    font-size: 14px;
    line-height: 21px;
}
.site-content h2 {
    color: #c09349;
    font-size: 22px;
}

.footer-social { justify-content: center !important;}
.footer-top { padding-bottom: 0 !important;}

.stellarnav.mobile {
        position: static;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 14px;
    font-weight: 600;
}

.stellarnav li ul.sub-menu li a {
    padding: 15px;
    font-size: 12px;
    color: #000;
}
.mainmenu .stellarnav li {
    margin-top: 0;
}
.stellarnav ul ul { padding: 0px;}
}

.stellarnav.light li a {
	text-transform: capitalize;
}

.banner-content {
	position: absolute;
	left:0;
	top:45%;
	Color:#fff; 
}

.banner-content h1 { font-size:3rem; }
.banner-content p { margin:0; padding:0; font-size:1.2rem; }

.relative-links {
	margin:0;
	padding:0;
}

.relative-links li a { Color:#fff; text-decoration:none; }