
.sch {
  background-color: #00326b;
  width: 150px;
  height: 40px;
  color: #fff !important;
  border-radius: 12px;
  text-align: center;
  line-height:40px; /
  padding: 0; 

}


#case-heading-main-container {
    background-color: white;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

#case-heading-second-container {
    height: 200px;
    width: 90%;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    border-radius: 0 0 20px;
    background-color: white;
}

#case-heading-second-container h3{

    font-size: 22px;
    font-weight: 600;

}

#case-heading-top {
    height: 15%;
    width: 100%;
    font-size: small;
    font-weight: 600;
    color: black;
    text-align: left;
   
}
#case-heading-top span {
    color: #01234b;
}
#case-heading-bottom {
    height: fit-content;
    width: 100%;
    text-align: left;
    align-items: center;
    color: #01234b;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 40px;
}

.btn-container {
  display: flex;
  gap: 15px; 

}
.case-btn{

   display: inline-block;
   margin-right: 10px;
    height: fit-content;
    width: fit-content;
    padding: 10px 17px;
    font-size: medium;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s;
    background-color: #00326b;
    border: 1px solid white;
    position: relative;
    top: 70px;


}

.case-btn:hover {
  background: #012044;
}

@media (max-width: 768px) {
    #case-heading-bottom {
        font-size: 35px;
    }
}
@media (max-width: 500px) {
    #case-heading-bottom {
        font-size: 30px;
    }
}

.custom-section {
    
border-top: 2px solid #00326b;
  background: white;
  color: black;
  padding: 80px 40px;
  position: relative;
  top: 100px;
}

.custom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.custom-left {
  flex: 1;
}

.custom-left h2 {
  font-size: 28px;
  color: #00326b; 
  padding-bottom: 80px;
  padding-left: 50px;
  

}

.custom-left p {
  font-size: 22px;
  font-weight: 600;
  width: 400px;
  padding-bottom: 26%;
  padding-left: 50px;
}

.custom-right {
  flex: 0;
  position: relative;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  width: 500px;
  height: 300px;

}

.btn2-container {
  display: flex;
  gap: 15px; 

}
.case-btn2{

   display: inline-block;
   margin-right: 10px;
    height: fit-content;
    width: fit-content;
    padding: 10px 17px;
    font-size: medium;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s;
    background-color: #00326b;
    border: 1px solid white;
    position: relative;
    left: 70%;
    bottom: 20px;
 

}

.case-btn2:hover {
  background: #012044;
}

.btn-case-study {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #00326b;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-case-study:hover {
  background: #00326b;
}


#load-button-container {
    height: 100px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
#load-button-container button {
    height: 50px;
    width: 200px;
    font-size: large;
    text-align: center;
    color: white;
    background: linear-gradient(to right, gray, grey);
    border: none;
    border-radius: 30px;
    position: relative;
    padding-left: 30px;
}
#load-button-container button::before {
    content: '•';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: xx-large;
    color: white;
}
#load-button-container button:hover {
    background-image: linear-gradient(#00326b);
}

/* ---- Case Heading Responsive ---- */
@media (max-width: 992px) {
  #case-heading-second-container {
    height: auto;
    padding: 20px 0;
  }

  #case-heading-bottom {
    font-size: 32px;
  }

  #case-heading-second-container h3 {
    font-size: 18px;
  }

  .case-btn {
    top: 20px; /* button ko neeche laaya mobile ke liye */
  }
}

@media (max-width: 768px) {
  #case-heading-bottom {
    font-size: 28px;
  }

  #case-heading-second-container h3 {
    font-size: 16px;
  }

  .btn-container {
    flex-direction: column;
    gap: 10px;
  }

  .case-btn {
    width: 100%;
    text-align: center;
    top: 10px;
  }
}

@media (max-width: 500px) {
  #case-heading-bottom {
    font-size: 24px;
  }
  #case-heading-second-container h3 {
    font-size: 15px;
  }
}

/* ---- Custom Section Responsive ---- */
@media (max-width: 992px) {
  .custom-container {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .custom-left {
    padding: 0;
  }

  .custom-left h2 {
    font-size: 24px;
    padding: 0 0 20px 0;
  }

  .custom-left p {
    font-size: 18px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .custom-right {
    flex: unset;
  }

  .image-wrapper img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }

  .case-btn2 {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px;
  }
}

/* ---- Load Button Responsive ---- */
@media (max-width: 768px) {
  #load-button-container button {
    width: 150px;
    font-size: 14px;
    padding-left: 25px;
  }
}

/*new */

@media (max-width: 768px) {
  .custom-container {
    flex-direction: column;   
    align-items: center;      
    text-align: center;     
    gap: 20px;
  }

  .custom-left {
    flex: 1;
    width: 100%;
    padding: 0;              
  }

  .custom-left h2 {
    font-size: 22px;
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .custom-left p {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    max-width: 500px;  
    margin: 0 auto;
    padding: 0;         
    text-align: center;
  }

  .custom-right {
    width: 100%;
    display: flex;
    justify-content: center;  
  }

  .image-wrapper img {
    width: 100%;
    max-width: 400px;  
    height: auto;
  }

  .case-btn2 {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    display: inline-block;
  }
}

/*new */

/* Section Styling */

.vertical-card-section {
  text-align: center;
  padding: 60px 20px;
  background: #e0e7f8; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-card-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 700;
  color:#012044 ;
  text-align: center;
}

.vertical-card-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
  /* height: 300px;  ❌ Remove this */
}

.v-card {
  background: #e0e7f8; 
  padding: 30px 25px;
  border-radius: 14px;
  width: 260px;
  text-align: start;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  padding-top: 60px;
}

.v-card:hover {
  border: 2px dashed #012044;
}

/* White Wrapper */
.vertical-card-wrapper {
  background: white;
  width: 900px;
  /* height: 470px;  ❌ Remove this */
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

/* Responsive */

/* Extra Small Devices (phones) */
@media (max-width: 480px) {
  .vertical-card-wrapper {
    width: 100%;
    padding: 25px 15px;
  }
  .vertical-card-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .v-card {
    width: 100%;
    max-width: 320px;
    padding: 25px 20px;
  }
  .v-card h3 {
    font-size: 18px;
  }
  .v-card p {
    font-size: 14px;
  }
}

/* Small Devices (tablets) */
@media (min-width: 481px) and (max-width: 768px) {
  .vertical-card-wrapper {
    width: 100%;
    padding: 30px 20px;
  }
  .vertical-card-container {
    justify-content: center;
    gap: 30px;
  }
  .v-card {
    width: 45%;
    max-width: 300px;
    padding: 28px 22px;
  }
}

/* Medium Devices (laptops) */
@media (min-width: 769px) and (max-width: 1024px) {
  .vertical-card-wrapper {
    width: 95%;
  }
  .v-card {
    width: 40%;
    max-width: 300px;
  }
}

/* Large Devices (desktops/PC) */
@media (min-width: 1025px) {
  .vertical-card-wrapper {
    width: 900px;
  }
  .v-card {
    width: 280px;
  }
}


/* Footer */
footer{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer-inner-container{
    height: 100%;
    width: 100%;
    max-width: 1200px;
    border-top: 1px solid gainsboro;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
}
#footer-left{
    height: 100%;
    width: 300px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    flex-direction: column;
}
#footer-left h2{
    font-size: 30px;
    color: #00326b;
    text-align: left;
    width: 100%;
    font-weight: 900;
}
.footer-logo {
  width: 160px
  /* filter: brightness(0) invert(1); */
  object-fit: contain;
}
#footer-left p{
   font-size: small;
    color: #00326b;
    text-align: left;
    width: 100%;
}
#social-icon-container{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: left;
    gap: 5px;
}
#social-icon-container a{
    height: 30px;
    width: 30px;
    background-color: #00326b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#social-icon-container a:hover{
    background-color: #00244d;
}
#social-icon-container a img{
    height: 20px;
    width: auto;
    object-fit: contain;
}
#footer-mid{
    height: 100%;
    width: 200px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    flex-direction: column;
}
#footer-mid h6{
    font-size: 20px;
    color: #00326b;
    width: 100%;
    font-weight: 600;
    text-align: left;

}
#footer-mid ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 05px;
    list-style: none;

}

#footer-mid ul a{
    width: 100%;
    text-align: left;
    font-size: small;
    text-decoration: none;
    cursor: pointer;
    color: #00326b;
}

#footer-mid ul li:hover{
    color: #00244d;
}

#footer-mid2{
    height: 100%;
    width: 200px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    flex-direction: column;
     position: relative;
    top: 10px;
}

#footer-mid2 h6{
    font-size: 20px;
    color: #00326b;
    width: 100%;
    font-weight: 600;
    text-align: left;

}
#footer-mid2 ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    gap: 05px;
    list-style: none;
}

#footer-mid2 ul a{
    width: 100%;
    text-align: left;
    font-size: small;
    text-decoration: none;
    cursor: pointer;
    color: #00326b;
}

#footer-mid2 ul li:hover{
    color: #00244d;
}



#footer-mid2 ul li {
    position: relative;
    padding-left: 20px; /

}

#footer-mid2 ul li::before {
    content: "➤"; 
    position: absolute;
    left: 0;
    top: 3px;
    color: #00326b; 
    font-size: 11px;
}



#footer-right{
    height: 100%;
    width: 300px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    flex-direction: column;
   position: relative;
   top: -15px;

}

#footer-right h6{
    font-size: 20px;
    color: #00326b;
    width: 100%;
    text-align: left;
    font-weight: 600;
}

#footer-right p{
    font-size: small;
    color: #00326b;
    width: 100%;
    text-align: left;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.footer-contact-item img {
  width: 18px;
  height: 18px;
}

#last-line-p{
  text-align: center;
  width: 100%;
  font-size: medium;
  color: gray;
  padding: 5px 0;
}

#last-line-p a{
  text-decoration: none;
  color: green;
}

@media (max-width: 768px) {
#last-line-p{
  font-size: small;
}
}


/* Tablet Layout */
@media (max-width: 1024px) {
  #footer-inner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;
    text-align: left;
    align-items: flex-start;
    padding: 0 20px; 
  }

  /* Logo + about text full width */
  #footer-left {
    grid-column: span 2;
    align-items: center;   
    text-align: center;
  }

  #footer-left p {
    text-align: center; 
  }
 

    .footer-logo-wrapper {
    margin-top: 30px; 
  }

  #social-icon-container {
    justify-content: center;
  }


  #footer-mid,
  #footer-mid2 {
    align-items: flex-start;
    text-align: left;
    padding-left: 15px;  
  }

    #footer-mid{
    margin-top: -10px;  
  }

  #footer-right {
    align-items: center;
    text-align: center;
  }

  .footer-contact-item {
    justify-content: center;
    text-align: center;
  }
}
/* Mobile Layout */
@media (max-width: 600px) {
  #footer-inner-container {
    grid-template-columns: 1fr; 
    gap: 20px;
    padding: 0 15px;
    text-align: center;
  }

  #footer-left,
  #footer-mid,
  #footer-mid2,
  #footer-right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

    #footer-mid{

    margin-top: 2px; 
  }

  .footer-logo-wrapper {
    margin-top: 55px;
  }

  #social-icon-container {
    justify-content: center;
  }


  #footer-right {
    text-align: center;
  }

  .footer-contact-item {
    display: flex;
    justify-content: center; 
    align-items: center;     
    flex-direction: row;     
    gap: 8px;
    text-align: left;
         
  }

  #footer-right img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 390px) {

     #footer-mid2{

    margin-top: 32px; 
  }

}

@media (max-width: 300px) {

     #footer-mid2{

    margin-top: 55px
  }

}

footer {
  padding-top: 40px; /* add gap from top */
}


/* Whatsapp Popup */
#whatsapp-popup-main-container {
  height: fit-content;
  width: 250px;
  position: fixed;
  padding: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgb(255, 255, 255);
  display: none;
  flex-direction: column;
  box-shadow: 1px 1px 5px black;
  border-radius: 10px;
  justify-content: center;
  z-index: 99999;
  align-items: center;
}

#whatsapp-popup-main-container span {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
  font-weight: 900;
  color: #152441;
}

#whatsapp-popup-main-container span:hover {
  color: #152441;
}

#whatsapp-icon-container {
  height: 45px;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#whatsapp-icon-container img {
  height: 30px;
  width: auto;
}

#whatsapp-icon-container a {
  color: #152441;
  font-size: medium;
  font-weight: 600;
  text-decoration: none;
}

#whatsapp-icon-container a:hover {
  text-decoration: underline;
}

#whatsapp-popup-main-container p {
  color: #333;
  font-size: small;
  font-weight: 400;
  width: 90%;
  text-align: center;
}

@media (max-width: 600px) {
  #whatsapp-popup-main-container {
    padding: 5px;
    width: 200px;
  }

  #whatsapp-popup-main-container p {
    font-size: x-small;
    margin: 0;
  }

  #whatsapp-icon-container img {
    height: 20px;
  }

  #whatsapp-icon-container a {
    color: #152441;
    font-size: small;
  }

  #whatsapp-icon-container {
    height: 30px;
  }
}

/* Whatsapp */
.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whatsapp-icon {
  color: white;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-icon:hover {
  transform: scale(1.1) rotate(-5deg);
}
#icon-text img {
  height: 60px;
  width: 90px;
  animation: brightenScale 3s ease-in-out infinite;
  transition: filter 0.3s ease, transform 0.3s ease;
  animation-play-state: running;
}

#icon-text img:hover {
  animation-play-state: paused;    
  filter: brightness(1.3);
  transform: scale(1.1);
}


@keyframes brightenScale {
  0%, 100% {
    filter: brightness(1);
    transform: scale(1);
  }
  50% {
    filter: brightness(1.3);
    transform: scale(1.1);
  }
}

@media (min-width: 2000px) {
  #icon-text img {
    height: 100px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .whatsapp-icon {
    padding: 0px;
    font-size: 26px;
  }
  .whatsapp-popup {
    width: 250px;
  }
  .whatsapp-widget {
    bottom: 20px;
    right: 0px;
  }
  #icon-text img {
    height: 50px;
    width: 80px;
  }
  #backtotop-main-container {
    bottom: 80px;
   left: 317px;
   
  }
}

#whatsapp-a img {
  height: 100%;
  width: 30%;
}

/* <!-- Back To Top --> */

#backtotop-main-container {
  position: fixed;
  bottom: 100px;
  right: 40px;
  display: none;
  z-index: 1000;
}

#back-to-top-btn {
  background-color: #061a42;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  font-weight: 900;
  transition: all 1s;
  justify-content: center;
  align-items: center;
}
#back-to-top-btn:hover {
  background-color: #152441;
}
@media (min-width: 1800px) {
  #backtotop-main-container {
    bottom: 120px;
  }
  #back-to-top-btn {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
@media (min-width: 3000px) {
  #backtotop-main-container {
    bottom: 120px;
  }
  #back-to-top-btn {
    height: 50px;
    width: 50px;
    font-size: 25px;
  }
}

@media (min-width: 370px) and (max-width: 480px) {
  #backtotop-main-container {
    left: 85%; 
  }
}

