/*
Theme Name: Saka Global Trade Child
Theme URI: https://sakaglobaltrade.com
Description: Child theme for Hello Elementor – Saka Global Trade
Author: Saka Global Trade
Author URI: https://sakaglobaltrade.com
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Custom CSS below */
.header-container,.footer-inner,.e-con-inner{
	max-width: 1360px !important;
    width: 90% !important;
    margin: auto !important;
}
.site-header{
padding: 0px !important;
flex-direction: column;
}

/************** top hedaer ****************/
.top-header-inner {
    display: flex;
    justify-content: space-between;
}
.top-right a i {
    font-size: 15px;
    color: #fff;
}

.top-header {
    background: #0a3152;
    height: 38px;
    display: flex;
}

.top-left a span {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
.top-left a i {
    font-size: 14px;
    color: #fff;
}

.top-left {
    display: flex;
    gap: 12px;
}
.top-right {
    display: flex;
    gap: 10px;
}
.header-inner {
    padding: 14px 0px;
	
}
.site-header:after{
	position: absolute;
	content: "";
	background-image: url("https://sakaglobaltrade.com/wp-content/uploads/2026/01/design-border-image-white.png");
	bottom: -9px;
	left: 0px;
	background-size: cover;
    width: 100%;
    height: 14px;
    background-repeat: round;
	z-index: 2;
}
.current-menu-item a{
color: #F18D21 !important;
}
/******** Banner Slider *********/

.banner-content {
   position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    width: 90%;
    max-width: 1360px;
    margin: auto;
	height: 100%;
}

.banner-slide {
    position: relative;
}
.banner-content h2 {
    color: #fff;
    font-size: 40px;
}

.banner-content p {
    color: #fff;
    font-size: 17px;
}

.banner-content a {
    background: #ee4b26;
    color: #fff;
    font-size: 15px;
    padding: 10px 26px;
    border-radius: 50px;
	width: fit-content;
}
.banner-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 56%;
}
.sn-about-img-col{
position: relative;
}
.sn-about-img-col:after{
content: "";
    position: relative;
    bottom: -151px;
    left: -52px;
    z-index: -1;
    opacity: 0.5;
    background: url(https://sakaglobaltrade.com/wp-content/uploads/2026/01/about-shape.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.sn-counter .elementor-counter-title {
    text-align: center;
}
.sn-why-chose-box h3,.sn-why-chose-box p{
	transition: 0.3s;
}
.sn-why-chose-box:hover h3,.sn-why-chose-box:hover p{
	color: #fff !important;
}


/******** Testimonilas ********/
.testimonial-wrap {
    display: flex;
    gap: 20px;
}

.testimonial-box {
    background: #5aacf11c;
    padding: 20px;
    border-radius: 15px;
}

.testimonial-content p {
    font-size: 15px;
    color: #080e14c7;
}

.testimonial-content {
    margin-top: 10px;
}

.testimonial-name {
    font-size: 17px;
    color: #333;
    font-weight: 500;
}

.testimonial-location {
    font-size: 14px;
}
/* .testimonila-slider .owl-nav.disabled {
    display: block !important;
}

.testimonila-slider button.owl-prev {
    position: absolute;
    top: 0px;
    left: -20px;
    height: 100%;
}

.testimonila-slider button.owl-next {
    position: absolute;
    top: 0px;
    height: 100%;
    right: -16px;
}

.testimonila-slider .owl-nav span {
    width: 40px;
    height: 40px;
    background: #0a3152;
    line-height: 38px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 100px;
    border:1px solid #e7e7e7;
    color: #fff;
} */


/********** Footer Section *************/

.footer-widgets {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 20px;
}
h3.footer-widget-title {
    font-size: 22px;
    font-weight: 500;
	color: #fff;
	margin-bottom: 10px !important;
}

.footer-widgets ul {
    list-style-type: none;
    padding: 0px;
}
.sn-footer-bg {
	background: #0a3152;
	padding-top: 50px !important;
	padding-bottom: 0px !important;
}
.footer-widget.footer-widget-1 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
}
.footer-widgets ul li a{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}
.sn-copy-right p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
}

.sn-copy-right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #ffffff57;
    padding: 15px 0px;
}
.sn-copy-right p a {
    font-size: 14px;
    color: #F18D21;
}
.footer-widget-col.footer-col-1 .site-logo a img {
	filter: brightness(0) invert(1);
}
.sn-input-flied input {
    border: 1px solid #0a315259 !important;
    border-radius: 5px;
    padding: 10px 11px !important;
    font-size: 14px !important;
}

.sn-textarea-flied textarea {
    border: 1px solid #0a315259;
    height: 120px;
    padding: 10px 11px !important;
    border-radius: 5px;
    font-size: 14px !important;
}



/* Overlay */
#contact-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Active overlay */
#contact-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup box */
#contact-popup {
	max-height: 555px;
    overflow: auto;
    background: #fff;
    max-width: 700px;
    width: 90%;
    padding: 30px;
    border-radius: 10px;
    position: relative;

    transform: translateY(30px) scale(0.95);
    transition: transform 0.4s ease;
}

/* Popup animation */
#contact-popup-overlay.active #contact-popup {
    transform: translateY(0) scale(1);
}

/* Close button */
#popup-close {
    position: absolute;
    top: -4px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
}
h4.form-popup-title {
    text-align: center;
    font-size: 30px;
}

.sn-header-btn button {
    color: #fff;
    background: #0a3152;
    border: 0px;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 15px;
    margin-left: 10px;
    transition: 0.3s;
}

.sn-header-btn button:hover {
    background: #f08922;
}
.sn-btn-flied input {
    padding: 9px 35px;
    background: #0a3152;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.sn-btn-flied p{
margin: 0px;
}
.sn-btn-flied input:hover{
background: #F18D21 !important;
}
.product-cat-box h3 {
    font-size: 19px;
    text-align: center;
	color: #333;
	margin: 0px;
	padding: 12px 5px;
}
.product-cat-box {
    border: 1px solid #0a31524a;
    border-radius: 10px;
    overflow: hidden;
}
.site-navigation ul.menu li ul{
	min-width: 260px !important;
	z-index: 3 !important;
	border-top: 2px solid #f18c21;
}
.sub-menu li a{
font-size: 14px !important;
	width: 100%;
}

.product-category-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

h3.product-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 3px;
}

p.product-desc {
    text-align: center;
    margin-bottom: 8px;
}

a.product-btn {
    text-align: center;
    font-size: 15px;
	color: #0a3152;
}
a.product-btn:hover{
color: #F18D21;
}
.product-box {
    text-align: center;
    border: 1px solid #0a315240;
    padding: 15px;
}

.product-img img {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
	border-radius: 10px !important;
    object-position: center;
}

.product-container {
    display: flex;
    gap: 30px;
    max-width: 1360px;
    margin: auto;
	width: 90%;
    padding: 30px 0px;
}

/* 70% Left */
.product-content {
    width: 70%;
}

/* 30% Right */
.product-sidebar {
    width: 30%;
}

/* Sticky Box */
.sn-sidebar-form{
   border-radius: 10px;
   box-shadow: 0 0 15px rgba(0,0,0,0.08);
   background: #fff;
	padding: 25px;
}
.sticky-box {
    position: sticky;
    top: 100px;    
    padding: 20px;
   
}

/* Product Image */
.product-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Product Title */
.entry-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Mobile Responsive */
@media (max-width: 900px) {
    .product-container {
        flex-direction: column;
    }
    .product-content,
    .product-sidebar {
        width: 100%;
    }
    .sticky-box {
        position: relative;
        top: 0;
    }
}

.sn-main-single-page{
background: #0a315217;
}
h6.sn-category-title a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
	width: 100%;
	display: inline-block;
}
.product-cat-title-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 30px;
}
h6.sn-category-title {
    background: #0a31521a;
    padding: 8px 10px;
    border-radius: 3px;
	    margin-bottom: 7px;
}
.product-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.product-content h3 {
    font-size: 23px;
}
h6.sn-category-title a:hover{
color: #F18D21;
}
.sn-info-conatct h3.elementor-image-box-title {
    margin: 0px;
}
.product-cat-box h3 a {
    color: #333;
}
.product-cat-box h3:hover a{
	color: #F18D21;
}
.banner-content a:hover{
background: #0a3152;
	color: #fff;
}

/********** Responsive Mobile ************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	.top-left a span {
    font-size: 13px;
}
.top-left a i {
    font-size: 12px;
}
.top-left {
    gap: 5px;
    width: 100%;
    justify-content: space-between;
}
	.top-right {
    display: none;
}
	.site-header:after{
		height: 6px;
		bottom: -5px;
	}
	.banner-inner-content{
		width: 100%;
	}
	.banner-inner-content p {
    display: none;
}
	.banner-content h2{
		font-size: 25px;
		font-weight: 600;
	}
	.banner-content a {
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    line-height: initial;
}
.banner-img img{
height: 200px !important;
object-fit: cover;
}
	.sn-about-img-col:after{
		display: none;
	}
	.footer-widgets {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0px;
}
	.product-category-wrapper{
		grid-template-columns: repeat(1, 1fr);
	}
	.product-image img {
		    height: 280px;
	}
	.product-box{
		border-radius: 10px;
	}
	.sticky-box{
padding: 0px;
	}
.site-navigation-dropdown ul.menu {
    width: 90% !important;
    border-top: 3px solid #0a3152;
    margin: auto !important;
    left: 0;
    right: 0;
}
	.site-navigation-dropdown ul.menu li a{
		padding: 15px !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.banner-inner-content p{
		display: none;
	}
	.banner-inner-content{
	width: 65%;
	}
	.footer-widgets {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
}
	.product-category-wrapper{
		grid-template-columns: repeat(2, 1fr);
}
	.product-image img {
		height: 330px;
	}
	.sticky-box{
padding: 0px;
	}
.site-navigation-dropdown ul.menu {
    width: 90% !important;
    border-top: 3px solid #0a3152;
    margin: auto !important;
    left: 0;
    right: 0;
}
}