

@media (max-width: 767.98px) {

  .navbar-toggler{
    z-index: 1035 !important;
  }

  .navbar-collapse{
    background-color: #001b32 !important;
  }
  .navbar-collapse a{
    font-weight: bold;
  }

  .nav-indicator{
    display: none !important;
  }

  #logo img{
    width: 200px !important;
    margin-top: -10px !important;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: calc(1.2rem + 1vw) !important;
  }
  /* Navigation/Header */
  header .container {
    padding: 10px 15px !important;
  }

  header .navbar-brand img {
    max-width: 120px;
  }

  .nav-indicator {
    top: 25px;
    height: 25px;
  }

  .quote {
    font-size: 14px !important;
    /* padding: 15px 15px !important; */
    min-height: 40px;
  }

  .navbar-collapse {
    min-height: 40px;
    margin-top: 10px;
  }

  .social-btn {
    width: 35px;
    height: 35px;
  }

  .social-media {
    gap: 5px !important;
  }

  /* About Section */
  .about-robot {
    width: 60px;
    height: 60px;
  }

  .makes-us-txt {
    font-size: 22px !important;
    letter-spacing: 3px !important;
  }

  .different-txt {
    font-size: 30px !important;
    letter-spacing: 3px !important;
  }

  .makes-us h4 {
    font-size: 18px !important;
  }

  .makes-us p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* Projects Section */
  #ourProjects h3 {
    font-size: 28px !important;
  }
  #ourProjects h3 span {
    font-size: 34px !important;
  }
  .projects {
    flex-direction: column !important;
    align-items: center !important;
  }

  .panel {
    width: 90% !important;
    height: 70px !important;
    margin-bottom: 5px !important;
  }

  .panel .panel-img img {
    width: 50% !important;
  }

  .panel .content .img-project{
    width: 30% !important;
  }

  .panel.active {
    height: 150px !important;
    width: calc(100% - 40px);
  }

  .panel .content p {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .projects {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .explore-btn {
    font-size: 12px !important;
    padding: 6px 10px !important;
  }

  /* Services Sections */
  .our {
    font-size: 24px !important;
  }

  .services-title {
    font-size: 30px !important;
  }

  .services-sub-title {
    font-size: 24px !important;
  }

  .services-paragraph {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  .vertical-text {
    font-size: 1.2rem !important;
    left: 10px !important;
  }

  .our {
    font-size: 28px !important;
  }

  /* App Development Section */
    #appDev .services-title {
    font-size: 24px !important;
  }
  
  #appDev .services-sub-title {
    font-size: 24px !important;
  }
  
  #appDev .services-paragraph {
    font-size: 18px !important;
  }

  .request-form,
  .contactUs-animation {
    padding: 20px !important;
  } 

  .request-txt {
    /* padding-top: 40px !important; */
    font-size: 23px !important;
  }

  .info a {
    font-size: 12px !important;
  }

  .info a img{
    height: 20px !important;
    width: 20px !important;
  }

  #requestQuote .social-icons img{
    width: 30px !important;
    height: 30px !important;
  }
/* 
  #branches .d-flex{
    padding-top:100px !important;
  } */

  .contactUs-animation.animate .col-md-6 .ratio{
    height:200px !important;
  }


  .contact p:nth-child(1) {
    font-size: 20px !important;
  }

  .contact p:nth-child(2) {
    font-size: 12px !important;
  }

  .contact-txt {
    font-size: 20px !important;
  }

  .contact-txt span {
    font-size: 24px !important;
  }

  /* Footer */

  #footer .description {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  #footer .container{
    height: 85% !important;

  }
  #footer .newsletter h2 {
    font-size: 16px !important;
  }

  .site-footer .links {
    /* flex-direction: column !important; */
    gap: 5px !important;
    font-size: 12px !important;
  }

  /* Forms */
  .request-form input,
  .request-form textarea,
  .contactUs-animation input,
  .contactUs-animation textarea {
    font-size: 14px !important;
    padding: 8px !important;
  }

  .btn-group .btn {
    font-size: 12px !important;
    padding: 5px 10px !important;
    margin: 3px !important;
  }

  /* Bokeh Effects */
  #bokeh-top-right,
  #bokeh-top-left,
  #bokeh-bottom-left {
    width: 150px !important;
    height: 150px !important;
  }

  #bokeh-top-right {
    top: 20px;
    right: -50px;
  }

  #bokeh-top-left {
    top: 20px;
    left: -70px;
  }

  #bokeh-bottom-left {
    bottom: -30px;
    left: -50px;
  }

  /* Adjust sections for mobile */
  section,
  #home,
  #about,
  #services,
  #appDev,
  #database,
  #apiIntegration,
  #serverHosting,
  #itConsultation,
  #requestQuote,
  #contactUs {
    height: auto !important;
    min-height: 100vh;
    padding: 40px 0;
  }

  .container {
    padding: 0 15px;
  }

  .about-content.d-flex.flex-column {
    align-items: start !important;
    text-align: center !important;
  }

  .row.mb-3 .col {
    margin-bottom: 10px;
  }



  p {
    font-size: calc(0.8rem + 0.5vw) !important;
  }

  .navbar-nav .nav-link {
    font-size: 14px !important;
    padding: 8px 10px !important;
  }

  .tech-icons img {
    max-width: 40px !important;
    height: auto !important;
  }

  /* gif files */
  .about-animation .animation-responsive, .services-animation .animation-responsive{
    width: 70%;
  }

  

  .home-title img:nth-child(1) {
    width: 80% !important;
  }

  .home-robot img{
    width: 18% !important;
  }

  .home-title img:nth-child(2),
  .home-title img:nth-child(3) {
    width: 65% !important;
  }

    
  .custom-height-md {
    margin-top: 100px !important;
  }
  .home-btn{
    font-size:12px !important;
  }


  .img-robot, .robot {
      width: 200px !important;
      height: 200px !important;
  }
  .zoom-out {
      animation: zoomOut 2s forwards !important; /* Faster for mobile */
  }
  @keyframes zoomOut {
      0% {
          transform: scale(2) translate(0, 0) ;
      }
      100% {
           transform: scale(1) translate(0%, -95%) ; /* Extra translation for smaller screens */
      }
  }

  /* #logo.animate-footer {
      animation: dropZoom 1s ease-in-out forwards;
  }

  @keyframes dropZoom {
      0% {
          transform: scale(1) translateX(40%) translateY(0); 
      }
      100% {
        
          transform:  scale(1.5) translateX(36%) translateY(8vh) ;
      }
  } */

  /* .paragraph-scroll {
    overflow-y: auto !important;
    height: 200px !important;  
    padding-right: 10px;
    margin-top: 20px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important; 
  } */

  
}


/* Small Tablets */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Navigation/Header */
  header .container {
    padding: 15px 20px !important;
  }
  
  header .navbar-brand img {
    max-width: 150px;
  }
  
  .quote {
    font-size: 15px !important;
    /* padding: 10px 20px !important; */
  }

  
  /* About Section */
  .about-robot  {
      width: 90px; 
      height:90px;
  }

  .about-animation img{
    width: 80% !important;
  }
  .makes-us-txt {
    font-size: 28px !important;
  }
  
  .different-txt {
    font-size: 35px !important;
  }
  
  /* Projects Section */
  .panel {
    height: 450px !important;
    /* width: 100px; */
  }
  
  .panel.active {
    height: 450px !important;
  }
  
  /* Services Sections */
  .services-title {
    font-size: 32px !important;
  }
  
  .services-sub-title {
    font-size: 24px !important;
  }
  
  .services-paragraph {
    font-size: 18px !important;
  }
  
  /*app dev section*/
  #appDev .services-title {
    font-size: 24px !important;
  }
  
  #appDev .services-sub-title {
    font-size: 24px !important;
  }
  
  #appDev .services-paragraph {
    font-size: 18px !important;
  }
  /* Branch */
  #branches h1 {
    font-size: 24px !important;
  }
  
  #branches .branches{
    font-size: 30px !important;
  }

  #branches p {
    font-size: 18px !important;
  }
  
  #footer .description {
    font-size: 18px !important;
  }
  
  #footer .newsletter h2 {
    font-size: 23px !important;
  }


  #logo.animate {
    transform: translateX(180px) !important;
 }

  #logo.animate-footer {
      animation: dropZoom 1s ease-in-out forwards;
  }

  @keyframes dropZoom {
      0% {
          transform: scale(1) translateX(33%) translateY(0); 
      }
      100% {
        
          transform:  scale(1.5) translateX(36%) translateY(8vh) ;
      }
  }

  

}
@media (max-width: 567.98px) {

  #logo.animate {
    transform: translateX(150px) !important;
  }
  .img-robot, .robot{
    width: 150px !important;
    height: 150px !important;
  }

  .makes-us h4 {
    font-size: 16px !important;
  }

  .makes-us p {
    font-size: 12px !important;
  }
  /*Our Services*/
  .our {
    font-size: 20px !important;
  }
  #services .services{
    font-size: 25px !important;
  }
  .services-title {
    font-size: 22px !important;
  }

  .services-sub-title {
    font-size: 18px !important;
  }

  .services-paragraph {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .vertical-text {
    font-size: 1.2rem !important;
    left: 10px !important;
  }

  #services .services-title { 
    font-size: 22px !important;
  }

  #ourProjects{
    margin-top: 20px !important;
  }
  #ourProjects h3 {
    font-size: 22px !important;
  }
  #ourProjects h3 span {
    font-size: 25px !important;
  }

  /*app dev section*/
  #appDev .services-title {
    font-size: 18px !important;
  }
  
  #appDev .services-sub-title {
    font-size: 18px !important;
  }
  
  #appDev .services-paragraph {
    font-size: 16px !important;
  }

  #serverHosting .services-title{
    font-size: 25px !important;
  }
  /*branches*/

  #branches .map {
      width: 100% !important;
      margin-top: 100px;
  }
  #branches h1 {
    font-size: 22px !important;
  }

  #branches .branches{
    font-size: 28px !important;

  }

  #branches p {
    font-size: 14px !important;
  }

  .request-txt {
    /* padding-top: 40px !important; */
    font-size: 20px !important;
  }

  .info a {
    font-size: 12px !important;
  }

  .info a img{
    height: 20px !important;
    width: 20px !important;
  }

  #requestQuote .social-icons img{
    width: 30px !important;
    height: 30px !important;
  }

  .footer-icons img{
     width: 60px !important;
    height: 60px !important;
  }


  .panel {
    width: 95% !important;
    height: 280px !important; /* Slightly smaller panels */
  }


  .panel .content p {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  .explore-btn {
    font-size: 10px !important;
    padding: 5px 8px !important;
  }
.contactUs-animation.animate .col-md-6 .ratio{
  height: 150px !important;
}



  #logo.animate-footer {
      animation: dropZoom 1s ease-in-out forwards;
  }

  @keyframes dropZoom {
      0% {
          transform: scale(1) translateX(30%) translateY(0); 
      }
      100% {
        
          transform:  scale(1.5) translateX(32%) translateY(8vh) ;
      }
  } 


}

@media (max-width: 450px) {
  /* #logo img{
    width: 50% !important;
    margin-top: 8px !important;
  }  */
  #logo.animate {
      transform: translateX(80px) !important;
  }

  #logo.animate-footer {
      animation: dropZoom 1s ease-in-out forwards;
  }

  @keyframes dropZoom {
      0% {
          transform: scale(1) translateX(23%) translateY(0); 
      }
      100% {
          transform:  scale(1.5) translateX(28%) translateY(10vh) ;
      }
  } 
  
}

@media (max-width: 400px) {
  /* #logo img{
    width: 50% !important;
    margin-top: 8px !important;
  }  */
    #requestQuote{
      padding: 65px 0 !important
    }
  #logo.animate {
      transform: translateX(60px) !important;
  }

  #logo.animate-footer {
      animation: dropZoom 1s ease-in-out forwards;
  }

  @keyframes dropZoom {
      0% {
          transform: scale(1) translateX(20%) translateY(0); 
      }
      100% {
        
          transform:  scale(1.5) translateX(25%) translateY(8vh) ;
      }
  } 
  #services .services-title {
    font-size: 20px !important;
  }

  #appDev .services-title {
    font-size: 16px !important;
  }
  .services-title {
    font-size: 20px !important;
  }
  
  iframe.rounded.w-100 {
    height: 150px !important;
  }

  .request-form, .contactUs-animation {
    padding: 10px !important;
  }

  .contact-txt {
      font-size: 16px !important;
      margin-top: 20px;
  }
  .contact-txt span {
    font-size: 20px !important;
  }
  iframe.rounded.w-100 {
    height: 200px !important;
  }
}


/* Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Navigation/Header */

  .container{
    max-width: 850px !important;
  }
  #logo img{
    width: 160px !important;
  }
  
  .quote {
    font-size: 14px !important;
    /* padding: 12px 25px !important; */
  }
  .home-robot {
    margin-left:20% !important;
  }
  /* Hero Section */
 
  
  /* About Section */
  .makes-us-txt {
    font-size: 26px !important;
  }
  
  .different-txt {
    font-size: 36px !important;
  }

.makes-us h4{
  font-size: 18px !important;
}
  
  /* Projects Section */
  .projects{
    overflow: hidden !important;

  }
  .panel {
    height: 450px !important;
    width: 100px;
  }
  
  .panel.active {
    height: 450px !important;
  }
  
  /* Services Sections */
    .our{
    font-size: 32px !important;
  }

  .services-title {
    font-size: 40px !important;
  }
  
  .services-sub-title {
    font-size: 30px !important;
  }

  .services-paragraph {
    font-size: 18px !important;
  }
  

  .vertical-text{
    left:0px !important;
    top:40% !important;
  }
  
  .show-btn{
    top: 40px !important;
  }
  /* branch */
  #branches h1 {
    font-size: 36px !important;
  }
  
  #branches .branches {
    font-size: 40px !important;
  }
  
  #branches p {
    font-size: 20px !important;
  }

  .about-robot  {
    width:90px; 
    height:90px;
  }

    .home-title img:nth-child(1) {
    width: 90% !important;
  }

  .home-title img:nth-child(2),
  .home-title img:nth-child(3) {
    width: 65% !important;
  }

  .request-txt{
    font-size: 36px !important;
  }

   .info a {
    font-size: 16px !important;
  }

  #requestQuote .social-icons img{
    width: 40px !important;
    height: 40px !important;
  }

  .hide-btn{
    top: 100px !important;
  }

  .welcome-txt img:nth-child(1), .welcome-txt img:nth-child(2), .welcome-txt img:nth-child(3){
    width: 50% !important;
  }

  #logo.animate {
    transform: translateX(300px) !important;
 }

  #logo.animate-footer {
      animation: dropZoom 1s ease-in-out forwards;
  }

  @keyframes dropZoom {
      0% {
          transform: scale(1) translateX(35%) translateY(0); 
      }
      100% {
        
          transform:  scale(1.5) translateX(38%) translateY(8vh) ;
      }
  }

}
@media (min-width: 768px){

  .home-title{
    padding-top:120px;
  }

  .rounded-pill-md-up {
    border-radius: 50rem !important; 
  }

  .img-robot, .robot{
    width: 250px;
    height: 250px;
}

  .header-hide {
    transition: all 0.8s ease-in-out;
  }

.header-hide .collapse,
.header-hide .quote {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: all 0.6s ease-in-out;
}



}


/* Small Desktops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Navigation/Header */
  #logo.animate{
    transform: translateX(380px) !important;
  }
  header .navbar-brand img {
    max-width: 200px;
  }
  
  .show-btn{
    top: 40px !important;
  }
  /* Projects Section */
  .panel {
    height: 450px;
    width: 130px;
  }
  
  .panel.active {
    height: 450px;
  }
  
  /* Services Sections */
  .services-title {
    font-size: 50px !important;
  }
  
  .services-sub-title {
    font-size: 32px !important;
  }
  
  .vertical-text {
    font-size: 1.7rem !important;
  }

  /* #branches .d-flex{
    padding-top:230px !important;
  } */
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .zoom-out {
      animation: zoomOut 2s forwards !important; /* Faster for mobile */
  }
  @keyframes zoomOut {
      0% {
          transform: scale(2) translate(0, 0) ;
      }
      100% {
           transform: scale(1) translate(-110%, -50%) ; /* Extra translation for smaller screens */
      }
  }


}


@media (min-width: 992px) {

   /* #logo img{
    width: 50% !important;
  
    padding-top: 0px !important;
}
  } */

  .home-btn{
    font-size:18px !important;
  }

  #requestQuote .request-form{
    padding: 30px !important;
  }

  #requestQuote .container{
    padding-top: 100px !important;
  }
  /* .welcome-txt img:nth-child(1), .welcome-txt img:nth-child(2), .welcome-txt img:nth-child(3){
    width: 50% !important;
  } */
  
}


/* Large Desktops */
@media (min-width: 1200px) {
  #logo.animate{
    transform: translateX(550px) !important;
  }
  #logo img{
    width: 250px !important;
  }
  
  .show-btn{
    top: 50px !important;
  }

  /* Projects Section */
  .panel {
    height: 450px;
    width: 140px;
  }
  
  .panel.active {
    height: 450px;
  }

   .about-animation .animation-responsive , .services-animation .animation-responsive{
        max-width: 80%;
    }
    .navbar-brand img{
      max-height: 65px !important;
    }
  .img-robot, .robot{
      width: 314px;
      height: 314px;  
  }
    .zoom-out {
      animation: zoomOut 2s forwards !important; /* Faster for mobile */
  }
  @keyframes zoomOut {
      0% {
          transform: scale(2) translate(0, 0) ;
      }
      100% {
           transform: scale(1) translate(-160%, -50%) ; /* Extra translation for smaller screens */
      }
  }

  .request-form{
    padding: 20px !important;
  }

}

@media (max-width: 1400px) {  
  #requestQuote .mb-md-3{
    margin-bottom: .5rem !important;
  }

}

@media (min-width: 1600px) {  
  .home-robot {
     margin-left: 10% !important; 
  }
    #logo.animate{
    transform: translateX(600px) !important;
  }
  .panel {
    height: 550px;
    width: 150px;
  }
  
  .panel.active {
    height: 550px;
  }
}

@media (min-width: 1900px) {
   #logo.animate{
    transform: translateX(700px) !important;
  }
  .background-image {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
  
  .background-gif {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  
  /* Ensure both backgrounds maintain consistent positioning */
  #home {
    overflow: hidden;
  }

  #branches .d-flex{
      padding-top:50px !important;
  }

}

/* Orientation fixes for mobile devices */
@media (max-width: 768px) and (orientation: landscape) {
  
  section, footer {
    min-height: auto !important;
    padding: 20px 0 !important;
  }

  .w-100-md-down {
    width: 100% !important;
  }


}

@media (max-width: 767px){

  .w-100-md-down {
    width: 100% !important;
  }

  iframe{
    height:200px !important;
  }

  #branches .map{
    width: 100% !important;
  }

    #branches .map img{
    width: 100% !important;
  }
}

@media (max-width: 992px){
  /* #branches .d-flex{
     background-size: 120% auto !important;
  } */

}
/* High resolution display fixes */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Touch device specific styles */
@media (pointer: coarse) {
  .social-btn:hover {
    transform: scale(1) !important;
  }
  
  .btn-group .btn:hover {
    transform: scale(1) !important;
  }
}

/* Animation performance fixes for mobile */
@media (max-width: 767.98px) {
  .home-btn-div {
      margin-left: 0px !important; 
      text-align: center !important;
      
  }

  .home-robot {
     margin-left: 0% !important; 
  }
  .animate,
  .animate-row,
  .rotate-once {
    animation-duration: 0.3s !important;
  }

  /* #branches .d-flex{

     background: url('images/countries.png') no-repeat bottom center / contain !important;
     background-size: 100% 100% !important; 
  } */

  .hide-btn, .show-btn  {
    display: none !important;
  }

  .welcome-txt img:nth-child(1), .welcome-txt img:nth-child(2), .welcome-txt img:nth-child(3){
    width: 70% !important;
  }
}

@media (max-width: 1200px) {

  .projects {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: start !important;
    height: 500px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 10px !important;
    gap: 15px !important;
    
    /* Force scroll to start at top */
    scroll-behavior: smooth !important;
    scroll-snap-type: y mandatory !important; /* Optional: snap to panels */
  }

  .panel {
    width: 90% !important;
   
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
    
    /* Optional: snap each panel */
    scroll-snap-align: start !important;
  }

  /* Ensure first panel is always at the start */
  .panel:first-child {
    margin-top: 0 !important;
  }

  /* Remove any transforms or positioning that might offset the scroll */
  .panel.active {
    width: 90% !important;
    transform: none !important; /* Remove any transforms */
  }

  .panel .content {
    padding: 15px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    opacity: 1 !important;
    transform: none !important; /* Remove any transforms */
  }
}

@media ((max-width: 1360px) and (max-height: 650px)) {
  header .navbar-brand img {
    max-width: 180px;
  }
  /* .paragraph-scroll {
   
    height:100px !important; 
   
  } */
  .home-btn-div{
    margin-left: 60px !important;
  }
  .quote {
    font-size: 15px !important;
    padding: 12px 20px !important;
  }
  
  .home-title img:nth-child(1) {
    width: 70% !important;
  }
  
  .home-title img:nth-child(2),
  .home-title img:nth-child(3) {
    width: 40% !important;
  }
  
  .home-btn {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
  
  .makes-us-txt {
    font-size: 30px !important;
  }
  .makes-us h4{
     font-size: 16px !important;
  }

  .makes-us p{
     font-size: 14px !important;
  }
  
  .different-txt {
    font-size: 40px !important;
  }

  .about-robot {
    width: 100px !important;
    height: 100px !important;
  }

  #services .col-12{
    margin-bottom: 0px !important;
  }

  .services-title {
    font-size: 40px !important;
  }
  
  .services-sub-title {
    font-size: 30px !important;
  }
  .social-media.me-5{
    margin-right: 100px !important;
  }
  .services-paragraph {
    font-size: 20px !important;
  }
  
  .panel {
    height: 330px;
    width: 130px;
  }

  .panel p{
    font-size: 16px !important;
  }
  
  .panel.active {
    height: 330px;
  }
  #ourProjects h3{
    font-size: 35px !important;
    margin-bottom: 0px !important;
  }
  #ourProjects h3 span{
     font-size: 43px !important;
  }
  .projects-description{
    margin-bottom:0px;
  }
  

  .contact-txt {
    font-size: 40px !important;
  }
  
  .contact-txt span {
    font-size: 44px !important;
  }
  
  #footer .description {
    font-size: 20px !important;
  }
  
  #footer .newsletter h2 {
    font-size: 28px !important;
  }
  
  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  #about .container{
    padding-top: 90px !important;
  }
  
  #logo.animate {
    transform: translateX(200%) !important;
  }
  
  .img-robot, .robot {
    width: 280px;
    height: 280px;
  }
  
  .social-media a img {
    width: 55px !important;
    height: 55px !important;
  }
  
  .request-form {
    padding: 35px !important;
  }
  
  .contactUs-animation input,
  .contactUs-animation textarea,
  .request-form input,
  .request-form textarea {
    font-size: 16px !important;
    padding: 12px !important;
  }
  
  .tech-icons img {
    max-width: 50px !important;
  }
  
  .zoom-out {
    animation: zoomOutLandscape 2s forwards !important;
  }
  
  @keyframes zoomOutLandscape {
    0% {
      transform: scale(2) translate(0, 0);
    }
    100% {
      transform: scale(1) translate(-130%, -40%);
    }
  }
  #branches .map img{
    width:80% !important
  }
  
  #bokeh-top-right {
    width: 300px;
    height: 300px;
    top: 40px;
    right: -80px;
  }
  
  #bokeh-top-left {
    width: 300px;
    height: 300px;
    top: 40px;
    left: -120px;
  }
  
  #bokeh-bottom-left {
    width: 250px;
    height: 250px;
    bottom: -50px;
    left: -80px;
  }
  
  .vertical-text {
    left: 50px !important;
    top: 18% !important;
  }
  .our{
    font-size: 32px !important;
  }
  .services{
    font-size: 40px !important;
  }

  #appDev .container{
    padding-top: 3rem !important;
  }

  #appDev .col-md-6 img{
    width: 60% !important;
  }

  #database .services-title, #branches h1{
        font-size: 35px !important;
  }

  #database .container {
    padding-top: 3rem !important;
  }

  .database-img, #serverHosting .server-hosting-img{
    width: 55% !important;
  }

  #apiIntegration .container {
    padding-top: 3rem !important;
  }

  #apiIntegration .api-integration {
    width: 65% !important;
  }
  .nav-indicator {
    height: 28px;
    width: 70px;
  }

  #branches .map {
    width: 80% !important;
  }

  #branches p{
    padding-inline: 3rem !important;
  }
  #branches .branches{
    font-size: 45px !important;
  }

  #itConsultation .services-paragraph{
    font-size: 18px !important;
  }

  #itConsultation .services-title{
    font-size: 30px !important;
  }

  #itConsultation .services-sub-title{
     font-size: 25px !important;
     margin-bottom: 0px !important;
  }
  #itConsultation img {
    width: 60% !important;
  }

  #itConsultation .container {
    padding-top: 5rem !important;
  }

  #branches .container-fluid {
    padding-top: 50px !important;
  }


  h1.request-txt{
    font-size: 30px !important;
  }

  .request-form form .row{
    margin-bottom: .5 rem !important;
  }

  .interest .btn-group .btn{
    margin: .2rem!important;
  }


  .request-form {
    padding: 15px !important;
   
  }

  #requestQuote .request-form .mb-md-3, .interest p, #contactUs .request-form .mb-md-3 {
   margin-bottom: 8px !important;
  }
  .info a{
    font-size:  18px !important;
  }

  #requestQuote .container {
      padding-top: 110px !important;
  }

  footer .footer-content{
    padding-top: 150px !important;
  }

  footer .footer-icons img{
    width: 80px !important;
    height: 80px !important;
  }

  #contactUs iframe{
    height:400px !important;
  }

  #contactUs {
    padding-top: 100px  !important;
  }


  #requestQuote .request-form{
    padding: 15px !important;
  }

  #logo.animate-footer {
      animation: dropZoom 1s ease-in-out forwards !important;
  }

  @keyframes dropZoom {
    0% {
        transform: scale(1) translateX(40%) translateY(0); 
    }
      
    100% {
      transform: scale(1.3) translateX(40%) translateY(11vh); 
    }
  } 


} 


@media (max-width: 567px) and (max-height: 650px) {
  .zoom-out {
      animation: zoomOut 2s forwards !important; /* Faster for mobile */
  }
  @keyframes zoomOut {
      0% {
          transform: scale(2) translate(0, 0) ;
      }
      100% {
           transform: scale(0.8) translate(0%, -95%) ; /* Extra translation for smaller screens */
      }
  }

  .home-btn{
    font-size:12px !important;
    
  }
  .about-content.d-flex.flex-column{
    /* justify-content: start !important; */
  }
  .code-img img:nth-child(2){
    width: 20% !important;
  }

  .about-animation img{
    width: 70% !important;
  }
  .about-content{
    justify-content: start !important;
  }

  .about-robot {
    width: 90px !important;
    height: 90px !important;
  }
  .makes-us-txt {
    font-size: 20px !important;
  }

  .different-txt {
      font-size: 30px !important;
  }

  
  .panel {
    height: 250px !important;
  }

  .panel p{
    font-size: 16px !important;
  }
  
  .panel.active {
    height: 200px !important;
  }

  #ourProjects h3 {
    font-size: 18px !important;
  }

  #ourProjects h3 span {
      font-size: 22px !important;
  }
  #ourProjects .container {
      padding-top: 30px !important;
  }

  .projects-description{
    margin-bottom: 10px !important;
  }
  
  #services .services-title {
      font-size: 20px !important;
  }

  #services .services-sub-title {
    font-size: 16px !important;
  }

  #services .our{
        font-size: 18px !important;

  }

  #services  .services{
        font-size: 22px !important;

  }

  #services .services-paragraph {
    font-size: 16px !important;
  }

  .tech-icons img {
      max-width: 30px !important;
  }


  #appDev .services-title {
    font-size: 20px !important; 
  }
  #database .services-title, #branches h1 {
    font-size: 20px !important;
  
  }
    #database .services-sub-title {
    font-size: 18px !important;
  }

  #apiIntegration .services-title {
    font-size: 20px !important;
  }

  .services-paragraph {
    font-size: 16px !important;
  }
  
  #apiIntegration .services-sub-title {
    font-size: 18px !important;
  }

  
  #serverHosting .services-title{
    font-size: 20px !important;
  }

  #serverHosting .services-sub-title {
    font-size: 18px !important;
  }

  #itConsultation .services-title {
    font-size: 20px !important;
  }
  #itConsultation .services-sub-title {
    font-size: 18px !important;
  }
  #itConsultation img {
    width: 50% !important;
  }
  /*branches*/
  #branches .branches {
      font-size: 25px !important;
  }
  #branches .map {
    width: 100% !important;
  
  }
  #branches .container .d-flex.flex-column{
    justify-content:   space-evenly !important;
  }

  #contactUs .container, #requestQuote .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .info{
   gap: 0 !important;

  }
  #requestQuote .container{
    padding-top: 10px !important
  }
  #contactUs iframe {
    height: 150px !important;
}
#contactUs {
    padding-top: 60px  !important;
}

.contact-txt {
    font-size: 20px !important;
}
.contact-txt span {
    font-size: 24px !important;
}

.contactUs-animation input, .contactUs-animation textarea, .request-form input, .request-form textarea {
    font-size: 12px !important;
     padding: 5px !important; 
}

h1.request-txt {
    font-size: 18px !important;
}
.info {
    margin-bottom: 0px;
}
.info a {
    font-size: 14px !important;
}


  footer .footer-icons img {
      width: 60px !important;
      height: 60px !important; 
  }

  #footer .newsletter h2 {
      font-size: 20px !important;
  }

  #footer .description {
      font-size: 16px !important;
  }
  footer .footer-content {
      padding-top: 180px !important;
  }
  #logo.animate{
   transform: translateX(25%) !important;
  }
  #logo.animate-footer {
      animation: dropZoom 1s ease-in-out forwards !important;
  }

  @keyframes dropZoom {
    0% {
        transform: scale(1) translateX(30%) translateY(0); 
    }
      
    100% {
      transform: scale(1.3) translateX(30%) translateY(11vh); 
    }
  } 

  
  /* Optional: Style the scrollbar for better appearance */
  .paragraph-scroll {
    overflow-y: auto !important;   
    padding-right: 10px;
    height:100px !important; 
    margin-top: 20px !important; /* Optional: Adds space for scrollbar */
    justify-content: start !important;
    align-items: start !important;
  }
  .paragraph-scroll::-webkit-scrollbar {
      width: 8px;
  }
  .paragraph-scroll::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
  }

  .paragraph-scroll::-webkit-scrollbar-thumb {
      background: #0076EB;
      border-radius: 10px;
  }

  .paragraph-scroll::-webkit-scrollbar-thumb:hover {
      background: #00A3FF;
  }

  .paragraph-scroll .row .col-12 {
    padding-top: 0px !important;
  }

}


@media (min-width: 767.98px) and (max-width: 1200px){
  .home-robot {
     margin-left: 20% !important; 
  }
}

