body, .navbar-nav .nav-link {
  font-family: "Montserrat";
}

.header-cart-count{
		  background : #FF7D01;
	    z-index : 9;
		  }
	
		  
.dropdown-menu li a{
	padding : 10px 10px;
}
.dropdown-menu li a:hover , .dropdown-menu li a:active{
	background : #EFF4FF !important
}


.footer .current-menu-item a {
    color: #333333 !important;
}

h1{
	font-family: "Montserrat";
	font-weight : 700;
	font-size : 42px;
	line-height : 45px;
	letter-spacing : 0.96px;
	color : #13132C;
}

h2{
	font-family: "Montserrat";
	font-weight : 600;
	font-size : 32px;
	line-height: 44px;
	letter-spacing : 0px;
	color : #13132C;
}
.outline-pri {
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 20px 30px;
}

.outline-pri:hover{
	color: #FFF !important;
	border: 1px solid #fff !important;
}

.subscribe_button.sib-default-btn:hover {
    color: #000 !important;
    border-color: #0E6EFD !important;
    border: 1px solid;
}

section .swiper-horizontal {
    margin: 44px 0;
}

h3{
	font-family: "Montserrat";
	font-weight : 600;
	font-size : 24px;
	line-height : 34px;
	letter-spacing : 0px;
	color : #13132C;
}

.lead {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #4A5C6C;
  margin : 0;
}

section p{
	padding-top : 22px;
	margin : 0 0;
}

.btn-preorder img{
   width: 25px;
    height: 25px;
}

.btn-preorder img {
  display: block;
  transition: opacity 0.3s ease;
}

/* Use a pseudo-element for the hover image */
.btn-preorder {
  position: relative;
  display: inline-block;
}



.btn-preorder::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://yourdata.network/wp-content/uploads/2025/06/Group-3-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-preorder:hover::after {
  opacity: 1;
}


section .repeater_data_wrap p {
    padding-top: 12px;
}

.buttondiv{
	padding-top :35px;
}

.caption , .subscribelabel , .footer input{
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #4A5C6C;
	
}

.has-sticky-header {
  padding-top: 90px;
}

.footer .subscribe_button {
    width: 125px;
    border-radius: 20px !important;
    padding-top: 11px;
    padding-right: 18px;
    padding-bottom: 11px;
    padding-left: 18px;
  	 background: linear-gradient(94.59deg, #2746FA 4.82%, #94F5B3 100.07%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 30px 0px #365EF033;
    border: 0 none;
    margin-top: 0;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #fff;
}



p , ul , li{
	font-family: "Roboto";
	font-weight : 400;
	font-size : 16px;
	line-height : 26px;
	letter-spacing : 0px;
	color : #4A5C6C;
}

.current-menu-item a:active , .current-menu-item a:focus{
	color : #2746fa;
}
.current-menu-item a{
	color : #2746fa !important;
}

.btn-outline-primary{
/* 	background: linear-gradient(94.59deg, #2746FA 4.82%, #94F5B3 100.07%); */
	background : linear-gradient(94.59deg, #233EFF 0%, #14D0FF 50%, #74FFAB 100%);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 4px 30px 0px #365EF033;
	width: auto;
	border-radius: 30px;
	border-width: 1px;
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
	color : #FFFFFF !important;
}
.btn-inline-primary {
  position: relative;
  display: inline-block;
  padding: 19px 10px;
  width: 220px;
  border-radius: 30px;
  z-index: 1;
  background: transparent;
}

.btn-inline-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 3px;
/*   background: linear-gradient(90deg, #2C4EF6 0%, #89E3BA 100%); */
	background : linear-gradient(94.59deg, #233EFF 0%, #14D0FF 50%, #74FFAB 100%) !important;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}


.btn-outline-primary.btn:first-child:active, .btn-outline-primary.btn:not(.btn-check)+.btn:active {
    color: #000;
    background-color: #fff !important;
}

.socialwrap{
	padding-left: 75px;
}

/* Navbar */
.navbar {
  padding: 0.5rem 0;
  background-color: #fff;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  text-align: center;
}
.highlight{
/* 	background : linear-gradient(90deg, #0F37FF 0%, #47E1A7 100%) !important; */
	background : linear-gradient(94.59deg, #233EFF 0%, #14D0FF 50%, #74FFAB 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
 .navbar.scrolled {
    padding: 40px 0 14px 0 !important;
    transition: padding 0.3s ease;
  }


#page a{
	font-family: "Montserrat" !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 20px !important;
	letter-spacing: 0.5px !important;
	color : #333333;
}
.navbar-nav .nav-link{
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color : #333333; 
}

.navbar-nav .nav-link:hover {
  color: #233EFF;
}

.footer_heading4{
	gap: 20px;
}

body .bg-light {
    background-color: #EFF4FF !important;
}
.footer{
  padding-top: 70px;
}
.footer input{
  width: 345px;
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  border-width: 1px;
  border-color : #D3D4D5;
  border-radius : 0;
background : transparent;
}
.subscribe_button.sib-default-btn{
    width: 125px;
    border-radius: 20px !important;
    padding-top: 11px;
    padding-right: 18px;
    padding-bottom: 11px;
    padding-left: 18px;
/*     background: linear-gradient(94.59deg, #2746FA 4.82%, #94F5B3 100.07%); */
	background : linear-gradient(94.59deg, #233EFF 0%, #14D0FF 50%, #74FFAB 100%) !important;
    border: 1px solid #FFFFFF !important;
    box-shadow: 0px 4px 30px 0px #365EF033;
    border: 0 none;
    margin-top: 7px;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #fff;
}
.footer {
	padding-bottom: 30px;
}

a {
  text-decoration: none;
}
.footer_heading4 img {
    width: 30px;
    height: 30px;
}
.footer .border-top {
    border-top: 1px solid #000 !important;
}
.copyrite {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #000;
}
#page .footer a{
	font-weight: 500 !important;
}
.footer h5 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
	line-height : 30px;
    color: #000;
    letter-spacing: 0px;
}

.footer h5 {
    padding-bottom: 15px;
}

a:hover {
  color: #2746fa !important;
  text-decoration: none;
}
.btn-outline-primary:hover{
	color: #000 !important;
}

.footer p{
	color : #000 !important;
	 font-family: "Montserrat";
	    font-size: 15px;
}

.foot_content a{
	text-decoration: underline;	
}

.subscribelabel {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 23.8px;
    letter-spacing: 0.5px;
    color: #000;
    padding-bottom: 10px;
}

	.hidemobiledevice{
		display : block;
	}

body .showmobiledevice {
		display : none;
	}
	

@media (max-width: 991px){
	
	.socialwrap {
    padding-left: 0;
}
    main.my-5 {
        margin-top: 0rem !important;
        margin-bottom: 3rem !important;
    }
	.navbar .btn-outline-primary{
		display : none;
	}
}

@media (max-width: 767px) {
	
	.hidemobiledevice{
		display : none !important;
	}
	
	
	body .showmobiledevice{
		display : block;
	}
    
    .footer {
    	padding-top: 80px;
    	padding-left: 20px;
    }
	.bottom_footer_repeater {
    	text-align: left !important;
	}
	.bottom_footer_repeater li a {
    	font-size: 14px;
	}
	.footer .border-top .py-1 {
    	padding-top: 16px !important;
    	align-items: start !important;
	}
	.footer .socialwrap {
    	padding-left: 13px;
    	padding-top: 10px;
	}
	#menu-product-menu {
    	margin-bottom: 0;
	}
	.footerhead1 {
    	padding-top: 20px;
	}
	.footer {
    	padding-bottom: 30px;
	}

	.navbar-nav {
    	margin-top: 7px;
    	flex-direction: column;
  	}

  .navbar-nav .nav-link {
    	text-align: center;
    	padding: 0.75rem;
  }

	.btn-outline-primary {
    	margin: 30px auto;
	}
	.custom-logo-link img {
    	width: 70%;
    	max-width: 100%;
    	height: auto;
	}
	.navbar-nav {
  		gap: 1px;
	}
	.input-group {
    	width: 86%;
	}
		h2 {
    	font-size: 30px;
    	line-height: 40px;
    	text-align: center;
	}
	h1 {
    	font-size: 35px;
    	line-height: 50px; 
	}
	h3{
		text-align : center;
	}
	.mailcss{
		text-align : left !important;
	}
	.sib_signup_box_inside_3{
		margin-top: 20px;
	}
	.foot_content{
		text-align:left !important;
	}
	.copyrite{
		text-align:left !important;
	}
	.navbar-nav .dropdown-menu{
		border : 0 none;
	}
	
	.btn-preorder{
		margin-left: -22px;
	}
}