/*
Theme Name: klarity-horizons
Theme URI: http://localhost/klarity-horizons/
Author: Green Cubes
Author URI: http://localhost/klarity-horizons/
Description: My Site
Version: 6.7.1
Tags: bootstrap
*/
.certificates-flex .title h4 {
    line-height: 30px;
    font-weight: bold;
    color: #0b182a;
    margin-bottom: 15px;
    font-size: 21px;
    padding-top: 10px;
}

.certificates-block img {
    height: 300px;
    object-fit: scale-down !important;
}
/* new change */
.block-content {
    padding: 18px;
}
.block-bg {
	height:250px;
}
body.page-template-countries-we-serve .frame-design {
    background: #f8f9fa;
    border-radius: 5px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 6px;
}
.flag-title {
	padding: 10px 9px!important;
}
.flag-title h4 {
	font-size: 16px;
}
body.page-template-our-success-stories .home-cta-main {
	background-color:#F15A24;
}
body.page-template-our-success-stories .home-cta a {
	background-color:#1A4B2E;
}
/* new change */


.whatsapp-sticky img {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    object-fit: cover;
    z-index: 20;
}
.wpcf7-form-control-wrap {
    position: unset !important;
}
.home-about-flex.service-detail .home-about-right ul li, .detail-block ul li {
	list-style: none;
}
.header-links li.current-menu-item a {
	color: #f3812f;
}
body.page-template-contact-us .wpcf7-response-output {
    color: #fff;
}
span.check {
    color: #fff;
    font-size: 14px;
}
span.check input {
    height: 20px;
    width: 20px;
}

/* 12-08-25 */

.box-icon {
	min-width: 60px;
}
.recruitment-service .country-list {
    position: relative;
	margin-top: 20px;
}

/* Continuous vertical line for all items */
.recruitment-service .country-list::before {
    content: "";
    position: absolute;
    left: 53px; /* aligns with right edge of image (40px img width) */
    top: 0;
    bottom: 0;
    width: 2px;
    background: #000;
}

/* Each item layout */
.recruitment-service .country-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
}

/* Flag */
.recruitment-service .flag {
    position: relative;
    margin-right: 8px;
}

.recruitment-service .flag img {
    width: 47px;
    display: block;
}

/* Remove vertical line for last item */
.recruitment-service .country-item:last-child .flag .v-line {
    display: none;
}

/* Text section */
.recruitment-service .text-block {
    display: flex;
    align-items: flex-start;
}

/* Horizontal line from vertical to dot */
.recruitment-service .h-line {
    width: 30px;
    height: 2px;
    background: #444;
    margin-top: 12px;
}

/* Dot before the text */
.recruitment-service .dot {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    margin: 9px 10px 0 0;
}

/* Title styling */
.recruitment-service .content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

/* Paragraph styling */
.recruitment-service .content p {
    margin: 3px 0 0;
    line-height: 1.5;
}

.content {
    max-width: 1000px;
}

@media only screen and (min-width: 992px) {
ul.sub-menu {
    display: none !important;
    flex-flow: column;
    position: absolute;
    background-color: #ffffff;
    width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
	margin-top:0px !important;
	padding: 10px;
}
li.menu-item-has-children:hover > ul.sub-menu li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom:0px;
	padding-top:10px;
}
li.menu-item-has-children:hover > .sub-menu {
   border-top: 2px solid #F15A24;
}
    
li.menu-item-has-children:hover > ul.sub-menu li a{
	color:#0b182a;
}
li.menu-item-has-children:hover > ul.sub-menu li:hover a{
	color:#f15546;
}
li.menu-item-has-children:hover > .sub-menu {
	display: block !important;
}
li.menu-item-has-children {
	position:relative;
	padding-right: 15px;
}
.menu-item-has-children::before {
    position: absolute;
    content: "";
    background-image: url(images/down_arrow.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 8px;
    right: 0px;
    top: 10px;
    filter: invert(1);
}
.menu-item-has-children:hover::before {
    background-image: url(images/down_arrow_orange.webp);
    filter: invert(0);
}
}








/* media query start.. */
@media(max-width:1200px){
    .content {
    max-width: 900px;
}
}
@media(max-width:1200px){
    .content {
    max-width: 800px;
}
}

@media only screen and (max-width: 991px) {
	.search-code {
		top: 190%;
		right: -75px;
	}
	form.searchwp-form input.swp-input--search {
		min-width: 245px;
	}
	.submenu-toggle {
		display: inline-block;
		font-size: 15px;
		margin-left: 30px;
		cursor: pointer;
		transition: transform 0.3s;
		color: #181717;
		font-weight: 600;
		text-transform: uppercase;
	}

	.menu-item-has-children.submenu-open > .submenu-toggle {
		transform: rotate(180deg);
	}

	.mob-header .navbar-nav li a {
		text-transform: uppercase;
		color: #181717 !important;
		font-weight: 600;
		font-size: 15px;
		line-height: 20px;
		padding: 10px 0px;
		display: inline-block;
	}

	.mob-header ul.navbar-nav li {
		/*padding: 10px 0px;*/
		position: relative;
	}
	.mob-header .sub-menu li a{
		color: #20252d !important;
		font-weight: 400 !important;
		text-transform:capitalize !important;
	}
	.mob-header .sub-menu li{
		padding: 0px !important;
		padding-left:15px !important;
		border-bottom: 1px solid lightgray;
		
	}
	.mob-header .sub-menu li:last-child{
		border-bottom: unset !important;
	}
	.submenu-toggle img.submenu-icon {
		filter: invert(1);
		width: 14px;
	}
	li.menu-item-has-children .sub-menu {
		display: none;
/* 		padding-left: 15px; */
	}
	.woocommerce-account .woocommerce, .woocommerce-checkout .woocommerce {
        padding: 180px 0px 80px 0px;
    }
    .content {
        max-width: 700px;
    }
	
}

@media(max-width:890px){
        .content {
        max-width: 600px;
    }
}

@media(max-width:768px){
        .content {
        max-width: 500px;
    }
}

@media(max-width:600px){
        .content {
        max-width: 400px;
    }
}
@media(max-width:414px){
    .content {
        max-width: 255px;
    }
}
@media(max-width:385px){
    .content {
        max-width: 225px;
    }
}