:root {
    --bs-blue: #0d6efd;
    --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: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

:root {
    --primary: #0b4a37;
    --primary-dark: #063923;
    --accent: #caa84a;
    --primary-rgb: 11, 74, 55;
    --accent-rgb: 202, 168, 74;
    --dark: #1a1b23;
    --gray: #5f6371;
    --light-gray: #e1e2e5;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

/*.wp-singular .site-content {*/
/*	background-image:url('https://smacdemo.in/aastrochitra/wp-content/uploads/2026/01/bg22-3.jpg');*/
/*	background-position:top center;*/
/*    background-repeat: repeat-y;*/
/*}*/

.home.wp-singular .site-content { Background:none; }

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

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

.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:#f3f3f3;
}
/*
.mainHeader-top {
background: linear-gradient(to right,  #ffffff 29%,#1c2c45 29%);
} */

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

section {
    padding: 50px 0px;
}

.swiper-slide {
    position: relative;
}
/* .slide-content {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #fff;
} 
 .slide-content h2 {
    font-size: 43px;
    font-weight: 700;
}
.slide-content p {
    font-size: 20px;
}
.slide-content a.book-btn {
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    background-color: #0a3a2a;
    text-decoration: none;
    padding: 12px 30px;
}
.slide-content a.book-btn:hover {
    font-size: 20px;
    color: #0a3a2a;
    background-color: #aca169;
    transition: 0.5s;
} */

/* 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 */

.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;
}

}

/* 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 */


/*---------------------------------main-section-start---------------------------------*/

.services-section {
    text-align: center;
    margin-top: -8px !important;
}

.services-details {
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 0 10px;
    position: relative;
    z-index: 9;
    margin-bottom: 95px;
    margin-top: 5px;
    
    font-size: 20px;
}
.services-details a {
color: #1c2c45;
text-decoration: none;
}
.services-details a:hover {
color: #1c2c45;
}

.services-icon {
    background: #fff;
    width: 40%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 31px;
    height: auto;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
}

.online-skills {
    text-align: center;
}

.online-skills h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #1c2c45;
    font-weight: 800;
    margin: 0;
}

.online-skills .subtitle {
    font-size: 17px;
    color: #6d6d6d;
}

.online-skills .brand-services {
    background: #fff;
}

.about-section {
    background-color: #fff;
}
.about-content small {
   color: #1c2c45;
   font-weight: 600;
}
.about-section h1 {
    font-size: 28px;
}
.service-title h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 45px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.brand-services a {
    color: #1c2c45;
    text-decoration: none;
}
/* .subtitle {
    color: #e20613;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
} */
.block-title {
    font-weight: 700;
    font-size: 2rem;
}

.common-btn {
    background-color: #066868;
    border-radius: 50px;
    border: #066868 solid 2px;
    padding: 6px 30px;
    font-size: 1.1rem;
    color: #fff;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
        text-transform: uppercase;
    font-weight: 600;
  }

  .common-btn:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 600;
    position: absolute;
    left: 79%;
    top: 32%;
    right: 5%;
    bottom: 0;
    opacity: 0;
  }
  .common-btn:hover {
    background: #fff;
    transition: all 0.5s;
    padding: 6px 3.5rem 6px 3.5rem;
    color: #147171;
  }
  .common-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
  }

.white-btn {
    border-radius: 50px;
    border: #066868 solid 2px;
    padding: 6px 30px;
    font-size: 1.1rem;
    color: #147171;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  }

  .white-btn:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 600;
    position: absolute;
    left: 79%;
    top: 32%;
    right: 5%;
    bottom: 0;
    opacity: 0;
  }
  .white-btn:hover {
    background: #147171;
    transition: all 0.5s;
    padding: 6px 3.5rem 6px 3.5rem;
    color: #fff;
  }
  .white-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
  }



  .about-section h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 31px;
  }

.main {
    background-color: #f9fafb;
}




.consultant-section { background-image:url(../images/consultant-bg.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; width:100%; color:#fff; overflow:inherit !important; background-attachment:fixed; }
.consultant-header h3 { font-size:2.5rem; }
.consultant-header p { font-size:1.8rem; }
.consultant-header p span { color:#ffc600; padding:0px 10px; }
.consultant-para { font-size:1.3rem; padding:80px 50px 80px 50px; }
.consultant-details { position: relative;}
.consultant-photo { position:relative; bottom: -60px; z-index: 1; }
.photo-brief { position: absolute; bottom: 0px; left: 25px; right: 25px;  }
.photo-brief .con-brief { color:#fff; text-transform: uppercase;
font-size: 2.2rem; text-align: left; line-height: 40px; font-weight: 800; }
.photo-brief .con-brief span { color:#e20613; }
.consultant-para h2 { margin-bottom: 60px; font-size: 3rem; }
.consultant-para .section-button { background:none; color:#fff; }
.consultant-name { color:#b1b1b1; font-size:1.5rem; }
.consultant-photo .zoom-effect, .consultant-details .zoom-effect { transition: 0.5s all ease-in-out; position:relative; }
.consultant-photo .zoom-effect:hover, .consultant-details:hover .zoom-effect { transform: scale(1.1); }

.consultant-section .common-btn {
    border: #fff solid 1px;
    background: none;
    color: #fff;
}

.consultant-section .common-btn:after {
    left: 85%;
    top: 32%;
}

.testimonial-girl {
    background-color: #e20613;
    color: #fff;
    min-height: 340px;
}

.testimonial-boy {
    background-color: #fff;
    color: #000;
}

.testimonial-profile {
    display: flex;
    align-items: center;
}

.profile-content {
    margin-left: 15px;
    font-size: 1rem;
    color: #fff;
}

.testimonial-boy .profile-content {
    margin-left: 15px;
    font-size: 1rem;
    color: #000;
}

.blog-section { 
    position: relative; 
    background-image: url(../images/blog-section-bg.png); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.blog-section h2 { font-size: 2.4rem; font-weight: 600;}

.blog-section .fw-bold span {
    color: #066868;
}
.blog-section .btn-success {
color: #fff;
    background-color: #066868;
    border-color: #066868;
}
.blog-section .btn-success:hover {
color: #fff;
    background-color: #000;
    border-color: #000;
}
.explore-brand .radius { border-radius: 15px; overflow: hidden;}

.explore-brand .btn-text {
    position: relative;
}
.explore-brand .btn-text p {
    margin-right: 10%;
}
.explore-brand .btn-text p:before {
    content: '';
    background-image: url(../images/icon.png);
    position: absolute;
    top: 55px;
    left: 30%;
    width: 55px;
    height: 69px;
}
.thirdparty-manufacture {
    background-image: url(../images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.thirdparty-manufacture h3 {
    font-size: 40px;
    font-weight: 600;
}

.thirdparty-col h3 {
    position: absolute;
    bottom: 12px;
    left: 50px;
    color: #fff;
    font-size: 1.3rem;
}


.lde-section {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffedce+50,f3efe9+50 */
    background: linear-gradient(to right,  #ffedce 50%,#f3efe9 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .lde-image-wrapper img {
      max-width: 100%;
      border-radius: 6px;
    }

    .lde-title {
      font-size: 32px;
      font-weight: 700;
      color: #0a0f2c;
      margin-bottom: 20px;
    }

    .lde-text {
      font-size: 16px;
      line-height: 1.7;
      color: #333;
      margin-bottom: 20px;
    }

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



.date-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #0a3a2a;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
}

.date-badge strong {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.blog-section .read-more {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.blog-section .read-more:hover {
    color: #0a3a2a;
}

.blog-section .read-more span {
  color: #0a3a2a;
}

.certifications-section {
  background-color: #0b6f6a;
}
.certifications-section  h2 {
    font-size: 40px;
    font-weight: 600;
}

.cert-card {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.cert-card img {
  max-height: 100px;
  object-fit: contain;
}
.cert-card .text-muted {
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
     width: 100%;
    display: inline-block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
background: #066868;
padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0rem 6rem rgba(0,0,0,.175)!important;
  }

  #footer .footer-top {
    padding: 60px 0 30px 0;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .footer-top .social-links a:hover {
    background: #ff4a17;
    color: #fff;
    text-decoration: none;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }

  #footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
  }

  #footer .footer-top .footer-links ul a:hover {
    color: #fff;
  }

  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }

  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }

  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ef4036;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }

  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ff5e31;
  }

  #footer .copyright {
    text-align: center;
    background-color: #e7e3e3;
    padding: 10px;
    color: #000;
  }

  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

  #footer .credits a {
    transition: 0.3s;
  }

  .footer-links address { color: #fff; position: relative; }
  .footer-links address .bx { position: absolute; left: 0; top: 5px;}
  .footerbot-link { margin: 0; padding: 0; padding-top: 25px; }
  .footerbot-link li { display: inline-block; list-style: none;}
  .footerbot-link li a { color: #fff; border-right: #000 solid 1px; padding: 0px 15px;}
  .footerbot-link li:last-child a { border: none;}


@media (max-width:767px){
    section {
    padding: 30px 0px;
}

    .header {
        text-align:center;
    }

    .header-logo img {
        width: 70%;
        padding-bottom: 0px;
    }

   .services-section {
        margin-top: 80px !important;
        margin-bottom: -60px !important;
    }

   .online-skills .brand-services {
    background: #fff;
    margin-bottom: 25px;
}

.about-details {
    margin-top: 15px;
}

.photo-brief .con-brief {
    font-size: 1.9rem;
    text-align: left;
    line-height: 34px;
    font-weight: 800;
}

.consultant-para h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    margin-top: 2rem;
}

.consultant-para {
    font-size: 1.2rem;
    padding: 80px 10px 80px 10px;
}
.lde-section {
    display: none;
}
.certifications-section h2 {
    font-size: 28px;
}
.blog-section h2 {
    font-size: 1.4rem;
}
.thirdparty-manufacture {
    padding-top: 0;
}
.thirdparty-manufacture h3 {
    font-size: 34px;
}
.cert-card {
    padding: 10px;
}

}



.contect-section {
    background:#fcc103;
    padding: 80px 0;
    font-weight: 600;
    color: #000;
}
.contect-section img {
    border-radius: 20px;
}
.contect-section h2 {
    font-size: 40px;
}
.contect-section .address .title {
    font-size: 23px;
    font-weight: 700;
}
.contect-section .phone a, .contect-section .mail a {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.contect-section p {
    margin-left: 35px;
    color: #000;
    font-size: 1.2rem;
}
.contect-section .fa-map-marker {
    margin-right: 18px;
}
.contect-section .fa-phone, .contect-section .fa-envelope {
    padding-right: 10px;
}


.social-mediasection {
	background-color:#f2f4f4;
	padding:50px 0px;
}

.footer-section {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.footer-menu ul { margin: 0; padding: 0;}
.footer-menu ul li { display: block; display: inline-block; padding: 30px;}
.footer-menu ul li a { color: #fff; text-decoration: none; font-size: 20px; font-weight: 600;}
.footer-menu ul li a:hover { color: #e3d10a;}
.footer-menu .phone-no span { color: #e3d10a;}


.entry-header { position:relative; }


.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background-color: #fff;
}

.contact .info-box i {
    font-size: 35px;
    color: #e20613;
    border-radius: 50%;
    padding: 8px;
}

h1.entry-title {
        position: absolute;
    left: 10%;
    top: 30%;
    font-size: 3.5rem;
    font-weight: 300;
    color: #fff;
}

.contactform .wpcf7-submit {
       border: none;
    background: #e20613;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    padding: 5px 25px;
    color: #fff;
}

.form-control.wpcf7-textarea {
    height:80px;
}

.info-box a { color:#000; font-size:1.5rem; text-decoration:none; }

/* Testimonial */

.testimonial-section {
    text-align: center;
}

.testimonial-title {
    font-size: 36px;
    font-weight: 700;
}

.testimonial-box {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 12px;
}

.testimonial-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.testimonial-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonial-author h5 {
    margin: 0;
    font-weight: 600;
}

.testimonial-author span {
    font-size: 14px;
    color: #777;
}

/* testimonial end */



.col-0 {
    padding: 0;
    margin: 0;
}

.footer-top ul .socile-media {
    margin: 0;
    padding: 0;
    display: flex;

}
.footer-top ul .socile-media li {
    font-family: 'FontAwesome';
    padding: 10px;
}
.footer-top ul .socile-media li a {
    display: inline-block;
    padding: 10px;
    font-family: 'FontAwesome';
}
.footer-top .fa-location-dot, .footer-top .fa-envelope, .footer-top .fa-whatsapp {
     font-size: 20px !important;
    margin-right: 10px;
}

.blog-header {
	background: #f2f2f2;
    text-align: center;
    padding: 25px;
	margin-bottom:25px;
}

h2.entry-title a {
	color: #1c2c45;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
}
.entry-content h3 { font-weight: 700; font-size: 30px;}
.entry-content p { font-size: 17px;;}
.entry-content a { Color:#023a23;}

.footer-links .social-icons li {
  border-radius: 50px;
    background-color: #fff;
    padding: 6px 8px 4px !important;
    margin-right: 10px;
}
.footer-links .social-icons li:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}
.footer-links .social-icons li i {
    color: #066868 !important;
    font-size: 15px;
    line-height: 1;
    
}
.footer-top .subscribe-section  {
    text-align: center;
    color: #fff;
}
.footer-top .subscribe-section .title {
 font-size: 23px;
}

.footer-top .newsletter-box {
    position: relative;
}
.footer-top .newsletter-box .newsletter-input {
        height: 42px;
        line-height: 40px;
        padding: 0 50px 0 15px;
    }
.footer-top .newsletter-box .nl-btn {
    width: 70px;
    height: 32px;
    background: #066868;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.services {
    background: linear-gradient(180deg, #f6f6f7, #fff);
    background-image: repeating-linear-gradient(135deg, rgba(var(--primary-rgb), .02) 0 1px, transparent 1px 8px), linear-gradient(180deg, #f6f6f7 0, #fff 100%);
    background-blend-mode: overlay;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h2 {
    color: var(--dark);
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: all .3s ease;
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--primary) 0, var(--accent) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
}
.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #1a1b23;
}
.service-card p {
    font-size: .95rem;
    color: #5f6371;
    line-height: 1.6;
}


footer {
    background: linear-gradient(135deg, rgba(var(--primary-rgb), .95) 0, hsla(0, 0%, 6%, .9) 100%), url(/images/stars-bg.jpg) 50% / cover no-repeat fixed;
    color: #fff;
    padding: 80px 20px 30px;
    position: relative;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto 50px;
}
.footer-content h2 {
    font-size: 22px;
    line-height: 30px;
}
.footer-content a.booknow {
   color: #1f3e34;
    text-decoration: none;
    border-radius: 50px;
    background: #fff;
    padding: 10px 20px;
    font-weight: 700;
    transition: 0.5s;
}
.footer-content a.booknow:hover {
background: #000;
 color: #fff;
 transition: 0.5s;
}
.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .6);
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.3rem;
    transition: all .3s ease;
    text-decoration: none;
}
.social-icons a:hover {
   color: #000;
}

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

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

.footer-links a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    transition: all .3s ease;
    display: inline-block;
}

.footer-column h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
    color: #fff;
}

.contact-info
 {
    color: hsla(0, 0%, 100%, .8);
    line-height: 2;
}

.footer-column p
 {
    color: hsla(0, 0%, 100%, .8);
    line-height: 1.8;
}
.contact-info i {
    color: #fff;
    margin-right: 10px;
    width: 20px;
}

.footer-logo img, .footer-logo-img {
    height: auto;
    max-height: 80px;
    width: auto;
    max-width: 320px;
    margin-bottom: 20px;
}

.footer-links a:hover
 {
    color: #caa84a;
    transform: translateX(5px);
}

menu, ol, ul {
    margin: 0;
    padding: 0;
}


/* Background */
.astro-bg {
  position: relative;
}

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

/* Image hover effect */
.img-hover {
  transition: all 0.4s ease;
}
.img-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

/* Icon list */
.icon-list li {
  margin-bottom: 10px;
}
.icon-list i {
  color: #ffc107;
  margin-right: 8px;
}

.wp-singular.single-post .site-content { background:none; }
.entry-footer { display:none; }

.post-share ul {
  padding: 0;
  margin: 0;
}

.post-share li {
  display: inline-block;
}

.post-share a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f1f1f1;
  color: #333;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Hover effect */
.post-share a:hover {
  background-color: #1c4639; /* Bootstrap primary */
  color: #fff;
}

/* Optional: individual brand hover colors */
.post-share a:hover .fa-facebook-f {
  color: #fff;
}

.post-share a:hover .fa-x-twitter {
  color: #fff;
}

.post-share a:hover .fa-linkedin-in {
  color: #fff;
}

.post-share a:hover .fa-whatsapp {
  color: #fff;
}

.post-share a:hover .fa-envelope {
  color: #fff;
}


.contact-info1 { background: #1d4438; color: #fff;}

/* Contact Info Box */
.contact-info1,
.contact-form {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

/* Hover Animation */
.contact-info1:hover,
.contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* Contact Items */
.contact-item p {
  font-size: 16px;
  line-height: 1.6;
}

/* Icon Box */
.icon-box {
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1f3c33;
  transition: all 0.3s ease;
}

/* Hover effect on icons */
.contact-item:hover .icon-box {
  background-color: #1f3c33;
  color: #fff;
}

.contact-form { color: #1d4438; background-color: #fff;}

/* Form Styling */
.contact-form .form-control {
  border-radius: 8px;
  padding: 10px 14px;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #1f3c33;
}

.btn-primary {
    color: #fff;
    background-color: #1d4438 !important;
    border-color: #1d4438 !important;
}

@media(max-width:767px){

    .services-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.footer-content {
    grid-template-columns: repeat(1, 1fr);
}

.slide-content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    color: #ffffff;
    z-index: 999;
    top: 0;
}
.slide-content h2 {
    font-size: 15px;
    font-weight: 700;
    padding-top: 25px;
}
.slide-content p { display: none;}

.slide-content a.book-btn {
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    background-color: #0a3a2a;
    text-decoration: none;
    padding: 8px 30px;
    margin: 0 !important;
}


}

/*-----------------------------gemologist-page--------------------------*/

 p {
    font-size: 17px;
}


.video-thumb {
  position: relative;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
}

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

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 26px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-thumb:hover .play-icon {
  background: #d4af37; /* gold */
  color: #000;
}
/* Limit popup width */
.modal-video {
  max-width: 900px;
}

/* Ensure video never becomes too tall */
#popupVideo {
  max-height: 70vh;
  width: 100%;
  object-fit: contain;
}
/* Ensure close button is always clickable */
.video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 8px;
}

/* Prevent video from blocking clicks */
#popupVideo {
  pointer-events: auto;
  max-height: 80vh;
}

/* Portrait video fix */
.mobile-video {
  max-width: 420px;
  margin: auto;
}


@media (max-width: 576px) {
  .modal-video {
    max-width: 95%;
  }
}

.btn-close {
    z-index: 999999;
}

.blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
