/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body header {
    margin-bottom: -230px;
}

.btn-contact a.elementor-button {
    border-color: #FFFFFF33;
    background: #FFFFFF1A;
}

.btn-search a.ekit_navsearch-button {
    margin: 5px 0 0 0 !important;
    padding: 0 !important;
    height: initial !important;
    line-height: 0 !important;
}

.header-top-border .e-con-inner {
    border-top: 1.16px solid #FFFFFF1A;
}
.btn-contact a.elementor-button:hover {
    background: #fff;
    color: #0000;
}

.btn-contact a.elementor-button:hover span {
    color: #000;
}
.hfe-nav-menu-icon {
    line-height: 0 !important;
}
.hfe-nav-menu-icon svg:focus, .hfe-nav-menu-icon svg:hover {
    box-shadow: none !important;
    outline: none !important;
}
/* home-hero-slider-css */
.hero-slider {
    line-height: 0;
}

.hero-slider .swiper-slide img {
  width: 100%;
  height: 850px;
  object-fit: cover;
}

.hero-slider .swiper-slide::before {
    position: absolute;
    content: '';
    background: linear-gradient(    to bottom,    rgba(0, 0, 0, 0.5),    rgba(0, 0, 0, 0.4),    rgba(0, 0, 0, 0.6)  );
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}

.container-custom {
    max-width: 1344px;
    width: 100%;
    position: relative;
    margin: auto;
}
.pagination-wrap {
    position: absolute;
    bottom: 70px;
    right: 0;
    left: 0;
    max-width: 157px;
    margin-left: auto;
}
.pagination-wrap .swiper-button-prev, 
.pagination-wrap .swiper-button-next {
    width: 10px;
}
.pagination-wrap .swiper-button-prev::after, .pagination-wrap .swiper-button-next::after {
    font-size: 0;
}
.pagination-wrap .swiper-pagination {
    top: -9px;
    font-size: 0;
}
.pagination-wrap .swiper-pagination span {
    display: inline-block;
    margin: 0 25px;
    position: relative;
    font-family: "Lato", Sans-serif;
    font-size: 12px;
    font-weight: 400;
	color: #FFFFFF;
}
.pagination-wrap .swiper-pagination span:first-child::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 0.99px;
    background: #FFFFFF66;
    top: 50%;
    left: 15px;
}
.pagination-wrap .swiper-button-prev svg, .pagination-wrap .swiper-button-next svg {
    color: #FFFFFF;
}
/* home-hero-slider-css */

.list-two-cl ul.elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.list-four-cl ul.elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}


/* Post-css */
.post-wrapper {
	display: flex;
	gap: 20px;
}


.post-wrapper .post-slide .post-wrap-inner {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    right: 0;
    left: 0;
}
.post-slide.active .post-all-btn a.view-all--btn img {
    display: none;
}
.post-image img {
	width: 100%;
	height: 599px;
	object-fit: cover;
	display: block;
}
.post-slide.active .post-title{
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.75px;
	text-align: left;
}
.post-title {
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 25px;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

.post-excerpt {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
	color: #FFFFFFE5;
	font-family: "Lato", Sans-serif;
	opacity: 0;
}

.post-wrapper .post-slide.active .post-excerpt {
	opacity: 1;
}

.post-wrapper{
	display: flex;
}

.post-wrapper .post-slide {
    width: 100%;
    max-width: 20%;
	transition: all 0.4s ease;
	position: relative;
	border-radius: 48px;
	overflow: hidden;
	text-decoration: none;
}
.post-wrapper .post-slide.active {
    max-width: 80%;
    width: 100%;
	transition: all 0.4s ease;
	border-radius: 32px;
}


.post-wrapper .post-slide::before {
    position: absolute;
    content: '';
   	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.8),
		rgba(0, 0, 0, 0.3),
		rgba(0, 0, 0, 0.7)
	);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.post-wrap-inner .post-content {
    width: 100%;
    max-width: 430px;
}


.post-content a.post-btn {
    color: #fff;
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    gap: 5px;
    margin-top: 25px;
	opacity: 0;
	transition: all 0.4s ease;
	
}
.post-slide.active .post-all-btn a.view-all--btn:hover {
    background: #fff;
    color: rgb(201, 168, 124);
}
.post-slide.active .post-content a.post-btn{
	opacity: 1;
	transition: all 0.4s ease;
}

.post-all-btn a.view-all--btn {
    background-color: #FFFFFF33;
    font-size: 0;
    width: 39.99px;
    height: 39.99px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.4s ease;
}


.post-slide.active .post-all-btn a.view-all--btn {
    background-color: rgb(201, 168, 124);
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    color: rgb(247, 247, 247);
    padding: 15px 24.3px;
    width: initial;
    height: initial;
    display: inline-flex;
    gap: 10px;
	transition: all 0.4s ease;
}


/* Post-css */

/* Service-slider-css */
.custom-colume-width {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
}
.service-slider .swiper-slide {
	transition: all 0.4s ease;
    transform: scale(0.7) !important;
}
.service-slider .swiper-slide-active {
    transform: scale(1) !important;
	transition: all 0.4s ease;
}
.service-slider .elementskit-testimonial_card {
    padding: 0 !important; 
    display: flex !important;
    height: 500px !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-align: left !important;
    padding: 42px !important;
}
.service-slider svg.swiper-navigation-icon {
    display: none !important;
}
.service-slider .swiper-slide span.elementskit-author-des {
    display: none !important;
}
.service-slider .swiper-slide-active span.elementskit-author-des {
    display: inline-block !important;
    position: relative;
    padding-right: 25px;
}
.service-slider .swiper-slide-active span.elementskit-author-des::before {
    position: absolute;
    content: '';
    background: url(https://platinum.10xwebsolutions.com/wp-content/uploads/2025/12/Icon-6.svg) no-repeat;
    right: 0;
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.service-slider .swiper-navigation-button {
    line-height: 0 !important;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 
		        0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.service-slider .elementskit-commentor-coment {
    font-family: "Lato", Sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFFE5;
    font-style: normal !important;
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
/* Service-slider-css */


/* blog-page-css */
main#content {
    padding: 40px 15px;
}
.elementor-element-b7fd0fd {
    text-align: center;
}


.post-thumbnail-head {
    position: relative;
    line-height: 0;
}

.post-thumbnail-head::before {
    position: absolute;
    content: '';
    background: linear-gradient(    to bottom,    rgba(0, 0, 0, 0.5),    rgba(0, 0, 0, 0.4),    rgba(0, 0, 0, 0.6)  );
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
}
.single-post .page-content p {
    line-height: 1.45em;
    font-size: 18px;
}
/* blog-page-css */




/* single-post-css */

/* ===== Comment Form Styling ===== */

form#commentform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
form#commentform p.comment-notes,
form#commentform p.comment-form-comment,
form#commentform p.comment-form-cookies-consent{
    grid-column: 1/3;
}


/* Heading */
.comments-area {
    margin-top: 35px;
}
.comments-area h3,
.comments-area h2 {
	font-size: 26px;
	margin-bottom: 25px;
	text-align: left;
}

/* Form fields */
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"], 
.comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    margin-bottom: 0;
    background: #fff;
    transition: all 0.3s ease;
}

.comment-form textarea {
	min-height: 160px;
	resize: vertical;
}

/* Focus effect */
.comment-form input:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: #000;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

/* Labels */
.comment-form label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}

/* Cookies checkbox */
.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	margin-bottom: 20px;
}

/* Submit Button */
.comment-form input[type="submit"] {
    background: #C9A87C;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.35px;
    fill: #F7F7F7;
    color: #F7F7F7;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 24.3px 15px 24.3px;
}

.comment-form input[type="submit"]:hover {
	background: #333;
	transform: translateY(-2px);
}

/* Required * */
.comment-form .required {
	color: red;
}

/* Responsive */



/* single-post-css*/
/* body.blog header,
body.single header,
body.category-uncategorized header{
    margin-bottom: -230px;
} */

.post-thumbnail-head img.attachment-full {
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.wp-child-theme-hello-theme-child-master span.elementor-divider-separator {
    background: #FFFFFF1A;
    display: block;
    height: 1px;
}
form#commentform p.logged-in-as {
    grid-column: 1/3;
    margin-bottom: 0;
}

/* archive-css */
/* ===== Archive Page Layout ===== */

.archive-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
}

/* Post Card */
.archive-grid .post {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
}

.archive-grid .post:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Thumbnail */
.archive-grid .post img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

/* Content area */
.archive-grid .post .entry-title {
	font-size: 20px;
	line-height: 1.4;
	margin: 20px 20px 10px;
}

.archive-grid .post .entry-title a {
	text-decoration: none;
	color: #000;
}

.archive-grid .post p {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	margin: 15px 20px 25px;
}
nav.pagination a {
    color: #C9A87C;
}

/* Hover title */
.archive-grid .post:hover .entry-title a {
	color: #111;
}

/* Pagination */
.pagination {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

/* Page Header */
.page-header {
	text-align: center;
	margin: 60px 0 20px;
}

.archive-description {
	color: #666;
	max-width: 600px;
	margin: auto;
	font-size: 15px;
}

/* Mobile */


/* archive-css */


main.single-container
.wp-post-image {
    max-height: 350px;
}
.thumbnail_postimg {
    margin-bottom: 15px;
}

/* Single-blog-Page */

/* ===== Comment Form Styling ===== */

form#commentform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
form#commentform p.comment-notes,
form#commentform p.comment-form-comment,
form#commentform p.comment-form-cookies-consent{
    grid-column: 1/3;
}


/* Heading */
.comments-area h3,
.comments-area h2 {
	font-size: 26px;
	margin-bottom: 15px;
	text-align: left;
}

/* Form fields */
.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"], 
.comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #1818180D;
    font-size: 15px;
    margin-bottom: 0;
    background: #1818180D;
    transition: all 0.3s ease;
}

.comment-form textarea {
	min-height: 160px;
	resize: vertical;
}

/* Focus effect */
.comment-form input:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: #000;
	box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}

/* Labels */
.comment-form label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}

/* Cookies checkbox */
.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	margin-bottom: 20px;
}

/* Submit Button */
.comment-form input[type="submit"] {
    background: #C9A87C;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.35px;
    fill: #F7F7F7;
    color: #F7F7F7;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 24.3px 15px 24.3px;
}

.comment-form input[type="submit"]:hover {
	background: #333;
	transform: translateY(-2px);
}

/* Required * */
.comment-form .required {
	color: red;
}

/* Responsive */



/* single-post-css*/
/* body.blog header,
body.single header{
    margin-bottom: -230px;
} */
.post-thumbnail-head img.attachment-full {
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.wp-child-theme-hello-theme-child-master span.elementor-divider-separator {
    background: #FFFFFF1A;
    display: block;
    height: 1px;
}
form#commentform p.logged-in-as {
    grid-column: 1/3;
    margin-bottom: 0;
}

/* archive-css */
/* ===== Archive Page Layout ===== */

.archive-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
}

/* Post Card */
.archive-grid .post {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
}

.archive-grid .post:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Thumbnail */
.archive-grid .post img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	display: block;
}

/* Content area */
.archive-grid .post .entry-title {
	font-size: 20px;
	line-height: 1.4;
	margin: 20px 20px 10px;
}

.archive-grid .post .entry-title a {
	text-decoration: none;
	color: #000;
}

.archive-grid .post p {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	margin: 15px 20px 25px;
}
nav.pagination a {
    color: #C9A87C;
}

/* Hover title */
.archive-grid .post:hover .entry-title a {
	color: #111;
}

/* Pagination */
.pagination {
	max-width: 1200px;
	margin: 60px auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

/* Page Header */
.page-header {
	text-align: center;
	margin: 60px 0 20px;
}

.archive-description {
	color: #666;
	max-width: 600px;
	margin: auto;
	font-size: 15px;
}

/* Mobile */


/* archive-css */

/* Single-blog-Page */


body.blog, 
body.single-post {
    background: #E8E3DB;
}
.single-hero-img{
	position: relative;
	line-height: 0px;
}
.single-hero-img::before {
    position: absolute;
    content: '';
    background: linear-gradient(    to bottom,    rgba(0, 0, 0, 0.5),    rgba(0, 0, 0, 0.4),    rgba(0, 0, 0, 0.6)  );
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
}
/* Hero Image */
.single-hero-img img{
    width:100%;
    height:420px;
    object-fit:cover;
}

/* Main Layout */
.single-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

/* Post Card */
.left-conten-wrap {
    border: 1px solid #C9A87C;
    padding: 30px;
    border-radius: 10px;
    background: #C9A87C47;
}
.left-conten-wrap article.single-post-card:last-child {
    border-bottom: none;
}
.single-post-card {
    /* background: #f9f9f9; */
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.06); */
    padding: 30px 0 15px 0;
    border-bottom: 1px solid #1111111f;
}
.thumbnail_postimg img {
    border-radius: 12px;
}
/* Badge */
.post-badge {
    display: inline-block;
    background: #C9A87C;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 10px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* Title */
.single-title{
    font-size:32px;
    margin:5px 0 10px;
}

/* Meta */
.single-meta{
    color:#777;
    font-size:14px;
    display:flex;
    gap:8px;
    margin-bottom:18px;
}

/* Content */
.single-content p{
    line-height:1.8;
    margin-bottom:16px;
}
.single-content img{
    border-radius:14px;
    margin:18px 0;
}

/* Tags */
.single-tags a{
    background:#f5f5f5;
    padding:6px 10px;
    border-radius:20px;
    margin-right:6px;
    font-size:12px;
}

/* Navigation */
.post-nav{
    display:flex;
    justify-content:space-between;
    margin:26px 0;
}
.post-nav a{
    color:#5276ff;
    font-weight:600;
}

/* Buttons */
/* .single-content a{
    text-decoration:none;
    background:#f3f6ff;
    padding:8px 14px;
    border-radius:10px;
}
 */

article.single-post-card .single-content a,
.comments-area a, .page-content a{
    color: #DA3832;
	text-decoration: underline;
}


/* ===== SIDEBAR ===== */
.sidebar-widget {
    border: 1px solid #C9A87C47;
    padding: 20px;
    margin-bottom: 30px;
    background: #C9A87C47;
    border-radius: 6px;
}

.widget-title {
    font-size: 20px;
    border-bottom: 1px solid #1111111f;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 500;
}

.single-sidebar ul {
	padding: 0;
	margin: 0;
}

.single-sidebar li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #1111111f;
}

.single-sidebar li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.post-date {
	color: #C9A87C;
	font-size: 12px;
	display: block;
}
.single-sidebar li:last-child {
    border-bottom: 0;
    padding-bottom: 10px;
}
/* ===== DOWNLOAD ===== */
.sidebar-download {
	background: #222;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: 500;
}


/* Single-blog-page */


/* Contact-form-css */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    background: #1818180D;
    padding: 30px;
    border-radius: 10px;
}

.contact-grid .full{
  grid-column:1 / 3;
}

.contact-grid label {
    color: #C9A87C;
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
    letter-spacing: .5px;
}

.contact-grid input, 
.contact-grid textarea {
    width: 100%;
    background: #1818180D;
    border: 1px solid #1818180D;
    color: #0A0A0A;
    padding: 12px 14px;
    border-radius: 6px;
}
.contact-grid input.wpcf7-submit {
    background: #C9A87C;
    color: #ffff;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 0.35px;
     transition: all0 0.5s ease;
}
.contact-grid input.wpcf7-submit:hover {
    opacity: .9;
    transition: all0 0.5s ease;
}
.contact-grid textarea{
  height:150px;
  resize:none;
}

.contact-grid span.wpcf7-spinner {
    display: none;
}
.contact-grid input:focus,
.contact-grid textarea:focus{
  outline:none;
  border-color:#1818180D;
}

.wpcf7-submit{
  background:#3b6bff;
  color:#fff;
  padding:12px 26px;
  border-radius:6px;
  border:none;
  cursor:pointer;
}

.wpcf7-submit:hover{
  opacity:.9;
}
.contact-grid p br {
    display: none;
}
.e-n-accordion-item.active summary.e-n-accordion-item-title {
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
}
.active .e-con-full {
    border-radius: 0 0 6px 6px !important;
}
/* Contact-form-css */

.position_sticky {
    position: sticky;
    top: 50px;
}

.Inner_hero_slider figure.swiper-slide-inner img {
    width: 100%;
    height: 650px !important;
    object-fit: cover;
}
.Inner_hero_slider .elementor-image-carousel {
    line-height: 0;
}
.Inner_hero_slider figure.swiper-slide-inne{
	position: relative;
}
.Inner_hero_slider figure.swiper-slide-inner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(    to bottom,    rgba(0, 0, 0, 0.5),    rgba(0, 0, 0, 0.4),    rgba(0, 0, 0, 0.6)  );
    top: 0;
    right: 0;
    left: 0;
}





/* Paragraph Wave Wrapper */
.all_in_one_slider .elementskit-author-des{
  display:inline-block;
  line-height:1.6;
}

/* Letters */
.all_in_one_slider .elementskit-author-des{
  display:inline-block;
  transform:translateY(120%);
  opacity:0;
}

/* Hover – animate characters in wave */
.all_in_one_slider .swiper-slide:hover .elementskit-author-des{
  animation:waveIn .4s ease forwards;
  animation-delay:calc(var(--i) * var(--wave-speed));
}

/* Animation Keyframes */
@keyframes waveIn{
  from{ transform:translateY(120%); opacity:0; }
  to{   transform:translateY(0);   opacity:1; }
}

.all_in_one_slider .swiper-slide:hover span.elementskit-profile-info {
    transform: translateY(0px);
    transition: all 0.5s ease;
}
.all_in_one_slider span.elementskit-profile-info {
    transform: translateY(60px);
    display: block;
    transition: all 0.5s ease;
}
.all_in_one_slider span.elementskit-profile-info .elementskit-author-name{
	position: relative;
}
.all_in_one_slider span.elementskit-profile-info .elementskit-author-name::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 2px;
    background: #fff;
    bottom: -15px;
}
.single-post-card .single-content,
.single-post-card .single-content p {
    font-family: "Lato", sans-serif;
    color: var( --e-global-color-text );
    line-height: 30px;
    text-align: justify;
    margin: 0;
    padding-bottom: 15px;
}

.single-post-card .single-content h1, .single-post-card .single-content h2, .single-post-card .single-content h3, .single-post-card .single-content h4, .single-post-card .single-content h5, .single-post-card .single-content h6 {
    color: #333;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin: 15px 0 10px 0;
}


.custom-pagination{
  display:flex;
  justify-content:center;
  margin:55px 0;
  flex-wrap:wrap;
}

.custom-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  height:36px;
  padding:0 10px;
  margin:0 5px;
  border:1px solid #e5e5e5;
  border-radius:4px;
  font-size:14px;
  color:#000;
  background:#fff;
  text-decoration:none;
  transition:.25s ease;
}

.custom-pagination .page-numbers:hover{
  background:#C9A87C;
  color:#fff;
}

.custom-pagination .page-numbers.current{
  background:#C9A87C;
  color:#fff;
  border-color:#C9A87C;
  cursor:default;
}

/* Previous & Next buttons */
.custom-pagination .page-numbers.prev,
.custom-pagination .page-numbers.next{
  font-size:13px;
  padding:0 12px;
}

.elementor-17 .elementor-element.elementor-element-1ada937 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    color: #fff;
    fill: #fff;
    margin-top: 5px;
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover, .hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover, .hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border: none;
}

.site-mega-menu .elementskit-megamenu-panel > .elementor > .elementor-element {
    inset: 0;
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    background: rgb(0 0 0 / 15%) !important;
}
body.error404 header#masthead,
body.search header#masthead{
    margin-bottom: 0;
    background-image: url(https://platinum.10xwebsolutions.com/wp-content/uploads/2025/12/Bg-Cover.jpg);
	background-size: cover;
}

body.search {
    background: #E8E3DB;
}
body.search .page-content {
    border: 1px solid #C9A87C;
    padding: 30px;
    border-radius: 10px;
    background: #C9A87C47;
}
body.search .page-header h1.entry-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 35px;
}
body.search article.post h1, body.search article.post h2, body.search article.post h3, body.search article.post h4, body.search article.post h5, body.search article.post h6, body.search article.post h2 a {
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 26px;
}
body.search article.post p {
    font-family: "Lato", sans-serif;
    color: var(--e-global-color-text);
    line-height: 30px;
    text-align: justify;
    margin: 0;
    padding-top: 12px;
}
body.search article.post {
    border-bottom: 1px solid #1111111f;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
body.search article.post:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 15px;
}
body.search article.post img {
    margin-top: 15px;
    border-radius: 12px;
}

body.search .page-header {
    margin-top: 0px;
}
@media(max-width: 1024px){
	.contact-grid select, .contact-grid input, .contact-grid textarea {
    margin-bottom: 8px !important;
}

	.hero-slider .swiper-slide img {
    height: 630px;
}
body.home header {
    margin-bottom: -250px;
}	
.post-thumbnail-head img.attachment-full {
    height: 500px;
}	
.post-header .entry-title {
    font-size: 30px;
}	
form#commentform p.comment-notes, form#commentform p.comment-form-comment, form#commentform p.comment-form-cookies-consent {
    margin-bottom: 0px;
}	
.single-title {
    font-size: 22px;
}
.contact-grid p {
    margin-bottom: 5px;
}
.contact-grid {
    gap: 15px;
    padding: 25px 15px;
}	
.contact-grid input, .contact-grid textarea {
    padding: 8px 14px;
    border-radius: 5px;
}	
}

@media(max-width: 768px){
.single-hero-img img {
    height: 350px;
}	
.archive-grid {
		grid-template-columns: 1fr;
	}	
.comment-form textarea {
    height: 142px;
}
.post-thumbnail-head img.attachment-full {
    height: 350px;
}
	
.pagination-wrap {
    bottom: 40px;
    margin: auto;
}
.service-slider .elementskit-testimonial_card {
    height: 400px !important;
    padding: 30px !important;
}
.post-wrapper .post-slide .post-wrap-inner {
    padding: 15px;

}	
.post-image img {
    height: 460px;
}	
.post-wrapper .post-slide {
    width: 100%;
    max-width: 28%;
    border-radius: 15px;
}	
.archive-grid {
    margin: 25px auto;
	padding: 0 0;
}	
.archive-grid .post {
    border-radius: 8px;
}	
.page-header {
    margin: 0 20px;
}	
}

@media (max-width: 767px){
	.single-container {
		grid-template-columns: 1fr;
	}
	.left-conten-wrap {
    padding: 15px;
}
.left-conten-wrap .single-post-card:first-child {
    padding-top: 15px;
}	
main.single-container
.wp-post-image {
    max-height: 200px;
}
	
}

@media(max-width: 540px){
.list-four-cl ul.elementor-icon-list-items {
    grid-template-columns: 1fr 1fr 1fr;
	}
.post-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.post-wrapper .post-slide,
.post-wrapper .post-slide.active{
    width: 100%;
    max-width: 100%;
	border-radius: 16px;
}	
.post-wrapper .post-slide .post-wrap-inner {
    padding: 25px;
}	
.post-image img {
    height: 415px;
}	
.post-slide.active .post-all-btn a.view-all--btn {
    font-size: 12px;
}	
.post-title {
    font-size: 24px;
    line-height: 36px;
	margin-bottom: 10px;
}
.post-slide.active .post-title {
    font-size: 24px;
    line-height: 36px;
}	
form#commentform {
    grid-template-columns: 1fr;
}	
form#commentform p.comment-notes, form#commentform p.comment-form-comment, form#commentform p.comment-form-cookies-consent,
form#commentform p.logged-in-as{
    grid-column: 1;
}	

.comment-form input[type="submit"] {
    font-size: 12px;
}	
}