
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html {overflow-x: hidden;}
body {padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: url('../card_images/bgt1.png');
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;}
	a {text-decoration:none;color:unset;}
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

form,input,textarea,select  {font-family: 'Roboto', sans-serif;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: Montserrat;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder {font-size:12px}

.d_dis {   white-space: pre-wrap;
    margin: 17px 22px 0px;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
}
.btn_buy2 {background: linear-gradient(45deg, #FF5722, #FF9800);
    color: white;
    width: fit-content;
    margin: 5px auto;

    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    font-weight: 500;
    border-radius: 6px;}
	
.danger {background: #ffd0d082;
    color: #d45050;}
.info {    background: #d0deff82;
    color: #5097d4;
}
.success {background: #90ff6c82;
    color: #1aab2c;
}
.card{width: 400px;
    /* background: linear-gradient(to right bottom, rgb(255, 0, 0), rgb(255, 105, 180)); */
    background: url('../card_images/bg6.png');
    overflow: hidden;
    margin: 0px auto; 
    z-index: 0;
    background-size: 100% 100%;
    color: white;
    padding: 0px 0px 27px;
    text-align: center;
	}

   
      
      .card_content {
        margin-top: 10px;
        margin-left: 10px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        overflow: hidden;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px;
      }
      
      .card_content img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50%;
      }
      
      .card_content2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 30px;
      }
      
      .card_content2 h2 {
        font-size: 16px;
        font-weight: 700;
        margin: -92px 0px 5px 68px;
        text-align: center;
        margin-right: 20px;
        text-transform: uppercase;
      }
      
      .card_content2 p {
        margin: 3px 0;
        font-size: 14px;
      }
      


#dis_flex1 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 7px 0;
}

.link_btn {
    background: red; /* bold red */
    color: white;
    padding: 10px 18px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.link_btn i {
    font-size: 14px;
    color: white;
}

.link_btn:hover {
    background: #cc1515; /* slightly darker on hover */
    text-decoration: none;
}

/*
.contact_details {
        padding: 21px 24px;
}
.contact_details .contact_d{    display: flex; gap: 8px;  margin: 10px 0;  align-items: center;}
.contact_details .contact_d i{  margin: 4px;
    color: white;
    height: 17px;
    font-size: 15px;
    padding: 7px;
    border-radius: 100%;
    text-align: center;
    width: 16px;
    border: 1px solid;
}
.contact_d p {
    margin: 0;
    padding: 0;
    line-height: 1;
}
    */
    .contact_details {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 20px;
        max-width: 400px;
    }
    
    .contact_d {
        display: flex;
        align-items: center;
        margin-bottom: -1rem;
        padding: 10px 15px;
        border-radius: 5px;
        
        font-size: 16px;
        color: #333;
    }
    
    .contact_d i {
        background: red; /* deep red */
        color: white;
        padding: 3px;
        border-radius: 50%;
        border: 2px solid white;
        margin-right: 12px;
        min-width: 36px;
        min-height: 36px;
        text-align: center;
        line-height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        border-radius: 220% 294% 275% 0; /* drop-pin effect */
        transform: rotate(265deg);
    }
    .contact_d i::before {
        transform: rotate(95deg); /* un-rotate icon inside */
    }
    
    .contact_d p {
        background: white;
        width:350px;
        text-align: left;
        padding: 10px;
        margin: 0;
        word-break: break-word;
    }
    
.dis_flex .share_wtsp {padding: 0pc;
    margin: 10px auto;
    width: 90%;
    text-align: center;}
.share_wtsp {
    width: 105%;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
   
  }
  
  #wtsp_form {
    display: flex;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
  }
  
  #wtsp_form input[type="text"] {
    flex: 1;
    padding: 10px 0px;
    font-size: 13px;
    border: none;
    outline: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .wtsp_share_btn {
    background-color: #1aab2c;
    color: white;
    font-weight: 600;
    padding: 9px 9px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    border-left: 1px solid #1fa955;
    transition: background-color 0.3s ease;
    white-space: nowrap;
  }
  
  .wtsp_share_btn:hover {
    background-color: darkgreen;
  }

.dis_flex {
    display: flex;
    gap: 10px;
    flex-wrap: no wrap;
    justify-content: center;
}
/*
.big_btns {
   
    justify-content: center;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 8px 16px;
    font-size: 11px;
    width: 120px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
*/
.big_btns {
    position: relative;
    background-color: #000;
    color: white;
    padding: 13px 18px;
    width: 150px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-size: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    overflow: hidden;
}

.big_btns::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 20px solid red;
    border-left: 20px solid transparent;
}
.big_btns i {
    font-size: 14px;
    
}

.big_btns:hover {
    background-color: #ccc;
    color: #000;
}

.fa-twitter {background: #149bd2;
    color: white;}
.fa-facebook {background: #5858fd;
    
    color: white;}
.fa-linkedin {background:#007bb6;
color:white}
.fa-youtube {background: #e63e3e;
    color: white;}
.fa-pinterest {background:#cb2027;color:white}
.fa-instagram {background: #fd01bb;
    color: white;}

/* share pop box*/
	.share_box .close { font-size: 47px;
    text-align: end;
    padding: 0px 10px;
    font-weight: 400;
    color: red;
    cursor: pointer; }
	
	.shar_btns .fa-whatsapp {background:#1aab2c;color:white}
	.fa-comment-dots	 {background: #1cbdff;
    color: white;}
	.share_box .close i {}
	.share_box {
		display:none;
		background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 351px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 3;
    border-radius: 11px;}
	.shar_btns {    width: 100px;
    text-align: center;
    display: inline-block;}
	.shar_btns i{padding: 10px;
    border-radius: 8px;}
	.shar_btns p{font-size: 10px;}

    
.card2 {background: white;
    width: 400px;
    margin: 7px auto;
    padding: 0px;
    border-radius: 6px;
    overflow: hidden;}
.card2 h1{}
.card2 h2{}
.card2 h3{text-align: left;
    font-size: 20px;font-weight:800;
    background: #000;
    color: #ffffff;
   
    letter-spacing: -1px;
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;}

 .card2 h3::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 40px solid red;
    border-left: 40px solid transparent;
}  
    
.card2 form{}
.card2 form input,.card2 form textarea{width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 13px;
    border: 1px solid #f7d29b;
    margin: 4px 26px;
    resize: vertical;
    background: #fff1c6;}
.card2 form input[type=submit]{    color: white;
    font-size: 20px;
    background: #000;}


.card2 iframe {margin: 8px auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 5px;
    width: auto;
    height: 188px;}
	
/*prouct services*/

.product_s {
    text-align: center;
    background: white;
    padding: 10px;
    width: fit-content;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;
    border: 3px solid red;
}
	
	#product_services {text-align:center}
.product_s p{font-size:16px;
font-family:'Roboto';
line-height:33px;
text-align:justify;
color:#000;}	
.product_s img{width: auto;
    max-width: 91%;
    max-height: auto;
    background: white;
    border-radius: 5px;}	


/*image gallery*/


.img_gall {
   display: inline-block;
    width: 31%;
    vertical-align: middle;
    margin: 4px;
}
.img_gall img {
 max-width: 100%;
    background: white;
    max-height: 100%;
    border-radius: 1px;
    display: block;
    margin: 0 auto;
    position: relative;
}
/* about us*/

#about_us {}
#about_us h3{}
#about_us p{      white-space: pre-line;
    font-size: 16px;
    color:#000;
    font-weight: 500;
    line-height: 32px;
    background: white;
    text-align: justify;
    padding: 10px;
    margin: 0;}

/*payment */


#payment h4 {
    font-size: 20px;
    font-weight: 600;
    color: #005a80;
    margin-top: 30px;
    margin-bottom: 15px;
}

#payment h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#payment h6 {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}

#payment p {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    width: 77%;
    margin: 4px auto 12px;
    text-align: center;
}

#payment ul {
    padding-left: 20px;
}

#payment li {
    font-size: 16px;
    margin-bottom: 6px;
    color: #222;
}

#payment .d-flex > div {
    text-align: center;
    flex: 1 1 150px;
}

#payment img {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 15px;
    margin: 8px auto;
    display: block;
    box-shadow: 0 2px 6px skyblue;
}


.menu_bottom {   background: white;
    width: -webkit-fill-available;
    text-align: center;
    color: red;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}

.menu_container {width: auto;
    text-align: left;
    display: flex;}
 .menu_item{   text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 12px;
    margin: 15px;
    width: 209px;
    white-space: pre;}
 .menu_item i{font-size: 20px;}


/* order page */
 
 #shop_online {
	/* display: grid; */
    grid-template-columns: 50% 50%;
    text-align: center;
 }
 .order_box {width: -webkit-fill-available;
    display: inline-block;
    margin: 6px 6px;
    vertical-align: text-top;
    border-radius: 4px;
    background: white;
    padding: 0px 0px 13px 0px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #00000030;
  
}
 .order_box img{width: 100%;
    height: 110px;}
 .order_box h2{padding: 9px 0px 3px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;}
 .order_box h4{padding: 0px 0px 7px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #4CAF50;
}
 .order_box p{padding: 2px;
    margin: 0px;
    font-size: 16px;
line-height:33px;
    text-align: justify;
    font-weight: 500;
    color: #000;}
.btn_buy {
    background: #4CAF50;
    color: white;
    padding: 10px 10px;
    text-align: center;
    font-size: 12px;
    width: fit-content;
    margin: 11px auto 6px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}







/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/





@media screen and (max-width:700px){
	.card {
    width: -webkit-fill-available;
    overflow: hidden;
    background: url('../card_images/bg6.png');
    margin: 0px auto 10px;
    z-index: 0;
    background-size: 100% 100%;
}

.dis_flex .big_btns {
   
    border-radius: 4px;
    font-size: 12px;
    padding: 14px;
    display: inline-block;
    text-align: center;
    margin: 3px 0px;
    width: 124px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.card2 {
   width:auto;
    margin: 0 0px;
    
}




#shop_online {
     /* display: grid; */
   grid-template-columns: 50% 50%;
   text-align: center;
}

.card_content2 h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-align: right;
    margin-right: 55px;
    margin-top: -88px;
    margin-top: -88px;
    text-transform: uppercase;
}
.order_box {width: -webkit-fill-available;
   display: inline-block;
   margin: 6px 6px;
   vertical-align: text-top;
   border-radius: 4px;
   background: white;
   padding: 0px 0px 13px 0px;
   overflow: hidden;
   box-shadow: 0px 0px 20px 0px #00000030;
 
}
.order_box img{width: 100%;
   max-height: 100px;}
.order_box h2{padding: 9px 0px 3px;
   margin: 0px;
   font-size: 13px;
   text-align: center;
   font-weight: 500;}
.order_box h4{padding: 0px 0px 7px;
   margin: 0px;
   font-size: 13px;
   text-align: center;
   font-weight: 500;
   color: #4CAF50;
}
.order_box p{padding: 2px;

}

@media screen and (max-width:700px){
	.card {
    width: -webkit-fill-available;
   
    overflow: hidden;
    margin: 0px auto 10px;
    z-index: 0;
   background-size: 100% 100%;
}

