body{
    margin: 0;
    padding: 0;
    font-family: roboto, sans-serif;
}

.top-header{
background-color: #cea54a;
padding: 10px 0px;
justify-content: space-evenly;
align-items: center;
}
.top-header a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

/* Mobile View */
@media (max-width: 768px){
    .top-header a{
        font-size: 10px;
    }
}
.heads{
align-items: center;

}

.heads .col-6 {
    text-align: center;
}
.navb{
    background-color: #000;
}
 /* Hover dropdown for desktop */
    @media (min-width: 768px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
    }
    /* Dark dropdown background and light text */
   
    .dropdown-menu .dropdown-item {
      color: #f8f9fa; /* light text */
    }
    .dropdown-menu .dropdown-item:hover {
      background-color: #343a40; /* darker hover */
      color: #fff;
    }
.owl-nav{
    display: none;
}
.image {
    border: 2px solid #cea54a;
}
.image img{
    width: 100%;
}
.titles{
    padding: 50px 40px;
}
.titles h2 {
    font-weight: 700;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 37px;
    padding-top: 0px !important;
    margin-top: 0;
    color: #000000;
    position: relative;
}
.titles h2:before {
    content: "";
    position: absolute;
    background: #cea54a;
    width: 188px;
    height: 3px;
    top: 50px;
}
.services {
    padding: 50px 50px;
    margin-top: 50px;
    background-color: #00000017;
}
.custom-card {
    overflow: hidden; /* image bahar na nikle */
    transition: background-color 0.3s ease, color 0.3s ease;
    border: solid 1px;
}
.card-body {
        height: 270px;
}
.custom-card img {
    transition: transform 0.5s ease; /* zoom ke liye */
        height: 250px;
    object-fit: cover;
}

.custom-card:hover {
    background-color: #cea54a; /* hover pe background red */
    color: #fff; /* text black */
}

.custom-card:hover img {
    transform: scale(1.1); /* image zoom */
}

.custom-card:hover .card-title,
.custom-card:hover .card-text,
.custom-card:hover a {
    color: rgb(255, 255, 255) !important; /* text black */
}
.countdown{
    padding: 50px 0px;
    margin-bottom: 50px;
    background-color: #0e2a47;

}
.number{
    color: #fff;
    text-align: center;
}
.number p{
    font-size: 16px;
}
.number h4 {
   font-size: 36px;
    font-family: roboto;
    color: #ffffff;
    font-weight: 700;
}
button {
  padding: 10px;
  background-color: #cea54a;
  border-radius: 10px;
  border: none;
  transition: background-color 0.3s ease;
}

button a {
  text-decoration: none;
  color: #fff;
}

/* Button hover pe color change */
button:hover {
  background-color: #000;
}

/* Card hover pe button color change */
.custom-card:hover button {
  background-color: #333;  /* card hover hone par button ka color */
}
.box {
    padding: 25px 60px;
    background-color: #0e2a47;
    border-radius: 10px;
}
.Contact {
    margin-bottom: 50px;
    color: #fff;
}
.contact-box {
    padding: 30px 0px;
    background: #0e2a47;
    color: #fff;
    display: flex;
}
.contact-box i.fa {
    font-size: 20px;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}
h4.pre-footer-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
}
h4.pre-footer-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
}
.email a{
    text-decoration: none;
    color: #fff;
}
.img img {
    width: 100%;
    height: 100%;
    min-height: 250px !important;
    max-height: 250px;
    max-width: 220px;
    margin: auto;
    display: block;
    margin-top: -65px;
}
.rewiews .item {
    background: black !important;
    padding: 25px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-align: justify;
    margin-bottom: 50px;
    color: #fff;
}
.rewiews .item i{
    color: #cea54a;
}
.slide{
    margin-top: 50px;
}
.titles h2, .titleheding h2 {
    font-weight: 700;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 37px;
    padding-top: 0px !important;
    margin-top: 0;
    color: #000000;
    position: relative;
}


.titleheding h2:before {
    content: "";
    position: absolute;
    background: #cea54a;
    width: 130px;
    height: 3px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.contact-cantant {
    color: black;
    text-align: center;
    margin-bottom: 45px;
    padding: 15px;
    box-shadow: 0rem 0.1rem 1rem rgba( 0 0 0 / 30%);
}
.contact-cantant i {
    margin-bottom: 15px !important;
    border: 2px dotted #cea54a;
    color: #cea54a;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    font-size: 16px;
}
.contact-cantant p {
    color: black;
    font-size: 14px;
    font-weight: 600;
}
.contact-cantant a {
    
    text-decoration: none;
}
.social-icons a{
text-decoration: none;
color: #fff;
}
.contactus{
    margin-top: 50px;
}
.contact-cantantss {
    color: black;
    text-align: center;
    margin-bottom: 45px;
    padding: 19px;
    box-shadow: 0rem 0.1rem 1rem rgba( 0 0 0 / 30%);
}
.contact-cantantss p {
    color: black;
    font-size: 16px;
    font-weight: 600;
}
.add-new {
    display: flex;
}
.add-new i {
    background: #25d366;
    padding: 11px 50px;
    font-size: 28px;
    border-radius: 5px 0px 0px 5px;
    margin-right: 2px;
    color: #fff;
}
.add-new h6 {
    font-size: 18px;
    font-weight: 600;
    background: #25d366;
    color: white;
    /* padding: 15px 176px; */
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #000 !important;
  color: #fff !important;   /* text ko white kar de taaki readable rahe */
}
.dropdown-menu .dropdown-item {
  background-color: #fff !important;
  color: #000;
  
  padding: 20px 15px;
  border-bottom: 1px solid #cea54a;  /* text ko white kar de taaki readable rahe */
}
.dropdown-menu{
    padding: 0px 0px;
}
li.nav-item {
    padding: 0px 15px;
}
.quick h5{
    color: #cea54a !important;
}
.links a:hover{
    color: grey !important;
}
.icons i:hover {
    background-color: white;
    color: #000 !important;
    padding: 10px;
    padding-left: 10px;
    padding-right: 25px;
    /* margin-right: 87px; */
    text-align: center;
    align-items: center;
    border-radius: 50%;
}
a.contact1 {
    /* padding: 0px 0px; */
    display: block;
    width: 100%;
    /* height: 100%; */
    text-decoration: none;
}
a.contact1 h6 {
    padding: 15px 0;
}

@media (max-width: 767px) {
 .image {
    width: 350px;
}
.h5, h5 {
    font-size: 19px;
}
.img img {
    margin-top: -30px;
}
.numbers {
    border-bottom: 1px solid #fff;
}
}
.titles p {
    margin-top: 20px;
}
.numbers{
    border-right: 1px solid #fff;
    padding: 10px;
}
@media  (max-width: 992px) {
  .image {
    width: 100%; 
}
.numbers {
    border-bottom: 1px solid #fff;
}
.services {
    padding: 50px 0px;
}
.titles h2, .titleheding h2 {
    font-size: 30px;
}
}
.banner{
    background-color: #cea54a;
    padding: 50px 0px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 55px;
    left: 16px;
    background-color: #18c95a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 7px;
}
.floatss {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 125px;
    left: 16px;
    background-color: #000000;
    color: #ffffff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding-top: 7px;
}



/*about us page*/
.about-banner{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('../images/aboutbanner.jpg') center/cover no-repeat;
    height: 350px;
}

.about-img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}

/*contact page*/

.contact-section{
    background:#f9fafc;
    margin-top:-100px;
}

/* Contact Info Boxes */
.contact-info .info-box{
    display:flex;
    align-items:flex-start;
    gap:15px;
    padding:20px;
    background:#ffffff;
    border-radius:12px;
    margin-bottom:20px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
    transition:0.3s;
}

.contact-info .info-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.contact-info i{
    font-size:22px;
    color:#0d6efd;
    margin-top:5px;
}

/* Contact Form */
.contact-form{
    background:#ffffff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.form-input{
    border-radius:8px;
    padding:14px;
    border:1px solid #e0e0e0;
    transition:0.3s;
}

.form-input:focus{
    border-color:#0d6efd;
    box-shadow:0 0 0 3px rgba(13,110,253,0.1);
}

/* Button Hover */
.btn-primary{
    border-radius:8px;
    transition:0.3s;
}

.btn-primary:hover{
    transform:translateY(-3px);
}

/* Mobile */
@media(max-width:768px){
    .contact-form{
        padding:25px;
    }
}