/*
Theme Name: blueberry
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.6
Tested up to: 6.8
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
.cform p {
    display: flex !important;
}
.cpfomremail {
    height: 50px;
    padding: 10px;
    border: navajowhite;
    font-size: 16px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.cform-btn {
    background: #AA62A4;
    border: unset;
    color: #fff;
    height: 48px;
    padding: 0 28px;
    font-size: 18px;
}
.wpcf7-spinner {
    margin: 10px;
 
}

body *, ::before, ::after {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body  {
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin: 0 !important;
    padding: 0 !important;
}
.banner_outer{
    overflow: hidden !important;
}
.banner_outer h1 {
    margin: 0;
}
.banner_outer .elementor-slide-heading {
    margin: 0 !important;
}
.banner_outer p {
    margin: 10px 0 40px 0px;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.banner_outer .elementor-swiper-button.elementor-swiper-button-prev {
    width: 176px !important;
    height: 176px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    margin-left: -90px;
    padding-left: 50px;
}
.banner_outer .elementor-swiper-button.elementor-swiper-button-prev::after {
    content: "";
    position: absolute;
    right: auto;
    left: 0;
  padding: 2px; /* border thickness */
  background: linear-gradient(80deg, #f8f8f800, #efe3e38a); /* gradient border */
  -webkit-mask:
    linear-gradient(#ffffff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  box-sizing: border-box;
	
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.banner_outer .elementor-swiper-button.elementor-swiper-button-next {
    width: 176px !important;
    height: 176px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    margin-right: -90px;
    padding-right: 50px;
}

.banner_outer .elementor-swiper-button.elementor-swiper-button-next::after{
        content: "";
    position: absolute;
    right: auto;
    left: 0;
      padding: 2px; /* border thickness */
  background: linear-gradient(-80deg, #f8f8f800, #efe3e38a); /* gradient border */
  -webkit-mask:
    linear-gradient(#ffffff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.our_trandingbox .woocommerce div.product {
    border: 1px solid #EEEEEE;
    border-radius: 15px !important;
}
.our_trandingbox .elementor-widget.elementor-widget-theme-post-featured-image.elementor-widget-image {
    overflow: hidden;
}
.our_trandingbox .woocommerce div.product img {
  transition: transform 0.5s ease; 
  transform: scale(0.9); 
}

.our_trandingbox .woocommerce div.product:hover img {
  transform: scale(1); /* zoom out on hover */
}

.our_trandingbox  .elementor-swiper-button {
    width: 46px;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
    box-shadow: 0px 10px 14px 0px #0000001C;
    background-color: #fff !important;
}
.our_trandingbox  .elementor-swiper-button  svg {
    fill: #000 !important;
    font-size: 22px;
}
.timles_tabotr .e-n-tabs-heading button {
    width: 33.3% !important;
    min-width: 33.3% !important;
}
.timles_tabotr  .e-n-tabs-heading {
    max-width: 1470px !important;
    width: 100% !important;
    margin: auto;
    padding: 0 15px 0 15px !important;
}
.tab_technlimg img {
    width: 100% !important;
    min-width: 100% !important;
}
.image_conpopl .elementor-element {
    height: 100%;
    border-radius: 15px !important;
}






@media screen and (max-width: 1600px) {

.banner_outer h1 {
    font-size: 52px !important;
    line-height: 56px !important;
}
}

@media screen and (max-width: 767px) {
    .banner_outer h1 {
    font-size: 35px !important;
    line-height: 36px !important;
    }
    .banner_outer .elementor-swiper-button.elementor-swiper-button-prev::after { 
    width: 68%;
    height: 68%;
    }
    .banner_outer .elementor-swiper-button.elementor-swiper-button-next {
    margin-right: -150px;
    padding-right: 134px;
    }
    .banner_outer .elementor-swiper-button.elementor-swiper-button-next::after {
    width: 68%;
    height: 68%;
    }
    .banner_outer .elementor-swiper-button.elementor-swiper-button-prev {
    margin-left: -94px;
    padding-left: 23px;
}
.e-n-tabs-heading {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.e-n-tabs-heading button 
{
    margin-bottom: 0 !important ;
}
}

header.entry-header h1 {
    display: none;
}
/* business application form */

/* Container */
#partnerRegForm {
  max-width: 600px;
  margin: 30px auto;
  padding: 25px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  font-family: "Inter", sans-serif;
}

/* Input fields */
#partnerRegForm input[type="text"],
#partnerRegForm input[type="email"],
#partnerRegForm input[type="file"],
#partnerRegForm input[type="tel"],
#partnerRegForm textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 15px;
  transition: all .2s ease;
}

/* Focus state */
#partnerRegForm input:focus,
#partnerRegForm textarea:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 3px rgba(74,144,226,0.4);
  outline: none;
}

/* Labels */
#partnerRegForm label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

/* Button */
#partnerRegForm button {
  width: 100%;
  padding: 14px;
  background: #1e73be;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .25s;
}

#partnerRegForm button:hover {
  background: #155c95;
}

/* Message box */
#partnerRegMsg {
  margin-top: 15px;
  padding: 12px;
  font-size: 15px;
  border-radius: 8px;
}

#partnerRegMsg p {
  margin: 0;
}

/* Success */
#partnerRegMsg p[style*='green'] {
  background: #e8f9ee;
  color: #1b8a3f !important;
  border: 1px solid #bdf2d2;
  padding: 10px;
  border-radius: 8px;
}

/* Error */
#partnerRegMsg p[style*='red'] {
  background: #fdeaea;
  color: #d64545 !important;
  border: 1px solid #f5c2c2;
  padding: 10px;
  border-radius: 8px;
}

/* Mobile responsive */
@media (max-width: 480px) {
  #partnerRegForm {
    padding: 18px;
  }
  #partnerRegForm button {
    font-size: 15px;
    padding: 12px;
  }
}
p.not-allowed-msg {
    color: #ED1C24;
    font-size: 13px;
    font-weight: 400;
}
a.mmwp-login-to-see-wholesale-prices {
    display: none;
}