/* 
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 */

/* page title hide  */
h1.entry-title {
    display: none !important;
}

/* This css uses a gradient color effect */
.gra-text h2 {
  background: linear-gradient(90deg, #2E3191, #EC1C24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-home-boder {
	border: 2px solid transparent;
    background: linear-gradient(#ffffff, #FFFAFA) padding-box, linear-gradient(90deg, #2E3191, #EC1C24) border-box !important;
}

.boder-gra {
  border: 2px solid transparent;

  background: 
    linear-gradient(#FFFAFA, #FFFAFA) padding-box,
    linear-gradient(90deg, #2E3191, #EC1C24) border-box;
}

.boder-gra-icon {
    background: linear-gradient(#FFFAFA, #FFFAFA) padding-box, linear-gradient(
212deg, #2E3191, #EC1C24) border-box;
}

.home-slider-dot .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: grid !important;
    gap: 4px;
}

.reviews-staging .elementor-testimonial__header {
    align-items: center;
}

.reviews-staging .swiper-slide {
    box-shadow: rgba(0, 0, 0, 0.15) 2.95px 4.95px 2.6px;
}

.reviews-staging .elementor-main-swiper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding: 10px 0;
}

/* 🔥 Gradient Border */
.counter-gra .elementor-counter-number-wrapper {
  background: linear-gradient(90deg, #2E3191, #EC1C24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ============================================= Table Border Style - Elementor Custom CSS Class: .table-boder ============================================= */

/* ===== ELEMENTOR TABLE - .table-boder ===== */

.table-boder,
.table-boder .elementor-widget-container,
.table-boder table {
  border-radius: 12px;
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
}

.table-boder th.elementor-repeater-item-6576bb9.dt-orderable-none {
    border-radius: 20px 0 0 20px !important;
}

.table-boder th.elementor-repeater-item-1a81479.dt-orderable-none {
	border-radius: 0px 20px 20px 0px !important;
}

.table-boder td.elementor-repeater-item-c320b0e.ekit_table_data_ {
    border-radius: 20px 0 0 20px;
}
.table-boder td.elementor-repeater-item-402a7c8.ekit_table_data_ {
    border-radius: 20px 0 0 20px;
}

.table-boder td.elementor-repeater-item-b9312d8.ekit_table_data_ {
    border-radius: 0px 20px 20px 0px;
}

.table-boder td.elementor-repeater-item-4dce448.ekit_table_data_ {
	 border-radius: 0px 20px 20px 0px;
}

.table-boder td.elementor-repeater-item-26b05b8.ekit_table_data_ {
	border-radius: 20px 0px 0px 20px;
}
.table-boder td.elementor-repeater-item-3d99195.ekit_table_data_ {
	border-radius: 0px 20px 20px 0px;
}

.table-boder {
    border: none;
}

.table-boder table thead tr,
.table-boder table thead tr th,
.table-boder .elementor-table-head tr {
  background-color: #2E3192 !important;
  color: #ffffff !important;
}

.table-boder table thead th,
.table-boder .elementor-table-head .elementor-table-cell {
  padding: 14px 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-align: left !important;
  border: none !important;
}

.table-boder table tbody tr:nth-child(odd),
.table-boder .elementor-table-body tr:nth-child(odd) {
  background-color: #ffffff !important;
}

.table-boder table tbody tr:nth-child(even),
.table-boder .elementor-table-body tr:nth-child(even) {
  background-color: #f0f0f5 !important;
}

.table-boder table tbody td,
.table-boder .elementor-table-body .elementor-table-cell {
  padding: 16px 20px !important;
  font-size: 14px !important;
  color: #333333 !important;
  vertical-align: middle !important;
  border: none !important;
  border-bottom: 1px solid #e5e5ee !important;
}

.table-boder table tbody td:first-child,
.table-boder .elementor-table-body .elementor-table-cell:first-child {
  font-weight: 700 !important;
  color: #111111 !important;
}

.table-boder table tbody tr:last-child td,
.table-boder .elementor-table-body tr:last-child .elementor-table-cell {
  border-bottom: none !important;
}

.table-boder .elementor-table-text {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.timeline-bg .elementor-icon-box-content {
    display: flex;
    align-items: center;
}
.contact-form-bg {
    background-color: #2E319133;
    border: 1px solid transparent;
    border-radius: 12px;
    background-clip: padding-box;
    position: relative;
}

.contact-form-bg input {
    border-radius: 10px !important;
    margin-top: 6px;
}

.contact-form-bg label {
    font-family: 'Poppins';
    font-size: 13px !important;
    font-weight: 500 !important;
}

.contact-form-bg textarea {
    border-radius: 10px !important;
    margin-top: 6px;
}

.contact-form-bg::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(135deg, #E8617A, #2E3191);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, 
                  linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

/* Form Container */
.contact-form-bg .wpcf7 {
    padding: 20px;
}

/* Labels */
.contact-form-bg .wpcf7 label {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a2e;
    margin-bottom: 6px;
    display: block;
}

/* Required star */
.contact-form-bg .wpcf7 .wpcf7-not-valid-tip,
.contact-form-bg label .required,
.contact-form-bg .wpcf7 abbr[title] {
    color: #E8192C;
    font-weight: 700;
}

/* All Input Fields */
.contact-form-bg .wpcf7 input[type="text"],
.contact-form-bg .wpcf7 input[type="email"],
.contact-form-bg .wpcf7 input[type="tel"],
.contact-form-bg .wpcf7 textarea {
    width: 100%;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 14px 18px;
    font-size: 14px;
    color: #999999;
    outline: none;
    box-shadow: none;
    margin-bottom: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

/* Placeholder */
.contact-form-bg .wpcf7 input::placeholder,
.contact-form-bg .wpcf7 textarea::placeholder {
    color: #aaaaaa;
    font-size: 14px;
}

/* Textarea / Comments */
.contact-form-bg .wpcf7 textarea {
    height: 89px !important;
    resize: vertical;
}

/* Focus State */
.contact-form-bg .wpcf7 input:focus,
.contact-form-bg .wpcf7 textarea:focus {
    border: 1.5px solid #2E3191;
    outline: none;
}

/* Submit Button */
.contact-form-bg .wpcf7 input[type="submit"] {
	background-color:#2E3191;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 14px 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    margin: 10px auto 0;
    transition: opacity 0.3s ease;
}
.contact-form-bg .elementor-button {
	border-radius: 50px !important;
	margin-top: 15px;
	min-height: 41px !important;
}

.contact-form-bg input::placeholder {
    color: #C8C4C4 !important;
}

.contact-form-bg textarea::placeholder {
    color: #C8C4C4 !important;
}

.contact-form-bg .wpcf7 input[type="submit"] {
    display: block;
    margin: 10px auto 0;
}

.contact-form-bg .wpcf7 .wpcf7-submit {
    display: block !important;
    margin: 10px auto 0 !important;
}
.contact-form-bg .wpcf7 form p:last-of-type {
    text-align: center !important;
}
.contact-form-bg .wpcf7 form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wpcf7-submit {
    background-color: #2E3191 !important;
    font-family: 'Poppins';
    font-size: 13px !important;
}

/* Button Hover */
.contact-form-bg .wpcf7 input[type="submit"]:hover {
    opacity: 0.9;
}

.offshore-border{
	position:relative;
}

.offshore-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    background-color: #EC1C24B2;
    height: 100%;
    z-index: 1;
}

.offshore-counter{
	position:relative;
}

.offshore-counter::after {
    content: '';
    position: absolute;
    top: 50px;
    right: 0px;
    width: 7px;
    background-color: #ECE7E7;
    height: 141px;
    z-index: 1;
}

p.elementor-icon-box-description {
	position: relative;
}

.bookeepin-bg p.elementor-icon-box-description::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 1px;
    background-color: #2E3191;
    top: -7px;
    left: 41.9%;
    right: 0;
}

.saudi-arabia-icon-bg h3.elementor-icon-box-title {
    padding-top: 0 !important;
    margin-top: 0;
}

.step-boder::after {
    content: "";
    height: 130px;
    width: 1px;
    background-color: #C6BDBD;
    position: absolute;
    margin-right: 8px;
}

.abhu-dhabi-text strong {
    font-weight: 700;
}

.rak-icon-list-bg {
    position: relative;
    border-top: none !important;
}

.rak-icon-list-bg::after {
    content: '';
    position: absolute;
    top: 0.1px;
    right: 14px;
    background: #ffffff;
    width: 240px;
    height: 1px;
}
.blog-list .elementor-pagination .page-numbers{
	border-radius: 5.48px;
	background: #f0f4f9;
	width: 24px;
	height: 24px;
	display: inline-grid;
	justify-content: center;
	padding: 1px;
	box-shadow: 0px 2.19px 4.38px 0px rgba(0, 0, 0, 0.25);
}
.blog-list .elementor-pagination span.prev ,.blog-list .elementor-pagination span.next{
	display:none;
}
.blog-list .elementor-pagination .prev,.blog-list .elementor-pagination .next{
	background: transparent;
	width: auto;
    height: auto;
	box-shadow: none;
	}
.recent-blog-post .elementor-posts .elementor-post:last-child{
    border-bottom: 0 !important;
}
.blog-category [data-filter="uncategorized"]{
	display:none;
}
.blog-category .e-filter-item::before{
    content: "•";
    margin-right: 8px;
}
.trusted-counter .elementor-counter-number{
	display:none;
}
.mega-menu-link,.mega-menu-item{
	font-family: "Poppins", Sans-serif !important;
	font-weight: 500 !important;
}
.mega-sub-menu .mega-menu-link {
line-height: 20px !important;
}
.max-mega-menu > .mega-menu-item > .mega-sub-menu {
	max-height: 400px !important;
	overflow-y: auto !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
	content: "\e994" !important;
	font-family: elementskit !important;
	font-size:11px;
}
li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
	border-radius: 0px !important;
}
@media (max-width: 1024px) {
.bookeepin-bg p.elementor-icon-box-description::before {
	left: 47.5%;
}
}
@media (max-width: 767px) {
  .table-boder table thead th,
  .table-boder table tbody td {
    padding: 10px 12px !important;
    font-size: 13px !important;
  }
	
  .step-boder::after {
	 height: 250px;	
  }
	.bookeepin-bg p.elementor-icon-box-description::before {
	left: 43.5%;
}
	.hm-table{
		overflow:scroll;
	}
.offshore-counter::after {
	opacity: 0;
}
	.reviews-staging .elementor-testimonial__content,.reviews-staging .elementor-testimonial__header{
		padding-left: 10px !important;
  		padding-right: 10px !important;
	}
}