* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
    font-family: 'Poppins';
}

body,
html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}
/* section{
  height:100vh;
  padding:50px;
} */
.scroll-top{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: black;
  color: white;
  padding: 10px 20px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
}
.container{
    max-width:85%;
    margin: 0 auto;
}
.hero {
    background: url('your-background12.jpeg') no-repeat center center/cover;
    height: 100vh;
    position: relative;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    position: relative;
    z-index: 1;
}

.logo {
    font-size: 28px;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
}



.nav-links li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: 0.3s;
}

.nav-links li a:hover {
    color: rgb(0, 255, 55);
}


.social-link {
    display: none;
    position: absolute;
    top: 100%;
    left: 50;
    background-color: #ffffff00;
    /* width: 260px; */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-link ul li {
    padding: 10px;
    background-color: #7965b1;
    border-bottom: 1px solid #ddd;
}

.social-link ul li:hover {
    background-color: #e36464;
}

li:hover .social-link {
    display: block;
}



.icon-bar {
    display: flex;
    gap: 20px;
    align-items: center;
    list-style: none;
}

.icon-bar i {
    font-size: 28px;
    color: white;
    cursor: pointer;
    transition: 0.3s ease;
}

.icon-bar i:hover {
    color: #00aaff;
    transform: scale(1.1);
}


.icons span {
    margin-left: 20px;
    cursor: pointer;
    font-size: 20px;
}

.content {
    position: relative;
    z-index: 1;
    top: 25%;
    text-align: center;
    padding: 20px;
}

.content h1 {
    font-size: 38px;
    margin-bottom: 40px;
}

.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 12px 20px;
    border-radius: 50px;
}

.search-box select,
.search-box button {
    padding: 12px 18px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 14px;
}

.search-box select {
    background: white;
    color: black;
}

.search-box button {
    background: #32cd32;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.search-box button:hover {
    background: #28a428;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    position: relative;
}

.dropdown1 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f1f1f1;
    width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown1 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown1 ul li {
    padding: 10px;
    background-color: #87a87e;
    border-bottom: 1px solid #ddd;
}

.dropdown1 ul li:hover {
    background-color: #ddd;
}

li:hover .dropdown1 {
    display: block;
}

a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: inline-block;
}


#sidebar {

position: fixed;

top: 0;

right: -280px;

width: 280px;

height: 100%;

background-color: #fff;

color: white;

padding-top: 60px;

transition: 0.3s;
}

#sidebar ul {
    list-style-type: none;
    padding: 0;
}

#sidebar ul li {
    padding: 10px 15px;
}

#sidebar ul li a {
    color: #000;
    text-decoration: none;
    display: block;
}

#sidebar ul li a:hover {
    background-color: #575757;
    color: #fff;
}

#close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 35px;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
}

#sidebar.open {
    right: 0;
}

/* 
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
    transition: opacity 0.5s;
    opacity: 0;
}

#overlay.active {
    display: block;
    opacity: 1;
} */

#menu-icon.hidden {
    display: none;
}

.side-social-link {
    /* margin-top: 200px; */
    display: flex;
    background: #0a70a1;
    bottom: 0;
    position: absolute;
}

.whatsapp {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: white;
    font-size: 24px;
    padding: 9px 16px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.row {

    justify-content: space-between;
}

.ctr-accordion {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.tab {
    position: relative;
    width: 19%;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
}

.tab:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.tab img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.tab:hover img {
    transform: scale(1.1);
}

.hover-content {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    width: 100%;
    padding: 15px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tab:hover .hover-content {
    opacity: 1;
}

.top-heading {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.btn.learn-more {
    color: #fff;
    background-color: #28a745;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.btn.learn-more:hover {
    background-color: #218838;
}

@media screen and (max-width: 768px) {
    .tab {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    .tab {
        width: 100%;
    }
}



.blocks {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 10%;
    flex-wrap: wrap;
}

.co-block {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.block-item {
    width: 32%;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.block-item h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.block-item p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.block-item img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.block-item:hover {
    transform: translateY(-10px);
    transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .blocks {
        padding: 20px 5%;
    }

    .co-block {
        flex-direction: column;
        align-items: center;
    }

    .block-item {
        width: 80%;
        margin-bottom: 20px;
    }

    .block-item h2 {
        font-size: 16px;
    }

    .block-item p {
        font-size: 13px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * vsr(--bs-gutter-y));
    margin-right: (-.5 * var(--bs-gutter-x));
    margin-left: (-.5 * var(--bs-gutter-x));
}

.justify-content-center {
    justify-content: center;
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}

.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: color-mix(in srgb, var(--default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-title p {
    margin-bottom: 0;
    line-height: 1.9;
}

.paragraph {
    margin: 20px;
    text-align: left;
}

ul {
    padding-left: 20px;
    list-style-type: disc;
    line-height: 1.9;
}

.footer {
    color: var(--default-color);
    background-color: var(--background-color);
    font-size: 14px;
    padding-bottom: 50px;
    position: relative;
    /* left: 120px; */
}

.footer {
    background-color: rgb(249, 249, 249);
}

/* .footer .footer-newsletter {
    background-color: color-mix(in srgb, var(--heading-color), transparent 95%);
    padding: 50px 0;
}

.footer .footer-newsletter h4 {
    font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: 0.3s;
    border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
    border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
    outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: var(--accent-color);
    color: var(--contrast-color);
    transition: 0.3s;
    border-radius: 50px;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
} */




.footer .footer-top {  
    padding-top: 40px;   
}

.footer h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--heading-color);
    position: relative;
    text-align: center;
}

.footer .footer-about a {
    color: var(--heading-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--heading-font);
    line-height: 1.3;
    text-decoration: none;
    padding-left: 0px;
}

.footer .footer-contact p {
    margin-bottom: 8px;
    line-height: 1.6;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links {
    border-color: #4f8baa;
    border-left-style: solid;
}

.footer .footer .footer-links ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li i {
    font-size: 12px;
    margin-right: 8px;
    color: var(--accent-color);
}

.footer .footer-links ul a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    text-decoration: none;
    transition: 0.3s;
}

.footer .footer-links ul a:hover {
    color: var(--accent-color);
}

.footer.social-links {
    border-color: #4f8baa;
    border-left-style: solid;
}

.footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
    transition: 0.3s;
    text-decoration: none;
}

.footer .social-links a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer .social-links {
        justify-content: center;
    }

    .footer .footer-about {
        margin-bottom: 30px;
    }
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer .credits {
    margin-top: 6px;
    font-size: 13px;
}

form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.text-center {
    text-align: center;
}


@media (min-width:1400px) {
    /* .container {
        max-width: 1320px;
    } */
}

@media(min-width: 1400px) {
    /* .footer {
        max-width: 1320px;
    } */

}

/*enquire.html form css*/

.enquiry-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.enquiry-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.enquiry-form input,
.enquiry-form textarea {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    outline: none;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: var(--accent-color);
    box-shadow: 0px 0px 6px rgba(71, 178, 228, 0.5);
}

.enquiry-form button {
    background: var(--accent-color);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.enquiry-form button:hover {
    background: #218838;
}

/* Sandeep Css */
.footer-5-column {
  padding-top: 3rem;
  margin-top: 2rem;
}
.footer-5-column p {
  color: #777777;
}
.footer-5-column .footer-container {
  max-width: 1320px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.footer-5-column .footer-container .footer-navbar-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details {
  width: 35%;
  max-width: 100%;
  flex: 0 0 auto;
  padding-right: 2rem;
  line-height: 1.428;
}
.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details
  .footer-logo {
  width: 60px;
}
.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details
  .footer-logo
  img {
  max-width: 100%;
  height: auto;
}
.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details
  .footer-logo
  svg {
  width: 100%;
  height: auto;
}
.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details
  .footer-content {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 1.8;
  padding-right: 1rem;
}
.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details
  .footer-icons {
  margin-top: 1.5rem;
}
.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details
  .footer-icons
  ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details
  .footer-icons
  ul
  li {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-right: 14px;
}
.footer-5-column
  .footer-container
  .footer-navbar-container
  .footer-company-details
  .footer-icons
  ul
  li
  a {
  width: 30px;
  padding: 6px;
}
.footer-5-column .footer-navbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 1;
  line-height: 1.428;
}

.footer-5-column .footer-navbar > .footer-navbar-col {
  width: 25%;
  flex: 0 0 auto;
}
.footer-5-column .footer-navbar .footer-navbar-col h5 {
  margin-bottom: 1.5rem;
  color: #000;
  overflow-wrap: break-word;
  padding: 0 0.5rem 0 0;
}
.footer-5-column .footer-navbar .footer-navbar-col ul {
  padding: 0 0.5rem 0 0;
  margin: 0;
}
.footer-5-column .footer-navbar .footer-navbar-col ul li {
  list-style: none;
}
.footer-5-column .footer-navbar .footer-navbar-col ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.footer-5-column .footer-navbar .footer-navbar-col ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #777777;
  overflow-wrap: break-word;
}
.footer-5-column .footer-navbar .footer-navbar-col ul li a:hover {
  color: #000;
}

.footer-5-column .footer-copyright {
  padding: 2rem 0;
  border-top: 1px solid rgb(219, 215, 215);
}
.footer-5-column .footer-copyright p {
  font-size: 14px;
  margin-bottom: 0;
}

@media all and (max-width: 1140px) {
  .footer-5-column .footer-container .footer-navbar-container,
  .footer-5-column .footer-navbar {
    row-gap: 3rem;
  }
  .footer-5-column
    .footer-container
    .footer-navbar-container
    .footer-company-details,
  .footer-5-column .footer-container .footer-navbar-container .footer-navbar {
    padding: 0;
    width: 100%;
  }
}
@media all and (max-width: 992px) {
  .footer-5-column .footer-navbar .footer-navbar-col {
    width: 50%;
  }
}
@media all and (max-width: 576px) {
  .footer-5-column .footer-navbar .footer-navbar-col {
    /* width: 100%; */
  }
}

/* new css */
/* =========================
NAVBAR BASE
========================= */

.navbar{
display:flex;
align-items:center;
justify-content:space-between;
padding:20px 60px;
position:relative;
z-index:10;
}

.logo img{
width:80px;
}

/* center menu */

.nav-links{
display:flex;
gap:40px;
align-items:center;
}

.nav-links li{
list-style:none;
position:relative;
}

.nav-links a{
text-decoration:none;
color:#fff;
font-size:15px;
letter-spacing:1px;
}

/* right icons */

.icon-bar{
display:flex;
align-items:center;
gap:22px;
}

.icon-bar a{
color:#fff;
font-size:22px;
}

/* hamburger always visible */

#menu-icon{
display:block;
font-size:24px;
cursor:pointer;
}


/* =========================
LARGE LAPTOP
========================= */

@media (max-width:1400px){

.navbar{
padding:20px 40px;
}

.nav-links{
gap:30px;
}

}


/* =========================
TABLET
========================= */

@media (max-width:992px){

.navbar{
padding:18px 25px;
}

.logo img{
width:65px;
}

.nav-links{
gap:20px;
}

.nav-links a{
font-size:14px;
}

.icon-bar{
gap:18px;
}

/* .icon-bar a{
font-size:20px;
} */

}


/* =========================
MOBILE
========================= */

@media (max-width:768px){

.navbar{
padding:15px 20px;
}

/* hide center menu on mobile */
.nav-links{
display:none;
}

.logo img{
width:60px;
}

.icon-bar{
gap:16px;
}

.icon-bar a{
font-size:20px;
}

}


/* =========================
SMALL MOBILE
========================= */

@media (max-width:480px){

.logo img{
width:50px;
}

.icon-bar{
gap:12px;
}

.icon-bar a{
font-size:18px;
}

}

.footer {
    background: #035d94;
}
.enq-nw{
    display: none;
}
@media (max-width: 600px) {
.icon-bar {   
    gap: 0px;
}
.icon-bar i {
    font-size: 18px;
}
.content {    
    top: 10%;
}
.content {   
    z-index: 0;
}
.content h1 {
    font-size: 24px;
}
.mv {
    display: none;
}
.enq-nw{
    display: block;
}
.search-box{
  align-items: unset;
}
.search-box select, .search-box button {    
    border-radius: 10px;
}

}
/* sandeep header */
