p, a, span, ul, li, h3{margin: 0; padding: 0; margin-block-end: 0;}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Black.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Bold.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Light.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Medium.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Regular.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Thin.woff2') format('woff2'),
        url('/wp-content/themes/hello-elementor-child/fonts/Outfit-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

#about_us .e-con-inner{
    align-items: end;
}
.siteLogo a{
	display: inline-block;
}
/* .service_card_hover {
    display: none;
  }
  .service_card:hover .service_card_heading{
    display: none;
  }
.service_card:hover .service_card_hover{
    display: block;
    background: transparent linear-gradient(180deg, #11171F00 0%, #11171FA5 0%, #11171F 100%) 0% 0% no-repeat padding-box;
    transform: translateY(-40px);
    opacity: 0.85;
    transition: top 0.4s ease-in-out;
} */

.contac_us .frm_style_formidable-style.with_frm_style .frm_error{
	color: #fff;
}
.service_card{
	position: relative;
	overflow: hidden;
}
.service_card:hover:after {
    content: "";
}
.service_card:after {
    content: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent linear-gradient(180deg, #11171f00, #11171f) 0 0 no-repeat padding-box;
    border-radius: 25px;
}

.service_card h2, p{
	transition: all .6s ease-in-out;
}
.service_card p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 100;
    padding: 0 15px 0 0;
    position: absolute;
    left: 40px;
    top: 180px;
    z-index: 1;
    transform: translateY(150px);
    transform-origin: 50% 100%;
    opacity: 0;
}
.service_card:hover p {
    top: 180px;
    transform: translateY(0);
    opacity: 1;
}
.service_card h2 {
    font-size: 64px;
    line-height: 68px;
    font-weight: 400;
    position: absolute;
    left: 40px;
    top: auto;
	bottom: 0;
    z-index: 1;
}
.service_card .service_card_hover{
	height: 100%;
	position: relative;
	z-index: 9;
}
.service_card:hover h2 {
    bottom: 70%;
}
.service_card .service_card_hover .elementor-widget{
	position: static;
}
.service_card .service_card_hover .elementor-button{
	position: absolute;
    bottom: 0px;
    left: 40px;
    opacity: 0;
	transition: all .6 ease-in-out;
}
.service_card:hover .service_card_hover .elementor-button{
	 bottom: 60px;
	opacity: 1;
}

.contac_us .frm_style_formidable-style.with_frm_style .frm_submit button{background-color: #ffffff00;}

.dashed-shape{
	position: relative;
}
.dashed-shape:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/04/lines.png);
    width: calc(100% - 520px);
    height: 190px;
    top: -10px;
    left: 260px;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: -1
}
.dashed-shape {
    margin-top: 48px;
}
.card-wrap img{
	margin-bottom: 16px;
}
.contac_us_page .with_frm_style .frm_inside_container > input, .contac_us_page .with_frm_style .frm_inside_container > select, .contac_us_page .with_frm_style .frm_inside_container > textarea {
    display: block;
    border: 1px solid gray;
}
.contac_us_page .with_frm_style .frm_inside_container > input{
	padding: 15px 12px;
}
.contac_us_page .with_frm_style .frm_inside_container > label{top: 25px !important}
.page-id-710 .with_frm_style .frm_inside_container.frm_label_float_top > label{color: #fff;}
.contac_us_page .with_frm_style .frm_inside_container.frm_label_float_top > label{top: 0 !important;}
.contac_us_page .with_frm_style .frm_inside_container > input:focus, .contac_us_page .with_frm_style .frm_inside_container > select:focus, .contac_us_page .with_frm_style .frm_inside_container > textarea:focus{
	 border: 1px solid gray !important;
}
.contac_us_page .frm_submit{
	text-align: left;
}
.contact_us_page #field_ypykj{
	float: left;
}
.contac_us_page .frm_button_submit{
	border:1px solid #007BBA !important;
	color: #007BBA !important;
	border-radius: 8px !important;
}
.contac_us_page .frm_button_submit:hover{
	color: #fff !important;
	background-color: #007BBA !important;
}
#rates_slider_content .cs-testimonial-wrapper .slick-arrow{
	top: 110%;
}
@media(max-width: 1640px){
	.dashed-shape::after {
		width: calc(100% - 390px);
		height: 130px;
		top: 25px;
		left: 200px;
	}
	.service_card_hover h2 {
    font-size: 32px !important;
}
	.service_card:hover p {
    top: 120px;
}
	.service_card p {
    font-size: 17px;
    line-height: 22px;
}
	.service_card:hover .service_card_hover .elementor-button{
	 bottom: 20px;
}
	.service_card{
		min-height: 380px;
	}
}
@media(max-width: 1024px){
	.dashed-shape::after{
		display: none;
	}
}
@media(max-width: 991px){
	.service_card{
		width: 100%;
	}
	.service_card .service_card_hover {
    height: 100%;
    position: relative;
    z-index: 9;
    flex: auto;
}
	.service_card_hover h2 {
    font-size: 32px !important;
}
}
@media(max-width: 767px){
    #home_banner{
        background-size: cover;
        background-position: center;
    }

}
@media(max-width: 480px){
    #home_banner #banner_content{
        position: relative;
        top: 100px;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 60%;
        margin: 0 auto;
    }
			.service_card_hover h2 {
		font-size: 24px !important;
	}
	    .service_card {
        min-height: 300px;
    }
	    .service_card:hover p {
        top: 45px;
        font-size: 14px;
        line-height: 20px;
        left: 10px;
    }
	.service_card .service_card_hover .elementor-button {
    left: 10px;
}
	.service_card h2, .service_card p { left: 10px;}
	.service_card:hover .service_card_hover .elementor-button {
        bottom: -5px;
    }
.service_card:hover h2 {
    bottom: 80%;
    left: 10px;
}
}

/* new css */

.main-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 1150px;
  margin: 0 auto;
}
.main-box .custom-table {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.main-box .table-container {
  display: flex;
  gap: 60px;
  justify-content: center;
  position: relative;
}

.main-box .custom-table {
  flex: 1 1 400px;
  border-radius: 8px;
}

.main-box .divider {
  position: relative;
}

.main-box .divider::after {
  position: absolute;
  content: "";
  background-color: #707070;
  opacity: 0.3;
  width: 1px;
  height: 100%;
  top: 0;
  right: -30px;
  z-index: 1;
}

.main-box .table-header {
  background: #0386c4;
  color: white;
  text-align: center;
  padding: 17px 0;
  font-weight: 600;
  font-size: 26px;
  border: 1px solid #007bba;
  opacity: 1;
}

.main-box table {
  width: 100%;
  border-collapse: collapse;
	margin-bottom: 0;
}

.main-box th,
.main-box td {
  text-align: center;
  padding: 21px 10px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  color: #000000;
}

.main-box th {
  color: #007bba;
  font-size: 20px;
  font-weight: 600;
}

.main-box td:nth-child(even),
.main-box th:nth-child(even) {
  background-color: #f2fbfd;
}
.video-wrapper{
	position:relative;  
	width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 8px; 
    overflow: hidden;
	cursor: pointer;
}
.video-wrapper .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178deg, #000000 0%, #626262 56%, #FFFFFF78 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
}
.video-wrapper>img{
	position:absolute; 
	top:50%; 
	left:50%; 
	transform:translate(-50%, -50%); 
	width:64px; 
	height:64px;
	z-index: 1;
}

/* responsive */

@media (max-width: 1780px) {
  .main-box .table-header {
    color: #fff;
    padding: 14px 0;
    font-size: 24px;
  }

  .main-box th {
    color: #007bba;
    font-size: 18px;
    font-weight: 600;
  }

  .main-box th,
  .main-box td {
    padding: 18px 8px;
    font-size: 17px;
  }
}

@media (max-width: 1600px) {
  .main-box .table-header {
    color: #fff;
    padding: 12px 0;
    font-size: 23px;
  }

  .main-box th {
    color: #007bba;
    font-size: 17px;
    font-weight: 600;
  }

  .main-box th,
  .main-box td {
    padding: 12px 10px;
    font-size: 16px;
  }
	.video-wrapper {
    height: 200px;
}
}

@media (max-width: 1367px) {
   .main-box th,
  .main-box td {
    padding: 10px 8px;
  }
	       .main-box th, .main-box td {
        padding: 8px 8px;
        font-size: 14px;
    }
	    .main-box .table-header {
        color: #fff;
        padding: 6px 0;
        font-size: 18px;
    }
}

@media (max-width: 1280px) {
  .main-box {
    max-width: 1070px;
  }
	.main-box .table-container {
  flex-wrap: wrap;
}
}

@media (max-width: 1199px) {
  .main-box {
    max-width: 920px;
  }

  .main-box th,
  .main-box td {
    padding: 14px 6px;
    font-size: 16px;
  }

  .main-box .table-header {
    color: #fff;
    padding: 10px 0;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .main-box .table-container {
    gap: 30px;
  }

  .main-box .divider::after {
    display: none;
  }
	    .video-wrapper {
        height: 160px;
    }
}

@media (max-width: 480px) {
  .main-box th,
  .main-box td {
    padding: 10px 4px;
    font-size: 16px;
  }
}
#videoModal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}
