@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
  scroll-behavior: smooth;
}
*{
    font-family: "poppins",sans-serif;
}

 
.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left.hidden {
  transform: translateX(-50px);
  opacity: 0;
  transition: all 1s ease-out;
}

.slide-in-left.visible {
  transform: translateX(0);
  opacity: 1;
}

.fade-in-up.hidden {
  transform: translateY(50px);
  opacity: 0;
  transition: all 1s ease-out;
}

.fade-in-up.visible {
  transform: translateY(0);
  opacity: 1;
}


.cards{
    display: flex;
    flex-direction: row;
    gap: 50px;
}
.cards .col-md-5, .cards .col-md-7{
    width: 50%;
}
@media(max-width:870px)
{
    .cards{
        flex-direction: column;
        align-items: center;
        justify-content: center;
     
    }
   .cards .col-md-5, .cards .col-md-7{
    width: 100%;
} 
}
.container h2{
    font-size: 22px;
    color:orange;
    font-weight: 900;
}
.col-md-7 h3{
    font-size: 17px;
    font-weight: 500;
}
.col-md-7 h4{
    font-size: 17px;
    color:orange;
    font-weight: 700;
}
.col-md-5{
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-md-5 img{
    border-radius: 6px;
    box-shadow:0 2px 10px rgba(0, 0, 0, 0.397);
}
.col-md-3 h6
{
    color:orange;
}
#scrollBtn{
    position: fixed; 
    bottom: 30px; 
    right: 30px; 
    z-index: 9999; 
    display: none;
         background-color:orange; 
         border: none; 
         color: white; padding: 10px 15px;
         height: 50px;
         width: 50px;
         border-radius: 50%; 
         font-size: 20px; 
         box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.col-md-3 .touch{
    font-size: 14px;
   position: relative;
   top: -5px;
}
.icons i{
.icon-facebook { color: #1877F2; }
.icon-telegram { color: #0088CC; }
.icon-whatsapp { color: #25D366; }
.icon-twitter  { color: #1DA1F2; }
.icon-linkedin { color: #0A66C2; }

.icon-facebook:hover { color: #145dbf; }
.icon-telegram:hover { color: #0077aa; }
.icon-whatsapp:hover { color: #1ebe5d; }
.icon-twitter:hover  { color: #1991db; }
.icon-linkedin:hover { color: #084d9c; }


.skill-heading {
  color: orange;
}

.contact-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.info h5{
    color: orange;
    font-weight: 800;
}
form label{
    font-weight: 600;
    font-size: 0.9rem;
}
input.form-control, textarea.form-control{
font-size: 14px;
padding: 9px 6px;
text-indent: 10px;
resize: none;
}
.row i{
    color:orange;
    margin-right: 6px;
}

.main-top{
    color:#fff;
    background: url('images/att.jpg'),rgb(1, 21, 51);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
}
#attachment-slider img.slide-img{
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.425);
}
#apply_div a{
    background: orangered;
    color:#fff;
    padding: 10px 2px;
    font-size: 15px;
    transition: all 0.6s ease;
    font-weight: 600;
    border:1px orangered solid ;
}
#apply_div a:hover, #apply_div a:active{
    background: rgba(255, 68, 0, 0.384);
    transform: translateY(-7px);
}

.top h2{
    color:orange;
    transform: translateY(-8px);
    font-weight: 700;
    font-size: 22px;
}
.sections{
    display: flex;
    gap: 20px;
    margin: 0 20px;
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.26);
}
.sections .right, .sections .left{
    width: 50%;
    padding:15px 20px;
 
}
.left .input-control, .right .input-control{
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding:6px 3px;
}
.dual-input{
    display: flex;
    justify-content: space-between;
    gap: 6px;
}
.dual-input .input-control{
    width: 50%;
}
.input-control label{
    color:orange;
    font-weight: 600;
}
.input-control span{
    color: orange;
    font-size: 13px;
}
.input-control input, .input-control select{
    padding: 9px 3px;
    text-indent:10px;
    
    border:1px #e4e1e1 solid;
    transition: all 0.6s ease;
    font-size: 13px;
    outline:none;
    border-radius: 6px;
}
.input-control input:focus, .input-control select:focus{
    border-color: orange;
}

.button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.button button{
    background: orange;
    color: #fff;
    border:1px orange solid;
    padding: 12px 5px;
    border-radius: 7px;
    width: 100%;
    margin-top: 6px;
    transition: all 0.5s ease;
}
.button button:hover, .button button:active{
    color: orange;
    background: rgba(233, 173, 148, 0.555);
}
@media(max-width:940px){
    .sections{
    flex-direction: column;
}
.sections .right, .sections .left{
    width: 100%;
    padding:15px 20px;
 
}
@media(max-width:780px)
{
    .dual-input{
    flex-direction: column;
}
.dual-input .input-control{
    width: 100%;
}
}
}

.instagram-gradient {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, 
    #fd5949 45%, #d6249f 60%, 
    #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Large screens - better alignment */
@media (min-width: 992px) {
  #about .row {
    align-items: center;
  }
  #about .col-md-5,
  #about .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #about .col-md-5 .d-flex {
    gap: 20px;
  }
}

/* Small screens (mobile) - stacked images */
@media (max-width: 767.98px) {
  #about {
    padding: 40px 0;
  }
  #about h3 {
    font-size: 24px;
  }
  #about h4 {
    font-size: 20px;
  }
  #about p {
    font-size: 15px;
  }
  #about img {
    margin-bottom: 20px;
  }
}


.social-icons i {
      font-size: 1.5rem;
      margin: 0 10px;
      color: white;
      transition: 0.3s;
    }


    .social-icons i:hover {
      color: #585151;
    }

    /* Slideshow styles */
    #home {
  position: relative;
  height: 100svh;
  padding-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  #home {
    padding-top: 56px; /* if navbar is shorter on mobile */
  }
}

    .fullscreen-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      object-fit: cover;
      opacity: 0;
      transform: scale(1);
      transition: opacity 2s ease, transform 15s ease;
      z-index: 0;
    }

    .fullscreen-image.active {
      opacity: 1;
      transform: scale(1.1);
      z-index: 1;
    }

    .fullscreen-image.fade-out {
      opacity: 0;
      transform: scale(1);
    }

    .carousel-control-prev,
    .carousel-control-next,
    #dots {
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      pointer-events: none;
    }

    #home:hover .carousel-control-prev,
    #home:hover .carousel-control-next,
    #home:hover #dots {
      opacity: 1;
      pointer-events: auto;
    }

    .carousel-control-prev,
    .carousel-control-next {
      font-size: 2rem;
      color: white;
      background: none;
      border: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      cursor: pointer;
    }

    #prev { left: 10px; }
    #next { right: 10px; }

    #dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
    }

    #dots .dot {
      height: 12px;
      width: 12px;
      margin: 0 5px;
      background-color: white;
      border-radius: 50%;
      display: inline-block;
      opacity: 0.4;
      transition: opacity 0.3s ease;
      cursor: pointer;
    }

    #dots .dot.active {
      opacity: 1;
      background-color: #d62828;
    }

    @media (max-width: 768px) {
      .carousel-control-prev,
      .carousel-control-next {
        font-size: 1.5rem;
      }

      #dots .dot {
        height: 10px;
        width: 10px;
      }
    }