
        .custom-form {


            border-radius: 8px;


        }

        .custom-form input {
            width: 100%;
            padding: 10px;

            margin-right: 15px;
        }

        .custom-form input[type="submit"] {
            width: auto;
            color: white;
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            background: #eb368c;
            font-size: 14px;
            padding: 8px 10px;

        }

        .custom-form input[type="submit"]:hover {
            background-color: #005f8d;

        }

        .form-div {
            display: flex;
            justify-content: center;
        }

        .form-field {
				margin-right: 15px;
				margin-bottom: 25px;
				width: 300px;
        }

        .submit_button {
            text-align: Center;
        }

        label {

            font-size: 15px;
            font-weight: 600;
            margin-bottom: 0.5em;
        }
		
		
		.inbuild_warranty .product-row {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
	width:auto;
}

.inbuild_warranty .product-col {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 40px;
	
}

.text-red {
	color:red;
}


        @media only screen and (max-width: 480px) {
            .form-div {
                flex-direction: column !important;
            }

            form {
                font-size: 11px;
                font-weight: 500;
                letter-spacing: 0.05em;

            }
			
			.inbuild_warranty .product-col {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
	
}
        }
  
  .warrenty_sec {
    display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center cards when fewer than 3 */
  gap: 20px; /* spacing between cards */
  
  }

  .red-text{
    color: red;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
  }

  .warrenty_card {
    flex: 0 0 380px; /* Fixed width of each card */
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 30px;
  box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  }
  .warrenty_card h3 {
   font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 26px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #EB368C;
margin-bottom: 10px;
margin-top: 10px;

  }
  .warrenty_card p {
  font-family: Roboto;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
text-align: center;

  }

  .warrenty_card h4 {
   
    font-weight: bold;
    font-size: 28px;
    line-height: 24px;
    text-align: center;
    color: #504E4A;
    font-family: 'Roboto';
    margin-top: 10px;
	 margin-bottom: 20px;
  }

  .warrenty_card img {
  height: 150px;
    width: 150px;
    margin-bottom: 10px;
  }

  .buy-now-button {            
    width: auto;
    color: white;
    border: none;
    cursor: pointer;
    background: #eb368c;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
}

.sec-pad {
  padding-bottom: 60px;
}


.head-title {
          font-family: Roboto;
font-weight: 600;
font-style: SemiBold;
font-size: 36px;

line-height: 100%;
letter-spacing: 0%;
text-align: center;

}


.product-card .product-img img {
    width: 100%;
    height: 300px;
   border-radius: 5px;
    border-width: 1px;
    opacity: 1;
    border: 1px solid #e3e3e3;
	object-fit: contain;
}




  

  .product-details-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.product-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  display: flex;
  gap: 40px;
 
}
 .product-col {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    
   
}

.product-card:hover {
  transform: translateY(-4px);
}

.card-header {
border-bottom: 0.5px solid #e3e3e3;
}
.product-row {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  width: 50%;
}

h2.card-title {
    font-family: Roboto;
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
margin-bottom: 0px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.product-card .label  {
    font-family: Roboto;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
margin-bottom: 10px;

}
.product-card .data  {
   font-family: Roboto;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;

line-height: 100%;
letter-spacing: 0%;






}

@media only screen and (max-width: 768px) {
	.product-card .product-img img {
    width: 100%;

  }
  
  .product-card .data  {
  font-size: 18px;

}
	
	
}



@media only screen and (max-width: 480px) {
    .warrenty_sec {
      flex-direction: column;
    }

    form {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.05em;
    }

    .sec-pad {
  padding-bottom: 30px;
}

.product-card {
    padding: 16px;
  }

 .product-card {
   flex-direction: column;
}

.product-card .product-img img {
    width: 100%;

  }

  .product-card .data  {
  font-size: 16px;

}
.buy-now-button { 
  padding: 10px 24px;
}
}

@media (max-width: 600px) {
  .label {
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }

  .product-row {
    font-size: 15px;
  }

  

}

         