/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Author: Sleek InfoSolutions Pvt. Ltd.
Author URI: https://www.sleekinfosolutions.com/
Template: hello-elementor
Version: 1.0
*/


.elementor-element-975694e a{
	color: #fff !important;
}


/* Header . fixation 16.02.2026*/
.header_option ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_option ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
}

.header_option ul li:not(:first-child)::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}


/*------------------------ My Custom Coding Here ------------------------ */

@media screen and (min-width: 1599.99px) and (max-width: 1920px) {
    .elementor-13 .elementor-element.elementor-element-1cbc55d,
	.elementor-567 .elementor-element.elementor-element-96bfec9,
	.elementor-570 .elementor-element.elementor-element-b5b3a65,
	.elementor-572 .elementor-element.elementor-element-c5521f8,
	.elementor-574 .elementor-element.elementor-element-50a8d74,
	.elementor-574 .elementor-element.elementor-element-3b1f8e4,
	.elementor-1415 .elementor-element.elementor-element-0bcadc1 {
        padding-left: 100px;
        padding-right: 100px;
    }
	.post-gallery-grid{
		margin: 0 100px !important;
	}
}


::selection {
  color: #F3F3F3;
  background-color: #AD5911;
}
::-moz-selection {
  color: #F3F3F3;
  background-color: #AD5911;
}
.header_option ul{
    display: flex;
    gap: 20px;
}
.header_option ul li:nth-child(1) {
    list-style: none !important;
}
.header_option ul li::marker {
    font-size: 10px !important;
}
.link_white {
    color: #E0E0E0 !important;
}
.link_white:hover {
    color: #FFFFFF !important;
}
.form_style input,
.form_style textarea {
    color: #333;
    margin: 10px auto;
}
.contact_section a {
	color: #333;
    transition: all 0.3s ease-in-out;
}
.contact_section a:hover {
	color: #AD5911;
    text-decoration: underline;
}
.contact_section form input[type="submit"] {
    border: solid 1px #333 !important;
    transition: all 0.3s ease-in-out;
}
.contact_section form input[type="submit"]:hover,
.contact_section form input[type="submit"]:focus {
    color: #FFFFFF !important;
    border: solid 1px #AD5911 !important;
    background-color: #AD5911 !important;
}
.contact_section form .wpcf7-response-output {
    color: #333 !important;
}
.sticky_menu {
    transition: all 0.3s ease-in-out;
}
.sticky_menu.sticky-active {
    top: 0;
    position: fixed;
    transition: all 0.3s ease-in-out;
}
.wpc-post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 30px;
}
.wpc-post-grid p {
    color: #575757;
    font-size: large;
}
.wpc-post-grid .wpc-post-card {
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}
.wpc-post-grid .wpc-post-card:hover {
    background: #e0dfdf;
}
.wpc-post-grid .wpc-post-card img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 220px;
    object-fit: cover;
}
.wpc-post-grid .wpc-post-card .card-title {
    margin: 15px;
    font-size: 18px;
    font-weight: 600;
}
.wpc-post-grid .wpc-post-card .card-title {
    color: #252525;
}
.wpc-post-grid .wpc-post-card .card-readmore {
    margin: 0 15px;
}
.wpc-post-grid .wpc-post-card .card-readmore a {
    color: #252525;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.wpc-post-grid .wpc-post-card .card-readmore a:hover {
    color: #ad5911;
    border-bottom: solid 1px #ad5911;
}
.blog-header-banner {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 40px 30px 100px;
}
.blog-header-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.blog-header-content {
    z-index: 2;
    max-width: 52%;
    position: relative;
    text-align: left;
}
.blog-header-content h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.blog-header-content p {
    color: #DEE1F8;
    font-size: 16px;
}
/* .post-gallery-wrapper {
    width: 100%;
    margin: 40px auto;
    padding: 0 70px;
    box-sizing: border-box;
} */
/* .post-gallery-wrapper h2 {
	background-color:#fff
    text-align: center;
    margin-bottom: 0px;
    color: #333333;
    font-weight: 500;
} */
/* .post-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
} */
/* .post-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
} */
/* .post-gallery-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
} */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.90);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
    perspective: none; 
}
.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.lightbox-overlay img {
    max-width: 88%;
    max-height: 80%;
    border-radius: 8px;
    opacity: 1;
    transition: transform 0.4s ease-out;
    backface-visibility: visible;
    position: static; 
}
.lightbox-overlay img.slide-from-right {
    transform: translateX(100%);
}
.lightbox-overlay img.slide-from-left {
    transform: translateX(-100%);
}
.lightbox-overlay img.active {
    transform: translateX(0); 
}
.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    transition: 0.25s ease;
    user-select: none;
    z-index: 99999; 
}
.lightbox-arrow:hover {
    transform: translateY(-50%) scale(1.15);
    color: #ffdddd;
}
.lightbox-arrow.prev { left: 40px; }
.lightbox-arrow.next { right: 40px; }
.lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    transition: 0.25s ease;
    z-index: 99999; 
}
.lightbox-close:hover {
    transform: scale(1.2);
    color: #ffdfdf;
}
.lightbox-counter {
    position: absolute;
    bottom: 25px;
    font-size: 18px;
    color: #fff;
    opacity: 0.85;
}
.error404 main#content {
    color: #333;
    text-align: center;
    padding: 30px 10px;
}


.elementor-element-43edb52a ul{
	text-transform: uppercase;
}

.mn_foot_menu ul{
	text-transform: uppercase;
}

.elementor-element-0f7a905 a{
	font-family: 'Lato';
	margin-left: 10px;
}

/* Pritam */
.custom-gallery-section {
    width: 100%;
    padding:0;
    background-image: url(http://sisdeve.com/rotundo_developers/wp-content/uploads/steel-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	position:relative;
	
}
.bg_overlay{
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
	top:0;
	left:0;
	z-index:1;
	position:absolute;
}
/* Title */
.custom-gallery-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 0px;
    color: #333333;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    padding: 15px 30px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

/* Animated border */
.custom-gallery-title::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 5px;
    border-radius: 6px;

    background: linear-gradient(
        270deg,
        #ff004c,
        #ffae00,
        #00ffcc,
        #5f27cd,
        #ff004c
    );
    background-size: 400% 400%;
    animation: borderMove 5s linear infinite;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

@keyframes borderMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/* Boxed gallery grid */
.post-gallery-grid {
    max-width: 100%;
    margin: 0 73px;
    background: #ffffff;
    padding: 50px 73px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
	z-index:2;
	position:relative;
}

/* Images */
.post-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease;
}

.post-gallery-grid img:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
    .post-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .post-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px 25px;
    }
}

@media (max-width: 480px) {
    .post-gallery-grid {
        grid-template-columns: 1fr;
        padding: 20px;
		margin:0;
    }

    .custom-gallery-title {
        font-size: 24px;
    }
	
/* 	.custom-gallery-section{
		padding-left:10px;
		padding-right:10px;
	} */
}
/* Pritam */


/* ============== Media Query for Mobile Devices ============== */

/* Tablet Screen */
@media (max-width: 991px) {
    .post-gallery-wrapper {
        padding: 0 32px;
    }
    .post-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Screen */
@media (max-width: 600px) {
    .header_option ul {
        display: ruby;
    }
    .header_option ul li {
        margin: 0 5px;
    }
    .post-gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .post-gallery-grid img {
        height: 180px;
    }
    .lightbox-arrow {
        font-size: 42px;
    }
    .lightbox-arrow.prev { left: 12px; }
    .lightbox-arrow.next { right: 12px; }
    .lightbox-overlay img {
        max-width: 94%;
        max-height: 75%;
    }
    .blog-header-banner {
        padding: 70px 35px;
    }
    .blog-header-content {
        max-width: 100%;
    }
    .blog-header-content h1 {
        font-size: 42px;
    }
	.mn_foot_menu ul{
		display: flex !important;
		flex-direction:column !important;
		align-items:center !important;
	}
	.elementor-28 .elementor-element.elementor-element-04cde54 {
		font-size: 12px !important;
	}
	.header_option ul li:not(:first-child)::before {
    	width: 5px;
    	height: 5px;
	}
	.header_option ul li {
	  padding-left: 12px;
	}
	
}