*{

}

.my-navbar {
    background-color: #0e200e !important; /* Custom green background */
color:white !important;

}

.container{

}

.nav-text {
    color: white !important;
}
.dropdown-icon {
    filter: invert(1);
  
}
.dropdown-icon:focus {
box-shadow:none;
outline: none;
border: none;
  
}

.welcome-banner{

    margin-top: 20vh;
width: 90%;
margin-left: 3%;

height: auto;

display: flex;
flex-direction: row;
overflow: none;

align-items: center;
justify-content: space-around;
font-weight: 500;


}
.welcome-section{
    border-radius: 15px;
    width:30%;
    margin-top: 2vh;
   -webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
	box-shadow: 0 20px 40px rgba(72,78,85,.6);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
    
    
}
.inner-welcome-section{
    height: 20vh;
   
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
   
  
}

.colored-box{
margin-left: -30px;
margin-right: 30px;
    width: 5px;
    height: 20px;
   border-style: solid;
   border-color: green;
   border-radius: 100%;
   
}




.carousel-item{
background-color: white;
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.banners {
   width: 90%;
   height: 55vh;

    background-color: white;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #2e7d32;
    margin-top: 3vh;
}
.banners image{

    border-radius: 10px;
}
.txt{
    color:;
    font-weight:;
    font-size: large;
}
.card-par{
    margin-top: 5vh;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
}

.view-button {
   
    background-color:white;
    color:  #0e200e;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
display: flex;
flex-direction: row;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
}

.view-button:hover{
    background-color: #2e7d32;
}
.get-button{
    border-style: solid;
    border-width: 1px;
    border-color: #0e200e;
    border-radius: 15px;
    margin-left: 35%;
    margin-bottom: 20px;
}

.get-button:hover{

    background-color: #0e200e;
    color: white;

}
.divider {
    height: 1px;
    width: 5000px;
    background-color: #0e200e;
position: relative;
margin-top: 20px;

}

#desktop-banners{
    display: none;
    visibility: hidden;
    padding: 0 0 0 0;
    margin-top: -10vh;

}
.card-img-top{
    height: 40vh;
}




#social-media-links2 #social-media-links1 {
    width: 30%;
    height: 5vh;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
#social-media-links2{
    margin-left: 60px;
   height: 5vh;


}

    .sm-icons{
        width: 40px;
        height: 30px;
        border-radius: 50%;
   
    }

.sm-icons:hover{
background-color: #007b5e;
cursor: pointer;


}

#codescape-icon{
    margin-top: -5px;
}
 

@media screen and (min-width: 992px) {
    .price-icon{
        margin-top: -45vh; 
        margin-left: -30px;
    }
    .container{
   
}

#carouselExampleSlidesOnly{
    display: none;
    visibility: hidden;
}

#desktop-banners{
display: block;
    visibility: visible;
}
#social-media-links1{
    display: none;
    visibility: hidden;

    
}

#social-media-links2{

  visibility: visible;

}

 .welcome-section{
 margin-top: -7vh;
 }
 #what-we-do{
    margin-top: -10vh;
 }


}

@media screen and (max-width: 992px) {


    .carousel-item{
    height: 90vh !important;
  


  }
  .carousel-item img{
    height: 65vh !important;
  }

    .price-icon{
       display: none;
    }
    .welcome-banner{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }

    .welcome-section{
margin-left:7% ;
    width: 90%;
    
    }
    .colored-box{
margin-left: 10%;
}
}

 

@media screen and (max-width: 480px) {

    footer{
  position: relative;
}
       .price-icon{
        display: block;
        margin-top: -32vh; 
        margin-left: 140px;
    }
 #social-media-links1 {
    margin-right: -70px;
 }

 .banners {
   width: 90%;
   height: 35vh;
 }
 .welcome-banner{

    margin-top: 3vh;
 }
    .inner-welcome-section{
        height: 15vh;
        width: 100%;
    }
     .welcome-section{
margin-left:10% ;
     }

     .view-button{
        margin-left: 60%;
        margin-top: ;
     }
     #what-we-do{
    margin-top: 0vh;
     }
.mentorship-banner{
padding-top: -10px;
padding-bottom: -10px;
}

.carousel-item{
  height: 60vh !important;
}
  .carousel-item img{
  height: 40vh !important;

}
 
}


/*boostrap styling */
/**********************
/***** Services *******
/*********************/

section{
	padding: 60px 0;
}
section .section-title{
	text-align:center;
	color:#007b5e;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{

	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
   -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card:hover{
	

     -webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
	box-shadow: 0 20px 40px rgba(72,78,85,.6);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.readmore-par{
  margin-top: -3vh;
}






/* deskitop cards styling */

a
{
	cursor:pointer;
}

p
{
	padding-bottom:1rem;
}

h5
{
  text-transform:uppercase;
  font-size: medium;
	font-weight:bold;
	color:#2b2b2b;
}

.box-shadow
{
	-webkit-box-shadow: 0 1px 1px rgba(72,78,85,.6);
	box-shadow: 0 1px 1px rgba(72,78,85,.6);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.box-shadow:hover
{
	-webkit-box-shadow: 0 20px 40px rgba(72,78,85,.6);
	box-shadow: 0 20px 40px rgba(72,78,85,.6);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

.card
{
	border-radius: 25px;
    padding: -50px;
	
}

.card img
{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.card svg
{
  
	position:absolute;
	top:19rem;
  -webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	filter:drop-shadow(2px -9px 4px rgba(0, 69, 134, 0.2));
}
.card:hover svg
{
	filter:drop-shadow(2px -9px 4px rgba(0, 69, 134, 0.4));
}

i
{
    display:none;
	position:relative;
	top: 18rem;
	right: 2rem;
	color:white;
	font-size:3rem;
	background:transparent;
	background: linear-gradient(133deg, rgba(255,255,255,1) 0%, rgba(211,210,231,1) 19%, rgba(11,39,73,1) 100%);
	padding: 1rem;
	border-radius: 100%;
	transition: all .6s ease-in-out;
}
.icon{
    display: block;
}
.card:hover i
{
	transform: rotate(-180deg);
}

i:hover
{
	box-shadow: rgba(2, 196, 255, 0.25) 0px 30px 60px -12px inset, rgba(255, 2, 204, 0.7) 0px 18px 36px -18px inset;
}

.read-more{
    display: inline-block;
    margin-top: -2vh;
}




.price{
   color:#007b5e!important;
   font-size: large;
}

.price-btn{
    background-color: #007b5e;
    border-color:#007b5e;
}
.price-card{

}

.service-card {
            transition: all 0.3s ease;
            border: none;
            border-radius: 15px;
            overflow: hidden;
            background: linear-gradient(145deg, #ffffff, #f3f3f3);
            box-shadow: 5px 5px 15px #d9d9d9, -5px -5px 15px #ffffff;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 8px 8px 20px #d1d1d1, -8px -8px 20px #ffffff;
        }
        
        .icon-wrapper {
         
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            background: linear-gradient(135deg,#007b5e, #00b894);
        }
        
        .custom-badge {
            background: linear-gradient(135deg, #007b5e, #00b894);
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        
        .service-title {
            color: #2d3436;
            font-weight: 600;
        }
        
        .service-text {
            color: #636e72;
            font-size: 0.95rem;
        }

        body {
           
        }
.welcome-icons{
    width: 60px;
    height: 60px;
    
}





span{
    font-size:15px;
}
.box-part a{
  text-decoration:none; 
  color:#007b5e;
  border-bottom:2px solid #007b5e;
}
.sm-box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}
.sm-text{
    margin:20px 0px;
}

.fa{
     color:#4183D7;
}


/* SCOPE EVERYTHING */
.sm-box {
  padding: 60px 0;
}

/* Card */
.sm-box .box-part {
  background: #fff;
  padding: 50px 20px;
  margin: 30px 0;
  transition: all 0.3s ease;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.sm-box .box-part:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* ICONS — ONLY HERE */
.sm-box .sm-icon {
  display: inline-block;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.sm-box .box-part:hover .sm-icon {
  transform: scale(1.15);
}

/* WhatsApp keeps your color */
.sm-box .whatsapp {
  color: #007b5e;
}

/* Text */
.sm-box h4 {
  margin-bottom: 15px;
  font-weight: 600;
}

.sm-box .sm-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

/* CTA Link */
.sm-box a {
  text-decoration: none;
  color: #007b5e;
  font-weight: 600;
  border-bottom: 2px solid #007b5e;
  padding-bottom: 3px;
  transition: all 0.3s ease;
}

.sm-box a:hover {
  color: #004d3a;
  border-color: #004d3a;
}


/* ===== PRICING SECTION ONLY ===== */
.pricing-section {
  background: #fff;
}

.pricing-title {
  color: #007b5e;
}

/* Card */
.pricing-card {
  background: #f8f9fa;
  padding: 40px 25px;
  border-radius: 12px;
  height: 100%;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Icon */
.pricing-icon {
  font-size: 48px;
  color: #007b5e;
  display: inline-block;
}

/* Text */
.pricing-sub {
  color: #6c757d;
  font-size: 15px;
}

.pricing-price {
  font-size: 40px;
  font-weight: 700;
  color: #007b5e;
  margin: 20px 0;
}

.pricing-desc {
  font-weight: 600;
  margin-bottom: 15px;
}

/* List */
.pricing-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.pricing-list li {
  margin-bottom: 10px;
}

/* Button */
.pricing-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  background: #007b5e;
  color: #fff;
  transition: background 0.3s ease;
}

.pricing-btn:hover {
  background: #005f46;
  color: #fff;
}

/* Featured (Pro) */
.pricing-card.featured {
  background: #e9f7f2;
  border: 2px solid #007b5e;
}

.ticktock-icon{
    width: 15px;
    height: 20px;
}

/* Remove default black outline and add light green on focus */
.navbar-toggler:focus {
    outline: none;             /* remove default focus outline */
    box-shadow: 0 0 0 0.2rem #007b5e; /* light green shadow */
    border-color:#007b5e;     /* optional: border in light green */
}

/* Optional: make sure border disappears when toggler is closed */
.navbar-toggler.collapsed {
    border-color: transparent; /* no border when not active */
    box-shadow: none;          /* remove shadow */
}

/* Optional spacing for inner columns */
footer .row {
  margin-left: 0;
  margin-right: 0;
  padding: 0 2rem;
}

@media screen
  and (min-width: 1024px)
  and (max-width: 1599px) {



    .card svg
  {
    display: none;
    visibility: hidden;
    
  }
  .card-text{
    margin-top: 0vh;
  }
  /* LAPTOP-ONLY STYLES HERE */
}
.btn-outline-light:hover {
    background-color: #196e5a;
    border-color: #007b5e;
    color: white;
}
/* Force iPad Pro to use mobile layout */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
.carousel-item {
  height: 80vh !important;

}

.carousel-item img{
  height: 60vh !important;
}
#social-media-links2{
  display: none;
  visibility: hidden;
}
  /* Example: hide desktop banners */
  #desktop-banners {
    display: none !important;
  }

  /* Show mobile carousel */
  .slide-banners {
    display: block !important;
    visibility: visible !important;
    width: 80%;
    margin-left: 10%;
  
  }

  /* Stack columns */
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Navbar fixes */
  .navbar-nav {
    text-align: center;
  }
  #social-media-links2 {
    margin-bottom: -2vh;
  }
  #what-we-do{
    margin-top: 5vh;
  }
  .txt{
    font-size: 30px !important;
  }
  .txt h1{
    font-size: 30px !important;
  }
}

/* Samsung Galaxy Fold – folded (phone mode ~280–360px) */
@media only screen

and (max-width: 360px) {

  .carousel-item img{
  height: 28vh;
  width: 100px;
}

  /* Ultra-narrow fixes */
  .navbar-brand {
    font-size: 14px;
  }

  .sm-icons {
    width: 20px;
    height: 20px;
  }

  .welcome-section {
    padding: 8px;
  }

  .banners {
    height: auto;
    object-fit: cover;
  }
}
.carousel-item{
  height: 52vh;

}
.carousel-item img{
  height: 33vh;
}

@media (max-width: 1024px) { 

 }
footer {
    width: 100vw;           /* full viewport width */
    margin: 0;              /* remove any default margins */
    padding: 20px 0;        /* vertical padding */
    background-color: #0e200e;
    color: white;
    text-align: center;
    box-sizing: border-box; /* ensures padding doesn’t expand width */
}

footer .container-fluid {
    padding-left: 0;        /* remove container padding */
    padding-right: 0;
}


/* Ensure body/html take full width */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Footer full width */
footer {
    width: 100vw;           /* Full viewport width */
    margin: 0;              /* Remove default margin */
    padding: 20px 0;
    background-color: #0e200e;
    color: white;
    text-align: center;
    box-sizing: border-box;
}

/* Remove container-fluid padding */
footer .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
}

.divider{
  border-style: solid;
  border-color: #004d3a;
  border-width:0px 0.2px 0px 0px;
}

hr{
  margin-top: 3vh !important;
}
#what-we-do{
  margin-top: 1vh !important;
}

.welcome-icons{
  background-color: transparent !important;
}