/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.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
*/

/* Contact Us CSS Start */
.contact-us-wrapper .wpcf7-form .wpcf7-form-control {
    border-radius: 8px;
    padding: 10px 30px 10px 14px;
}

.contact-us-wrapper label {
    margin-bottom: 5px;
}

.contact-us-wrapper .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}

.contact-us-wrapper .form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.contact-us-wrapper .form-row {
    display: flex;
    flex-wrap: wrap;
}

.contact-us-wrapper .form-column {
    flex: 0 calc(50% - 20px);
    /* Two columns on desktop */
    margin-right: 20px;
}

@media (max-width: 768px) {
    .contact-us-wrapper .form-column {
        flex: 1 1 100%;
        /* Single column on mobile */
    }
}

.contact-us-wrapper .form-full-width {
    width: 100%;
    margin-right: 20px;
}

.contact-us-wrapper label {
    display: block;
    margin-bottom: 8px;
}

.contact-us-wrapper [text*],
.contact-us-wrapper [email*],
.contact-us-wrapper [tel*],
.contact-us-wrapper [textarea],
.contact-us-wrapper [submit] {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact-us-wrapper .wpcf7-form-control.wpcf7-submit{
	padding: 10px 30px 10px 30px;
	border-radius:50px;
	border-color:#0E1A4A;
	width:100%;
}
.contact-us-wrapper .wpcf7-form-control.wpcf7-submit:hover{
	background-color:#fff;
	color:#0E1A4A;
}

.contact-us-wrapper .required {
    color: #c00;
}

@media (max-width: 768px) {

    .contact-us-wrapper .form-full-width,
    .contact-us-wrapper .form-column {
        margin-right: 0;
    }
}


.copyright a:hover{
	color:#fff;
}

.page-id-23 .elementor-482 .elementor-element{
    margin-top: 0;
}
.page-id-23 .elementor-482 .elementor-element.elementor-element-f4094a8{
	display:none;
}
.recaptcha .wpcf7-form-control{
	padding:0 !important;
}


/* Contact Us CSS End */

/* Main Menu CSS Start */
@media(max-width:1024px) {
	#menu-1-e6f08fd:before{
		display:none;
	}
    #menu-1-e6f08fd {
        position: fixed;
        right: 0;
        background: #fff;
        box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.2);
		width: 100%;
    }
	.hfe-nav-menu__layout-horizontal{
		top: 165% !important;
	}
	
}

@media(max-width:767px) {
    #menu-1-e6f08fd {
        width: 100%;
    }
	
}

@media(max-width:576px) {
    #menu-1-e6f08fd {
        width: 100%;
    }
	.hfe-nav-menu__layout-horizontal{
		top: 141% !important;
	}
}
@media(max-width:480px) {
 .hfe-nav-menu__layout-horizontal {
    top: 129% !important;
  }
}
@media(max-width:375px) {
 .hfe-nav-menu__layout-horizontal {
    top: 120% !important;
  }
}

.hfe-nav-menu .menu-item.current-menu-item.hfe-button-wrapper a.hfe-menu-item{
	background-color:#FC1520 !important;
	color:#fff !important;
}
/* Main Menu CSS End */






/* Product Listing CSS Start */
.products-listing ul:before{
	display:none;
}
.products-listing ul {
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  gap: 20px!important;
  padding: 0!important;
	-webkit-box-pack: start!important;
    -ms-flex-pack: unset!important;
    -webkit-justify-content: flex-start!important;
    -moz-box-pack: unset!important;
    justify-content: flex-start!important;
}

.products-listing ul li {
	    background: #f9f9f9;
    border: 1px solid #e6e5e5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  flex: 1 1 calc(100% - 20px); /* Full-width on small screens */
  max-width: calc(100% - 20px);
}

@media (min-width: 600px) {
  .products-listing ul li{
    flex: 1 1 calc(50% - 20px); /* Two columns on medium screens */
    max-width: calc(50% - 20px);
  }
}

@media (min-width: 900px) {
  .products-listing ul li {
    flex: 1 1 calc(33.333% - 20px); /* Three columns on large screens */
    max-width: calc(33.333% - 20px);
  }
}
/* Product Listing CSS End */

/* Blog detail CSS Start */
/* Root Variables */
:root {
  --primary-color: #0E1A4A;
  --secondary-color: #FC1520;
  --text-color: #707070;
  --bg-color: #fff;
  --border-color: #e0e0e0;
  --font-family: "Roboto", Sans-serif;
  --max-width: 1200px;
	--black: #000;
}
.single *{
	font-family: var(--font-family);
}
.single main{
	padding-bottom:100px;
}
.single .hfeed{
	overflow:hidden;
}


.single p{
	font-size: 16px;
    font-weight: 400;
	line-height: 1.5em;
	color:var(--black);
}
.single ul{
	margin-bottom:20px;
}
.single li{
	font-size: 16px;
	line-height:1.4;
	    margin: 0 0 5px;
	color:var(--black);
}
.single p a{
	font-weight:bold;
}
.single .site-main  figure.wp-block-image{
	border: 1px solid #FC1520;
    border-radius: 30px;
	overflow:hidden;
}

.single table{
	font-size: 16px;
	color:var(--black);
  
}
.single .site-main img{
	width:100%;
}


.single footer p{
	color:#fff;
	
}
footer p{
margin-bottom:0;	
}

.single .cta-section{
	border-radius: 1rem;
    padding: 2rem;
}
.single .cta-section .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{
	    border-radius: 16px !important;
    padding: 0.8rem 1.5rem;
}
@media(max-width:767px){
	.single  .cta-section  .has-large-font-size{
		font-size: 24px !important;
	}
}



/* Blog Content */
.blog-content {
  font-size: 1.05rem;
  color: var(--text-color);
}

.single h2,
.single h3 {
  color: var(--primary-color);
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}

.single p {
  margin-bottom: 1rem;
}



.single a {
  color: var(--secondary-color);
  text-decoration: none;
}

.blog-content a:hover {
  text-decoration: underline;
}

.single .hero-section {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 170px;
    padding-bottom: 50px;
    background-color:#0E1A4A;
	margin-bottom: 30px;
}
@media(max-width:767px){
	.single .hero-section{
		padding-top: 50px;
	}
}
.single .hero-section * {
    color: #fff;
}
.single .hero-section a:hover .categories{
	color:#FC1520;
}

.single .hero-section:after {
    content: "";
    background-color: #0E1A4A;
    position: absolute;
    right: -100%;
    left: auto;
    top: 0;
    bottom: 0;
    width: 100%
}

.single .hero-section:before {
    content: "";
    background-color: #0E1A4A;
    position: absolute;
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 100%;
}

.single .hero-section .author {
    font-size: 14px;
    font-style: italic;
}

.single .hero-section .author-description p {
    font-size: 14px;
}

.right-col img {
    border: 2px solid #d7dbfd;
    border-radius: 16px;
    overflow: hidden;
}

.single .hero-section .author-bio {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.author-avatar {
    min-width: 50px !important;
}

.author-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    object-position: top center;
}

@media(min-width: 992px) {
    .single .hero-section {
        flex-direction:row;
    }
}

.single .hero-section .column {
    flex: 1;
}

.hero-section .categories {
    line-height: 1.5;
    position: relative;
    margin-bottom: 10px;
    display: block;
}

.hero-section .categories a:hover {
    color: #FFF;
}
.archive .hfeed{
	overflow:hidden;
}
.archive .page-header{
	background-color: #0E1A4A;
    color: #fff;
    padding-top: 170px;
	padding-bottom: 20px;
	position:relative !important;
}
@media(max-width:797px){
	.archive .page-header{
		padding-top: 20px;
	}
}
.archive .page-header h1{color: #fff;}
.archive .page-header:after {
    content: "";
    background-color: #0E1A4A;
    position: absolute;
    right: -100%;
    left: auto;
    top: 0;
    bottom: 0;
    width: 100%
}

.archive .page-header:before {
    content: "";
    background-color: #0E1A4A;
    position: absolute;
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 100%;
}

.archive a{
	color:#0E1A4A;
}
.archive a:hover{
	color:#FC1520;
}
.archive .site-main{margin-bottom: 50px;}
/* Blog detail CSS End */
/* CTA section CSS Start  */ 
.cta-section{
	padding:20px;
	background:#f56800;
	line-height: 1.2;
	background: linear-gradient(10deg, #0e1a4a, #fc1520);
}

.cta-section .wp-block-column {
	background-color: transparent !important;
}
.cta-section p{
	line-height: 1.2 !important;
	margin-bottom:15px !important;
}
.cta-section p strong{
	font-weight: 400;
	line-height: 1.2 !important;
	margin-bottom:15px !important;
}
.cta-section .wp-block-buttons .wp-block-button{
	width:auto !important;
}
.cta-section .wp-block-buttons .wp-block-button a{
	text-decoration:none;
	color:#FC1520!important;
}
.cta-section .wp-block-buttons .wp-block-button a:hover{
	background-color:#0e1a4a !important;
	color:#fff !important;
}
@media(max-width:767px){
	.cta-section p:first-child {
		    font-size: 20px;
	}
}
/* CTA section CSS End */ 
/* Header CSS Start */

#masthead {
    position: fixed !important;
    top: 0;
    width: 100%;
    
}
@media(max-width:1024px){
	#masthead {
		box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.1);
	}
}

/* 
@media(max-width:767px) {
    #content {
        margin-top: 103px;
    }
}

@media(max-width:576px) {
    #content {
        margin-top: 100px;
    }
} */

/* Pagination CSS start */
.rt-pagination .pagination-list > .active > a, .rt-pagination .pagination-list > .active > a:focus, .rt-pagination .pagination-list > .active > a:hover, .rt-pagination .pagination-list > .active > span, .rt-pagination .pagination-list > .active > span:focus, .rt-pagination .pagination-list > .active > span:hover{
	background-color:#0E1A4A;
}
.rt-pagination .pagination-list > li > a:focus, .rt-pagination .pagination-list > li > a:hover, .rt-pagination .pagination-list > li > span:focus, .rt-pagination .pagination-list > li > span:hover{
	background-color:#0E1A4A;
}





/* New Header Menu CSS Start */
.main-header-new {
	position:relative;
	background:transparent !important;
}

.main-menu-container .main-nav .hfe-nav-menu{
	width:100%;
	margin-bottom:0;
}
.main-menu-container .hfe-nav-menu__layout-horizontal{
	width:100% !important;
}
.main-header-new .hfe-nav-menu ul li{
	margin-bottom:0;
}
@media(max-width:1024px){
	.home  #content{
		    margin-top: 78px;
	}
	 #content{
		    margin-top: 78px;
	}
.main-header-new .hfe-nav-menu ul {
    margin: 0 12px;
    width: calc(100% - 24px) !important;
    border-radius: 14px;
    overflow: hidden;
}
	.hfe-site-logo{
		max-width:160px;
	}
	
	.main-header-new .hfe-nav-menu__layout-horizontal{
		background-color:transparent !important;
	}
.main-header-new ul.hfe-nav-menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
}
	.sub-menu {
		max-height:340px;
		overflow:auto !important;
	}

	
}


@media(min-width:1024px){
	.fixed-header{
		background-color:#fff;
		box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.1);
		z-index:10;
		/*overflow:hidden;*/
	}
	.fixed-header .header-top{
		background-color: #0E1A4A;
		position:relative;
	}
	
	.fixed-header .header-top:after {
		content: "";
		background-color: #0E1A4A;
		position: absolute;
		right: -100%;
		left: auto;
		top: 0;
		bottom: 0;
		width: 100%
	}

.fixed-header .header-top:before {
    content: "";
    background-color: #0E1A4A;
    position: absolute;
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 100%;
}
}
@media(min-width:1200px){
	.fixed-header .main-menu-container{
		padding-left:0;
		padding-right:0;
	}
}

/* New Header Menu CSS End */
.product-card a{
	display:block;
	text-decoration:none !important;
}
@media(min-width:1024px){
	.sticky-section {
		position: sticky;
		top: 140px;
	}

}

.rt-tpg-container .rt-holder .rt-detail{
	padding: 15px;
    height: 100%;
}

.tpg-el-main-wrapper .rt-holder .post-footer{
	margin-top:auto;
	margin-bottom: 0;
}



/* Row colors */

.align-middle{
	vertical-align:middle;
}
.fw-semibold{
	font-weight:bold;
}
.text-center th, .text-center td{
	text-align:center !important;
}




/* === TABLE WRAPPER === */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

/* The .table class (Bootstrap alternative) */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
	font-family:var(--font-family);
}

/* === MAIN TABLE STYLING === */
.main_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 15px;
  min-width: 600px;
}

/* Header row styling */
.mainrow {
  background-color: #f7f7f7;
  color: #000;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}


/* Table rows */
.row1,
.row2 {
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
}

/* Alternating row colors */

.row2 {
  background-color: #ffffff;
}

/* Table cells */
.main_table td,
.main_table th {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
  line-height: 1.5;
	color:#000;
}

/* Hover effect */
.main_table tr:hover td {
  background-color: #f1f7ff;
}

/* First column emphasis */

/* === Optional — Improve scrollbar appearance === */
.table-responsive::-webkit-scrollbar {
  height: 8px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.main_table ul {
  list-style-type: disc;
  margin: 0;
  padding-left: 1.5rem;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* prevents columns from squishing too much */
}
/* === RESPONSIVE DESIGN === */
@media screen and (max-width: 768px) {
  .main_table {
    font-size: 14px;
  }

  .main_table td,
  .main_table th {
    padding: 6px;
  }

  .mainrow {
    font-size: 14px;
  }
}
@media(max-width:576px){
	.mx-w-300 table{
		min-width:300px;
	}
	.table-block-mobile{
		min-width:auto;
	}
	.table-block-mobile tr, .table-block-mobile th, .table-block-mobile td{
		display: block;
		width:100%;
	}
}

/* Table CSS End */


/* Fixed Button Styles Start */
.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -20px;
    transform: translateX(100%) translateY(-50%);
    transition: transform 0.4s ease;
    z-index: 9999;
	padding-right:20px;
}

/* Slide IN */
.sidebar-contact.open {
    transform: translateX(0) translateY(-50%);
	
}

/* Card UI */
.floting--btn {
    position: relative;
    background: #FC1520;
    border-radius: 16px 0 0 16px;
    padding: 25px 20px;
    width: 280px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
	
}

/* Close button */
.sidebar-close {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 32px;
    height: 32px;
    background: #0d1b4c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Text */
.cta-content {
    text-align: center;
}

.btn-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Button */
.sidebar-btn {
    display: inline-block;
    
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 50px;
    text-decoration: none;
}
.cta-content a {
	background: #0d1b4c;
}
/* Default hidden */
.cta-content-vertical {
    position: fixed;
    top: 50%;
    right: -1px;
	transform: translateX(100%) translateY(-50%);
    transition: transform 0.4s ease;
    z-index: 9999;
    background: #FC1520;
    padding: 15px 8px 15px 8px;
    border-radius: 8px 0 0 8px;
	
}
.cta-content-vertical a {
	    padding: 8px 12px;
}
.sidebar-contact.open .floting--btn {
	 animation: smoothWave 3s ease-out infinite !important;
}

/* Vertical text */
.cta-content-vertical .btn-text {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	margin: auto;
}
.show-vertical.vertical-open {
	animation: smoothWave 3s ease-out infinite ;
}

/* Show vertical (slide in) */
.cta-content-vertical.vertical-open {
     transform: translateX(0) translateY(-50%);
}

/* Smooth Wave Effect Animation */
@keyframes smoothWave {
    0% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
                    0 0 0 0 rgba(252, 21, 32, 0.7),
                    0 0 0 0 rgba(252, 21, 32, 0.5);
    }
    15% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
                    0 0 0 8px rgba(252, 21, 32, 0.6),
                    0 0 0 3px rgba(252, 21, 32, 0.5);
    }
    30% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
                    0 0 0 16px rgba(252, 21, 32, 0.4),
                    0 0 0 10px rgba(252, 21, 32, 0.5);
    }
    45% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
                    0 0 0 24px rgba(252, 21, 32, 0.2),
                    0 0 0 18px rgba(252, 21, 32, 0.4);
    }
    60% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
                    0 0 0 32px rgba(252, 21, 32, 0.1),
                    0 0 0 26px rgba(252, 21, 32, 0.3);
    }
    75% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
                    0 0 0 40px rgba(252, 21, 32, 0),
                    0 0 0 34px rgba(252, 21, 32, 0.15);
    }
    100% {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2),
                    0 0 0 0 rgba(252, 21, 32, 0),
                    0 0 0 42px rgba(252, 21, 32, 0);
    }
}

.page-id-23 .floting--btn{
	display:none !important;
}
.page-id-23 #footer-cta {
	display:none !important;
}
/* Fixed Button Styles End */

/*contact us captcha start*/

.math-captcha-container
p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0 10px 0;
	position:relative;
}
#math-question {
    font-weight: bold;
    min-width: 90px;
    font-size: 20px;
    text-align: center;
    line-height: 2.4;
}
.math-captcha-container .wpcf7-form-control-wrap {
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.math-captcha-container .elementor-invisible {
	display:none;
}
.refresh-captcha {
    display: flex !important;
    border: 1px solid #666666 !important;
    cursor: pointer !important;
    padding: 10px 10px !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #000 !important;
}
.wpcf7-spinner {
	    background-color: #fc1520;
	    width: 40px;
    height: 40px;
	    margin: 10px auto 0px auto;
	    margin-left: 50%;
    transform: translateX(-50%);
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 8px;
    left: 8px;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    transform-origin: 12px 12px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.wpcf7 form .wpcf7-response-output {
	margin:0;
}
.form-full-width p {
	margin:0;
}
.contact-us-wrapper .wpcf7-form-control.wpcf7-submit {
	margin-top:15px;
}
/*contact us captcha end*/

/*Mobile Footer CTA Start*/
.footer-cta .elementor-button-text span {
	color:#0e1a4a;
	animation-iteration-count: infinite;
    animation-name: btn_shake;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-delay: 0;
    animation-play-state: running;
	display: inline-block;
}
@keyframes btn_shake {
    0% {
        transform: scaleX(1)
    }

    2.5%,
    5% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    12.5%,
    17.5%,
    22.5%,
    7.5% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    10%,
    15%,
    20% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    25%,
    to {
        transform: scaleX(1)
    }
}
#footer-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

    transform: translateY(100%); /* hidden below */
    transition: transform 0.4s ease;

    z-index: 9;
}

/* Show */
#footer-cta.cta-open {
    transform: translateY(0);
}
@media screen and (max-width: 768px) {
.page-id-23 .e-con-inner {
	padding-bottom:20px !important; 
}	
}

/*Mobile Footer CTA End*/


/* New CSS */


.link-list a{
	width:auto !important;
}
.link-list a:hover span{
	color:#0E1A4A;
}

.footer-products-links a{
	width:auto !important;
}
.footer-products-links a:hover span{
	color:#FC1520 !important;
}

.page-content p a, .page-content a{
	color:#0E1A4A;
}

.page-content p a:hover, .page-content a:hover{
	color:#FC1520;
}

.home-hero-section p a{
	color:#fff;
}
.home-hero-section p a:hover{
	color:#FC1520;
}

.copyright p a{
	font-weight:400 !important; 
}
.tpg-excerpt-inner a{
	color:#0E1A4A;
}

.tpg-excerpt-inner a:hover{
	color:#FC1520;
}

.elementor-image-box-title a{
	text-decoration:none;
}
/* New CSS */