*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
html{
    background:#fff;
    color:#000;
    font-family: 'Helvetica', 'sans-serif';
    font-weight:300;
    font-size: 20px;
    text-rendering:optimizeLegibility;
    scroll-behavior:smooth;
}
h1,h2,h3{
    font-weight:400;
    margin-top:5%;
    width:auto;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform:uppercase;
}
h5{
    color:#000;
    margin:0;
    font-size:100%;
    font-weight:lighter;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    word-spacing:3px;
    text-align:center;
}
/*---Reusable---*/
.row{
    margin: 0 auto;
}
/* --- for header ---- */
header{
    /*background-image:linear-gradient(rgba(0, 0, 0, 0.500),rgba(0, 0, 0, 0.500)), url(./images/bg-image.jpg); */
    background: rgb(255, 255, 255);
    overflow:hidden;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.600),rgba(0, 0, 0, 0.600)),url(./images/extenditfromleft.png);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
#navbar{
    overflow: hidden;
    padding: 5px 5px;
    background-color: #000;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 80;
}
#main-page{
    padding:20px;
    margin-top:20%;
    margin-left:10%;
}
#main-page h1 {
    color: #fff;
    font-size: 2.5rem;                       
    font-weight: 900;                        
    word-spacing: 0.2em;                     
    letter-spacing: 0.04em;                  
    text-align: left;
    margin: 0;                              
    line-height: 1.1;                       
  }
  
  
#main-page h5{
    padding-top:25px;
    padding-bottom:25px;
    word-spacing: 0.2em;                     
    letter-spacing: 0.04em;
    color:#fff;
    text-align: left;
}
.classy{
    color:#fff;
    font-size:medium;
    word-spacing: 0.2em;                     
    letter-spacing: 0.04em;
    padding:25px 0px 50px 0px;
    text-align:left;
}

#logo{
    transition: 0.4s;
}
.logo{
    height:120px;
    width:auto;
    
    float:left;
    margin-left:70px;
}
.homeImg{
    width:auto;
    margin-top:10px;
    margin-left:100px;
    height:300px;
    padding:10px;
}
.main-nav{
    float:right;
    list-style:none;
    margin-top:45px;
}
.main-nav li{
    display:inline-block;
    margin-right:30px;
}
.hide{
    display:none;
}
@media screen and (max-width: 1024px){
    #main-page{
        margin-left: 0px;
    }
    header{
        height:100%;
    }
    .logo{
        height:60px;
        width:auto;
        float:left;
        margin-top:3px;
        margin-left:10px;
        padding:0;
    }
    .c{
        display:none;
    }
    .hide{
        display:flex;
        position:absolute;
        transform: translate(-10%,-100%);
        padding:0;
    }
}
@media screen and (max-width:500px){
    .hide{
        transform: translate(-10%,-20%);
    }
    header{
        height:100%;
    }
    .map{
        width:100%;
        height:300;
    }
    .main-nav{
        float:right;
        list-style:none;
        margin-top:0px;
    }
    .main-nav li{
        display:inline-block;
        margin-right:30px;
    }
    #main-page h1{
        font-size:100%;
        margin-top:120px;
    }
    h5{
        font-size:90%;
    }
    .homeImg{
        width:auto;
        margin-top:5px;
        margin-left:70px;
        height:150px;
    }
    p{
        font-size:90%;
    }
}
.main-nav li a:link,
.main-nav li a:visited{
     padding: 4px 0px;
     color:#fff;
     text-decoration:none;
     text-transform:uppercase;
     font-size:70%;
     
}
.main-nav li a:hover,
.main-nav li a:active{
    color:#C0C0C0;
    transition: 0.4s;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
  
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
  
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
  
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 60px;
}
@media screen and (max-height: 500px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    }
}
  
/*-------Buttons------*/
.box-btn{
    overflow:hidden;
    padding-left:10%;
}
.btn:link,
.btn:visited{
    display:inline-block;
    padding:10px 30px;
    font-weight:300;
    text-decoration: none;
    border-radius:200px;
    color:#fff;
    
    
}
.btn-full:link,
.btn-full:visited {
    background-color: #FFD700;
    color: #000;
    border: 2px solid #FFD700;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-full:hover,
.btn-full:active {
    background-color: #000;
    color: #FFD700;
    border: 2px solid #FFD700;
    transform: scale(1.05);
}
.btn-half:link,
.btn-half:visited{
    color:rgb(34, 211, 3);
    border: 1px solid rgb(23, 156, 0);
}
.btn:hover,
.btn:active{
    background: rgb(33, 207, 2);
    color:#fff;
    transition: 0.4s;
}
/*---Sections----*/
   /*-----IDS-----*/
/*#mani-page{
    
}*/
#section-1,#section-3,#section-4,#section-5,#section-6{
    background-color:#fff; 
    /*linear-gradient(to top right, #000066 31%, #ff9900 100%);*/
}
#section-1 {
  background-color: #0a0a0a;
  color: #fff;
  padding: 80px 30px;
}

#section-1 h2 {
 font-size: 2.2rem;
  color: #fff; /* Glossy gold */
  text-align: center;
  letter-spacing: 1.5px;
  margin-top:10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.box{
    flex:1;
    height:1px;
    border: 2px solid #FFD700;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  overflow:hidden;
}

.section-heading h2 {
  font-size: 2.2rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  white-space: nowrap;
}

.section-heading .line {
  flex: 1;
  height: 1px;
  background-color: #FFD700; /* gold */
  opacity: 0.8;
}
.about-text {
  font-size: 1.15rem;
  line-height: 2;
  margin: 0 50px;
  color: #ddd;
}

.about-text strong {
  color: #fff;
}

@media screen and (max-width:700px){
    .section-heading {
        display: flex;
        letter-spacing: 0px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    #section-1{
        padding:25px;
    }
    #section-1 h2{
        font-size: 1em;
    }
    .about-text {
        font-size:70%;
        text-align: left;
        line-height: 1.1;
        margin: 5px auto;
        color: #fff;
    }
}
.section1-img{
    width:50%;
    height:60%;
    margin-left:20%;
}
#section-2 {
  background: #000;               /* pure black */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  border: 2px solid #FFD700;
}

.sect2-h1 {
  color: rgba(255,255,255,0.5);                    /* make it white */
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top:10px;
}

.sect2-h6 {
  color: #fff;   /* subtle white */
  text-align: center;
  font-size: 1rem;
  margin-top:-40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width:728px){
    #section-2 {
        border: 2px solid #FFD700;
        padding:5px 10px;
    }
    .sect2-h6 {
        margin-top:-35px;
    }
}
/* nav for section2 */
.main-secnav{
    text-align:center;
    list-style:none;
    margin-top:45px;
}
.main-secnav li{
    display:inline-block;
    padding:0px 20px;
}
.btn-sec-2{
    border:none;
    padding: 4px 0px;
    color:#000;
    background-color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:70%;
}
/*for projects section*/
.services-row, .prices-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
}
.prices-row{
    padding:20px;
}
.col h4 {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  color: #fff;              /* pure white for maximum contrast */
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.col h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: rgba(255, 215, 0, 0.8); /* soft gold */
  margin: 8px auto 0;
  border-radius: 2px;
}
.black-box {
  background-color: #000;  /* very dark grey rather than pure black */
  overflow: hidden;
  flex: 1 1 30%;
  max-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  box-shadow: 15px 15px 5px #1C1C1C;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.black-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8);
}
.card-img-wrap {
  width: 100%;
  flex: 1; /* image takes up available card height */
  overflow: hidden;
}
.card-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card-img-wrap img:hover {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .black-box {
    flex: 1 1 45%;
    max-width: 45%;
    margin-bottom:10px;
    box-shadow: 5px 5px 5px #1C1C1C;
  }
}

/* Mobile View */
@media (max-width: 728px) {
  .services-row, .prices-row {
    flex-direction: column;
    align-items: center; /* Center the cards horizontally */
  }
  .prices-row{
    margin-left:-20px;
  }
  .black-box {
    flex: 1 1 100%;
    max-width:80%;
    margin-bottom:10px;
    box-shadow: 5px 5px 5px #1C1C1C;
  }

  .sect2-h1 {
    font-size: 1.8rem;
  }

  .sect2-h6 {
    font-size: 0.9rem;
  }

  .col h4 {
    font-size: 1.2rem;
    text-align: center;
  }
  .card-img-wrap{
    width: 80%;
  }
}
.joinusbtn{
    display:inline-block;
}
.main-secnav li a:hover,
.main-secnav li a:active{
    color: rgb(23, 156, 0);
    transition: 0.4s;
}
.main-secnav li a:focus{
    color: rgb(23, 156, 0);
    transition: 0.4s;
}
#section-3{
    background-color: #f2f2f2;
}

/*for iframs*/
.active{
    color:rgb(23, 156, 0);
}
iframe:focus {
    outline: none;
}

iframe[seamless] {
display: block;
}

/* for contact section */
/* Style inputs */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
input[type=submit]:hover {
    background-color: rgb(23, 156, 0);
  }
  
  /* Style the container/contact section */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
  }
  
  /* Create two columns that float next to eachother */
.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  
  /* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
}
.pad{
    padding:10px;
}
.sect4-h1{
    text-align:center;
    margin-top:20px;
    font-size:200%;
    font-family:oswald;
    word-spacing:2px;
    letter-spacing:1px;
    color:rgba(0, 0, 0, 0.203);
}
.sect4-h6{
    font-weight:bold;
    text-align:center;
    margin-top:-25px;
    text-align:center;
    font-size:100%;
    font-family:oswald;
    letter-spacing:1px;
    text-transform:uppercase;
}
/*for prices section*/
#section-prices{
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
    padding: 5px 10px;
    color: #f0f0f0;              /* pure black */
    border: 2px solid #FFD700;
    box-shadow:
        0 0 10px rgba(255, 215, 0, 0.4),
        0 0 20px rgba(255, 215, 0, 0.2),
        inset 0 0 5px rgba(255, 215, 0, 0.1);
}
.price-box .price-label {
    margin-top: auto;
    padding-top: 20px;
    font-weight: bold;
    color: #FFD700;
    font-size: 1.1rem;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
}
.price-box {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom right, #111, #1b1b1b);
    border: 2px solid #FFD700;
    border-radius: 12px;
    padding: 25px;
    margin: 20px;
    width: 30%;
    box-shadow:
        0 0 10px rgba(255, 215, 0, 0.4),
        0 0 20px rgba(255, 215, 0, 0.2),
        inset 0 0 5px rgba(255, 215, 0, 0.1);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.price-box::after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, transparent 80%);
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 0;
}
.price-note {
    color: #FFD700;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin-top: 20px;
    background: rgba(255, 215, 0, 0.1);
    padding: 10px 15px;
    border: 1px solid #FFD700;
    border-radius: 8px;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}
/* Keep text and content above reflection */
.price-box * {
    position: relative;
    z-index: 1;
}

.price-box h4 {
    color: #FFD700;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFD700;
    padding-bottom: 10px;
    text-align: center;
}

.price-box ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.price-box ul li {
    margin: 10px 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-box ul li ion-icon {
    font-size: 1.2rem;
    color: #FFD700;
}

.price-box ul li ion-icon[name="close"] {
    color: #ff4d4d;
    opacity: 0.8;
}
@media only screen and (max-width:900px){
    .price-box {
        width: 100%;
        margin: 10px;
    }
}

/*for career*/
.career-h1{
    text-align:center;
    margin-top:20px;
    font-size:200%;
    font-family:oswald;
    word-spacing:2px;
    letter-spacing:1px;
    color:rgba(0, 0, 0, 0.203);
}
.career-h6{
    font-weight:bold;
    text-align:center;
    margin-top:-25px;
    text-align:center;
    font-size:100%;
    font-family:oswald;
    letter-spacing:1px;
    text-transform:uppercase;
}
.insta-post{
    display:flex;
    float:left;
    list-style:none;
}
.insta-post li{
    padding: 0px 65px;
    padding-top:50px;
}
.insta-dope{
    padding-top:80px;
    padding-bottom:80px;
    padding-left:80px;
    padding-right:80px;
    background-color:#f2f2f2;
}
@media only screen and (max-width:500px){
    .insta-post{
        display:inline-block;
        margin-top:20px;
    }
    .insta-post li{
        padding: 0px;
        display:block;
        width:100%;
        padding-top:50px;
        padding: 0px 15px;
    }
    .insta-dope{
        padding-top:80px;
        padding-right:20px;
        padding-left:20px;
    }
}

#section-joinup{
    margin:0;
    padding:60px;
    background-color:#FFD700;
}
.joinus-btn {
    text-decoration: none;
    color: #FFD700;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #000;
    border: 2px solid #FFD700;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.joinus-btn:hover {
    background-color: #FFD700;
    color: #000;
    border-color: #000;
    transform: scale(1.05);
}
/*why choose us section*/
#section-4{
  background-color: #0a0a0a;
  color: #fff;
  padding: 80px 30px;
}
.choose {
    padding: 20px;
    margin: 20px 5px;
    background-color: #111;
    color: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.choose:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3); /* subtle golden glow */
}

.choose img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.choose h3 {
    margin-bottom: 10px;
    color: #FFD700; /* Gold color for headings */
    font-weight: 600;
}

.choose p {
    font-size: 0.95rem;
    color: #ccc;
    text-align:left;
}
@media screen and (max-width: 860px)
{
   .choose{
        margin: 20px 0px;
    } 
}
@media screen and (max-width:800px){
    .choose{
        width:100%;
        margin: 20px 0px;
    }
    #section-4{
        overflow:hidden;
    }
    #section-4 h2{
        font-size: 1em;
    }
}

/*FOOTER*/
footer{
    bottom:0;
    font-size:small;
    text-align:center;
    background: linear-gradient(to top, #0a0a0a, #1a1a1a);
    color: #fff;
    width:100%;
    padding:50px;
}
.icons{
    list-style:none;
    display:flex;
    font-size:19px;
    text-align:center;
    justify-content: center;
}
.icons li{
    margin-right:5px;
    margin-top:10px;
    padding:10px;
}

.facebook:hover{
    color:#1877f2;
}
.insta:hover{
    color:#bc2a8d;
}
.twitter:hover{
    color:#fbbc04;
}
.linkedIN:hover{
    color:#0a66c2;
}
.call:hover{
    color:#1db954;
}

.facebook,.insta,.twitter,.linkedIN,.call{
    color: #FFD700; /* Gold */
    transition: 0.3s ease;
}
.foopart{
    text-align:center;
    margin: 5px;
}
.foopart h1{
    font-size:medium;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFD700;
}
@media screen and (max-width:1024px){
    .icons{
        margin-left:10px;
        justify-content: center;
    }
}
.foo-nav{
    list-style:none;
}
.foo-nav li{
    padding:8px;
}
.foo-nav li a:visited,
.foo-nav li a:link{
    text-decoration: none;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:medium;
}
.after-row{
    text-align:center;
    background-color:#f2f2f2;
    font-weight:400;
}