*{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     font-family: 'Poppins', sans-serif;
}

body {
     background: #0d0d0d;
     color:#fff;
}

.lander-wrapper{

}

/* --- Top Contact Bar --- */
.top-bar {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 8px 40px;
     font-size: 14px;
     background: #111;
}
.contacts {
     display: flex;
     gap: 20px;
     align-items: center;
}
.contacts a {
     display: flex;
     align-items: center;
     gap: 6px;
     text-decoration: none;
     color:#fff;
     font-size: 12px;
}
.contacts .icon, 
.socials .icon{
	width:17px;
	height:17px;
}
.socials {
     display: flex;
     gap: 15px;
}
.socials a {
     color: #fff;
     text-decoration: none;
     transition: color 0.3s;
}
.socials a:hover {
     color: #e50914;
}

/* --- Navbar --- */
nav {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 15px 40px;
     background: rgba(0,0,0,0.7);
     position: relative;
     z-index: 2;
}
.logo {
     font-size: 22px;
     font-weight: 600;
     color: #e50914;
}
.logo img{
	height: 50px;
	width:auto;
	object-fit: contain;
}
.nav-links {
     display: flex;
     gap: 25px;
}
.nav-links a {
     color: #fff;
     text-decoration: none;
     font-weight: 500;
     transition: color 0.3s;
}
.nav-links a:hover {
  color: #e50914;
}

/* --- Hero Section --- */
.hero {
     position: relative;
     height: 90vh;
     display: flex;
     align-items: center;
     padding: 0 40px;
     overflow: hidden;
}

/* Background slideshow */
.hero-bg {
     position: absolute;
     top: 0; left: 0;
     width: 100%; 
     height: 100%;
     object-fit: cover;
     opacity: 0;
     transition: opacity 1.5s ease-in-out;
}
.hero-bg.active {
     opacity: 1;
}

/* Gradient overlay on left */
.hero::before {
     content: '';
     position: absolute;
     top: 0; left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(to right, rgba(0,0,0,0.9) 35%, rgba(0,0,0,0.2) 70%);
     z-index: 1;
}
.cta {
     position: relative;
     z-index: 2;
     max-width: 500px;
}
.cta h1 {
     font-size: 48px;
     margin-bottom: 20px;
     line-height: 1.2;
}
.cta p {
     font-size: 15px;
     margin-bottom: 25px;
     color: #ddd;
}
.cta a {
     background: #e50914;
     border: none;
     padding: 12px 28px;
     border-radius: 6px;
     font-size: 16px;
     font-weight: 600;
     color: #fff;
     cursor: pointer;
     transition: background 0.3s;
     text-decoration: none;
}
.cta button:hover {
     background: #b0060f;
}

.ddmenu-wrapper{
	width:100vw;
	height:100vh;
	position: fixed;
	left:0;
	top:0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.4);
	display:none;
}
.ddmenu{
	 height: 100vh;
	 width:500px;
	 background-color: #000;
	 float:right;
}
.ddmenu-header{
	padding: 2em;
}
.ddmenu-header > span{
	cursor: pointer;
	color:#fff;
}
.ddmenu-body{
	padding: 5em;
	padding-top:0;
	padding-bottom:0;
}
.ddmenu-body img{
	height:50px;
	width:auto;
	object-fit: contain;
}
.extra-menu{
	margin-top:2em;
}
.extra-menu a{
	text-decoration: none;
	color:var(--steel_gray_300);
	font-size: 17px;
	height:40px;
}

.basilisk-home-wrapper{
	width:100%;
}
.aboutus-wrapper,
.services-wrapper,
.contact-wrapper,
.footer-wrapper{
	width: 100%;
}
.aboutus{
	min-height:100vh;
	width:90vw;
}
.sec-nav{
	 height:50px;
	 border-bottom: 1px solid var(--steel_gray_500);
}
.pri-nav{
	height:80px;
}
.sec-nav-left{
	flex: 1;
}
.sec-nav-left a{
	text-decoration: none;
	margin-right: 1em;
	font-weight: 600;
}
.sec-nav-left a > span:first-child{
	color:red;
	margin-right:.5em;
}
.sec-nav-left a > span:last-child{
	color:var(--steel_gray_200);
}
.sec-nav-left .icon{
	width:20px;
	height:20px;
}
.sec-nav-right .icon{
	width:17px;
	height:17px;
}
.sec-nav-right a{
	 text-decoration: none;
	margin-left: 1em;
	font-weight: 600;
	color:red;
	width:30px;
	height:30px;
	background-color: #fff;
	border-radius: 50%;
}
.pri-nav{
	display:grid;
	grid-template-columns:1fr auto;
	grid-template-rows: 1fr;
	grid-gap: 5em;
}
.logo{

}
.logo img{
	height:40px;
	width:auto;
}
.nav{

}
.nav a{
	text-decoration: none;
	margin-right: 1em;
	font-size: 17px;
	color:#fff;
}
.nav a:hover{
	color:var(--steel_gray_200);
}
.menu{
	display:none;
}
.menu button{
	width:40px;
	height:40px;
	border-radius: 50%;
	background-color: transparent;
	border:1px solid var(--steel_gray_100);
	color:#fff;
}
.menu button:hover{
	color:#000;
	background-color: #fff;
}
.aboutus-wrapper{
	background-color: #111;
}
.aboutus{
	padding-top:50px;
	padding-bottom:50px;
	display:grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 2fr;
	grid-gap:5em;
}
.aboutus-cover{
	position: relative;
}
.aboutus-cover img{
	width:100%;
	height:100%;
	max-height:500px;
	object-fit: cover;
	position: relative;
	top:-110px;
	left:30px;
}
.aboutus-proper{
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	grid-template-columns: 1fr;
	margin-top:30px;
}
.abtus-prp-header > span{
	color:red;
	margin-right:.5em;
}
.abtus-prp-header h3{
	font-size: 20px;
}
.abtus-prp-cta{
	margin-top:2em;
}
.abtus-prp-cta h2{
	font-size: 35px;
}
.abtus-prp-tblinks{
	margin-top: 2em;
	border-bottom: 2px solid red;
}
.abtus-prp-tblinks a{
	text-decoration: none;
	padding:15px;
	font-size: 14px;
	font-weight: 600;
	color:#fff;
}
.abtus-prp-tblinks .focused{
	 border:2px solid red;
	 border-bottom: 0;
	 margin-bottom: -3px;
	 z-index: 2;
	 background-color: #111;
	 border-top-right-radius: 5px;
	 border-top-left-radius: 5px;
}
.abtus-prp-tbs{
	margin-top:2em;
}
.abtus-prp-tbs p{
	line-height: 1.5em;
	margin-bottom: 2em;
	font-size: 14px;
	color:var(--steel_gray_300);
}

/*Challenges*/
.challenges {
     background: #fff;
     color: #0d0d0d;
     padding: 80px 40px;
}
.section-title {
     text-align: center;
     font-size: 36px;
     margin-bottom: 50px;
     color: #e50914;
}
.challenge {
     display: flex;
     align-items: center;
     gap: 40px;
     margin-bottom: 70px;
}
.challenge.reverse {
     flex-direction: row-reverse;
}
.challenge-text {
     flex: 1;
     position: relative;
}
.badge {
     display: inline-block;
     background: #e50914;
     color: #fff;
     font-weight: 600;
     padding: 8px 16px;
     border-radius: 30px;
     font-size: 14px;
     margin-bottom: 15px;
}
.challenge-text h3 {
     font-size: 26px;
     margin-bottom: 15px;
}
.challenge-text p {
     font-size: 16px;
     line-height: 1.6em;
     margin-bottom: 15px;
}
.read-more {
     background: none;
     border: none;
     color: #e50914;
     font-weight: 600;
     cursor: pointer;
     padding: 0;
}
.challenge-img {
     flex: 1;
}
.challenge-img img {
     width: 100%;
     object-fit: cover;
     border-radius: 12px;
     box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Hide long text initially */
.hidden {
     display: none;
}
.services-area{
	
	background-color: var(--steel_gray_100);
}
.services-wrapper{
	background-color: #fff;
	padding-top:5em;
	padding-bottom: 5em;
}
.services{
	width:90vw;
	display:grid;
}
.services-3x{
	grid-template-rows: auto auto 1fr;
	grid-template-columns: 1fr;
}
.services-4x{
	grid-template-rows: auto auto auto 1fr;
	grid-template-columns: 1fr;
}
.services-sbh{

}
.services-sbh > span{
	border:2px solid red;
	height:50px;
	width:150px;
	border-radius: 40px;
	font-size: 17px;
	font-weight: 600;
	color:red;
}
.services-h{
	margin-top:2em;
	margin-bottom: 2em;
}
.services-b{
	 display:grid;
     grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
     grid-gap:2em;
}
.service{
	border:1px solid var(--steel_gray_200);
	padding:3em;
	background-color: #fff;
	box-shadow: 0px 0px 5px var(--steel_gray_300);
}
.service:hover{
	background-color: #000;
	color:#fff!important;
	cursor: pointer;
}
.service > div > span{
	width:60px;
	height:60px;
	border:2px solid red;
	border-radius: 50%;
	color:red;
}
.service h3{
	margin-top:1em;
	margin-bottom: 1em;
}
.service p{
	font-size: 14px;
	line-height: 2em;
	color:var(--steel_gray_600);
}
.service:hover p{
	color:var(--steel_gray_300);
}

.read-more{
      margin-top:auto;
      align-self:flex-start;
      background:none;
      border:0;
      color:red;
      font-weight:600;
      cursor:pointer;
      padding:6px 0;
    }

/* Modal styles */
   .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; 
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 2em;
  width: 90%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.modal-content h3 {
  margin-bottom: 1em;
}

.modal-content .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
}


.why-choose {
    background: linear-gradient(135deg, #0d0d0d, #e50914);
    color: #fff;
    padding: 80px 40px;
    text-align: center;
  }
  .section-title {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 600;
  }
  .reasons {
     margin-bottom: 2em;
  }
  .whyus-card {
    background: #fff;
    color: #0d0d0d;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: left;
    width:400px;
    margin-right:10px;
    margin-left:10px;
    height:400px;
  }

  .whyus-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
  }
  .whyus-card img {
    width:50px;
    height:50px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: contain;
  }
  .whyus-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0d0d0d;
  }
  .whyus-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
  }


.clients {
    background: #fff;
    color: #0d0d0d;
    padding: 80px 40px;
    text-align: center;
  }
  .clients .section-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e50914;
  }
  .clients .sub-title {
    font-size: 16px;
    color: var(--steel_gray_200);
    margin-bottom: 50px;
    width:70%;
  }

  /* Slider styles */
  .logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .logo-track {
    display: flex;
    gap: 40px;
    width: calc(250px * 12); /* width depends on number of logos */
    animation: scroll 25s linear infinite;
  }
  .logo-track img {
    height: 80px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
  }
  .logo-track img:hover {
    filter: grayscale(0%);
  }

  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

#partners{
	background-color: #000;
}
.partners-l img{
	width:100%;
	height:100px;
	object-fit: contain;
	border-radius:5px;
}
.partners-l a{
	background-color: #000;
	padding:10px;
	border-radius:5px;
}
.client-g{

}
.client-g img{
	margin-bottom: 1em;
	width:100%;
	height:150px;
	object-fit: cover;
	border-radius:10px;
}
.client-g h2{
	margin-bottom: .5em;
}
.clients-l li{
	color:var(--steel_gray_600);
	margin-bottom: 5px;
}
.contact-wrapper{
	padding-top:5em;
	padding-bottom:5em;
	background-color: #000;
}
.contact-body{
	margin-top: 2em;
	border-radius: 10px;
}
.contact{
	width:90vw;
}
.contact-body-tablnks{
	border-bottom: 0px solid var(--steel_gray_100);
}
.contact-dtls{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap:2em;
}
.contact-body-tablnks a{
	text-decoration: none;
	margin-right:2em;
	font-size: 17px;
	height:40px;
	color: #fff;
}
.contact-body-tablnks .lfocused{
	border-bottom:3px solid red;
}
.ccard{
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 10px;
}
.ccard-icn{
	color:red;
}
.ccard-dtls{
	margin-left:2em;
}
.ccard-dtls h4{
	color:var(--steel_gray_300);
}
.ccard-dtls p{
	color:var(--steel_gray_500);
	font-size: 12px;
	line-height: 1.5em;
}
.contact-form{
	margin-right:2em;
}
.contact-header h4{
	color:red;
	font-size: 25px;
}
.contact-header h1{
	color:red;
	font-size: 30px;
}
.contact-form p{
	color:#fff;
	font-size: 17px;
	margin-top:2em;
}
.contact-form input{
	height:50px;
	padding-left:10px;
	padding-right:10px;
	border-radius:5px;
	font-size: 16px;
	color:var(--steel_gray_200);
	background-color: #fff;
	border:1px solid #fff;
}
.contact-form textarea{
	padding:10px;
	font-size: 16px;
	color:var(--steel_gray_200);
	border:1px solid var(--steel_gray_100);
	border-radius:5px;
	background-color: #fff;
	border:1px solid #fff;
}
.contact-form button{
	background-color: red;
	color:#fff;
	border:1px solid red;
	padding: 20px;
	border-radius:30px;
	width:200px;
}
.footer-wrapper{
	background-color: #000;
}
.footer{
	width:90vw;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	border-top:1px solid var(--steel_gray_300);
}


#challenges{
	
}
.business-challenges{
	margin-top: 2em;
}
.cr{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-gap:5em;
}
.cr:not(:last-child){
	margin-bottom: 5em;
}
.cr-icn img{
	width:100%;
	height:300px;
	object-fit: cover;
	border-radius:20px;
}
.cr-dtls-header .icon{
	color:red;
}
.cr-dtls-body{
	margin-top:2em;
}
.cr-dtls-body p{
	color:var(--steel_gray_600);
	line-height: 1.5em;
	font-size: 14px;
	margin-bottom:2em;
}

@media screen and (min-width: 240px) and (max-width: 1000px){
	 .sec-nav{
	 	display:grid!important;
	 	grid-template-columns: 1fr;
	 	grid-template-rows: 1fr 1fr;
	 	grid-template-areas: "sec-nav-top" 
	 	                      "sec-nav-bottom";
	 	height: auto;
	 	padding-top:1em;
	 	padding-bottom: 1em;

	 }
	 .sec-nav-right,
	 .sec-nav-left{
	 	 display:flex;
	 	 justify-content: center!important;
	 	 align-items: center!important;
	 }
	 .sec-nav-right{
	 	 grid-area: sec-nav-top;
	 }
	 .sec-nav-left{
	 	 grid-area: sec-nav-bottom;
	 }
	 .pri-nav{
	     grid-template-columns:1fr auto;
     }
     .menu{
     	display:flex!important;
     }
     .nav{
     	display:none;
     }
     
}
@media screen and (min-width: 240px) and (max-width: 900px){
	 .aboutus{
	     grid-template-rows: 1fr;
	     grid-template-columns: 1fr;
	     grid-gap:0;
     }
     .aboutus-cover{
	     display:none;
     }
}
@media screen and (min-width: 240px) and (max-width: 800px){
	 .sec-nav-left{
	 	 display:block!important;
	 }
	 .cta-left > div{
	     width:100%;
     }
     .contact-dtls{
     	grid-template-columns: 1fr 1fr;
     	grid-gap: 2em;
     }
}
@media screen and (min-width: 240px) and (max-width: 700px){
	 .contact-dtls{
     	grid-template-columns: 1fr;
     	grid-gap: 0;
     }
	 .cta-left h1{
	     font-size: 40px;
     }
     .cr{
	     grid-template-columns: 1fr;
	     grid-template-rows: 1fr 1fr;
	     grid-template-areas: "cimage"
	                           "cdesc";
	     margin-bottom: 0!important;
	     grid-gap: 0;
	     border-bottom: 1px solid var(--steel_gray_100);
	     padding-top: 2em;
	     padding-bottom: 2em;
     }
     .cr-icn{
     	grid-area: cimage;
     }
     .cr-dtls{
     	grid-area: cdesc;
     }
     

}
@media screen and (min-width: 240px) and (max-width: 600px){
	 .form_input_group-2x{
	     display:block!important;
     }
     .form_input_group-2x > div{
     	margin-bottom: 1em;
     }
}
@media screen and (min-width: 240px) and (max-width: 500px){
	 .ddmenu-wrapper{
	     width:100vw;
     }
}