* body { 
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
   

  
  }
    
  

/*new code*/
header {
  position: relative;
  height: 100vh;
  background-color: transparent;
  

}

nav {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color:#00000066;  
  padding: 20px;
  text-align: center;
  padding-bottom: 6px;

}



.navbar navbar-expand-lg bg-body-tertiary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline-block;
  margin-right: 20px;
}

nav a {
  color: #fff;
  text-decoration: none;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}



.tamil{
  display: flex;
  margin-left: 300px;
  padding-top: 20px;
  margin-top: 10px;
  padding-left: 30px;
  padding-left: -30px;
}



.form-control me-2{

width: 50px;
height: 20px;
}

/* google fond */

*{

  
      font-family: "Poppins",serif;
      font-weight: 500;
      font-style: normal;
    }

    /* search bar only */
  
.search-form {
right: 200px;
top: 200px;
}

.search-field {
background-color: transparent;
background-image: url(searcg2.png);
background-position: 5px  center;
background-repeat: no-repeat;
background-size: 24px 24px;
border: none;
cursor: pointer;
height: 40px;
margin: 3px 0;
padding: 0 0 0 34px;
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition:         width 400ms ease, background 400ms ease;
width:0px;
cursor: pointer;
}

.search-field:focus {
background-color: #000;
border: 2px solid #c3c0ab;
cursor: text;
outline: 0;
width: 250px;
color:#fff;


}
.search-form
.search-submit { 
display:none;
}

#nava{
  font-size: 17px;

  position: relative;
  display: inline-block;
  
  text-decoration: none;
  color: white;
  
  
  
 
}





#droph{

color: #1F3062;

}






#droph:hover{background-color:#1f3062; color: #fdd017;}

#nava:hover{
color: #fdd017;



}







.topname{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);

  font-weight: 520;

}

/* bg center heading*/

.content {
position: absolute;
top: 70%;
left: 20%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.bgc{

font-size: 54px;

justify-content: left;
font-family: 'Poppins', sans-serif;
font-weight: 700; /* Bold weight */
}



/*media head quari*/



/* top new about us */


  /* Keyframes for animations */
  @keyframes slideIn {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Animation styles */
.animate-heading {
  animation: slideIn 1s ease-out;
}

.animate-paragraph {
  animation: fadeIn 1.5s ease-in;
}

.animate-image {
  animation: slideIn 2s ease-out;
}







/* fst imag second container */

.fim{
  float: left;
    margin-right: 15px;


}

/* fst rotate animation*/

.roimage {
  width: 80px;
  height: 80px;
  background-image: url('image-url');
  transition: transform 1s;
  transform-style: preserve-3d;
}

.roimage:first-child {
  animation: rotate3d 1s;
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.fim:hover {
  animation: rotate3d 1.5s;
}







.fh{

    color: #1f3062 ;
}

.fp{
    color: #7d7d7d;
    justify-self: start;
}

.fahh{
    
        
        font-size: 35px;
        font-weight: 100px;
        font-style: normal;
        letter-spacing: -1px;
        text-align: left;
        color: #1f3062 ;
    
      
}

/* third container image hover */

.image-container {
    position: relative;
    width: 340px;
    height: 340px;
    }
    
    .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
    .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .image-container:hover .overlay {
    transform: translateY(-50%);
    opacity: 1;
    }
    
    .center-button {/*
    background-color: #4CAF50;
    color: #fff; */
    padding: 0px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 15px;


    color: #fff;
    border: 3px solid #4caf50;
    background-image: -webkit-linear-gradient(30deg, #4caf50 50%, transparent 50%);
    background-image: linear-gradient(30deg, #4caf50 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    
    


    }
    
    .center-button:hover {


      background-position: 100%;
      color: #4caf50;
      
      
      
      
/*
    background-color: #3e8e41;*/


   
    }


    
    .thead{

        font-size: 35px;
        font-weight: 100px;
        font-style: normal;
        letter-spacing: -1px;
        text-align: left;
        color: #1f3062 ;
    
    }








    /* fourth type of project img */

    .foch{

       
        font-optical-sizing: auto;
        font-weight:550;
        font-style: normal;
        color: #1f3062 ;
        letter-spacing: -0.5px;

    }
    .focp{
        text-align: center;
        color: #7d7d7d;
        text-align: justify;
        
    }
    .ser{

        color: #edbe26;
    }
    /* service img ani */
    .serrr {
        position: relative;
        width: 350px;
        height: 230px;
        overflow: hidden;
        
        }
        
        .serrrimg {
            width: 100%;
height: 100%;
object-fit: cover;
animation: move-right-left 1.5s ease-in-out infinite;

        }
        
        @keyframes move-right-left {
            0% {
            transform: translateX(0);
            }
            50% {
            transform: translateX(20px);
            }
            100% {
            transform: translateX(0);
            }
            }
            
/*fifth container about us */

.bhhh{
  background-color: #d8e6f3;
  max-width: 100%;
}

/* track project container
/* button */
.rectangle-button {
  background-color: #FFFFFF;
  border: 2px solid #1f3062;
  color: #1f3062;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  }
  
  .rectangle-button:hover {
  background-color: #1f3062;
  color: #FFFF00;
  }
  
 /* img ani*/
 
 .shaking-image {
  width: 570;
  height:600px;
  transition: all 0.5s ease-in-out;
  }
  
  .shaking-image:hover {
  animation: shake 0.5s ease-in-out infinite;
  }
  
  @keyframes shake {
  0% {
  transform: translateX(0);
  }
  20% {
  transform: translateX(-10px);
  }
  40% {
  transform: translateX(10px);
  }
  60% {
  transform: translateX(-10px);
  }
  80% {
  transform: translateX(10px);
  }
  100% {
  transform: translateX(0);
  }
  }
  

  /* track project ,mediaquari*/


/* Mobile responsive styles for Samsung Galaxy S20 Ultra */
@media screen and (max-width: 412px) {
  /* Adjust container padding and margins */
  .container-fluid {
    padding: 10px;
  }

  .container {
    padding: 0;
  }

  /* Adjust text and heading sizes */
  h1.foch {
    font-size: 22px;
    margin-top: 10px;
  }

  h2 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
  }

  /* Button adjustments */
  .rectangle-button {
    width: 100%; /* Full width for buttons */
    padding: 10px;
    font-size: 14px;
  }

  /* Image adjustments */
  .shaking-image {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    margin-top: 20px;
  }

  /* Adjust column layout */
  #goapp .col-md-6 {
    width: 100%;
    margin-bottom: 20px; /* Add spacing between sections */
  }

  /* Ensure modal opens properly */
  .modal-content {
    width: 90%;
    margin: 0 auto;
  }
}





  .fochh{
      color: #1f3062 ;
      
      font-family: "Oswald", sans-serif;
      font-size: 16px;

  }

  .bgs{
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }


            
                /*sixeth img card and caroseling */

                .card {
                  width: 360px;
                  height: 370px;
                  border: 1px solid #ddd;
                  border-radius: 10px;
                  overflow: hidden;
                  text-align: center;
                  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
              }
      
              .card-img-top {
                  width: 100%;
                  height: 200px;
                  object-fit: cover;
              }
      
              .card-title {
                  font-size: 1.2rem;
                  margin: 10px 0;
              }
      
              .card-text {
                  font-size: 0.9rem;
                  color: #666;
              }
                

              #cardbu{
                background-color: #1F3062;
              }

              #cardbu:hover{
                color: #fdd017;
              background-color: #15317e;
              }



/* Tablet and medium screens (max-width: 768px) */
@media screen and (max-width: 768px) {
  .card {
      width: 300px; /* Smaller card width for tablets */
      height: auto; /* Allow flexible height */
  }

  .card-img-top {
      height: 150px; /* Reduce image height */
  }

  .card-title {
      font-size: 1rem; /* Smaller title font */
  }

  .card-text {
      font-size: 0.85rem; /* Adjust font size for text */
  }

  .carousel-inner {
      flex-wrap: wrap; /* Allow wrapping if needed */
  }

  .d-flex {
      flex-direction: column; /* Stack cards vertically */
      align-items: center;
  }
}

/* Mobile devices and small screens (max-width: 480px) */
@media screen and (max-width: 480px) {
  .card {
      width: 250px; /* Smaller card width for mobiles */
      margin-bottom: 15px; /* Add spacing between stacked cards */
  }

  .card-img-top {
      height: 120px; /* Further reduce image height */
  }

  .card-title {
      font-size: 0.9rem; /* Adjust title font size */
  }

  .card-text {
      font-size: 0.8rem; /* Smaller text for mobile devices */
  }

  .btn {
      font-size: 0.8rem; /* Smaller button size */
      padding: 5px 10px; /* Adjust button padding */
  }

  .carousel-controls {
      display: none; /* Hide controls for very small screens */
  }

  .d-flex {
      flex-direction: column; /* Ensure vertical alignment */
      align-items: center;
  }
}




                
/* qu*/

summary{
    background-color: white;
    
    margin-top: 14px;
}

details{
    font-size: 19px;
    

    
    
    }

    summary{
        background-color: #fcd440;
        padding-top: 10px;
        padding-bottom: 7px;
        padding-left: 6px;
        padding-right: 6px;
       
        margin-top: 22px; 
        color: #1f3062;
    }



        .ava{
            margin-top: 15px;
            background-color: silver;
            padding: 20px;
           
            }
           

/* media quari    summary*/

@media only screen and (max-width: 1440px) and (orientation: portrait) {
  /* Container adjustments */
  #ques {
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 15px;
  }

  .row {
      padding-left: 15px;
  }

  /* Adjust column stacking for mobile */
  .col-md-7,
  .col-md-5 {
      width: 100%; /* Full width for each column */
  }

  /* Header text styling */
  h1.foch {
      font-size: 24px;
      margin-top: 20px;
      text-align: center;
  }

  /* Details and summary responsiveness */
  details {
      font-size: 17px;
      margin-top: 10px;
  }

  summary {
      padding: 10px;
      font-size: 18px;
      text-align: center;
      border-radius: 8px;
  }

  .ava {
      font-size: 16px;
      padding: 15px;
      margin-top: 10px;
  }

  /* Image adjustments */
  img {
      max-width: 100%; /* Ensure image is responsive */
      height: auto;
      margin-left: 0;
      margin-top: 20px;
  }
}


            
            /* eight video container */

            .vha{
                font-size: 58px;
            
                text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), 0px 0px 20px rgba(0, 0, 0, 0.4);
            left: -0.5px;
            
            font-weight: bold;
              margin-bottom: 10px;
              color: #00c2c6;
                
            }
            
            .video-containera {
              position: relative;
              width: 1340px;
              height: 350px;
              overflow: hidden;
            }
            
            body{

              overflow-x: hidden;
            }
            .video-containera video {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover;
            }
            
            .overlaya {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: #056dba66;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column;
            }
            
            
            
            .burr {
              background-color: transparent;
              color: #f2a71b ;
              padding: 10px 20px;
              border: 2px solid #f2a71b;
              border-radius: 5px;
              cursor: pointer;
            }
            
            .burr:hover {
              background-color:rgba(255, 255, 255, 0.2);
              color:#1f3062;
              border: 2px solid #1f3062;
            }
            

            @media only screen and (max-width: 1440px) and (orientation: portrait) {
              /* Adjust video container for smaller screens */
              .video-containera {
                  width: 100%; /* Full width for smaller screens */
                  height: auto; /* Dynamically adjust height */
                  overflow: hidden; /* Prevent scrollbars */
                  position: relative;
              }
          
              /* Ensure the video resizes proportionally */
              .video-containera video {
                  width: 100%; /* Scale video width to fit the screen */
                  height: auto; /* Maintain aspect ratio */
                  object-fit: contain; /* Ensure proper fit without cropping */
                  position: relative; /* Ensure proper placement */
              }
          
              /* Adjust overlay for smaller screens */
              .overlaya {
                  position: absolute; /* Keep overlay on top */
                  top: 0;
                  left: 0;
                  width: 100%; /* Match the container width */
                  height: 100%; /* Match the container height */
                  background-color: rgba(5, 109, 186, 0.8); /* Darken overlay for visibility */
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  flex-direction: column;
              }
          
              /* Adjust heading text for smaller screens */
              .vha {
                  font-size: 22px; /* Reduce font size */
                  text-align: center; /* Center-align text */
                  line-height: 1.4; /* Improve line spacing */
                  margin-bottom: 10px;
                  padding: 0 10px; /* Add padding for better text alignment */
              }
          
              /* Adjust button for smaller screens */
              .burr {
                  font-size: 14px; /* Reduce button text size */
                  padding: 8px 12px; /* Adjust padding for smaller buttons */
                  margin-top: 10px;
              }
          
              .burr:hover {
                  background-color: rgba(255, 255, 255, 0.3); /* Subtle hover effect */
                  color: #1f3062;
                  border: 2px solid #1f3062;
              }
          }
            
/* ninth container last award carosoul */

/*

body {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4; 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
*/
#carousel-containerb {
  position: relative;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}
#carousela {
  display: flex;
  gap: 35px; /* 35px spacing between images */
  width: calc(15 * 170px + 14 * 35px); /* Total images + spacing */
  animation: slide 20s linear infinite;
}
#carousela img {
  width: 100px;
  height: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Image shadow */
  border-radius: 5px;
  padding: 10px;
}
#carousel-containerb:hover .carousel {
  animation-play-state: paused; /* Pause on hover */
}
.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  
}


.carousel-controls span {
  pointer-events: auto;
  
 
  
  cursor: pointer;
  
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-7 * (170px + 35px)));
  }
}
.carousel-wrapper {
  position: relative;
}







/*new*/

@media only screen and (max-width: 400px) and (min-width: 1400px) and (min-height: 3100px) {
  /* Carousel container adjustments for Samsung Galaxy S20 Ultra */
  #carousel-containerb {
    max-width: 100%; /* Full width for mobile */
    overflow: hidden; /* Hide overflow */
    padding: 0 10px; /* Slight padding to avoid content touching edges */
  }

  /* Carousel adjustments */
  #carousela {
    gap: 15px; /* Adjust gap for better fit */
    width: calc(10 * 90px + 9 * 15px); /* 10 images visible with adjusted gap */
    animation: slide 15s linear infinite; /* Smooth animation */
  }

  /* Image adjustments */
  #carousela img {
    width: 90px; /* Resize images */
    height: 90px; /* Maintain square aspect ratio */
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2); /* Subtle shadow for mobile */
    border-radius: 5px; /* Rounded edges */
    padding: 5px; /* Slight padding for spacing */
  }

  /* Carousel controls for Samsung Galaxy S20 Ultra */
  .carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: auto; /* Enable touch functionality */
    padding: 0 15px; /* Adjust padding for controls */
  }

  .carousel-controls span {
    font-size: 20px; /* Larger control size for better accessibility */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    color: #fff; /* White color for visibility */
    padding: 12px;
    border-radius: 50%; /* Circular buttons */
    cursor: pointer;
  }

  .carousel-controls span:hover {
    background-color: rgba(0, 0, 0, 0.8); /* Darker on hover */
  }

  /* Slide animation */
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-9 * (90px + 15px))); /* Adjusted for 10 visible images */
    }
  }
}
/*new*/



       

/* form copy code*/

 /* Custom CSS */
 .card-header {
  color: #1f3062;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  background-color: #e6f0f8;
  text-align: center;
}

.form-control:focus, .form-select:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.btn-primary {
  background-color: #1f3062;
  border: none;
  transition: background-color 0.3s, transform 0.2s;
}



.btn-primary:hover {
  background-color: #1f3062;
  
  transform: scale(1.02);
}

/* Pop Animation */
@keyframes pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}



.pop-button {
  animation: pop 0.3s ease-in-out;

}

.invalid-feedback {
  font-size: 0.875rem;
  color: #dc3545;
}

/*submit button ani */



#paabutt {
margin: 10px;
padding: 15px,45px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
background-color: #1F3062;

border-radius: 10px;
display: block;
}
#paabutt:hover {
background-position: right center;
color: #FFFF00;
text-decoration: none;
background-color: #15317e;
}



/* fooder lst container */


.foo{
  text-decoration: none;
  color: #1f3062;
}
.mapp{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
border-color: #000;
border-width: 3px;
border-style: solid;


}


#fooderr{
  background-image: url('ba1.jpg');
  background-size: cover;
  background-position: center;
  /*
  background-blend-mode: hard-light; */
  
  width: 100vw;
  
  padding-bottom: 19px;
  
}

#contee{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


/*  sec rotate */

#rosmage {
  
  background-image: url('image-url');
  transition: transform 1s;
  transform-style: preserve-3d;

}

#rosmage:first-child {
  animation: rotate3d 1s;
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

#seax:hover {
  animation: rotate3d 1s;
}


/* top building shing animatiion */

#image-containersh {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px; /* Optional: Rounded corners for a modern look */
 
}

#image-container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.shine-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-30deg);
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}


/* secondcaro colore and back chage */

#secabody{
  background-color: #e6f0f8;
}
#hcol{
  color: #1f3062;
}

/*service double colour */




#oues {
  font-family: 'Roboto Serif', serif;
  font-size: 45px;
  font-weight: 600;
  
  color: #1F3062; /* Base text color */
  position: relative;
  background: linear-gradient(90deg, #1F3062, #ffffff, #1F3062); /* Shine color matches base */
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: text-shine 5s linear infinite; /* Smooth, no blur */
}







@keyframes text-shine {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}


/* fst about us animation */


#ouesa {
  
  
  color: #1F3062; /* Base text color */
  position: relative;
  background: linear-gradient(90deg, #1F3062, #38acec, #1F3062); /* Shine color matches base */
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: text-shine 5s linear infinite; /* Smooth, no blur */
}

/* whatsapp scroll dfixed */


.what{
    
    
  position: fixed;
  bottom: 20px;
  right: 20px;
  animation: popup 1.7s infinite;
}

@keyframes popup {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}





/* new gradient form */

#form-container {
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  background-color: #1F3062;/* Gradient for form content */
}
#7f7fd5,#91eae4
.sefo {
  text-align: center;
  margin-bottom: 20px;
  color: #2d3436;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #2d3436;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #b2bec3;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
}

input:focus {
  border-color: #0984e3;
  box-shadow: 0 0 5px rgba(9, 132, 227, 0.5);
}

/* Submit Button Styling */
.submit-btn {
  width: 80%; /* Reduced width */
  padding: 8px; /* Reduced padding */
  font-size: 14px; /* Reduced font size */
  font-weight: bold;
  color: #1F3062;
  background-color: #fdd017;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 0 auto; /* Center the button */
  display: block;
}

.submit-btn:hover {
  background-color: #eed202;
  color: #1F3062;
 
}


/* Responsive Design */


/*new*/

/* Custom CSS */

/* Mobile-specific styles */
@media only screen and (max-width: 768px) {

  /* Hide .fgff content on mobile devices */
  .fgff {
    display: none;
  }

  /* Adjust form container for mobile responsiveness */
  #form-container {
    width: 90%;  /* Make the form wider on smaller screens */
    max-width: 350px;
    margin: 0 auto;
  }

  /* Adjust the submit button for mobile */
  .submit-btn {
    width: 80%;  /* Button width adjusted for mobile */
  }
}

/* Samsung Galaxy S20 Ultra responsiveness (1440px) */
@media only screen and (max-width: 1440px) {
  /* Ensure the form container is centered and properly sized on larger mobile devices */
  #form-container {
    width: 80%;  /* Form takes up 80% of the screen on large mobile screens */
    max-width: 400px;
    margin: 0 auto;
  }

  /* Button width adjusted for larger screens */
  .submit-btn {
    width: 70%;
  }
}

/* Default styles (larger screens) */
#form-container {
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  background-color: #1F3062;
}

.submit-btn {
  width: 80%; /* Reduced width */
  padding: 8px; /* Reduced padding */
  font-size: 14px; /* Reduced font size */
  font-weight: bold;
  color: #1F3062;
  background-color: #fdd017;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 0 auto; /* Center the button */
  display: block;
}

.submit-btn:hover {
  background-color: #eed202;
  color: #1F3062;
}

.submit-btn:active {
  transform: scale(0.95);
}

/*new*/

/* fst back img */

#fstbac{

background-color: whitesmoke;

}


