*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #f5f5f5;
    font-family: "Quicksand", sans-serif;
}

h1, h2, h3, h4, h5, h6 {  font-family: "Quicksand", sans-serif;}
p { font-family: "Quicksand", sans-serif; margin-bottom: 20px; line-height: 1.2; font-weight: 400; }
.net-btn { font-size: 16px; font-weight: 600; color: #fff; background: #ff3b3b; padding: 12px 30px; border-radius: 30px; text-decoration: none; display: inline-block; margin-top: 20px; transition: all 0.3s ease; }
img {max-width: 100%; height: auto;}
.net-btn:hover { background: #ffffff; color: #000000; text-decoration: none; }
.logo { font-size: 100px; font-weight: 700; color: transparent;  -webkit-text-stroke: 2px #ffdd8f; margin-bottom: 25px; display: inline-block; text-transform: uppercase;   }
.section-padding { padding: 60px 0;  line-height: 1.2;}
.net-color { color: #ffdd8f; }
.title { font-size: 42px; color: #00327e; text-transform: capitalize; font-weight: 700; margin-bottom: 30px; }


.netcabledeals { width: calc(100% - 60px); height: calc(100vh - 60px); display: flex; justify-content: center; align-items: center; background: #0c0c0c; background-image: url(../images/cable1.webp); background-size: cover; background-position: center; background-repeat: no-repeat; border-radius:30px; margin: 30px; background-attachment: fixed; }
.netcabledeals .netcabledeals-box  {padding: 20px}
.netcabledeals .netcabledeals-box h1 { font-size: 60px; color: #ffffff; text-transform: capitalize; font-weight: 800;}
.netcabledeals .netcabledeals-box p { font-size: 20px; color: #ffffff; margin-top: 20px; font-weight: 500; }

.about-box { display: flex; justify-content: center; align-items: flex-start;  height: 100%; flex-direction: column; padding: 20px;  }
.about-us .about-box p { font-size: 20px; color: #000000; line-height:1.3; margin-top: 20px; font-weight: 400; }
.about-us .about-img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.1); overflow: hidden;}  
.about-us .about-img img { width: 100%; height: auto; border-radius: 10px; }

.why-choose .why-us-box { padding: 20px; box-shadow: 0 0 20px rgba(0,0,0,0.1); border-radius: 20px; height: 100%;}
.why-choose .why-us-box .why-img { width: 100%; height: auto; margin-bottom: 20px; }
.why-choose .why-us-box .why-img img { width: 80px; height: auto; border-radius: 10px; }
.why-choose .why-us-box .why-content .subtitle { font-size: 24px; margin-bottom: 10px; color: #00327e; font-weight: 700; }
.why-choose .why-us-box .why-content p { font-size: 18px; color: #000000; line-height:1.3; margin-top: 10px; font-weight: 400; }


.pramotion { background-color: #ffffff;}
.pramotion .pro-img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.1); overflow: hidden;}
.pramotion .pro-img img { width: 100%; height: auto; border-radius: 10px; }
.pramotion .pro-box { padding: 15px;}
.pramotion .pro-box .pro-list {  list-style: none; padding-left: 0px; }
.pramotion .pro-box .pro-list li { padding: 10px 0px; font-size: 20px; color: #000000; border-bottom: 1px solid #c7c7c7; list-style: none;}


.information { background-image: linear-gradient(90deg, #fdffe94a 50%, #002c52e3 50%);}
.information .info  { padding: 25px; background-color: rgb(255 255 255); border-radius: 20px; margin-bottom:20px;     box-shadow: 0px 0px 5px #e3e3e3;}
.information .info h4 { font-size: 24px; color: #00327e ; font-weight: 700; margin-bottom: 15px; }
.information .info p { font-size: 18px; color: #000000; line-height:1.3; margin-top: 10px; font-weight: 400; }

.cta {background-color: #ffffff;}
.cta .title { margin-bottom: 20px; }
.cta .cta-box { display: flex; justify-content: center; align-items: flex-start; height: 100%; flex-direction: column ;}
.cta .cta-box p { font-size: 20px; color: #000000; line-height:1.3; margin-top: 10px; font-weight: 400; }
.cta .cta-img { width: 100%; height: auto; border-radius: 10px; overflow: hidden;}
.cta .cta-img img { width: 100%; height: auto; border-radius: 10px; }

.footer-sec { background: #002141; padding: 40px 0;}
.footer-sec .footer-content p { font-size: 14px; color: #ffffff; text-align: justify; line-height: 1.3;}
.footer-sec .footer-content .footer-list { list-style: none; display: flex;  align-items: center; padding-left: 0px;}
.footer-sec .footer-content .footer-list  li { font-size: 16px;  margin: 0 15px; font-weight: 600;}
.footer-sec .footer-content .footer-list  li a { color: #ffffff; text-decoration: none;}
.footer-sec .footer-content .footer-list li:first-child {margin-left: 0;}
.copyright-wrp { border-top:1px solid #dfdfdf; padding:15px 0px;}
.copyright { color: #ffffff; margin-top: 20px; font-size: 14px; }
.copyright a { color: #00e1ff; text-decoration: none; font-weight: 600; }


.sticky-btn { position: fixed; bottom: 20px;  z-index: 1000; transform: translateX(-50%); left: 50%;  }
.sticky-btn  .net-btn {width: 300px; text-align: center; }

@media screen and (max-width:991px) {
    .net-btn {margin-bottom: 15px;}
    .section-padding { padding: 35px 0; }
    .netcabledeals { height: auto; padding: 60px 0; border-radius: 0px 0px 50px 50px;}
    .netcabledeals .netcabledeals-box h1 { font-size: 40px; }
    .netcabledeals .netcabledeals-box p { font-size: 18px; }
    .logo { font-size: 40px; color: wheat; }
    .title { font-size: 32px; margin-bottom: 25px; }
    .about-us .about-box p { font-size: 18px; margin-top: 10px; }
    .about-box .title { margin-bottom:10px;}
    .why-choose .why-us-box .why-content .subtitle { font-size: 20px; }
    .why-choose .why-us-box .why-content p { font-size: 16px; }
    .why-choose .why-us-box {height: calc(100% - 10px); }
    .pramotion .pro-box .pro-list li { font-size: 18px; }
    .information .info h4 { font-size: 20px; }
    .information .info p { font-size: 16px; }
    .cta .cta-box p { font-size: 18px; }
    .footer-sec .footer-content p { font-size: 12px; }
    .footer-sec .footer-content .footer-list li { font-size: 14px; }
    .copyright { font-size: 12px; }
    .cta .title { margin-bottom: 15px; }
} 

@media screen and (max-width: 575px){
    .netcabledeals .netcabledeals-box h1 { font-size: 32px; }
    .netcabledeals .netcabledeals-box p { font-size: 16px; }
    .logo { font-size: 40px; }
    .title { font-size: 26px; }
    .about-us .about-box p { font-size: 16px; }
    .why-choose .why-us-box .why-content .subtitle { font-size: 18px; }
    .why-choose .why-us-box .why-content p { font-size: 14px; }
    .pramotion .pro-box .pro-list li { font-size: 16px; }
    .information .info h4 { font-size: 18px; }
    .information .info p { font-size: 14px; }
    .cta .cta-box p { font-size: 16px; }
    .footer-sec .footer-content p { font-size: 10px; }
    .footer-sec .footer-content .footer-list li { font-size: 12px; margin: 0 10px;}}

@media screen and (max-width:1400px){
    .container { max-width: 1140px;  }

}
