/* 
 Theme Name:   Astra Child
 Theme URI:    https://mastroke.com/
 Description:  Astra Child Theme
 Author:       Mastroke
 Author URI:   https://mastroke.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

.ms-home-blog-slider-wrapper {
  position: relative;
  max-width: 1280px;
  margin: auto;
}

.ms-home-blog-slider {
  display: flex;
  gap: 20px; /* gap between cards */
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

.ms-home-blog-slider::-webkit-scrollbar {
  display: none;
}

.ms-home-blog-card-slider {
  flex: 0 0 calc((100% / 3) - 13.33px); /* 3 posts fully visible */
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
}

.ms-home-blog-image-slider {
    padding: 20px;              /* your required spacing */
}

/* Inner box = radius + clipping */
.ms-home-blog-image-inner {
    border-radius: 16px;
    overflow: hidden;           /* 🔑 clips image */
}

/* Image itself */
.ms-home-blog-image-inner img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
}

.ms-home-blog-content-slider {
  padding: 24px;
}


.ms-home-blog-meta-slider {
    font-family: Poppins;
    font-size: 14px;
    color: #495263;
    font-weight: 400;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.ms-home-blog-meta-slider span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ms-home-blog-title-slider {
    margin-bottom: 28px;
}
.ms-home-blog-title-slider a{
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    color: #161B24;
    line-height: 1.2em !important;
    margin-bottom: 28px;
    text-decoration: none;
    color: #222;
    transition: color 0.3s ease;
}

.ms-home-read-more-slider {
    display: inline-flex;
    font-family: Poppins !important;
    font-size: 15px !important;
    color: #161B24 !important;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-weight: 500 !important;
    transition: color 0.3s ease;
    margin-top: auto;
}

/* Navigation */
/* ===== Slider Navigation (Figma Style) ===== */
.ms-home-slider-nav-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

/* Button base */
.ms-home-slider-btn-slider {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    border: 1px solid #6fffe9;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    padding: 0 !important;
}

/* Hover */
.ms-home-slider-btn-slider:hover {
  background: rgba(111, 255, 233, 0.1);
}

/* Arrow icon (pure CSS) */
.ms-home-slider-btn-slider::before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 2px solid #6fffe9;
  border-bottom: 2px solid #6fffe9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Left arrow */
.ms-home-slider-btn-slider.prev::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

/* Right arrow */
.ms-home-slider-btn-slider.next::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/* ===== Tablet: 2 Cards ===== */
@media (max-width: 1024px) {
  .ms-home-blog-card-slider {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* ===== Mobile: 1 Card (No Peek) ===== */
@media (max-width: 767px) {

  .ms-home-blog-slider-wrapper {
    overflow: hidden; /* hard stop */
  }

  .ms-home-blog-slider {
    gap: 0; /* remove spacing bleed */
  }

  .ms-home-blog-card-slider {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ms-home-slider-nav-slider {
    margin-top: 24px;
  }

  .ms-home-slider-btn-slider {
    width: 40px;
    height: 40px;
  }
}
/*============================================================/*







/*====================New Blog Page===================*/
.elementor.elementor-32923 {
    background-color: #FCFCFC !important;
    background-image: url("https://staging.mastroke.com/wp-content/uploads/2025/10/mastroke-main-bg-0685ec.svg");
    background-size: cover;
    background-position: center -150px;
}

.elementor.elementor-27864 {
    background-color: #FCFCFC !important;
    background-image: url("https://staging.mastroke.com/wp-content/uploads/2025/10/mastroke-main-bg-0685ec.svg");
    background-size: cover;
    background-position: center -150px;
}
.cs-meta-wrapper {
    display: flex;
    gap: 40px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.14);;
    padding: 20px 0 0 0;
}
.cs-meta-wrapper p:empty {
  display: none;
}


.cs-meta-item {
  flex: 1;
}
.cs-meta-heading {
    font-size: 12px;
    font-family: 'Poppins';
    color: #0DA398;
    font-weight: 600;
    margin-bottom: 4px;
}
.cs-meta-value {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #111827;
  line-height: 1.5;
}
.case-studt-listing-section a {
    text-decoration: none !important;
}


/* Mobile */
@media (max-width: 768px) {
  .cs-meta-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}



/*=============BFCM Offer CSS==============*/
.hurrytimer-timer-digit {
    background: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    min-width: 40px;
    letter-spacing: 0;
    backdrop-filter: blur(10px);
}
.hurrytimer-timer-label {
    font-family: 'Poppins';
}
.hurrytimer-campaign-31845 .hurrytimer-headline {
    margin-bottom: 15px !important;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 20px;
}
.hurrytimer-campaign-31845 .hurrytimer-button {
    background-color: transparent;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(98deg, #F9A33F 16%, #7B1D00 242%);
    transition-duration: 1s;
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 24px 12px 24px;
}





/*----------------------------Referral Page CSS Start--------------------------------*/
.referralform h2 {
    font-size: 18px;
    color: black;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.referralform .form-input input {
    color: #000 !important;
    background: #fff!important;
    border: 1px solid #4D4D4D;
    padding: 5px 18px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease-in-out;
}
.newpopupform  .wpcf7-response-output {
    border-color: #00B3AD !important;
    font-size: 16px !important;
    font-family: 'Poppins' !important;
    letter-spacing: 0px !important;
}

/*----------------------------------------------------------------------------------*/

/*===========New Year Page CSS=============*/
.elementor.elementor-33559 {
        background-color: #FCFCFC !important;
        background-image: url("https://staging.mastroke.com/wp-content/uploads/2025/10/mastroke-main-bg-0685ec.svg");
        background-size: cover;
        background-position: center -150px;
}
/*===========New Year Page CSS=============*/


/*===========Shopify Plus Agency=============*/
.elementor.elementor-32239 {
        background-color: #FCFCFC !important;
        background-image: url("https://staging.mastroke.com/wp-content/uploads/2025/10/mastroke-main-bg-0685ec.svg");
        background-size: cover;
        background-position: center -150px;
}

/*===========Shopify Marketing Agency=============*/
.elementor.elementor-32237 {
        background-color: #FCFCFC !important;
        background-image: url("https://staging.mastroke.com/wp-content/uploads/2025/10/mastroke-main-bg-0685ec.svg");
        background-size: cover;
        background-position: center -150px;
}


/*-----------------------Expert Page ---------------------*/
.shopifyexpertform {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 8px 16px 0 rgba(145, 158, 171, 0.16);
    padding: 20px 28px;
}

.shopifyexpertform h2{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    padding-bottom: 20px;
}

.shopifyexpertform .form-input label {
    color: #212B36;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.shopifyexpertform .form-input input {
    border: 1px solid #DFE3E8 !important;
    padding: 5px 5px !important;
}

.shopifyexpertform select {
    border: 1px solid #DFE3E8 !important;
    padding: 7px 5px !important;
} 

.shopifyexpertform .form-col-full .form-input p  {
    width: 100% !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #DFE3E8;
    height: 50px;
}
.shopifyexpertform span.wpcf7-list-item-label {
    color: #212B36;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.shopifyexpertform input.wpcf7-form-control.wpcf7-submit.has-spinner.ms-btn {
    color: #fff;
    padding: 5px 24px;
    text-transform: capitalize;
    border-radius: 8px;
    background: var(--Linear,linear-gradient(98deg,#0da398 16.58%,#1e1e1e 242.26%)) !important;
    font-family: Poppins;
    font-size: 15px;
}

.shopifyexpertform ul.country-list {
    color: gray;
}
/********************************************************/

/*-----------------BFCM Page CSS Start-------------------------*/
.bfcm-tab-section .tab-content.elementkit-tab-content h2 {
    line-height: 36px;
    margin-bottom: 26px;
}
.bfcm-tab-section .tab-content.elementkit-tab-content a {
    background: #1E1E1E;
    padding: 10px 10px 10px 10px;
    color: white;
    font-family: 'Poppins';
    font-size: 15px;
    border-radius: 8px;
}
.bfcm-tab-section .tab-content.elementkit-tab-content img {
    border-radius: 20px !important;
    margin: 20px 0 20px 0;
}
.bfcm-tab-section .tab-content.elementkit-tab-content ul {
    padding: 0;
}
.bfcm-tab-section .tab-content.elementkit-tab-content ul li {
    list-style: none;
    line-height: 26px;
    padding: 0px 0 15px 0px;
}
.bfcm-tab-section .tab-content.elementkit-tab-content ul li img {
    border-radius: 0px !important;
}

.bfcm-inline-wrap {
    border-bottom: 1px solid gray;
}

.bfcm-inline-wrap p {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin: 0 !important;
}
.bfcm-inline-wrap p input[type="email"] {
    background: transparent !important;
    color: white !important;
    border: none;
    width: 100%;
}

.bfcm-inline-wrap p input[type="submit"] {
    border-radius: 8px;
    background: linear-gradient(92deg, #F9A33F 1.44%, #7B1D00 174.8%);
    color: var(--Black, #1E1E1E);
    font-family: Poppins !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 120%; /* 18px */
    letter-spacing: var(--Numbers-0, 0);
    text-transform: capitalize;
}
.bfcm-inline-wrap p input[type="submit"]:hover {
    border: none !important;
}
.bfcm-inline-wrap p input[type="submit"]:focus {
    border: none !important;
}

@media (max-width: 768px) {
  .bfcm-inline-wrap p {
    flex-direction: column;
    gap: 12px;
  }
  .bfcm-inline-wrap p input {
    width: 100%;
  }
}

/*-----------------------------------------*/



.footer_subscription_form .email-icon {
  color: #000; /* or white if your background is dark */
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Optional: Add spacing between icon and input */
.footer_subscription_form .email-icon {
  padding-left: 4px;
  padding-right: 4px;
}

.footer_subscription_form .form_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}

.footer_subscription_form .form_row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer_subscription_form .email {
  flex: 1;
}

.footer_subscription_form .email input {
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

.footer_subscription_form .submit-btn {
  flex-shrink: 0;
}

.footer_subscription_form input.wpcf7-submit {
    background: #000;
    color: #fff;
    text-transform: capitalize;
    border: none;
    padding: 3px 16px;
    cursor: pointer;
    margin: 0 !important;
    font-size: 16px;
    font-family: 'Poppins';
}

/* Responsive: stack on small screens */
@media (max-width: 480px) {
  .footer_subscription_form .form_row {
    flex-direction: column;
    align-items: stretch;
  }

  .footer_subscription_form .submit-btn {
    width: 100%;
  }

  .footer_subscription_form input.wpcf7-submit {
    width: 100%;
  }
}



.ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
}




















h5 {
    color: #fff;
}
/*------------Blog Listing Page Start------------*/
.blogs_listing h3.jkit-post-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} 

.blogs_listing .jkit-post-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*------------Blog Listing Page END------------*/

section.search_results_mastroke {
    background: #121212;
    width: 100%;
    padding-bottom: 6rem;
}

body.search .ast-container {
    padding: 0;
    max-width: 100%;
}

section.search_results_mastroke .search_posts_wrapper .row {
    row-gap: 4rem;
}

.search_results_mastroke h4.search-results {
    margin: 10rem 0 4rem;
    color: #fff;
}

.search_posts_wrapper .post_details .post_content h3 {
    color: #66fcf1;
    line-height: 1.6;
    letter-spacing: 0.3px;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.search_posts_wrapper .post_details .post_content p {
    font-size: 16px;
}

.search_posts_wrapper .post_details .post_content a.post_link {
    border: 2px solid #66FCF1;
    padding: 0.5rem 0.875rem;
    color: #fff;
    text-decoration: none;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 1.5rem 0;

}

.search_posts_wrapper .post_details {
    background: #020101;
}

.search_posts_wrapper .post_details .post_content{
    padding: 15px 15px 15px 15px;
}

.search_posts_wrapper ul.page-numbers{
    text-align: center;
    margin: 0;
}

.search_posts_wrapper ul.page-numbers li {
    display: inline-block;
}

.search_posts_wrapper ul.page-numbers li a.page-numbers {
    text-decoration: none;
}

.search_posts_wrapper ul.page-numbers li span.page-numbers.current {
    font-size: 16px;
    font-weight: bold;
}

.search_results_mastroke .no_posts_found p {
    font-size: 16px;
}

/* Contact Form 7 */
#contactus-form.form-wrapper{
    padding: 30px 35px 0px;
}

#contactus-form.form-wrapper .form-col,
div#popup-form.form-wrapper .form-col {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#contactus-form.form-wrapper .form-field,
div#popup-form.form-wrapper .form-field {
    width: 48%;
}

#contactus-form.form-wrapper .form-col-full .form-field,
div#popup-form.form-wrapper .form-col-full .form-field {
    width: 100%;
    margin-bottom: 20px;
}

div#popup-form.form-wrapper .form-col-full .form-field select {
    padding: 1.5rem 1.8rem;
    font-size: 14px;
    background: #242424;
    border: 0px;
    color: #fff;
    width: 100%;
}

div#contactus-form.form-wrapper .form-col-full .form-acceptance span,
div#popup-form.form-wrapper .form-col-full .form-acceptance span {
    color: #fff;
    font-size: 12px;
}

div#contactus-form.form-wrapper .form-col-full .form-acceptance,
div#popup-form.form-wrapper .form-col-full .form-acceptance {
    margin-bottom: 30px;
}

div#contactus-form.form-wrapper .form-col-full .form-acceptance span.wpcf7-list-item,
div#popup-form.form-wrapper .form-col-full .form-acceptance span.wpcf7-list-item {
    margin: 0px;
}

#contactus-form.form-wrapper .form-field input, 
#contactus-form.form-wrapper .form-field textarea,
#contactus-form.form-wrapper .form-field select,
div#popup-form.form-wrapper .form-field input {
    background: #242424;
    border: 0px;
    color: #fff;
    font-size: 14px;
}

#contactus-form.form-wrapper .form-field input::placeholder,
#contactus-form.form-wrapper .form-field textarea::placeholder,
div#popup-form.form-wrapper .form-field input::placeholder {
    color: #979797;
}

div#popup-form.form-wrapper p {
    display: initial;
}

div#contactus-form.form-wrapper .form-col-full label.form-label {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#contactus-form.form-wrapper .form-field>p {
    margin-bottom: 0;
}

#contactus-form .form-col+p, 
#contactus-form .form-col-full>p>br,
#contactus-form .form-col-full+p,
div#popup-form.form-wrapper .form-acceptance+p,
div#popup-form.form-wrapper .form-col:nth-of-type(2)+p {
    display: none;
}

#contactus-form.form-wrapper input.wpcf7-submit,
div#popup-form.form-wrapper input.wpcf7-submit {
    /* margin: 4rem auto 0; */
    display: block;
    text-decoration: none;
	box-shadow: 0px 7px 15px 0px rgb(66 133 244 / 30%);
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.wpcf7 form.sent .wpcf7-response-output{
    border-color: #66FCF1;
}

.wpcf7 form .form-wrapper div.form-col-full+p {
    position: relative;
}

.wpcf7 form .form-wrapper span.wpcf7-spinner {
    top: 25%;
    right: 10%;
    position: absolute;
}

/* Cookie Policy */
#cookie-table .table-header th.cookie-tb-header {
    width: 15%;
}

#cookie-table .table-header th.domain-tb-header,
#cookie-table .table-header th.type-tb-header,
#cookie-table .table-header th.duration-tb-header {
    width: 12%;
}

.cli-privacy-content-text {
	color: white !important;
}
#cookie-law-info-bar {
	background: #121212 !important;
	color: white !important;
}

.cli-modal-content.cli-bar-popup {
	background: #121212 !important;
    color: white !important;
}
#wt-cli-accept-all-btn {
    padding: 10px 15px 10px 15px !important;
    font-size: 14px;
    font-family: 'Poppins';
    color: #ffffff !important;
    border-style: solid !important;
	border-color: #66FCF1 !important;
    border-width: 2px 2px 2px 2px !important;
}
.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button{
	padding: 10px 15px 10px 15px !important;
    font-size: 14px;
    font-family: 'Poppins';
    color: #ffffff !important;
    border-style: solid !important;
	border-color: #66FCF1 !important;
    border-width: 2px 2px 2px 2px !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn{
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'Poppins';
    border-style: solid !important;
	border-color: #66FCF1 !important;
    border-width: 2px 2px 2px 2px !important;
	background-color: #000 !important;
}
a#cookie_action_close_header_reject{
    padding: 4px 15px 4px 15px !important;
    font-size: 14px;
    font-family: 'Poppins';
    color: #ffffff !important;
    border-style: solid !important;
	border-color: #66FCF1 !important;
    border-width: 2px 2px 2px 2px !important;
	background-color: #000 !important;
}

.cli-style-v2 {
    font-size: 14px;
    font-family: 'Poppins';
}
.cli-modal-close svg {
	fill: #fff !important;
}
.blog_detail_middle_sec p.elementor-heading-title.elementor-size-default a {
    color: blue !important;
}
.blog_detail_middle_sec h5.elementor-heading-title.elementor-size-default ul li a {
    color: blue !important;
}
.blog_detail_middle_sec .elementor-widget-container p a {
    color: blue !important;
}
.blog_detail_middle_sec .elementor-widget-container ul li a {
    color: blue !important;
}

/* recaptcha */
.grecaptcha-badge {
    display: none !important;
}

/* Single Blog */

.ast-blog-container section#header {
    padding: 0px;
}

#blog-container{
    padding:100px 0px;
    background: #fff;
}


#mastroke-singleblog section.singleblog-banner {
    height: 690px;
}

#mastroke-singleblog section.singleblog-banner .singleblog-background-overlay{
    background-color: #000;
    opacity: 0.25;
    height: 100%;
    width: 100%;
}

#blog-container .singleblog_wrapper{
    display: flex;
    max-width: 1140px;
    justify-content: center; 
    color: #000;
    margin: auto;
}

#blog-container .singleblog-sidebar{
    margin:10px 20px 0px 0px;
    padding: 10px; 
    flex: 1.8;
}

#blog-container .singleblog-sidebar .singleblog-sidebar_title{
    font-size: 16px;
    color:#2394ab!important; 
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 20px 0px;
}

#blog-container .singleblog-sidebar .singleblog-sidebar_subtitle{
    margin:20px 0px; 
    font-size: 16px;
}

#blog-container .singleblog_wrapper .singleblog-sidebar_wrapper{
    border-top: 1px solid #000;
    margin: 4rem 0;
}

#blog-container .singleblog_wrapper .singleblog-sidebar_wrapper ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#blog-container .singleblog_wrapper .singleblog-sidebar_wrapper .singleblog-sidebar_bloglist {
    padding: 10px 0;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
}

#blog-container .singleblog_wrapper .singleblog-sidebar_wrapper .singleblog-sidebar_bloglist a{
    font-size: inherit;
    text-decoration: none;
    line-height: 1.6;
    color: #2394ab;
}

#blog-container .singleblog_wrapper .singleblog-sidebar_wrapper .singleblog-sidebar_bloglist a:hover {
    color: #666;
}

#blog-container .singleblog_wrapper .singleblog-sidebar_wrapper:last-of-type {
    border-bottom: none;
}

#blog-container .singleblog_wrapper .singleblog-sidebar_wrapper a.singleblog-sidebar_share {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

#blog-container .singleblog_wrapper .singleblog-sidebar_wrapper a.singleblog-sidebar_share:hover{
    color: #66FCF1;
}

#blog-container .singleblog_wrapper .singleblog-content{
    margin:0px 20px 0px 0px;
    padding: 10px;
    flex: 6;
}

#blog-container .singleblog_wrapper .singleblog-content h1,
#blog-container .singleblog_wrapper .singleblog-content h2,
#blog-container .singleblog_wrapper .singleblog-content h3,
#blog-container .singleblog_wrapper .singleblog-content h4,
#blog-container .singleblog_wrapper .singleblog-content h5{
    line-height: 1.5em;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}

#blog-container .singleblog_wrapper .singleblog-content h1 {
    font-size: 32px;
}

#blog-container .singleblog_wrapper .singleblog-content h2 {
    font-size: 26px;
}

#blog-container .singleblog_wrapper .singleblog-content h3 {
    font-size: 22px;
}

#blog-container .singleblog_wrapper .singleblog-content h4 {
    font-size: 20px;
}


#blog-container .singleblog_wrapper .singleblog-content img {
    margin-top: 2rem;
    margin-bottom: 2rem;
}


#blog-container .singleblog_wrapper .singleblog-content p,
#blog-container .singleblog_wrapper .singleblog-content ul li{
    line-height: 1.8em;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
    margin-right: 1rem;
}

#blog-container .singleblog_wrapper .singleblog-content a{
    color: blue;
    text-decoration: none;
}

#blog-container .singleblog-content .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    color: #666;
}

#blog-container .singleblog-content .singleblog_tags {
    margin: 2rem 0;
    color: #2394ab;
}

#blog-container .singleblog-content .details .singleblog_social_media_wrapper {
    margin-right: 10px;
}

#blog-container .singleblog-content .details a.singleblog-sidebar_share.fb {
    color: #3b5998;
}

#blog-container .singleblog-content .details a.singleblog-sidebar_share.in {
    color: #0077b5;
}

#blog-container .singleblog-content .details a.singleblog-sidebar_share.tw {
    color: #00acee;
}

#blog-container .singleblog-content .details a.singleblog-sidebar_share {
    font-size: 20px;
    margin-right: 10px;
}

#blog-container .singleblog-content .details span:first-of-type {
    margin-left: 0;
}

#blog-container .singleblog-content .details span {
    margin-right: 10px;
    margin-left: 10px;
}

#blog-container .singleblog-content .details span:last-of-type {
    margin-left: 10px;
}

#blog-container .singleblog-sidebar form label,
#blog-container .singleblog-sidebar form input.search-field {
    width: 100%;
}

#blog-container .singleblog-sidebar input.search-submit ,
#blog-container .singleblog-sidebar button.search-submit{
    display: none;
}

#blog-container .singleblog_wrapper .singleblog-content .author_bio_wrapper {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    padding:30px 0px;
    /*margin-bottom: 4rem;*/
    margin-top: 2rem;
    /* box-shadow: 2px 2px 12px 0px #ccc; */
}

#blog-container .singleblog_wrapper .singleblog-content .author_details {
    display: flex;
    align-items: center;
}

#blog-container .singleblog_wrapper .singleblog-content .author_img img {
    margin: 0;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    object-fit: cover;
}

#blog-container .singleblog_wrapper .singleblog-content .author_img{
    margin-left: 1rem;
}

#blog-container .singleblog_wrapper .singleblog-content .author_bio {
    flex: 1;
    margin-left: 2rem;
}

#blog-container .singleblog_wrapper .singleblog-content .author_bio_wrapper h3 {
    margin: 0 0 1.5rem;
    color: #000;
    padding-left: 1rem;
    background: linear-gradient(45deg, #19e6d963, transparent);
}

#blog-container .singleblog_wrapper .singleblog-content .author_bio_wrapper .author_bio h5.author_name{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px #ccc;
    margin-bottom: 0.5rem;
}


/* Comment Form */

#comments {
    width: 80%;
}

#comments input#submit {
    padding: 20px 30px 20px 30px;
    border: 2px solid #66fcf1;
    background: #000;
    box-shadow: 0px 7px 15px 0px rgb(66 133 244 / 30%);
}

#blog-container #comments img.avatar {
    margin: 0;
}

#comments time {
    font-size: 12px;
    color: #000;
}

#comments #respond{
    padding-right: 0;
}

#comments #respond,
#comments ol,
#blog-container #comments h3.comments-title  {
    padding-left: 0;
}

#comments ol li {
    background: #eeeeee82;
    margin-bottom: 0;
}

#comments ol.children {
    margin-top: 2rem;
}

#blog-container #comments a.comment-reply-link, 
#blog-container #comments a.comment-edit-link, 
#blog-container #comments #respond a#cancel-comment-reply-link{
    font-weight: 600;
    color: #666;
    font-size: 14px;
}

#comments ol.children li {
    background: transparent;
}

#comments h3#reply-title {
    text-shadow: 1px 2px 2px #66fcf1;
}

.elementor-popup-modal .wpcf7 form .form-wrapper span.wpcf7-spinner {
    top: 80%;
}

/* Subscription - Newsletter */
#blog-container input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 2px solid #000;
    color: #fff;
    background: #000;
    box-shadow: 0px 7px 15px 0px rgb(31 33 37 / 30%);
}

#blog-container input[type='email']::placeholder {
    text-align: center;
}

#blog-container .wpcf7 .wpcf7-response-output {
    border-color: #000;
    margin: 0 1rem 2rem;
    padding: 10px 0px;
}

#blog-container .wpcf7 form.invalid .wpcf7-response-output, 
#blog-container .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red;
    margin: 0 1rem 2rem;
    padding: 10px 0px;
    color: red;
}

div.newsletter-wrapper form .form_wrapper {
    display: flex;
    justify-content: space-evenly;
}

div.newsletter-wrapper form .form_wrapper input[type='email'] {
    height: 52px;
}

div.newsletter-wrapper form .form_wrapper .email{
    width: 70%;
}

div.newsletter-wrapper form .form_wrapper .submit-btn{
    width:25%;
}

.singleblog-sidebar form.search-form {
    margin: 20px 0;
}

/* Popup */
header nav ul li#menu-item-12036 {
    cursor: pointer;
}

#popup-form-mastroke,
#letstalk-form-mastroke{
    background: #66fcf130;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    top: 50%;
    left: 50%;
    padding: 2rem 10rem;
    transform: translate(-50%, -50%);
    display: none;
}

#popup-form-mastroke .popup-form_wrapper,
#letstalk-form-mastroke .popup-form_wrapper{
    background: #000;
    padding: 4rem 4rem 1rem;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    overflow-y: auto;
}

#popup-form-mastroke .popup-form_wrapper span.popup-form_close,
#letstalk-form-mastroke .popup-form_wrapper span.popup-form_close {
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    cursor: pointer;
}

#popup-form .intl-tel-input .country-list li.country{
    color: #000;
}

div#popup-form.form-wrapper .form-col-full .form-acceptance {
    margin-top: 2rem;
}

div#popup-form.form-wrapper .form-col-full .popup-textarea-msg {
    margin-top: 1rem;
}

div#popup-form.form-wrapper .mastroke-service-list label {
    color: #fff;
}

div#popup-form.form-wrapper .mastroke-service-list .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
}

#popup-form.form-wrapper .form-col-full .form-field.service-check-list span.wpcf7-form-control-wrap {
    column-count: 2;
    margin-top: 1rem;
}

div#popup-form.form-wrapper .form-col-full .form-acceptance {
    margin-top: 2rem;
}

div#popup-form.form-wrapper div.form-col-full label {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

#popup-form .wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 400;
}

.cf7mls-btns .cf7mls_next.action-button, 
.cf7mls-btns .cf7mls_back.action-button,
button#cf7mls-back-btn-cf7mls_step-2{
    color: #66FCF1;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    min-width: 0;
    text-transform: capitalize;
    background: transparent;
    margin: 26px 0;
}
    
.cf7mls_next.action-button:hover, 
.cf7mls_back.action-button:hover,
button#cf7mls-back-btn-cf7mls_step-2:hover {
    border: 0;
}

/*-----Move css from the mastroke custom plugin-13-april-2023---------*/
/*---------------Start-------------------*/
.tm-slider-container {
	position: relative;
    overflow: hidden;
}
.tm-slider-container img {
	filter : saturate(0);
	transition: all .3s ease;
    cursor: pointer;
}
.tm-slider-container:hover  img{
	filter : saturate(0.8);	 
}
.tm-slider-container  .hover-tm{
	opacity : 0;
	text-align: center;
	position : absolute;
	bottom: 40px;
  	width: 100%;
	-webkit-transform: translateY(30%);
    transform: translateY(30%);
	transition: all .3s ease;
}
.tm-slider-container .hover-tm .tm-body{
	padding-bottom:20px;
}

.tm-slider-container .hover-tm .tm-body p.tm-designation {
    font-size: 16px;
	font-family: Roboto, sans-serif;
	margin-bottom: 15px;
}

.tm-slider-container .hover-tm h2.tm-title {
	font-family : Roboto, sans-serif;
	text-transform: uppercase;
  	font-size: 20px;
	margin: 0;
} 

.tm-slider-container .hover-tm h2.tm-title a, 
.tm-slider-container .hover-tm h2.tm-title span{
	color : #fff;
	text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.tm-slider-container:hover  .hover-tm{
	opacity	: 1;
	-webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

/*.tm-slider-container .hover-tm .tm-footer ul.tm-social {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tm-slider-container .hover-tm .tm-footer ul.tm-social li {
    display: inline-block;
	margin: 0px;
}

.tm-slider-container .hover-tm .tm-footer ul.tm-social li a i{
	font-size : 19px;
}

#slider_943 .owl-dots .owl-dot span {
	background-color: #45A29E66 !important;
}

#slider_943 .owl-dots .active span{
	background-color : #66FCF1 !important;
}
*/
.elementskit-single-testimonial-slider .elementskit-commentor-content>p {
    height: 200px;
}

.elementskit-single-testimonial-slider .elementskit-profile-info .elementskit-author-name {
    height: 50px;
}


.privacy-policy{
    margin: 0px !important;
}
#header .hfe-nav-menu #menu-item-1119 a.hfe-menu-item {
    background: linear-gradient(to right, #40E0D0 20%, #FF8C00 60%,  #FF0080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
nav #menu-item-231 ul.sub-menu{
    width: 270px !important;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    z-index: 9999 !important;
}
/*-------------------END---------------------*/
a.eael-post-elements-readmore-btn {
    max-width: fit-content !important;
}
.jkit-categorylist-content {
    background: #66FCF1 !important;
    border-radius: 20px !important;
    padding: 5px 20px 5px 20px !important;
    color: black !important;
    margin: 10px 10px 0px 0px !important;
}
.jkit-post-category {
    pointer-events: none !important;
}

.jkit-category.category-list-item {
    pointer-events: none !important;
}
/*---------Blog FAQ Section Start--------*/
.blog_faq h1{
    color: #fff;
    text-align: center;
}

.blog_faq details{
    background-color: #303030;
    color: #fff;
    font-size: 1.5rem;
}

.blog_faq summary {
    padding: .5em 1.3rem;
    list-style: none;
    display: flex;
    justify-content: space-between;  
    transition: height 1s ease;
}

.blog_faq summary::-webkit-details-marker {
    display: none;
}

.blog_faq summary:after{
    content: "\002B";
}

.blog_faq details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

.blog_faq details[open] summary:after{
    content: "\00D7";
}

.blog_faq details[open] div{
    padding: .5em 1em;
    color: #66FCF1;
}
.blog_faq details[open] div a {
    color: white !important;
}
.blog_faq details a {
    color: white !important;
}
.blog_faq .faq_heading {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    margin: 15px 0 0px 0px;
}
.blog_faq .faq_content {
    padding: 15px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: normal;
}
/*---------Blog FAQ Section END--------*/


/*------------------END----------------------*/

.single-awsm_job_openings h5 {
    color: #fff !important;
}

.awsm-job-specifications-container, 
.awsm-job-form {
    display: none;
}

.hfe-sub-menu-item {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/*-----------------------------------------Customize CSS Move 14-05-25 Start-------------------------------------------*/
.elementskit-commentor-image.ekit-testimonial--avatar picture img {
    width: 70px !important;
    border-radius: 50px !important;
}
.ekit-wid-con .elementor-icon-list-item>a{
	display: inline-flex !important;
    align-items: flex-start;
    gap: 30px !important;
}
.elementor-icon-list-item img{
	width: 100px !important;
}
.elementor-icon-list-item a picture source {
    width: 100px !important;
    display: block !important;
}
.ekit-wid-con .elementor-icon-list-item a>img {
    margin-right: 0 !important;
}
.elementor-12 .elementor-element.elementor-element-6360cdc1 .eael-entry-title {
    /*min-height: 80px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.eael-grid-post-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video {
    background-color: transparent !important;
}
img.new_text_scroll {
    margin-bottom: 30px;
}
.elementor-12 .elementor-element.elementor-element-c16c223 img{
    display: inline-block !important;
}
.refund_return_policy_content li {
    margin-bottom: 10px;
}
.singleblog-content h6 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto';
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-7c8b260a {
    margin: 0 0 8px 0px;
}
.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-3109366a {
    margin: 0 0 10px 0;
}
.single_hiring_page_new .elementor-kit-24 h5 {    
	font-family: Roboto,Sans-serif;
    font-size: 16px;
    font-weight: 400;
	  margin: 0 !important;
}
.single_hiring_page_new ul li {
    font-family: Roboto,Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#comments #respond, #comments ol {
    padding-left: 0;
    margin: 0 !important;
    list-style: none;
}
#comments ol li {
    padding: 30px;
}
.ast-comment-avatar-wrap {
    width: 12% !important;
    float: left;
}
.ast-comment-avatar-wrap img {
    border-radius: 50%;
    margin: 0 !important;
    height: 50px;
    width: 50px;
    object-fit: cover;
}
div#respond {
    padding: 20px !important;
    margin: 0 !important;
    width: 96%;
}
.comment-form-author input#author {
    width: 103% !important;
}
.awsm-job-content ul li h5 {
    margin-bottom: 0 !important;
}
.elementskit-author-name {
    font-size: 17px !important;
}
.blog_section_home .eael-entry-wrapper {
    min-height: 220px !important;
}

.single_casestudy_con_sec a {
    color: #66FCF1 !important;
}
.hfe-nav-menu li#menu-item-15988 a {
    background: linear-gradient(to right,#40e0d0 10%,#ff8c00 30%,#ff0080 100%);
    -webkit-background-clip: text !important;
    font-weight: bold !important;
    -webkit-text-fill-color: transparent !important;
}

#header .hfe-nav-menu #menu-item-20567 a.hfe-menu-item {
    background: linear-gradient(to right,#40e0d0 20%,#ff8c00 60%,#ff0080 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
input.wpcf7-form-control.wpcf7-phonetext.wpcf7-text.wpcf7-validates-as-phonetext.country-code {
    padding: 10px 18px 10px 78px !important;
}

/*--------------------Amazon Marketing Page CSS Start----------------*/
div#amazonmarketingform {
    margin: -50px 0 0 0;
}
#amazonmarketing.form-wrapper .form-field input, #amazonmarketing.form-wrapper .form-field textarea, #amazonmarketing.form-wrapper .form-field select {
    background: #2C2B2B;
    border: 0px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #4A4A4A;
	border-radius:3px;
}
#amazonmarketing.form-wrapper .form-col {
    display: flex;
    justify-content: space-between;
	gap: 10px !important;
}
#amazonmarketing .form-col .form-field {
    width: 50% !important;
}
#amazonmarketing .wpcf7-submit {
    font-family: Poppins;
    padding: 10px 25px 10px 25px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 27px;
    text-align: left;
    background: #66FCF1;
    width: auto;
    color: #000;
    border-radius: 10px;
}
#amazonmarketing .wpcf7-not-valid-tip {
    text-align: left;
}
#amazonmarketing .wpcf7 form.sent .wpcf7-response-output {
    border-color: #66FCF1;
    color: #fff !important;
}
/*---------------------Amazon Marketing Page CSS END------------------------*/

/*-----------------------Revamp Home Page Start-----------------------------*/
.new_home_page_our_process_box {
    max-height: 250px;
}
.new_home_page_post_section .eael-grid-post-holder {
    background-color: #262626;
    border-style: none;
    border-radius: 16px 16px 16px 16px;
}
.new_home_page_post_section .eael-grid-post-holder:hover {
    background: linear-gradient(180deg, #1C403D 0%, #1E1E1E 100%);
}
.new_home_page_post_section .eael-grid-post-holder-inner {
    padding: 5px !important;
}
.new_home_page_post_section .eael-entry-overlay.none {
    display: none;
}
.new_home_page_post_section .eael-entry-media{
    padding: 40px 20px 0px 20px;
    background: #1E1E1E;
    border-radius: 16px;
}
.new_home_page_post_section .eael-entry-thumbnail img {
    transform: rotate(-6deg);
	  transition: 1s;
}
.new_home_page_post_section .eael-entry-thumbnail img:hover {
    transform: rotate(0deg) !important;
	transition: 1s;
}
.new_home_page_our_services_box .elementor-icon-box-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new_home_page_our_partners_logo .ekit-wid-con .elementskit-clients-slider .single-client {
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.new_home_page_post_section h2.eael-entry-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.elementskit-menu-overlay {
	display: none !important;    
}
.new_main_menu .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    color: #FFFFFF;
    fill: #FFFFFF;
    transform: rotate(-90deg);
	  margin: -4px 0px 0px 5px;
}
.organic_marketing_faq .elementor-tab-title.elementor-active .elementor-accordion-title {
    font-weight: bold !important;
}
/*-----------------------Revamp Home Page END-----------------------------*/

/*-----------------------Let's Connect Ads Landing CSS Start--------------*/
#letstalk-form .form-input input {
    color: #fff;
    background: #1A1A1A !important;
    border: 1px solid #4D4D4D;
    padding: 10px 18px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

#letstalk-form .form-input textarea {
    color: #fff;
    background: #1A1A1A !important;
    border: 1px solid #4D4D4D;
    padding: 10px 18px;
    border-radius: 6px;
	  font-family: 'Poppins';
    transition: all 0.3s ease-in-out;
}
#letstalk-form .form-col {
    display: flex;
    justify-content: space-between;
}
#letstalk-form label {
    color: #666 !important;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
#letstalk-form .form-col-full .form-field.service-check-list span.wpcf7-form-control-wrap {
    column-count: 2;
    margin-top: 1rem;
}
#letstalk-form select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background: #1A1A1A !important;
    border: 1px solid #4D4D4D;
    border-radius: 6px;
	  font-family: 'Poppins';
}
#letstalk-form input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #1A1A1A !important;
    border: 1px solid #4D4D4D;
    color: white;
	  font-family: 'Poppins';
}
#letstalk-form .mastroke-service-list .wpcf7-list-item {
    display: block;
    margin: 0 0 10px;
}
#letstalk-form .form-accept span.wpcf7-list-item {
    margin-left: 0;
}
#letstalk-form input[type="checkbox"]:checked:after {
    display: block;
}
#letstalk-form input[type="checkbox"]:after {
    content: ' ';
    position: relative;
    left: 40%;
    top: 20%;
    width: 15%;
    height: 40%;
    border: 1px solid #4D4D4D;
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
    display: none;
	  font-family: 'Poppins';
}
#letstalk-form select.wpcf7-form-control.wpcf7-select.form-control {
	background: #1A1A1A !important;
    border: 1px solid #4D4D4D;
    border-radius: 6px;
	  font-family: 'Poppins';
}
#letstalk-form ul.country-list {
    background: #1A1A1A !important;
}
/*-----------------------Let's Connect Ads Landing CSS END--------------*/
body.page-id-23441 div#cookie-law-info-bar {
	display:none !important;
}
/*-----------------------------------------Customize CSS Move 14-05-25 END-------------------------------------------*/


/*----------------SEM Optimize Service Page CSS Start--------------*/
.elementor-widget-eael-fancy-text {
    text-align: -webkit-center !important;
}
.eael-fancy-text-container.style-1 {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 70%;
    padding: 24px 32px 22px 32px;
    align-items: center;
}
span.eael-fancy-text-suffix {
    float: right;
}
span#eael-fancy-text-889ad74 {
    width: 89%;
}
.marketing_across_every_industry .elementor-widget-container {
    min-height: 181px;
}
.our_process_1 .elementor-icon.elementor-animation- {
    margin: -50px 0 0 0px;
}
.home_page_blog  h2.eael-entry-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home_page_blog  h2.eael-entry-title a.eael-grid-post-link {
    text-decoration: none !important;
}

@media (max-width: 768px)  {
    span#eael-fancy-text-889ad74 {
        width: 80%;
    }
    .eael-fancy-text-container.style-1 {
        width: 100% !important;
    }
    .elementor-2648 .elementor-element.elementor-element-39a20aa1 img {
        max-width: 90px;
    }
}
/*----------------SEM Optimize Service Page CSS END--------------*/



@media screen and (max-width:1024px) {
    
    #blog-container{
        padding: 70px 40px 150px 40px;
    }

    #mastroke-singleblog section.singleblog-banner  {
        height: 550px;
    }

    #blog-container .singleblog-sidebar {
        margin: 10px 0px 0px 0px
    }
}

@media screen and (max-width:767px) {
    #blog-container{
        padding: 70px 15px 150px 15px;
    }

    #blog-container .singleblog_wrapper{
        flex-direction: column;
    }

    #blog-container .singleblog-sidebar,
    #blog-container .singleblog_wrapper .singleblog-content{
        margin: 0px 0px 60px 0px;
    }

    #mastroke-singleblog section.singleblog-banner {
        height: 450px;
    }

    #blog-container .singleblog_wrapper .singleblog-sidebar_wrapper .singleblog-sidebar_bloglist{
        display: block;
    }

    /* comments */
    #comments {
        width: 100%;
    }

    /* POPUP */

    #contactus-form.form-wrapper .form-col, 
    div#popup-form.form-wrapper .form-col{
        margin-bottom : 0px;
        flex-direction: column;
    }
        
    #popup-form-mastroke .popup-form_wrapper, 
    #letstalk-form-mastroke .popup-form_wrapper{
        width: 90vw;
        height: 80vh;
        padding: 4rem 2rem 1rem;
    }

    #contactus-form.form-wrapper .form-field, 
    div#popup-form.form-wrapper .form-field {
        width: 100%;
    }

    #popup-form.form-wrapper .form-col-full .form-field.service-check-list span.wpcf7-form-control-wrap{
        column-count: 1;
    }

    div#popup-form.form-wrapper .form-field span[data-name='phonenum'] {
        margin-top: 25px;
    }

    div#popup-form.form-wrapper .form-field input {
        margin-bottom: 1.5rem !important;
    }

    div#popup-form.form-wrapper .form-field span[data-name=phonenum] {
        margin-top: 0px;
    }

    div#popup-form.form-wrapper .form-field.service-check-list input[type="checkbox"] {
        margin-bottom: 0rem !important;
    }

    .iti-mobile .intl-tel-input.iti-container{
        z-index: 999999 !important;
        color: #000;
    }

    .intl-tel-input .selected-flag{
        top: -10px;
    }
   
}

@media screen and (max-width:600px) {
    #contactus-form.form-wrapper {
        padding: 20px 0px 0px;
    }

    #contactus-form.form-wrapper .form-col{
        margin-bottom: initial;
        flex-direction: column;
    }

    #contactus-form.form-wrapper .form-field {
        width: 100%;
        margin-bottom: 20px;
    }

    #mastroke-singleblog section.singleblog-banner{
        height: 300px;
        background-position-x: 25% !important;
    }

    #blog-container .singleblog-content .details{
        flex-direction: column;
        margin-bottom: 1rem;
    }

    #blog-container .singleblog-content .singleblog_tags{
        margin: 1rem 0;
    }

    #blog-container .singleblog-content .details .singleblog_social_media_wrapper{
        margin-top: 1rem;
    }

    #blog-container .singleblog-content .details span,
    #blog-container .singleblog-content .details span:last-of-type {
        margin-right: 5px;
        margin-left: 5px;
    }

    #blog-container .singleblog-sidebar .singleblog-sidebar-form {
        display: none;
    }

    div.newsletter-wrapper form .form_wrapper .submit-btn {
        width: 100%;
    }

    div.newsletter-wrapper form .form_wrapper .email {
        width: 100%;
        margin-bottom: 0px !important;
    }

    #blog-container div.newsletter-wrapper form .form_wrapper,
    #blog-container .singleblog_wrapper .singleblog-content .author_details {
        flex-direction: column;
    }

    #blog-container .singleblog_wrapper .singleblog-content .author_details{
        text-align: center;
    }

    #blog-container .singleblog_wrapper .singleblog-content .author_bio{
        margin-left: 0;
    }

    #blog-container .singleblog_wrapper .singleblog-content p{
        margin-right: 0;
    }
}

@media screen and (min-width:1500px) {
    #mastroke-singleblog section.singleblog-banner {
        height: 850px;
    }

    .ast-blog-container section#header {
        margin-top: -32px;
    }
}



/*==============================*/
.ms-ty-wrapper,
.ms-ty-wrapper * {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
}

/* ===== Full Page Popup Wrapper ===== */
.ms-ty-wrapper {
    position: relative;     /* NOT fixed */
    inset: auto;
    z-index: auto;
    overflow: visible;
    background: transparent; /* IMPORTANT */
    padding: 0;              /* let popup handle spacing */
}

/* ===== Content Container ===== */
.ms-ty-container {
    /*max-width: 960px;*/
    margin: 0 auto;
    text-align: center;
}

/* ===== Headings ===== */
.ms-ty-title {
    font-size: 61px !important;
    font-weight: 700 !important;
    color: #0aa89e !important;
    font-family: "Poppins" !important;
    margin-bottom: 16px;
}

.ms-ty-text {
    color: #495263 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}
.ms-ty-text strong{
    color: #161B24 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}



/* ===== Spacing ===== */
.ms-ty-space-lg {
    margin-top: 40px;
}

.ms-ty-space-xl {
    margin-top: 64px;
}

/* ===== Primary CTA ===== */
.ms-ty-primary-btn {
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 15px;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    background: #1E1E1E;
    padding: 8px 22px;
    border-radius: 8px;
    font-weight: 500;
}

/* ===== Info Box ===== */
.ms-ty-info-box {
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(233, 255, 253, 0.65) 0%, rgba(199, 255, 251, 0.65) 99.73%);
    padding: 40px 150px;
}

/* ===== Info Box Content ===== */
.ms-ty-info-title {
    color: #161B24 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 39px !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

.ms-ty-info-text {
    font-size: 15px;
    font-family: Poppins !important;
    margin-bottom: 24px;
}

/* ===== Secondary CTA ===== */
.ms-ty-secondary-btn {
    font-family: Poppins !important;
    background: var(--Linear, linear-gradient(98deg, #0DA398 16.58%, #1E1E1E 242.26%));
    display: inline-block;
    color: #fff !important;
    padding: 8px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

/* ===== Responsive ===== */
@media screen and (max-width: 767px) {

    /* ===== FORCE HEADING COLOR & SIZE ===== */
    .ms-full-popup .ms-ty-title {
        font-size: 32px !important;
        color: #0aa89e !important;
        line-height: 1.2 !important;
    }

    /* ===== BODY TEXT ===== */
    .ms-full-popup .ms-ty-text {
        font-size: 14px !important;
        color: #495263 !important;
        line-height: 1.6 !important;
    }

    .ms-full-popup .ms-ty-text strong {
        font-size: 18px !important;
        color: #161B24 !important;
    }

    /* ===== PRIMARY BUTTON BG FIX ===== */
    .ms-full-popup .ms-ty-primary-btn {
        background-color: #1E1E1E !important;
        background-image: none !important;
        color: #ffffff !important;
        font-size: 14px !important;
        padding: 10px 18px !important;
    }

    /* ===== FOOTER / INFO SECTION BG FIX ===== */
    .ms-full-popup .ms-ty-info-box {
        background-color: rgba(233, 255, 253, 0.65) !important;
        background-image: linear-gradient(
            0deg,
            rgba(233, 255, 253, 0.65) 0%,
            rgba(199, 255, 251, 0.65) 99.73%
        ) !important;
        padding: 24px 16px !important;
        border-radius: 16px !important;
    }

    /* ===== INFO TITLE ===== */
    .ms-full-popup .ms-ty-info-title {
        font-size: 24px !important;
        color: #161B24 !important;
        line-height: 1.3 !important;
    }

    /* ===== SECONDARY BUTTON BG FIX ===== */
    .ms-full-popup .ms-ty-secondary-btn {
        background-image: linear-gradient(
            98deg,
            #0DA398 16.58%,
            #1E1E1E 242.26%
        ) !important;
        background-color: #0DA398 !important;
        color: #ffffff !important;
        font-size: 14px !important;
        padding: 10px 18px !important;
    }
}
