/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body{ overflow: hidden;}
body a:focus {
    outline: none !important
}
/*Header style start*/
#mega-menu-wrap-main_menu #mega-menu-main_menu a.mega-menu-link {
    font-family: "Bai Jamjuree", Sans-serif !important;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
  font-weight: 600 !important;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
  top: 57px;
}
/***
* class: .sticky-header
*/
header.sticky-header {
  --header-height: 100px;
  --shrink-header-to: 0.6;
  --transition: .45s cubic-bezier(.4, 0, .2, 1);
  transition: background-color var(--transition),
        backdrop-filter var(--transition),
        box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
  box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  height: 100px;
    top: -25px !important;
}
header.sticky-header > .elementor-container {
  min-height: var(--header-height);
  transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 1024px) {
 /* header.sticky-header {
    --header-height: 70px;
  }*/
 header.sticky-header.elementor-sticky--effects {
    height: auto !important;
    top: 0px !important;
}
header.sticky-header {
  --header-height: 100%;
}
header.sticky-header .logo img {
  transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
  transform: scale(.8);
}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
  transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
  transform: scale(.8);
}
/*Header style end*/

/*footer style start*/
.footer-loc li.elementor-icon-list-item.elementor-inline-item { padding: 10px 40px; background-color: #595959; border-radius: 50px; margin: 10px 0px; }
/* Hide original text visually */
.ft-btn .elementor-button:hover .elementor-button-text {
  color: transparent;
  position: relative;
}

/* Add replacement text using ::after */
.ft-btn .elementor-button .elementor-button-text::after {
  content: "Let's Talk!";
  color: #000; /* or your preferred color */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
/*  transition: opacity 0.3s ease;*/
  pointer-events: none;
}

/* On hover: show new text */
.ft-btn .elementor-button:hover .elementor-button-text::after {
  opacity: 1;
}
.middle-footer-sec .elementor-form-fields-wrapper{
  align-items: flex-start;
}
.middle-footer-sec .elementor-field-group button.elementor-button{
    background: transparent;
}
/*footer style end*/

/*Home style start*/
.slider-sec h1 span, .slider-sec .elementor-widget-text-editor {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.slider-sec h1 span .head-text{
  line-height: 1em;
}
.slider-sec h1 span .head-text{
  display: block;
  animation: fadeUpCutLoop 6s ease-in-out infinite;
}

@keyframes fadeUpCutLoop {
   0% {
    opacity: 0;
    transform: translateY(1em);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}

.serv-img-ani img{ -webkit-animation: mover 2s infinite  alternate; animation: mover 2s infinite  alternate;}
.serv-img-ani img{ -webkit-animation: mover 2s infinite  alternate; animation: mover 2s infinite  alternate;}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

.stock-text{ position: relative; -webkit-text-stroke: 1px black; color: white;}
.stock-text:before{ content: ''; position: absolute;  display: block; background: linear-gradient(#fff, #FEBE22); width: 100%; height: 6px; bottom: -5px; left: 0px;}
.award-sec .award-img .e-hotspot__button{ background-color: transparent !important;}
.award-sec .award-img .e-hotspot--icon .e-hotspot__button, .award-sec .award-img .e-hotspot__outer-circle {width: 100% !important; pointer-events: none;}
.award-sec .award-img .e-hotspot--soft-beat { animation: e-hotspot-soft-beats 1s infinite alternate !important;}
@-webkit-keyframes e-hotspot-soft-beats {
     0% { transform: scale(0.7); }
    100% { transform: scale(1); }
}
@keyframes e-hotspot-soft-beats {
    0% { transform: scale(0.7); }
    100% { transform: scale(1); }
}

.elementor-widget-n-accordion .e-n-accordion-item { border: 1px solid #E5E5E5; border-radius: 8px;}

/* Start by hiding the color lines */
.faq-sec .fade-image.image-2{
  display: none;
}
.faq-sec .fade-image.image-1 img{
  width: 100px;
      animation: zoomColor 3s infinite ease-in-out;
      transform-origin: left bottom;
      position: relative;
    }

    @keyframes zoomColor {
        0% {
        transform: scale(1);
        filter: brightness(0) saturate(100%) invert(0%) sepia(0%) contrast(100%);
        /* black */
      }
      50% {
        transform: scale(1.3);
        filter: brightness(0) saturate(100%) invert(11%) sepia(94%) saturate(7490%) hue-rotate(358deg) brightness(98%) contrast(109%);
        /* red */
      }
      100% {
        transform: scale(1);
        filter: brightness(0) saturate(100%) invert(0%) sepia(0%) contrast(100%);
        /* back to black */
      }
    }
.why-choose-img .why-choose-slider .swiper-slide{
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
/*  max-width: 684px;*/
  aspect-ratio: 684 / 662;
  height: auto !important;
  margin-bottom: 50px;
}
.serv-sec .serv-box .elementor-image-box-img{
   background: url(https://metaweb.com.au/wp-content/uploads/2025/07/serv-img-bg-circle.png)no-repeat;
    background-size: 85%;
    padding: 24px;
    margin-bottom: 0px !important;
    background-position: center;
}
.serv-box .elementor-image-box-img,
.serv-box .elementor-widget-button, .serv-box .elementor-widget-button .elementor-button-icon svg {
  transition: transform 0.4s ease;
}

/* On hover of .serv-box, move both image and button up */
.serv-box:hover .elementor-image-box-img,
.serv-box:hover .elementor-widget-button {
  transform: translateY(-10px);
}
.serv-box:hover .elementor-widget-button .elementor-button-icon svg {
    transform: rotate(0deg);
}
.serv-box .elementor-widget-button .elementor-button-icon svg{
  transform: rotate(-40deg);
}
.serv-box:hover .elementor-widget-image-box h3 a, .serv-box:hover .elementor-widget-image-box h3{
  color: #f05a27 !important;
}
.site-logo-sec .elementor-image-gallery .gallery-item .gallery-icon{
/*  background-color: #F6F6F9;*/
    padding: 20px 30px;
    border-radius: 5px;
}
.site-logo-sec .elementor-image-gallery .gallery-item img {
    height: 100px;
    object-fit: contain;    
    width: 100%;
}

.scroll-container {
  height: 300px !important; 
  overflow: hidden !important;
  position: relative !important;
}

.scroll-wrapper {
  display: flex;
  flex-direction: column;
  animation: scrollUp 20s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.home-blog-sec .elementor-card-shadow-yes .elementor-post__card {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}
.loc-list ol{
   display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  counter-reset: item;
  list-style: none;
  margin: 0px;
}
.loc-list ol li {
  counter-increment: item;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
  font-size: 20px;
}

.loc-list ol li::before {
     content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    padding: 3px;
    top: -5px;
    width: 45px;
    height: 45px;
    text-align: center;
/*    background: #fff;*/
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.loc-list ol li a{
  color: #000;
}
.loc-list ol li a:hover{
  color: #F05A27;
}

.rotating-text .rotating-word{ color: #F05A27; }

/* Rotating border */
.loc-list ol li::after {
  content: "";
  position: absolute;
  left: 1px;
  top: -6px;
    width: 45px;
    height: 45px;
     border-radius: 50%; 
     border: 3px solid #F05A27; 
    z-index: 1;
    transition: border-color 0.3s ease;
    /*background: url(https://metaweb.com.au/wp-content/uploads/2025/12/loc-circle.png) no-repeat;
    background-size: 45px;*/
  z-index: 1;
  transition: border-color 0.3s ease;
}

/* On hover, border color changes and border rotates */
.loc-list ol li:hover::after {
  border-color: #000;
}

.rotating-text .rotating-word {
  white-space: nowrap;
  animation: blink 0.8s step-end infinite;
}

@keyframes blink {
  0%, 100% { border-color: transparent; }
  50% { border-color: #000; }
}


.elementor-field-group button.elementor-button{
    background: linear-gradient(to right, #000 50%, #F05A27 50%);
    background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out !important;
}
.elementor-button{
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out !important;
}

.elementor-button:hover, .elementor-field-group button.elementor-button:hover {
  background-position: left bottom;
}

.ft-btn .elementor-button{
  background-size: 100% 200%;
  background-position: top;
  transition: all .5s ease-out !important;
}

.ft-btn .elementor-button:hover{
  background-position: bottom;
}

sr7-slide {
    border-radius: 0px 0px 70px 70px;
}
.slider-sec h3 .elementor-headline-dynamic-text span{
  color: #f05a27;
}
.slider-sec .elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{ display:none; }

.home-blog-sec .elementor-post__card {
  overflow: hidden !important; /* Prevent image from overflowing when scaled */
  display: inline-block;
}

.home-blog-sec .elementor-post__card .elementor-post__thumbnail {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.home-blog-sec .elementor-post__card:hover .elementor-post__thumbnail {
  transform: scale(1.03) !important; /* Zoom in on hover */
}

/*:root {
  --gradient-shadow: linear-gradient(
    45deg,
    #f05a27,
    #fff,
    #f05a27,
    #fff
  );
}

.strategic-sec .strategic-img1 {
  position: relative;
  display: inline-block;
  border-radius: 10px;
}

.strategic-sec .strategic-img1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gradient-shadow);
  background-size: 200% 200%;
  filter: blur(6px);
  animation: glowShadow 5s linear infinite;
  border-top-left-radius: 35px;
   border-top-right-radius: 35px;
}

.strategic-sec .strategic-img1 img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes glowShadow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}*/

/*.strategic-sec .strategic-img1 {
  position: relative;
  display: inline-block;
  z-index: 1;
}
*/
.strategic-sec .strategic-img1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
  opacity: 1;
  box-sizing: border-box;
  animation: customCornerLight 4s linear infinite;
  border-top-left-radius: 35px;
   border-top-right-radius: 35px;
}

@keyframes customCornerLight {
  0% {
	  border-top: 1px solid #f05a27;
    border-top-color: linear-gradient(90deg, #f05a27, #fff) !important;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
	}
	 25% {
    border-top-color: transparent;
    border-right-color: #f05a27;
  }
  50% {
    border-right-color: transparent;
    border-bottom-color: #f05a27;
  }
  75% {
    border-bottom-color: transparent;
    border-left-color: #f05a27;
  }
  100% {
    border-left-color: transparent;
    border-top-color: #f05a27;
  }
}

.home-blog-sec .elementor-posts .elementor-post__card .elementor-post__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.logo-scroll .e-gallery-grid .e-gallery-image {
    background-size: contain;
    background-repeat: no-repeat;
}
/*Home style end*/


/*Service style start*/
.seo-serv .seo-map{
  padding: 0px;
}
.seo-serv .seo-serv-right{
  transform: translate(0px, -50%);
}
.timeline-sec .timeline-right:before{
  content: '';
  position: absolute;
  display: block;
  background-color: #000;
  width: 4px;
  height: 80%;
  top: 10%;
  left: 0px;
}
.timeline-sec .timeline-right .steps, .timeline-sec .timeline-right .steps .elementor-heading-title{
  position: relative;
}
.timeline-sec .timeline-right .steps .elementor-heading-title:before{
content: '';
  position: absolute;
  display: block;
  background-color: #000;
 width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0px;
}
.timeline-sec .timeline-right .steps:before{
  content: '';
    position: absolute;
    display: block;
    background-color: #f05a27;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    top: 45%;
    left: -13%;
}
.timeline-sec .steps:hover h3.elementor-heading-title{ color: #f05a27;}
.seo-serv .award-img .e-hotspot--soft-beat { animation: e-hotspot-soft-beats 1s infinite alternate !important;}
@-webkit-keyframes e-hotspot-soft-beats {
     0% { transform: scale(1.2); }
    100% { transform: scale(0.8); }
}
@keyframes e-hotspot-soft-beats {
    0% { transform: scale(1.2); }
    100% { transform: scale(0.8); }
}
.color-text{
  color: #f05a27;
  font-weight: 500;
}
/*Service style end*/

/*Case study style start*/
.case-study-loop .row-flex{display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-end;}
.case-study-loop .text-center{ text-align:center; }
.case-study-loop .row-flex h3{ margin-bottom:0px; font-size:14px; font-weight:400; }
.case-study-loop .cs-value{ font-size:14px; font-weight:600; }
/*Case study style end*/

/*Heading hightlight*/
.highlight-container, .highlight {
  position: relative;
}

.highlight-container {
  display: inline-block;
}
.highlight-container:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: #f05a27;
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
}

/*Contact style start*/
.elementor-field-group .elementor-select-wrapper select{
  height: auto !important;
  padding: 15px !important;
}
.elementor-field-group{
  display: block !important;
}
.contact-loc-sec .serv-box:hover{ transform: translateY(-10px); }
/*Contact style end*/

/*Blog style start*/
.blog-img .elementor-widget-image{ overflow:hidden; border-radius: 10px;}
.blog-img .elementor-widget-image a, .blog-img .elementor-widget-image a img{
  width: 100% !important;
  display: block;
}
.recent-post-list .elementor-widget-image{ overflow:hidden; border-radius: 5px;}
.recent-post-list h3 a{ display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; }
.post-tax-list li a{ background-color: #f05a27;
    padding: 6px 15px !important;
    border-radius: 50px; }
.post-tax-list li a:hover{ background-color: #000;}
.mw-post-grid h3 a{
  line-height: 35px !important;
}
.custom-post-grid .mw-post-content{
  margin-bottom: 10px;
}
.mw-post-content h3{
  margin-bottom: 0px !important;
}
.mw-post-content h3 a{
  font-size: 25px;
  line-height: 35px;
	 display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.mw-post-content h3 a:hover{
  color: #f05a27;
}
.mw-post-content .elementor-post__excerpt{
  display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0px !important;
}
.mw-post-content .elementor-post__read-more{margin-bottom: 0px !important;}
.mw-post-content .elementor-post__read-more a{
  font-family: "Bai Jamjuree", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.mw-post-content .elementor-post__read-more a:hover{ color:#000; }
.custom-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px; 
}
.custom-post-grid .elementor-post__meta-data a{ font-size:16px; color:#000; }
.custom-post-grid .elementor-post__meta-data .fa{ font-size: 16px; color: #f05a27; }
.elementor-posts .custom-post-grid .elementor-post__card .elementor-post__meta-data{ border:none; padding:0px; }

ul.metaweb-tag-list,  ul.metaweb-category-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

ul.metaweb-tag-list li, ul.metaweb-category-list li {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 1px solid #f05a2770;
}

ul.metaweb-tag-list li a, ul.metaweb-category-list li a  {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

ul.metaweb-tag-list li:hover, ul.metaweb-category-list li:hover {
  background-color: #f05a27;
}

ul.metaweb-tag-list li:hover a, ul.metaweb-category-list li:hover a  {
  color: #fff;
}

/*Blog style end*/


/* Media query */
@media (max-width: 1366px){
	.seo-serv .seo-serv-right {
    transform: translate(0px, 0%);
    position: unset;
}
.loc-list ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));

}
}
@media (max-width: 1165px) and (min-width: 1024px){
  #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 17px;
        padding: 0px 5px;
  }
}
@media (max-width: 1024px) {
  .custom-post-grid {
    grid-template-columns: repeat(2, 1fr); 
  }
  .scroll-wrapper {
    animation: scrollUp 30s linear infinite;
}
.site-logo-sec .elementor-image-gallery .gallery-item .gallery-icon {
    padding: 10px 10px;
}
 .why-choose-img {
    max-width: 100%;
    height: auto !important;
  }
}

@media (max-width: 768px) {
	.timeline-sec .timeline-right .steps:before {
    left: -9% !important;
}
	
  .custom-post-grid {
    grid-template-columns: 1fr;
  }
  .loc-list ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
	.mw-post-content h3 a {
    font-size: 20px;
    line-height: 30px;
}
	.seo-serv.award-sec{
		padding: 0px !important;
	}
	.page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
    font-size: 24px;
    line-height: 1.2;
}
	.page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
}
	.background-image-page-header {
        height: 200px !important;
    }
}
@media (max-width: 517px){
  .loc-list ol {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
}
 .scroll-wrapper {
    animation: scrollUp 40s linear infinite;
}
}
@media (min-width: 1024px){
	.blog-img .elementor-widget-image{ overflow:hidden; border-radius: 10px;}
.blog-img .elementor-widget-image a, .blog-img .elementor-widget-image a img{
	height: 300px;
	object-fit: cover;
}
}

/* popup style start */
div#popup-container {
    position: fixed;
    top: 0px;
    background: #00000082;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;

}

.popup-inner {
    position: relative;
    top: 13%;
    color: #000;
    background-color: #ffffff;
    padding: 35px 26px;
    width: 47%;
    margin: 6px auto;
    border: none !important;
    box-shadow: 0px 0px 10px #a3a3a396;
    border-radius: 12px;
}
div.disable {
    display: none;
    opacity: 0;
}
.popup-form input {
    border: 2px solid #a1a1a1;
    padding:  3px 7px;
  margin-bottom: 0px;
  outline-style: auto;
    outline-color: #cbcbcb;
}
.popup-form input.error, .popup-form textarea.error {
    border: 2px solid #ed0000 !important;
  background-color: #ff000021 !important;
}
div#popup-container span.close {
    position: absolute;
    top: 10px;
    right: 15px;
    background-color: #ff4e00;
    color: #fff;
    padding: 3px 13px !important;
    border-radius: 5px !important;
}
h2.paynow-title {
    color: #ff4e00;
    text-transform: capitalize;
    font-family: sans-serif;
    margin: 0px 0px 25px;
    text-align: center;
}
.popup-form-fields {

    width: 95%;
    margin: 0 auto;
}

.popup-form-field {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}

.popup-form-field label {
    width: 22%;
}

.popup-form-fields.popup-form-submit {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
.popup-form-ip span {
    font-size: 13px;
}


.popup-form-ip {
    margin-bottom: 8px;
	width: 100% !important;
}
.popup-form-field label span.required-sy {
    color: #f00;
}
#amount_submit {
  text-align: center;
}
/* popup style end */

/* popup style new */
.dark p{
/*  color: #000 !important; */
}

.popup-form-field input[type=number]::-webkit-inner-spin-button, 
.popup-form-field input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


.error-form input.error {
  -webkit-animation: shake 0.2s ease-in-out 0s 2;
          animation: shake 0.2s ease-in-out 0s 2;
  
}

@-webkit-keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}
@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}

#popup-container .popup-form-fields input {
    padding: 0px 8px;
    max-width: 100%;
}
div#popup-container button#own_val {
    background-color: snow;
    padding: 0;
}
.eway-button span{
  background: #f05a27 !important;
	text-shadow: none !important;
	padding: 10px 12px !important;
    height: 46px !important;
}

.eway-button{
	    padding: 0px !important;
}

@media screen and (max-width: 767px){
	.popup-inner{
		width: 90% !important;
		padding: 35px 9px !important;
	}
	h2.paynow-title{
		margin: 16px 0px 18px;
	}
	.popup-form-ip{
		    width: 63% !important;
	}
	
    .popup-form-field label {
        width: 36%;
		font-size:15px !important;
    }
	form.ewayloading:after{
		left: 65%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px){
	.popup-inner{
		width: 95% !important;
		top: 8% !important;
		padding: 18px 26px !important;
}
	
form#paynow_btn textarea{
		min-height: 99px !important;
	}
		div#popup-container {
    overflow: scroll !important;
}
}
.pay-now-button span.elementor-button-icon svg {
    fill: #f05a27 !important;
    transform: rotate(-48deg);
}
#eway-payment-window {
    top: 0px !important;
}

/*End pop css*/


