/* code start here */
.pt-product .otstock{ background-color: #fff; padding: 1px 12px; color: #f00; position: absolute; top: 0; right: 0; z-index: 2; font-size: 13px;}


/************* App page*******************/
.main-download {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

	.main-download .content {
		text-align: center;
		background: rgba(255, 255, 255, 0.1);
		padding: 40px 60px;
		border-radius: 15px;
		backdrop-filter: blur(6px);
		margin: 0 0 20px;
	}

	.main-download .title {
		font-size: 2em;
		margin-bottom: 25px;
		letter-spacing: 1px;
		color: #e10d0f;
		font-weight: 600;
	}

	.main-download .button-group {
		display: flex;
		justify-content: center;
		gap: 20px;
	}

	.main-download .download-btn {
		background-color: #fff;
		color: #000;
		border: none;
		border-radius: 10px;
		padding: 15px 30px;
		font-size: 1.1em;
		font-weight: 600;
		text-decoration: none;
		transition: 0.3s;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	}

	.main-download .download-btn:hover {
		transform: translateY(-3px);
		background-color: #303e49;
		color:#fff;
	}

	.main-download .ios {
		color: #000;
	}

    /********************************/
    
    .modal-content.no-bg {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }
    .modal-content.no-bg .close {    background: #fff;
    opacity: 1;
    padding: 10px 16px;
    border-radius: 60px;
    font-size: 29px;z-index: 99999;
    position: absolute;
    right: 0;}

    @media (max-width: 767px) {
        .sofa-right h3 {
            font-size: 1.05rem;
        }
        section.cat-sec, section.home-cat, section.home-products, section.home-insta, section.carousel0, section.foot-contact, section.footer-middle, footer.footer {
            overflow: hidden !important;
        } 
    }

    @media (max-width: 650px) {
        .modal.home_pmodal .no-bg.pl-5.pr-5 {padding-left: 0 !important;padding-right: 2.2rem !important;}
        .modal.home_pmodal .no-bg .modal-body {padding: 0 !important;}
        .modal.home_pmodal .modal-content.no-bg .close {padding: 5px 11px;}
        
    }
    /**************************/

    .custm_fwrp_1 {
  font-family: 'Roboto', sans-serif;
}

.custm_fwrp_1 .cf-wrap {
  min-height: 100vh;
  background: linear-gradient(135deg, #0B1F3A 0%, #1c3d6b 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.custm_fwrp_1 .cf-box {
  width: 100%;
  max-width: 480px;
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  text-align: center;
}

.custm_fwrp_1 .cf-heading {
  font-size: 26px;
  font-weight: 700;
  color: #0B1F3A;
  margin-bottom: 10px;
}

.custm_fwrp_1 .cf-sub {
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.custm_fwrp_1 .cf-field {
  position: relative;
  margin-bottom: 22px;
}

.custm_fwrp_1 .cf-field input,
.custm_fwrp_1 .cf-field textarea {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 14px 12px;
  border-radius: 8px;
  font-size: 14px;
  background: transparent;
  outline: none;
  transition: 0.3s;
}

.custm_fwrp_1 .cf-field label {
  position: absolute;
  left: 12px;
  top: 14px;
  font-size: 13px;
  color: #888888;
  pointer-events: none;
  background: #ffffff;
  padding: 0 5px;
  transition: 0.3s;
}

.custm_fwrp_1 .cf-field input:focus,
.custm_fwrp_1 .cf-field textarea:focus {
  border-color: #F68B1E;
}

.custm_fwrp_1 .cf-field input:focus + label,
.custm_fwrp_1 .cf-field input:valid + label,
.custm_fwrp_1 .cf-field textarea:focus + label,
.custm_fwrp_1 .cf-field textarea:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 11px;
  color: #F68B1E;
}

.custm_fwrp_1 .cf-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #F68B1E, #ff9f3f);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.custm_fwrp_1 .cf-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(246,139,30,0.4);
}

@media (max-width: 480px) {
  .custm_fwrp_1 .cf-box {
    padding: 25px 20px;
  }

  .custm_fwrp_1 .cf-heading {
    font-size: 22px;
  }
}

@media (max-width: 800px) {
	.main-download .content {
		padding: 20px
	}
	.main-download .download-btn {
		border-radius: 6px;
		padding: 15px 14px;
	}
	.main-download .content {
		box-shadow: inherit;
	}
}
@media (max-width: 600px) {
	
	.main-download .title {
		font-size: 1.6em;
		margin-bottom: 20px;
	}

	.main-download .button-group {
		flex-direction: column;
		gap: 15px;
	}

	.main-download .download-btn {
		width: 100%;
		font-size: 1em;
		padding: 12px 20px;
		text-align: center;
		justify-content: center;
	}
}