
.rounded-pill{padding:10px;}

 
    .display-4 {
        font-family: 'Anton', sans-serif;
    }
    .display-5 {
        font-family: 'Dosis', sans-serif;
    }
    .section-heading {
        color: #003366; /* Dark blue color for section headings */
        border-bottom: 2px solid #003366; /* Blue underline for headings */
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 4em;
    }


     .service-card {
position: relative;
background-color: #ffffff; /* Adjust as needed */
box-shadow: rgba(3, 102, 214, 0.6) 0px 0px 0px 3px;
border-radius: 0.375rem; /* Rounded corners (adjust as needed) */
transition: box-shadow 0.3s ease, border-color 0.3s ease;
   height: auto; /* Adjust as needed */
        min-height:100%;
        display: flex;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        
}

.service-card:hover {
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; /* Increase shadow on hover for a more pronounced effect */
border-color: #9e9e9e; /* Change border color on hover if desired */
transform: scale(1.03);
transition:all .5s ease-in-out;
}
     .vol-card {
position: relative;
background-color: #ffffff; /* Adjust as needed */
border-radius: 0.375rem; /* Rounded corners (adjust as needed) */
transition: box-shadow 0.3s ease, border-color 0.3s ease;
   height: auto; /* Adjust as needed */
        min-height:100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
        text-decoration:none;
        padding:1em ;
        
}

.vol-card:hover {
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; /* Increase shadow on hover for a more pronounced effect */
border-color: #9e9e9e; /* Change border color on hover if desired */
transform: scale(1.03);
transition:all .5s ease-in-out;
}


    h3{font-size:bolder;}
    
    
 
/* Carousel Item Styling */
.owl-carousel .item {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.card {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all 0.4s ease;
  border: 2px solid #808080;
  border-radius: 0.375rem;
}

.card:hover {
  transform: translateY(-10px) ;
}

.card_gp {
    background: #444;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform; /* Optimizes animation performance */
}

.card_gp img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}

.card-body_gp {
  padding: 20px;
  background: #88cc00;
  border-radius: 0 0 10px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title_gp {
  font-size: 1.85rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 1.5px 1.5px 2.5px black;
}

.button-29 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.button-29:hover {
  background-color: #303f9f;
}

.btn-service{
    font-size: 1.3em;padding:5px !important; font-weight: bold;width:100%;
}
  .h4{
    font-size: 1.8em;
}
@media (max-width: 991px) {
  .card-title_gp {
    font-size: 2.25rem;
  }
  
  .h4{
    font-size: 1.38em;
}
.btn-service{
    font-size: 1em;
}

}

.item_gp {
  padding: 15px;
}



    /* Default styling for buttons in the carousel */
.carousel-caption {
  position: absolute;
  bottom: 2%;
  left: 42%;
  transform: translateX(-50%);
  text-align: center;
}

.carousel-caption a {
  display: inline-block;
  margin-bottom: 25px;
  padding: 15px 20px;
  font-size: 30px;
}
  .d{margin-bottom:-2.5%;}
  

/* Adjust button size and margin for smaller screens */

@media (max-width: 1080px) and (min-width: 990px) {
    
  .carousel-caption a {
    font-size: 16px;  /* Smaller font size */
    padding: 10px 20px;  /* Adjust padding */
    margin-bottom: 12px;
  }
    .carousel-caption {
     /* Adjust bottom position for small screens */
    left: 42%;
    transform: translateX(-50%);
    margin-bottom:0%;
  }
   .d{margin-bottom:-1%;}
}
  
@media (max-width: 991px) and (min-width: 786px) {
    
  .carousel-caption a {
    font-size: 16px;  /* Smaller font size */
    padding: 6px 20px;  /* Adjust padding */
    margin-bottom: 12px;
  }
  
  .carousel-caption {
    bottom: 1%;  /* Adjust bottom position for small screens */
    left: 42%;
    transform: translateX(-50%);
    margin-bottom:0%;
  }
    .d{margin-bottom:-1.5%;}
}

@media (max-width: 787px) and (min-width: 576px) {
    
  .carousel-caption a {
    font-size: 18px;  /* Smaller font size */
    padding: 4px 20px;  /* Adjust padding */
    margin-bottom: 16px;
  }
  
  .carousel-caption {
     /* Adjust bottom position for small screens */
    left: 42%;
    transform: translateX(-50%);
    margin-bottom:-2%;
  }
    .d{margin-bottom:-3.5%;}
}

/* Adjust button size and margin for smaller screens */
@media (max-width: 576px) {
    
  .carousel-caption a {
    font-size: 12px;  /* Smaller font size */
    padding: 1.5px 6px;  /* Adjust padding */
     margin-bottom: 12px;
  }
  
  .carousel-caption {
   /* Adjust bottom position for small screens */
    left: 42%;
    transform: translateX(-50%);
    bottom:-22.5%;
  }
  .d{margin-bottom:0%;}
  .d a{ margin-bottom: 8px;}
}

  
.button1{
                display: inline-block;
                outline: 0;
                border:0;
                cursor: pointer;
                text-decoration: none;
                position: relative;
                color: #000;
                background: #fff;
                border-radius: 40px;
                font-weight: 600;
                box-shadow: rgb(255, 198, 0) -2px -2px 0px 2px, rgb(246, 84, 174) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
                transition: all 0.2s;
}
               .button1:hover, .button1:focus, .button1:active{
                    box-shadow: rgb(246, 84, 174) -2px -2px 0px 2px, rgb(255, 198, 0) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
                    transform: scale(1.01);
                    background: #b3e6ff;
                    color:darkblue;
                }
                 
  
  .button2{
      
                    outline: 0;
                    grid-gap: 8px;
                    align-items: center;
                    background-color: purple;
                    color: #fff;
                    border: 1px solid #000;
                    border-radius: 4px;
                    cursor: pointer;
                    display: inline-flex;
                    flex-shrink: 0;
                    font-weight: 600;
                    gap: 8px;
                    justify-content: center;
                    line-height: 1.5;
                    overflow: hidden;
                    
                    text-decoration: none;
                    text-overflow: ellipsis;
                    transition: all .14s ease-out;
                    white-space: nowrap;
  }
                    .button2:hover,.button2:focus, .button2:active {
                    box-shadow: rgb(246, 84, 174) -2px -2px 0px 2px, rgb(255, 198, 0) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 2px 7px;
                    transform: scale(1.01);
                    background: #b3e6ff;
                    color:darkblue;
                    }
                    .button2:focus-visible{
                        outline-offset: 1px;
                    }
                
 
   .sss{
        font-size:3em;font-family:rondalo;border-bottom:2px solid darkblue;font-weight:bolder;padding:10px auto;
    }
.accordion-button {
  background-color: #e6f2ff !important;
  color: #212529 !important;
  margin-bottom: 10px;
}
.accordion-button:not(.collapsed) {
  background-color: #e9ecef !important;
  color: #000 !important;
}

.colpad-1{
    padding:1.5em;
}
.colpad-2{
    padding:1em;
}
@media (max-width: 767px) {
   .colpad-1{
    padding:.45em;
} 
   .colpad-2{
    padding:2.45em;
}
 .section-heading {
 font-size: 2.75em;
    }
 .sss{
        font-size:1.75em;
 }
}

 html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

    /* Contact Bar Styling */
.s {
    background-color: #004d99;
    color: white;
    font-size: 18px;
}

.t, 
.main-footer a {
    text-decoration: none;
    color: white;
}
.s a:hover {
    color: yellow;
}

.main-footer a:hover {
    text-decoration: underline;
    color: #ffeb3b;
}

/* Responsive Logo */
.n {
    width: 40%;
    min-width: 400px;
}

@media screen and (max-width: 991px) {
    .n {
        width: 75%;
        min-width: auto;
    }


}

/* Navigation Links */
.j.nav-link {
    color: white;
    font-size: 18px;
    font-family: "Rondalo", sans-serif;
    text-shadow: 1.25px 1.25px 2.25px #000;
    float: left;
}

.p {
    text-decoration: none;
    padding: 5px 15px;
    color: white;
    font-size:1.05em;
}

.p:hover,
.p:focus,
.p:active,
.p.active {
    border-bottom: 1px solid white;
    color: white;
}

/* Dropdown and nav-link highlights */
#nav-schemes a:hover,
#nav-schemes a:focus,
#nav-schemes a:active,
.j.nav-link:hover,
.j.nav-link:focus,
.j.nav-link.active {
    border-bottom: 2px solid white;
    color: yellow;
}

/* Dropdown menu adjustments */
.dropdown-item.active {
    background-color: #0056b3;
    color: white;
}
.drop{
    margin-left:-250px;
}
.drop2{
    margin-left:-150px!important;
}
@media screen and (max-width: 991px) {
.drop, .drop2{
    margin-left:0px;
}
.t{
    font-size: .9em;
}
.p {
    text-decoration: none;
    padding: 5px 8px;
}
}




.box {
    color: #fff;
    padding: 20px;
    display: none;
    margin-top: 20px;
    width: 100%;
    border-radius: 8px;
}
.cls {
    background: #19334d;
}
.red {
    background: #19334d;
}
.green {
    background: #228B22;
}
.blue {
    background: #0000ff;
}
s, strike {
    text-decoration: none;
    position: relative;
}
s::before, strike::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: .1em;
    background: red;
    opacity: .7;
    border-radius: .1em;
    transform: rotate(-15deg);
}
s.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}

/* Table Styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table th, table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

table th {
  background-color: #333;
  color: white;
}

table tr:hover {
  background-color: #f4f4f4;
}

/* Buttons */
button {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #444;
}

/* Media Queries for Responsiveness */


ul {
  list-style-type: none;

 
}
ul li{ border-bottom:1px solid lightgrey;  padding-bottom:5px;padding-top:5px}

.accordion-button{background:#555;color:white}
.accordion {
  --bs-accordion-active-bg: #336699;
  --bs-accordion-active-color: white;
}
    