
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: serif;
        }

        body {
            background-color: var(--white);
            color: var(--black);
            letter-spacing: -.16px;
            text-transform: inherit;
            -webkit-user-select: none;
            user-select: none;
            font-family: Funnel Sans, sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 112%;
        }

        .max-width-480-tablet-440-mobile-344 {
            max-width: 480px;
        }
        
        h2 {
            letter-spacing: -3.2px;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 80px;
            font-weight: 300;
            line-height: 96%;
        }
       
        /* Navigation Bar */
        .logo {
            z-index: 2;
            color: var(--black);
            text-align: center;
            justify-content: center;
            align-items: center;
            padding: 2px;
            transition: color .3s;
            display: flex;
            position: relative;
        }
    .nav {
    background-color: #fff;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.nav-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.nav-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    display: flex
;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.menu-button {
    display: none;
    cursor: pointer;
}

.menu-button img {
    width: 24px;
    height: 24px;
}

.nav-menu-wrapper {
    display: flex;
    align-items: center;
}



.menu-item {
    text-decoration: none;
    font-size: 18px;
    color: #333;
    transition: color 0.3s ease;
}

.menu-item:hover {
    color: #db0b0b;
}
.container {
    flex-flow: column;
    flex: 1;
    width: 100%;
    max-width: 1952px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex
;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.regular-s {
    letter-spacing: -.28px;
    font-size: 14px;
    line-height: 112%;
}
.menu-button {
    z-index: 2;
    cursor: pointer;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 2px;
    display: none;
    position: relative;
}
.hero.home-hero {
    border-bottom: 1px solid var(--black-opacity--7);
    padding-top: 44px;
    padding-bottom: 20px;
}
.hero {
    flex-flow: column;
    height: 100vh;
    min-height: 680px;
    padding-top: 104px;
    padding-bottom: 16px;
    display: flex;
}


/* Responsive Design */
@media (max-width: 768px) {
    .menu-button {
        display: block;
    }

    .nav-menu-wrapper {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }

    .nav-menu-wrapper.active {
        display: flex;
    }

    .nav-menu {
        flex-direction: column;
        gap: 10px;
    }

    .menu-item {
        text-align: center;
        padding: 10px 0;
    }
}

       

        .btn {
            background: #000;
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            margin-top: 10px;
        }

        .listings {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            padding: 20px;
        }

        .property {
            width: 30%;
            margin: 10px;
            padding: 15px;
            background: #f4f4f4;
            text-align: center;
        }

        .about, .blog {
            padding: 20px;
            text-align: center;
        }

        footer {
            background: #000;
            color: #fff;
            text-align: center;
            padding: 10px;
            margin-top: -4px;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            nav ul {
                flex-direction: column;
                align-items: center;
            }

            .listings {
                flex-direction: column;
                align-items: center;
            }

            .property {
                width: 90%;
            }
        }
    
        /* General Reset */




/* Hero Text */

.home-hero-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
;
}

.max-width-960-tablet-760-mobile-440 {
    max-width: 960px;
}
h1 {
    /*letter-spacing: -4.8px;*/
    text-transform: inherit;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100px;
    font-weight: 300;
    line-height: 96%;
}

.hero-description {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 12px;
    display: flex
;
}
.max-width-280-tablet-424 {
    max-width: 280px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    
}


.hero-description a.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.hero-description a.button:hover {
    background-color: #0056b3;
}

@media screen and (max-width: 991px) {
    .home-hero-text {
        flex-flow: column;
        display: flex
;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .home-hero-text h1 {
        font-size: 2rem;
    }

    .hero-description p {
        font-size: 1rem;
        max-width: 100%;
    }

    .hero-description a.button {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .home-hero-text h1 {
        font-size: 1.5rem;
    }

    .hero-description p {
        font-size: 0.9rem;
    }

    .hero-description a.button {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}




/* About Section */
.about-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.about-block-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.about-content {
    flex: 1 1 45%;
    max-width: 600px;
}

.about-text h2 {
    font-size: 4rem;
    color: #333;
    margin-bottom: 20px;
}

.about-paragraph p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-paragraph a.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.about-paragraph a.button:hover {
    background-color: #0056b3;
}

/* Parallax Images */
.parallax-image-wrapper {
    flex: 1 1 45%;
    max-width: 600px;
    overflow: hidden;
    position: relative;
}

.parallax-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.parallax-image:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-block-content {
        flex-direction: column;
        align-items: center;
    }

    .about-content,
    .parallax-image-wrapper {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .about-text h2 {
        font-size: 1.8rem;
    }

    .about-paragraph p {
        font-size: 0.95rem;
    }

    .about-paragraph a.button {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .about-text h2 {
        font-size: 1.5rem;
    }

    .about-paragraph p {
        font-size: 0.9rem;
    }

    .about-paragraph a.button {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}


/* Footer Section */
.int_footer_style2 {
    background-color: #222;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.int_footer_style2 .footer_box_style2 {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.int_footer_style2 .footer_box_style2 img {
    max-width: 150px;
    margin-bottom: 20px;
}

.int_footer_style2 .footer_box_style2 p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 20px;
}

.int_footer_style2 .footer_box_style2 a.int_btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.int_footer_style2 .footer_box_style2 a.int_btn:hover {
    background-color: #880000;
}

/* Footer Menu */
.int_footer_style2 .footer_menu_style2 ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.int_footer_style2 .footer_menu_style2 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.int_footer_style2 .footer_menu_style2 ul li a:hover {
    color: #920000;
}

/* Social Icons */
.int_footer_style2 .footer_social_style2 ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.int_footer_style2 .footer_social_style2 ul li a {
    color: #fff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.int_footer_style2 .footer_social_style2 ul li a:hover {
    color: #007bff;
}

/* Bottom Footer Section */
.int_bottom_footer_wrapper {
    background-color: #111;
    padding: 20px 0;
}

.int_bottom_footer_wrapper p {
    font-size: 0.8rem;
    color: #ccc;
    margin: 0;
}

.int_bottom_footer_wrapper p a {
    color: #2af9fb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.int_bottom_footer_wrapper p a:hover {
    color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .int_footer_style2 .footer_box_style2 img {
        max-width: 120px;
    }

    .int_footer_style2 .footer_menu_style2 ul {
        flex-direction: column;
        gap: 10px;
    }

    .int_footer_style2 .footer_social_style2 ul {
        flex-direction: column;
        gap: 10px;
    }

    .int_footer_style2 .footer_box_style2 p {
        font-size: 0.8rem;
    }

    .int_footer_style2 .footer_box_style2 a.int_btn {
        font-size: 0.8rem;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .int_footer_style2 .footer_box_style2 img {
        max-width: 100px;
    }

    .int_footer_style2 .footer_box_style2 p {
        font-size: 0.75rem;
    }

    .int_footer_style2 .footer_box_style2 a.int_btn {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .int_bottom_footer_wrapper p {
        font-size: 0.7rem;
    }
}

/*blog section*/
/* Homora Updates Section */
.margin-bottom-64 {
    margin-bottom: 64px;
    margin-top: 12px;
}
.section-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: flex-end;
    display: flex
;
}
.blog-list {
    grid-column-gap: 16px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
;
}
.blog-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
;
}
.blog-image-wrapper {
    border: 1px solid var(--black-opacity--7);
    justify-content: center;
    align-items: center;
    height: 200px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.blog-block-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex
;
}
.blog-block-main-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--black-opacity--70);
    flex-flow: column;
    width: 100%;
    display: flex
;
}
.button:where(.w-variant-1dec6583-2fd9-5ca4-a57f-2ed3ed56f1c7) {
    border-style: none none solid;
    border-bottom-color: var(--black);
    background-color: var(--transparent);
    color: var(--black);
    border-radius: 0;
    padding: 2px 0;
}
.button {
    border: 1px solid var(--black);
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    transition: border-color .3s, color .3s, background-color .3s;
    display: flex
;
}
.padding-bottom-200-mobile-160 {
    padding-bottom: 200px;
}
.padding-top-200-mobile-160 {
    padding-top: 200px;
}
/*.blog-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}*/
img {
    pointer-events: none;
    max-width: 100%;
    display: inline-block;
}



/* Listings Section */
.listings {
    padding: 40px 20px;
    background-color: #ffffff;
    margin-top: -78px;
}

.listings .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.property-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.property-image {
    position: relative;
    overflow: hidden;
}
.property-price {
    /* position: absolute; */
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    /* max-width: 80%; */
    padding: 8px 16px;
    background: #c90004;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}
.property-price h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 400;
}

.property-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: auto;
    max-width: 70%;
    padding: 5px 10px;
    background: #1b1d2a;
    font-weight: 400;
    color: #fff;
}

.property-features {
    display: none;
    padding: 5px 10px;
    background: #4fc1e9;
    color: #fff;
}

.property-content {
    padding: 10px 15px;
}
.property-content h3, .property-text h3 {
    display: block;
    /* margin-bottom: 20px; */
    font-size: 17px;
    /*line-height: 24px;*/
    font-weight: 400;
    margin: 0;
}
.property-content h3 small, .property-text h3 small {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-style: normal;
    font-family: serif;
}

a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}



  .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh; /* Full viewport height */
    background-color: #f5f5f5; /* Optional background color */
    overflow: hidden;
  }
  
  .banner img {
    max-width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image covers the section */
  }

  @media (max-width: 768px) {
    .listings .row {
      display: flex;
      flex-direction: column;
    }
  
    .listings .col-md-3,
    .listings .col-sm-6,
    .listings .col-xs-12 {
      width: 100%;
      max-width: 100%;
    }
  
    .property-container {
      margin-bottom: 20px;
    }
  }

  .property-buttons {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #f8f9fa;
}
.enquire-btn, .brochure-btn {
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    width: 48%;
}
.enquire-btn {
    background-color: #c90004;
    color: white;
}
.brochure-btn {
    background-color: #000000;
}
.brochure-btn a {
    color: white;
    text-decoration: none;
    display: block;
}
.enquire-btn:hover {
    background-color: #0056b3;
}
.brochure-btn:hover {
    background-color: #218838;
}
@media (max-width: 480px) {
    .property-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .enquire-btn, .brochure-btn {
        width: 100%;
    }
}


/* about Section */
.about-us-section {
    position: relative;
    margin: 20px 0;
  }
  
  .image-container {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background for better readability */
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    z-index: 10; /* Ensure it appears above the image */
  }
  
  .text-overlay h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .text-overlay p {
    font-size: 1.2rem;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .image-container {
      height: 40vh;
    }
  
    .text-overlay h2 {
      font-size: 1.5rem;
    }
  
    .text-overlay p {
      font-size: 1rem;
    }
  }

  
  .padding-bottom-200-mobile-160 {
    padding-bottom: 19px;
}
.padding-top-200-mobile-160 {
    padding-top: 12px;
}
.container {
    flex-flow: column;
    flex: 1;
    width: 100%;
    max-width: 1952px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
}
.max-width-1080-mobile-760 {
    max-width: 1080px;
}

.light-xl {
    letter-spacing: -.8px;
    font-size: 34px;
    font-weight: 300;
    line-height: 112%;
}
@media screen and (max-width: 767px) {
    .max-width-1080-mobile-760 {
        max-width: 760px;
    }
}
@media screen and (max-width: 767px) {
    .light-xl {
        letter-spacing: -.56px;
        font-size: 28px;
    }
}


/* why-choose-us */





  .button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.tertiary {
    background: transparent;
    /*border: 2px solid #cf0000;*/
    color: #cf0000;
}

.tertiary:hover {
    background: #cf0000;
    color: white;
}

.regular-s {
    text-align: center;
}

/* Responsive Design */
@media (max-width: 600px) {
    .button {
        padding: 10px 16px;
        font-size: 14px;
    }
}


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem;
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
/*** Team End ***/








  /*** services ***/

  blockquote::before {
    content: open-quote;
  }
  
  blockquote::after {
    content: close-quote;
  }
  
  blockquote::before, blockquote::after {
    opacity: 0.25;
    padding: 0 10px;
    font-size: 3em;
  }
  
  blockquote {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #f7f7f7;
  }
  
  /* everything below is for demo appearances and not important to the concept */
  
  .wrapper {
    max-width: 80%;
  }
  
  @media (max-width: 450px) {
    body { font-size: 1rem; }
  }


  .map-container {
    position: relative;
    width: 100%;
    padding-top: 25.25%; /* Aspect ratio 16:9 */
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Responsive Styles */
@media (max-width: 768px) {
  .nav {
      position: relative;
  }

  .menu-button {
      display: block;
  }

  .nav-menu-wrapper {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 60px;
      right: 0;
      background: #fff;
      width: 100%;
      padding: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .nav-menu {
      flex-direction: column;
      align-items: center;
  }

  .menu-item {
      padding: 10px;
      width: 100%;
      text-align: center;
  }
}



/* Banner styles *
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh; /* Adjusted height for a smaller banner *
  width: 100%; /* Full viewport width *
  overflow: hidden;
  background-color: #f5f5f5; /* Optional background color *
}

.banner img {
  width: 100%; /* Ensures the image spans the full width of its container *
  height: 100%; /* Ensures the image fills the height of the banner *
  object-fit: cover; /* Ensures the image covers the section while maintaining its aspect ratio *
  display: block; /* Removes any inline spacing below the image *
}

/* Responsive styles *
@media (max-width: 768px) {
  .banner {
    height: 40vh; /* Smaller height for tablets *
  }
}

@media (max-width: 480px) {
  .banner {
    height: 30vh; /* Smaller height for mobile devices *
  }
}*/



.slideshow {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  height: 400px;
}

.slide img {
  width: 100%;
  display: block;
}

.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.navigation button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.navigation button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Styling for the slide */
.slide {
  position: relative;
  text-align: center;
  color: white;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Styling for the text overlay */
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  padding: 20px;
  border-radius: 8px;
}

.banner-text h2 {
  font-size: 3rem;
  margin: 0;
}

.banner-text p {
  font-size: 1rem;
  margin: 10px 0 0;
}




/* General Section Styling */
.about-section {
  padding: 40px 20px;
  background-color: #ffffff;
}

.about-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  /*text-align: center;*/
  font-family: serif;
}

.about-text br {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

@media (max-width: 768px) {
  .about-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 576px) {
  .about-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}





/*----------------------------------------*/
/*  4. Notice CSS
/*----------------------------------------*/
.notice-left, .notice-right{
  padding: 45px 55px 70px 55px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.notice-area.three .notice-left{
  padding: 35px 55px 30px 55px;
}
.notice-right{
  padding: 40px 50px 50px;
}
.notice-right-wrapper h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 800;
  color: #ffffff;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 55px;
}
.notice-right-wrapper h3, .notice-left-wrapper h3{margin-bottom: 33px}
.notice-right-wrapper {margin-right: 27px}
/*.single-notice-left, .single-notice-right{border-bottom: 1px solid #E7E7E7}*/
.col-md-6 .single-notice-left:last-child, .col-md-6 .single-notice-left:nth-child(3), .col-md-6 .single-notice-left:nth-child(6), .col-md-6 .single-notice-right:last-child{border-bottom: none}
.single-notice-left h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 700;
  font-size: 16px;
  color: #ec1c23;
  margin-bottom: 5px;
}
.single-notice-left p, .single-notice-right p{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #303030;
  margin-bottom: 0px;
  line-height: 23px
}
.single-notice-right h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #2c2b5e;
  text-transform: uppercase;
  margin-bottom: 15.5px;
  font-size: 700; 
}
.video-icon a i{
  font-size: 38px;
  color: #2B2A5A;
  background: #FFFFFF;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.video-icon a:hover i{
  color: #EC1C23;
}
.notice-video {
  background: rgba(0, 0, 0, 0) url("imges/about.jpg") repeat scroll 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 382px;
  width: 100%;
}
.video-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.notice-video::after {
/*background: rgba(255, 255, 255, 0.9);*/
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.notice-area.two .notice-left {
  padding: 33px 58px 31px;
  max-height: 380px;
  overflow-y: auto;
}
.notice-left{
  height: 540px;
  overflow-y: auto;
}

/* Styling for the video section */
.notice-video {
  position: relative;
  text-align: center;
  margin: 0 auto;
}





/* Styling for the banner section */
/*.banner-section1 {
  position: relative;
  text-align: center;
  padding: 50px 15px;
  background-color: #f9f9f9; /* Light background for better visibility *
}*/

/* Styling for the image container */
.image-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* Styling for the banner image */
.about-banner1 {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Adds rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

/* Styling for the title */
.about-us-title1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Adds a shadow for better readability */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about-us-title {
      font-size: 2rem; /* Adjusts title size for smaller screens */
  }

  .banner-section {
      padding: 30px 10px; /* Reduces padding for smaller screens */
  }
}

@media (max-width: 576px) {
  .about-us-title {
      font-size: 1.5rem; /* Further reduces title size for very small screens */
  }
}




.d-flex {
  display: flex;
  flex-wrap: wrap; /* Ensures responsiveness by wrapping items */
  align-items: center;
  justify-content: center; /* Centers items horizontally */
  gap: 15px; /* Adds spacing between icons */
  padding: 20px 0;
  /*background-color: #f8f8f8; /* Optional background color */
}

.d-flex a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%; /* Makes the buttons circular */
  background-color: #ffffff;
  color: #555;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.d-flex a:hover {
  background-color: #920000; /* Changes background color on hover */
  color: #ffffff; /* Changes icon color on hover */
  transform: scale(1.1); /* Adds a slight zoom effect */
}


.page-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /*padding-bottom: 150px; /* Adjust to accommodate the floating icons */
}

/* Floating icons container styles */
.floating-icons-container {
  position: fixed;
  bottom: 57px;
  right: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 9999;
}

/* Individual icon styles */
.floating-icon {
  background-color: #25D366; /* WhatsApp brand color */
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none; /* Remove underline from links */
}

/* Icon hover effect */
.floating-icon:hover {
  background-color: #128C7E; /* Change color on hover */
}

/* Text styles for icons */
.icon-text {
  color: #333;
  font-size: 14px;
}







.section {
  width: 100%;
  max-width: 1920px;
  background: #fff;
  padding: 60px;
  /*border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);*/
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.about-us-title {
  font-size: 50px;
  margin-bottom: 20px;
}

.button.tertiary {
  display: inline-block;
  background: #960001;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  transition: background 0.3s ease;
}

.button.tertiary:hover {
  background: #0056b3;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.blog-item {
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  height: 250px;
}

/*.blog-image {
  width: 40%;
  height: 100%;
  object-fit: cover;
}*/

.blog-block-content {
  width: 60%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-block-main-content p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.regular-s {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .blog-list {
    grid-template-columns: 1fr;
  }

  .blog-item {
    flex-direction: column;
    height: auto;
  }

  .blog-image {
    width: 100%;
    height: 200px;
  }

  .blog-block-content {
    width: 100%;
    padding: 20px;
  }

  .about-us-title {
    font-size: 36px;
  }
}

h1.h1.max-width-960-tablet-760-mobile-440 {
  letter-spacing: -4.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 300;
  line-height: 96%;
  font-family: Funnel Sans, sans-serif;
}






/* Footer Styling */
.footer {
  background-color: #000000;
  padding: 40px 20px;
  color: #ffffff;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  text-align: center;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #ffffff;
}

.social-icons a {
  margin: 0 10px;
  font-size: 18px;
  color: #ffffff;
  transition: color 0.3s;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
  margin-left: 124px;
}

.social-icons a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  margin-top: 60px;
  font-size: 14px;
}

.footer-bottom a {
  color: #f75d7f;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}





/* General Styling */


.contact-section {
  /*padding: 50px 20px;*/
  background-color: #ffffff;
}


.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-column {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

/*.contact-column .con {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}*/

.contact-column i {
  font-size: 24px;
  color: #cf0000;
  margin-bottom: 10px;
}

.contact-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-column p,
.contact-column ul {
  font-size: 14px;
  color: #555;
}

/* Form and Map Row */
.form-map-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
  font-size: 24px;
  color: #cf0000;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.contact-form button {
  width: 100%;
  padding: 10px;
  background-color: #cf0000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #cf0000;
}

/* Map Styling */
.map-row iframe {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .form-map-row {
    grid-template-columns: 1fr;
  }
}


/* General styles for the contact section */

.contact-section {
  padding: 50px 230px;
  background-color: #ffffff;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/*.contact-column {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}*/

.contact-column i {
  font-size: 36px;
  color: #880000;
  margin-bottom: 10px;
}

.contact-column h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.contact-column p,
.contact-column ul {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

.contact-column ul {
  list-style: none;
  padding: 0;
}

.contact-column ul li {
  margin-bottom: 10px;
}

.contact-column ul li a {
  color: #850001;
  text-decoration: none;
}

.contact-column ul li a:hover {
  text-decoration: underline;
}

.map-row {
  margin-top: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}



/* Responsive Design */

/* For tablets and smaller screens (max-width: 768px) */
@media (max-width: 768px) {
  .contact-section {
    padding: 30px 15px; /* Reduce padding for smaller screens */
  }

  .contact-row {
    flex-direction: column; /* Stack columns vertically */
    gap: 30px; /* Add spacing between stacked columns */
  }

  .contact-column {
    flex: 1 1 100%; /* Full width for each column */
  }

  .form-map-row {
    grid-template-columns: 1fr; /* Stack form and map vertically */
  }

  .contact-form {
    padding: 20px; /* Adjust padding for smaller screens */
  }

  .contact-form h2 {
    font-size: 20px; /* Adjust heading size */
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px; /* Adjust input font size */
  }

  .contact-form button {
    font-size: 14px; /* Adjust button font size */
  }
}

/* For mobile devices (max-width: 480px) */
@media (max-width: 480px) {
  .contact-section {
    padding: 20px 10px; /* Further reduce padding for very small screens */
  }

  .contact-column i {
    font-size: 28px; /* Reduce icon size */
  }

  .contact-column h3 {
    font-size: 16px; /* Adjust heading size */
  }

  .contact-column p,
  .contact-column ul {
    font-size: 14px; /* Adjust text size */
  }

  .contact-form h2 {
    font-size: 18px; /* Further adjust heading size */
  }

  .contact-form button {
    font-size: 14px; /* Adjust button font size */
    padding: 8px; /* Adjust button padding */
  }
}





/* Reset and Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container1 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.testimonial-section {
  background-color: #ffffff;
  /*padding: 60px 0;*/
}

.testimonial-container1 {
  margin-bottom: 50px;
}

.testimonial-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.testimonial-grid.reverse {
  flex-direction: row-reverse;
}

.image-container1 {
  flex: 1;
  text-align: center;
}

.image-container1 img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.testimonial-content {
  flex: 2;
}

.name {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.designation {
  font-size: 18px;
  font-weight: 500;
  color: #777;
  margin-bottom: 20px;
}

.quote {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
  .testimonial-grid,
  .testimonial-grid.reverse {
    flex-direction: column;
    text-align: center;
  }

  .image-container1 img {
    max-width: 250px;
    margin: 0 auto;
  }

  .testimonial-content {
    margin-top: 20px;
  }
}



























