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

h1, h2, h3, h4, h5, h6 {   font-family: "Montserrat", sans-serif;}
p,li, span, a { font-family: "Montserrat", sans-serif;  }
p {  font-family: "Montserrat", sans-serif; margin-bottom: 20px; line-height: 1.2; font-weight: 400; }
.net-btn { font-size: 16px; font-weight: 600; color: #fff; background: #6a007c; padding: 15px 30px; border-radius: 5px; 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; border: 1px solid #6a007c; }
.logo { font-size: 80px; font-weight: 700; color: #6a007c;   margin-bottom: 25px; display: inline-block; text-transform: uppercase;  font-family: "Montserrat", sans-serif;  }
.section-padding { padding: 60px 0;  line-height: 1.2;}
.net-color { color: #ffdd8f; }
.title { font-size: 42px; color: #6a007c; text-transform: capitalize; font-weight: 700; margin-bottom: 30px; }


.cablenet { width:100%; height: 100vh; display: flex; justify-content: center; align-items: center; background: #ffffff; position: relative; border-bottom: 2px dashed #6a007c; }
.cablenet::after{content:''; position: absolute; top: 20px; left: 20px; width: 500px; height:500px; border-radius: 50%; background-image: linear-gradient(120deg, #6a007cb3   20%, #ffffff1c  82%); z-index: 2;}
.cablenet::before {  content: '';  position: absolute;  bottom: 0px;  right: 0px;  width: 300px;  height: 300px; border-radius: 10%;   background-image: radial-gradient(#69007c91 1px, transparent 2px);  background-size: 20px 20px;  /* spacing between dots */
background-color: #ffffff1c; /* light base background */  z-index: 1;
}

.cablenet .cablenet-box  {padding: 20px; position: relative; z-index: 5; }
.cablenet .cablenet-box h1 { font-size: 50px; color: #000000; text-transform: capitalize; font-weight: 600;}
.cablenet .cablenet-box p { font-size: 20px; color: #000000; margin-top: 20px; font-weight: 500; }
.cablenet .cable-img {width: 100%; height: auto; margin-left: 20px;}
.cablenet .cable-img img { width: 100%; height: auto; border-radius: 20px; mix-blend-mode: multiply; }

.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: 0px; 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; clip-path: polygon(0 0, 80% 0%, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);}  
.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%; background-color: #ffffff40;
    border: 1px solid #6a007c70;
    text-align: center;}
.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 { }
.pramotion .pro-img { width: 100%; height: 400px; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.1); overflow: hidden;}
.pramotion .pro-img img { width: 100%; height: 400px; border-radius: 10px; object-fit: cover; }
.pramotion .pro-box { padding: 15px;}
.pramotion .pro-box .pro-list {  list-style: none;  }
.pramotion .pro-box .pro-list li { padding: 10px 0px; font-size: 18px; color: #000000;  list-style: circle;}
.pramotion .pro-box .net-btn { width: 100%; text-align: center;}
.pramotion .pro-box .title { font-size: 30px;  margin-top: 10px; margin-bottom: 15px;}


.information {     background-image: linear-gradient(44deg, #6a007c 34%, #24002b 70%);}
.information .info  { padding: 25px; background-color: rgb(255 255 255); border-radius: 20px; margin-bottom:20px;     box-shadow: 0px 0px 5px #e3e3e3;  height: calc(100% - 20px);}
.information .info h4 { font-size: 24px; color: #6a007c ; 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-image: linear-gradient(327deg, #6a007c 34%, #24002b 70%); 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: 400px; text-align: center; }



@media screen and (max-width:1499px) {
.cablenet::after {  background-image: linear-gradient(120deg, #6a007c4f 20%, #ffffff1c 82%);}
}
@media screen and (max-width:1399px) {
     .cablenet {height: 80vh;}
 .cablenet .cablenet-box h1 { font-size: 32px; }
.cablenet .cablenet-box p { font-size: 16px; }
.logo { font-size: 50px;}
}

@media screen and (max-width:991px) {
    .net-btn {margin-bottom: 15px;}
    .section-padding { padding: 35px 0; }
    .cablenet { height: auto; padding: 60px 0; border-radius: 0px 0px 50px 50px;}
    .cablenet .cablenet-box h1 { font-size: 40px; }
    .cablenet .cablenet-box p { font-size: 18px; }
    .logo { font-size: 40px; color: #6a007c; }
    .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; }
    .about-us .about-img {clip-path: none;}     
    .cablenet::before { display: none;}
} 

@media screen and (max-width: 575px){
    .cablenet .cablenet-box h1 { font-size: 32px; }
    .cablenet .cablenet-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;}
    .sticky-btn  .net-btn{width: 300px;}
.cablenet::after{display:none;}
.cablenet::before{display:none;}
}

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

}
