@font-face {
    font-family: 'Milliard';
    src:url('../fonts/milliard_book.woff') format('woff'),
        url('../fonts/milliard_book.woff2') format('woff2');
}
@font-face {
    font-family: 'Alokary';
    src:url('../fonts/Alokary.woff') format('woff'),
        url('../fonts/Alokary.woff2') format('woff2');
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: rgb(22 37 60);
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Milliard',sans-serif;
}
body{
    font-size: 15px;
}
html, body {
  overflow-x: hidden !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%;
    display: block;
    /* margin: auto; */
    width: auto;
    height: auto;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
    width: 100%;
    height: 70px;
    padding: 12px;
    padding-left: 17px;
    outline: 0 !important;
    border: 0;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style-type: none;
    font-size: 14px;
}
a,
a:visited {
    text-decoration: none;
    color: #000;
}
a,input,button{
    outline: 0;
}
input{
    height: 17px;
    padding-left: 2px;
}
select{
    display: inline-block;
}
h1{
    font-size: 40px;
    color: rgb(22 37 60);
    margin: 15px 0px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}
h2{
    font-size: 24px;
    color: rgb(22 37 60);
    margin: 10px 0;
}
h3{
    font-size: 18px;
    color: rgb(22 37 60);
    margin: 10px 0;
}
h4{
    font-size: 23px;
    color: rgb(22 37 60);
    margin: 10px 0;
    font-weight: normal;
}
h5{
    font-size: 14px;
    color: rgb(22 37 60);
    margin: 10px 0;
}
p{
    margin: 0;
    font: 17px 'Milliard', Arial, sans-serif;
    text-align: justify;
    line-height: 25px;
    /* margin-bottom: 15px; */
    color: rgb(22 37 60);
    font-weight: 300;
}
h2,h3,h4,h5{
    font-family: 'Milliard',  Arial, sans-serif;
    color: rgb(22 37 60);
    font-size: 19px;
    margin-bottom: 25px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Floats free left and right with !impoprtant case
 */
.p-0{
    padding: 0px;
}
.fl-l{
    float: left;
}
.fl-r{
    float: right;
}

.fl-ll{
    float: left !important;
}
.fl-rr{
    float: right !important;
}
.full-width{
    width: 100% !important;
}
.mt-0{
    margin-top: 0;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}
.mb-200{
    margin-bottom: 200px;
}
.mb-250{
    margin-bottom: 250px;
}
.mb-300{
    margin-bottom: 300px;
}
.mb-500{
    margin-bottom: 500px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    padding-left: 30px;
}
.ml-20{
    margin-left: 20px;
}
.ml-25{
    margin-left: 25px;
}
.ml-30{
    margin-left: 30px;
}
.ml-35{
    margin-left: 35px;
}
.ml-40{
    margin-left: 40px;
}
.ml-45{
    margin-left: 45px;
}
.ml-50{
    margin-left: 50px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-35{
    margin-right: 35px;
}
.mr-40{
    margin-right: 40px;
}
.mr-45{
    margin-right: 45px;
}
.mr-50{
    margin-right: 50px;
}
.w-50{
    width: 50px;
}
.w-100{
    width: 100px;
}
.w-150{
    width: 150px;
}
.w-200{
    width: 200px;
}
.w-250{
    width: 200px;
}
.w-290{
    width: 290px !important;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*  
 * Name              : Custom Styling
 * Version           : 1.0.0
 * Style Type        : Handly Coded from Scratch
 * Semantic Followed : Intelligent Selectors & Robdodson's Blog
 */



body{
    position: relative;
    margin: 0;
    font: 14px 'Milliard',Arial, sans-serif;
    background: #fff;
    margin: 0;
}
button,a{
    outline: 0 !important;
}
.wrapper{
    width: 100%;
}
.container-fluid{
    width: 100%;
    padding: 0;
}
.container{
    width: 95%;
    /* margin: 0 auto; */
}

/* loading css codes */
.loading{
      display: none;
}
.loading{
    position: relative;
    left: 109%;
    top: 9px;
    z-index: 9999;
    width: 22px;
    height: 22px;
    -webkit-animation: spinner 400ms linear infinite;
    animation: spinner 600ms linear infinite;
}
.loading:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
@-webkit-keyframes spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
    /* extra submit button loadin positioning*/
    .btn-wrap{
        position: relative;
        display: inline-block;
    }
    .btn-wrap .loading{
        position: absolute;
        left: 114%;
        top: 7px;
    }
    /* extra submit button loadin positioning*/
/* end of loading css codes */
form label.error{
    width: 100% !important;
    padding: 10px 0;
    color: red;
    clear: both;
    margin: 0;
    display: none;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #9c9c9c;
}
::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #9c9c9c;
}
:-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #9c9c9c;
}
section{
    padding: 10px 0;
    float: left;
    width: 100%;
}
section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* LP Codes */
section.grey{
    background: #f9f9f9;
}
h3{
    font-weight: 300;
    font-size: 21px;
    margin: 15px;
}
h3 span{
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    color: #383838 !important;
}
.row.no-gutter{
    margin-left: 0px;
    margin-right: 0;
}
.row.no-gutter [class*="col-"]{
    padding-left: 0;
    padding-right: 0;
}
section{
    padding: 30px 0px;
}
.pt-0{
    padding-top: 0px;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 25%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -96px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: black;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"],body .stickyForm input[type="tel"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: white;
    color: black;
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    /* background: #ff3c50 !important; */
    background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);
    color: black;
    height: 40px !important;
    padding: 0px 30px !important;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */

.form-section form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.stickyForm .loading{
    top: -29px;
}


/* LP codes continues here */
header{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
header .header-logo{

}
header .header-logo img{width: 130px;}
header .header-main-menu{height: 100%;display: flex;align-items: center;justify-content: flex-end;}
header .header-main-menu ul{display: flex;align-items: flex-end;justify-content: flex-end;}
header .header-main-menu ul li{
    margin: 34px 9px;
}
header .header-main-menu ul li a{text-transform: uppercase;padding: 5px;color: white;letter-spacing: 0.2px;}
.about-project{
    background-color: #16253c;
    padding: 6rem 0;
    background: url(../images/project-bg.jpg);
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.sec-heading{
    font-size: 1.8rem;
    font-weight: 800;
    background: #b69957;
    background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 0px;
    display: inline-block;
    font-family: 'Alokary';
    margin-right: 0;
    margin-top: 0;
    line-height: 114px;
    letter-spacing: .7px;
}
.about-project p{color: white;font-size: 17px;height: 100%;display: flex;align-items: center;position: relative;}
.homepage-banner{
    position: relative;
    padding: 0;
}
.homepage-banner:before{
    content:'';
    background-color: rgb(22 37 60);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
}
.banner-content{position: absolute;top: auto;left: 70px;bottom: 80px;}
.banner-content h2{
    font-size: 46px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'Alokary';
    letter-spacing: 1.5px;
    line-height: normal;
}
.about-img:before{
    content: '';
    position: absolute;
}
.about-img img{
    height: 600px;
    object-fit: cover;
}
.about-homepage-content{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    position: relative;
}
.why-are{
    
}
.why-are .icon-text{margin-top: 40px;}
.why-are .icon-text img{width: 80px;display: block;margin: auto;}
.why-are .icon-text h4{font-size: 24px;font-weight: 600;min-height: 56px;text-align: center;margin-top: 17px;}
.why-are .icon-text p{text-align: center;color: #8c8c8c;}
.text-align-center{
    text-align: center;
}
.about-project:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #16253c;
    opacity: 0.9;
}
.our-goal{
    background-color: white;
}
.our-goal img{width: 60px;}
.our-goal p{
    text-align: left;
    color: white;
}
.our-legacy{background-color: white;/* background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%); */padding: 6rem 0;/* background: url(../images/homepage-bg.jpg); */background-position: center;position: relative;}
.our-legacy p{color: white;text-align: center;}
.our-legacy img{
    /* height: 600px; */
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.our-legacy .our-legacy-inner{
    position: relative;
    z-index: 1;
}
.our-legacy:after{
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #16253c;
    opacity: 0.9;
    /* z-index: 1; */
}
.our-legacy-content{
    width: 70%;
    height: 100%;
    text-align: center;
    margin: auto;
    background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%);
    padding: 40px 70px;
    border-radius: 160px;
    padding-top: 14px;
}
.our-people-box{text-align: center;padding: 0;background-color: white;/* box-shadow: 1px 1px 7px #dadada; *//* min-height: 650px; */border-radius: 15px;position: relative;margin-bottom: 70px;}
.our-people-box img{width: 100%;margin: auto;border-radius: 15px 15px 0px 0px;}
.our-people-box .profile-content{/* position: absolute; *//* bottom: 30px; *//* right: -60%; */padding: 32px;min-height: 410px;}
.our-people-box .profile-content.left-align{
    left: -30%;
    right: auto;
}
.our-people-box h3{/* font-weight: 800; *//* margin-bottom: 7px; */font-family: 'Alokary';/* color: white; *//* font-size: 50px; *//* background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%); */}
.our-people-box span{/* color: white; *//* font-size: 25px; *//* background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%); *//* font-family: 'Alokary'; */}
.our-people-box p{text-align: center;margin-top: 19px;font-size: 14px;line-height: 20px;}
.footer-form-inner{
    position: relative;
}
.footer-form-wrapper{
    padding: 6rem 0;
    background: url(../images/section-bg.jpg) no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}
.footer-form-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #16253c;
    opacity: 0.9;
}
#footer-form input {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #c5c5c5;
    width: 100%;
    margin-top: 35px;
    padding: 23px 9px;
    color: white;
    font-size: 20px;
}
#footer-form input[type="submit"] {
    width: auto;
    margin: auto;
    display: block;
    background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);
    color: black;
    line-height: 0px;
    padding: 20px 40px;
    text-transform: uppercase;
    margin-top: 40px;
    border-radius: 20px;
    font-weight: 600;
}
footer {
    background-color: #16253c;
    /* height: 45px; */
    padding-top: 4rem;
    clear: both;
}
footer h4 {
    margin-left: 0px;
    font-family: 'Cormorant';
    color: white;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
}
.foo-contact-details p {
    color: white;
    display: flex;
    text-align: left;
    margin-bottom: 15px;
}
.foo-links ul li a {
    display: block;
    padding: 10px;
    color: white;
}
.foo-social ul li {
    display: inline-block;
}
.foo-social ul li a {
    display: inline-block;
    padding: 13px;
    font-size: 22px;
}
.footer-logo {
    width: 140px;
    margin: 10px 0px;
}
.foo-contact-details p a {
    color: white;
    text-decoration: none;
}
.foo-contact-details p i {
    margin-top: 4px;
    margin-right: 9px;
    font-size: 18px;
}
.foo-social ul li a i {
    color: white;
}
footer p.copyr {
    text-align: center;
    color: #16253c;
    margin-top: 60px;
    padding: 15px;
    background-color: #F7F4F4;
}
.space-pd{
    padding: 5rem 0;
}

.aboutus-page-content{
    background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%);
}
.aboutus-page-content p{margin-bottom: 15px;color: white;}
.innerpage-banner{
}
.innerpage-banner img{
    width: 100%;
    object-fit: cover;
    height: 600px;
}
.innerpage-banner .banner-content{top: auto;bottom: 100px;}
.aboutus-page-inner{
    width: 90%;
    margin: auto;
}
.contact-details-wrapper {
    padding: 2rem 0;
    background-color: transparent;
    position: relative;
}
.contact-details-wrapper h2 {
    margin-left: 0px;
    color: white;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
}
.contact-details-wrapper a {
    color: white;
    display: flex;
    align-items: center;
}
.contact-details-wrapper p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: white;
}
.contact-details-wrapper p i {
    margin-top: 2px;
    margin-right: 10px;
    font-size: 30px;
}
.contact-details:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #16253c;
    opacity: 0.9;
}
.contact-page-inner form{
    width: 80%;
    margin: auto;
}
.contact-details{
    padding: 0px;
    padding: 6rem 0;
    background: url(../images/banner-new.jpg);
    background-position: center;
    position: relative;
}
.design-page{
    position: relative;
    background: url(https://arerealty.in/assets/images/feature-project.jpg);
    background-position: center;
    padding: 90px 0px;
}
.design-page:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #16253c;
    opacity: 0.7;
}
.project-page-inner{
    
}
.design-page-content p{color: white;text-align: center;margin-bottom: 13px;}
.project-page-inner img{width: 100%;height: 600px;object-fit: cover;}
.design-page-content{
    position: relative;
    /* top: 30%; */
    text-align: center;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
}
.project-box:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #16253c;
    opacity: 0.9;
    border-radius: 20px;
    left: 0;
    content: none;
}
.project-page-content p{color: white;text-align: center;}
.project-box .project-box-inner{
    position: relative;
    text-align: center;
}
.project-box{
    /* background: url(../images/homepage-bg.jpg); */
    background-position: center;
    position: relative;
    /* height: 450px; */
    /* border-radius: 20px; */
    padding: 0;
    margin-top: 50px;
    /* background-color: #16253c; */
}
.project-box img{width: 100%;height: 540px;object-fit: cover;border-radius: 5px;}
.project-box h4{color: white;font-size: 23px;text-transform: uppercase;margin-top: 15px;text-align: left;margin-bottom: 9px;font-family: 'Alokary';}
.project-box p{color: white;text-align: left;font-size: 14px;margin-bottom: 0px;}
.project-box a{margin-top: 3rem;/* background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%); */border: none;color: #b69957;padding: 5px 3px;font-size: 16px;display: inline-block;font-weight: 600;border-bottom: 1px solid;display: inline-block;/* margin: auto; */}
.project-box .project-details-box{position: absolute;bottom: 0;width: 100%;padding: 30px 22px;background-color: #000000c7;border-radius: 0px 0px 5px 5px;}
.homepage-hero-banner h2{
    margin-bottom: 0px;
    margin-top: -49px;
}


/* Single Project Page */
.plan-wrapper .plan-img{
    display: none;
}
.plan-wrapper .plan-img.active{
    display: block;
}
#floor-plan-slider{
    width: 40%;
    margin: auto;
}
.pc-tab, .toggle-btn{text-align: center;}
.pc-tab button, .toggle-btn button{background: transparent;border: 1px solid;color: rgba(170, 142, 76, 1);padding: 11px 31px;font-size: 16px;border-radius: 5px;margin-right: 10px;display: inline-block;}
.pc-tab button.active, .toggle-btn button.active{background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);color: black;}
.pc-tab-content{

}
.pc-tab-content .pc-tab-wrapper{
display: none;
}
.pc-tab-content .pc-tab-wrapper.active{
    display: block;

}
.pc-tab-content .pc-tab-wrapper table{width: 70%;margin: auto;margin-top: 3rem;}
.pc-tab-wrapper table tr{color: white;}
.pc-tab-wrapper table tr th{border: 1px solid white;padding: 11px;text-align: center;}
.pc-tab-wrapper table tr td{border: 1px solid white;padding: 11px;text-align: center;}

.project-overview{
    /* background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%); */
    padding: 0px;
    position: relative;
    background-color: white;
    max-height: 650px;
}
.project-overview p{text-align: center;margin-bottom: 10px;width: 80%;margin: auto;color: white;/* font-weight: 600; */}
.project-highlight .ph-box{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.project-highlight .ph-box img{width: 70px;}
.project-highlight .ph-box .ph-content{

}
.project-highlight .ph-box .ph-content p{margin-left: 20px;}
.project-config{
    background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%);
    padding: 60px 0px;
}
.project-config-slider h3{
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 800;
}
.project-config-slider p{text-align: center;color: white;}
.amenities-wrapper img{width: 80px;margin: auto;margin-bottom: 10px;}
.amenities-wrapper p{text-align: center;/* margin-bottom: 50px; */}
.row-align-center{
    justify-content: center;
}
.masterplan-wrapper img{
    width: 60%;
    margin: auto;
}
#specificationAccording{
    color: rgb(22 37 60);
}
#specificationAccording button{background-color: white;/* background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%); */color: rgb(22 37 60);box-shadow: none;}
#specificationAccording .accordion-body{line-height: 20px;/* background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%); */color: white;}
#specificationAccording .accordion-header{
    margin-top: 0px;
}
.location-wrapper img{width: 80%;margin: auto;}
.project-page-inner .project-logo{
    width: 150px;
    height: auto;
}
.project-overview .project-page-content{margin-top: 0px;position: absolute;top: 14%;width: 70%;left: 0;right: 0;text-align: center;/* background-color: #ffffff3d; */margin: auto;padding: 30px;}



.specifications-wrapper{
    /* background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%); */
}
.carousel-img-arrow .owl-nav img{width: 30px;}
.carousel-img-arrow .owl-nav{display: flex;align-items: center;justify-content: center;margin-top: 20px;}
.carousel-img-arrow .owl-nav .owl-next{
    margin-left: 20px;
}
#specificationAccording table{

}
#specificationAccording table tr{

}
#specificationAccording table tr td{/* border: 1px solid rgb(22 37 60); */padding: 5px;color: rgb(22 37 60);}
#specificationAccording table tr th{/* border: 1px solid rgb(22 37 60); */padding: 5px;color: rgb(22 37 60);}
#gallery-slider p{
    padding: 14px 10px;
    margin-top: 9px;
    color: white;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #00000087;
}

header.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    background-color: #16253c;
    z-index: 9;
}
header.fixed-header .header-main-menu ul li a{color: white;}


/* Sustainability */
.sustainability-content{
    /* background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%); */
    background-color: white;
}
.sustainability-content p{margin-bottom: 10px;color: black;}
.sustainability-content ul{padding-left: 20px;}
.sustainability-content ul li{font-size: 17px;margin-bottom: 10px;line-height: 24px;list-style-type: disc;color: white;}
.sustainability-content-inner{
    width: 80%;
    margin: auto;
}
.mobile-btn {
    display: none;
}

.menu_lists li a{
color: black !important;
}
.mobile-btn {
    position: relative;
    width: 30px;
    height: 40px;
    top: 12px;
    left: 0px;
    transition-duration: .5s;
    margin: auto;
    margin-right: 0;
}

.mobile-btn .icon-left {
    transition-duration: .5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #212121
}

.mobile-btn .icon-left:before {
    transition-duration: .5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -10px
}

.mobile-btn .icon-left:after {
    transition-duration: .5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 10px
}

.mobile-btn .icon-left:hover {
    cursor: pointer
}

.mobile-btn .icon-right {
    transition-duration: .5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #212121;
    left: 15px
}

.mobile-btn .icon-right:before {
    transition-duration: .5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -10px
}

.mobile-btn .icon-right:after {
    transition-duration: .5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 10px
}

.mobile-btn.open .icon-left {
    transition-duration: .5s;
    background: 0 0
}

.mobile-btn.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px)
}

.mobile-btn.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px)
}

.mobile-btn.open .icon-right {
    transition-duration: .5s;
    background: 0 0
}

.mobile-btn.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px)
}

.mobile-btn.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px)
}

.mobile-btn:hover {
    cursor: pointer
}
.desktop-hide{
    display: none;
}
.project-gallery{
    background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%);
}
.homepage-banner .banner-content {
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
.project-box h3{
    text-align: center;
    color: white;
    font-size: 28px;
    margin-top: 20px;
}
.sec-heading.multiline-heading{line-height: 75px;}
.project-highlight li{
    font-size: 21px;
    margin-bottom: 21px;
    position: relative;
    padding-left: 23px;
}
.project-highlight li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);
    border-radius: 50%;
}
.feature-project{position: relative;padding: 0px;height: 100vh;}
.feature-project:before{
    content: '';
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
}
.feature-project .feature-proj-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.feature-project .know-more-project{position: absolute;top: 0;left: 0;right: 0;text-align: center;bottom: 0;display: flex;align-items: center;justify-content: center;}
.feature-project .know-more-project img{width: 180px;display: block;margin: auto;}
.feature-project .know-more-project h3{line-height: normal;font-size: 30px;font-family: 'Alokary';margin-top: -25px;margin-bottom: 8px;}
.feature-project .know-more-project a{background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);color: black;padding: 11px 3px;font-size: 15px;border-radius: 5px;margin-right: 10px;display: block;width: 140px;text-align: center;margin: auto;}
.our-goal{
    background: url('../images/vision-mission-image.jpg');
    background-position: top;
    height: 90vh;
    background-size: cover;
    padding-top: 40px;
}
.our-people{
    background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%);
}
.sustainability-features{margin: 50px 0px;}
.sustainability-features img{/* height: 500px; */object-fit: cover;}
.sustainability-features .sustainability-box{/* position: absolute; */bottom: 0;padding: 30px 23px;width: 100%;text-align: left;background-color: #16253c;min-height: 260px;height: 100%;}
.sustainability-features .sustainability-box h3{margin-top: 40px;font-family: 'Alokary';color: white;margin-left: 0;margin-right: 0;line-height: 40px;text-align: left;/* min-height: 90px; */font-size: 21px;}
.sustainability-features .sustainability-box p{text-align: left;/* display: none; */text-align: left;color: white;}   
.sustainability-points{
    position: relative;
}
.project-overview:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgb(22 37 60);
    opacity: 0.7;
}
.project-overview h3{
    font-size: 60px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-family: 'Alokary';
    letter-spacing: 1.5px;
    line-height: 110px;
}
.project-overview img{
    height: 650px;
    width: 100%;
    object-fit: cover;
}
.highlight-box{background-image: radial-gradient(at center center, #16253c 0%, #283d5e 100%);width: 170px;height: 170px;padding: 20px;text-align: center;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.highlight-box p{
    text-align: center;
    background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 21px;
    font-weight: 600;
    font-size: 14px;
}
.sustainability-homepage{
    padding: 0;
}
.sustainability-homepage .col-md-6{
    padding: 0px;
}
.sustainability-homepage{
    padding: 0px;
}
.sustainability-homepage img{
    height: 440px;
    object-fit: cover;
    width: 100%;
}
.sustainability-homepage-content{
    height: 100%;
    background-color: #16253c;
    padding: 50px;
}
.sustainability-homepage-content p{color: white;text-align: left;}
.sustainability-homepage-content a{
    background: linear-gradient(142deg, #b69957 31%, rgba(234, 216, 156, 1) 55%, rgba(170, 142, 76, 1) 77%);
    color: black;
    padding: 11px 3px;
    font-size: 15px;
    border-radius: 5px;
    margin-right: 10px;
    display: block;
    width: 140px;
    text-align: center;
    margin-top: 20px;
}
.owl-carousel.amenities-slider .owl-stage, .owl-carousel.sustainability-slider .owl-stage{padding-left: 0px !important;}
.amenities-slider .amenities-box{
    position: relative;
}
.amenities-slider .amenities-box p{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    background-color: #00000070;
    color: white;
    padding: 18px;
    padding-left: 30px;
}
.custom-navigation .owl-prev, .custom-navigation .owl-next{position: absolute;top: 50%;}
.custom-navigation .owl-prev img, .custom-navigation .owl-next img{width: 40px;}
.custom-navigation .owl-prev{left: -60px;}
.custom-navigation .owl-next{right: -50px;}
.design-page img{
    width: 100%;
}
.custom-navigation .owl-prev, .custom-navigation .owl-next{
    background-color: white;
    padding: 7px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
#gallery-slider.custom-navigation .owl-prev{
    left: 22px;
}
#gallery-slider.custom-navigation .owl-next{
    right: 22px;
}
.rera-no{
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}
/* mobile reponsive */
@media only screen and (max-width: 1200px){
    .form-section label{
        width: 15% !important;
    }
    .mobile-btn{
display: block;
    }
    header.fixed-header .header-main-menu ul li a{

        color: black !important;
    }
    header.fixed-header{
        background-color: white;
        color: black !important;
    }
    .header-main-menu {
        position: fixed;
        top: 56px;
        background-color: white;
        color: black !important;
        width: 100%;
        z-index: 9999;
        right: 100%;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    .header-main-menu.active{
        right: 0%;
        top: 87px;
    }
    header .header-main-menu, header .header-main-menu ul{
        display: block;
        background-color: white;
        height: auto;
    }
    header .header-main-menu ul li{
        padding: 12px;
        margin: 11px;
    }
}

@media only screen and (max-width: 996px){
    .container{
        width: 95%;
    }
    .form-section label{
        width: 15% !important;
    }
    .our-legacy-content{
        width: 100%;
        margin-top: 0px;
        background: white;
        border-radius: 0px;
    }
    .our-goal img{
        margin-top: 80px;
        margin-bottom: 7px;
    }
    p{
        text-align: left;
    }
}

@media only screen and (max-width: 768px){
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .hidden-lg{
        /* display: none; */
    }
    /* custom codes */
    .form-section label{
        width: 100% !important;
        height: auto !important;
    }
    .form-section label input, .form-section label select{
        margin-bottom: 10px;
        height: 40px !important;
    }
    .form-section{
        width: 80%;
        margin: auto;
        float: none;
    }
    .form-section .btn-group{
        float: none;
        margin-top: 5px;
    }
    /* custom codes here */
    .mobile-btn{
        top: 11px;
        left: auto;
        right: 8px;
    }
    header .header-logo img{
        width: 109px;
    }
    .banner-content h2{
        font-size: 35px;
        line-height: 60px;
    }
    .banner-content{
        top: auto;
        left: 20px;
        bottom: 50px;
    }
    .homepage-banner{
        margin-top: 50px;
    }
    .homepage-banner img{
        height: 600px;
        object-fit: cover;
    }
    .sec-heading{
        font-size: 1.0rem;
        line-height: 54px;
    }
    .why-are .icon-text h4{
        margin-bottom: 12px;
        font-size: 20px;
        min-height: auto;
    }
    .about-project p{
        text-align: left;
    }
    .our-people-box{
        padding: 0;
        margin-top: 30px;
    }
    .project-page-content{
        margin-top: 0;
    }
    .project-box a{
        margin-top: 25px;
    }
    .sustainability-content ul li{
        line-height: 24px;
    }
    .contact-details-wrapper h2{
        margin-bottom: 5px;
        text-align: left;
        margin-top: 30px;
    }
    .contact-details-wrapper p{
        justify-content: flex-start;
    }
    .contact-details{
        padding: 3rem 0;
    }
    footer h4{
        margin-top: 20px;
        margin-bottom: 9px;
    }
    .pc-tab-content .pc-tab-wrapper table{
        width: 100%;
    }
    .pc-tab-wrapper table tr td, .pc-tab-wrapper table tr th{
        padding: 8px;
    }
    .amenities-wrapper img{
        width: 50px;
    }
    #floor-plan-slider{
        width: 100%;
    }
    #specificationAccording{
        margin-top: 30px;
    }
    #specificationAccording table tr td, #specificationAccording table tr th{
        font-size: 12px;
    }
    .feature-project .know-more-project h3{
        font-size: 16px;
    }
    .aboutus-page-inner h2.sec-heading{

    }
    .our-goal{
        position: relative;
    }
    .our-goal div{
        position: relative;
    }
    .our-goal:before{
        content: '';
        background-color: rgb(22 37 60);
        width: 100%;
        height: 100%;
        position: absolute;
        opacity: 0.7;
        top: 0;
    }
    .our-legacy-content{
        padding: 0px;
    }
    
    .our-legacy p{
        color: rgb(22 37 60);
    }
    .project-box h4{
        text-align: center;
    }
    .project-box p{
        text-align: center;
    }
    .sustainability-features .sustainability-box h3{
        font-size: 16px;
    }
    .sustainability-content-inner{
        width: 100%;
    }
    
    .custom-navigation .owl-next{
        right: 0;
        
    }
    .custom-navigation .owl-prev{
        left: 0;
    }
    .design-page img{
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    .design-page-content{
        /* top: 25%; */
        width: 100%;
    }
    .sec-heading.multiline-heading{
        line-height: 46px;
    }
    /* .design-page{
        padding: 0 !important;
    } */
    .project-overview h3{
        font-size: 25px;
        line-height: 42px;
    }
    .project-overview .project-page-content{
        width: 100%;
        top: 7%;
        padding: 10px 0px;
    }
    .project-overview{
        padding: 0 !important;
    }
    .highlight-box{
        width: 200px;
        margin: auto;
        margin-bottom: 20px;
    }
    .amenities-wrapper .amenities-box img{
        min-height: 270px;
        object-fit: cover;
    }
    .stickyForm .btn{
        /* display: none; */
    }
    .feature-project{
        height: 75vh;
    }
    .sustainability-homepage-content:before {
        content: '';
        background-color: #16253c;
        width: 100%;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.8;
    }

    .sustainability-homepage-content {
        background: url(../images/sustainability-img.webp);
        position: relative;
        background-size: cover;
    }
    .sustainability-homepage-content p, .sustainability-homepage-content h3, .sustainability-homepage-content a {
        position: relative;
    }
    .sustainability-homepage img{
        display: none;
    }
    .design-page img{
        height: 75vh;
    }
    .design-page-content p {
        width: 90%;
        margin: auto;
    }
}

@media only screen and (max-width: 479px){
    .fluid-wrapper .header{
        padding: 10px 0px;
    }
    .space-pd{
        padding: 4rem 0;
    }
}






/*        Completed projects starts               */


/* --- General Styles --- */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 2.5em;
}

.section-subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 40px;
    font-size: 1.1em;
}

/* --- Completed Projects Section --- */
.completed-projects-section {
    padding: 50px 0;
    background-color: #ffffff; /* Or keep it same as body */
}

.projects-grid {
    display: grid;
    /* Creates 3 columns on larger screens, 2 on medium, 1 on small */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px; /* Space between grid items */
}

.project-item {
    position: relative; /* For absolute positioning of overlay */
    overflow: hidden; /* Ensures overlay doesn't spill out */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer; /* Indicates interactivity */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.project-item img {
    width: 100%;
    height: 250px; /* Fixed height for uniform look, adjust as needed */
    object-fit: cover; /* Ensures image covers the area without distortion */
    display: block; /* Removes bottom space under image */
    transition: transform 0.4s ease;
}

.project-item:hover img {
    transform: scale(1.05); /* Slight zoom on image hover */
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 62, 80, 0.85); /* Semi-transparent dark blue */
    color: #ecf0f1; /* Light text color for overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0; /* Hidden by default */
    visibility: hidden; /* Also hidden for accessibility and performance */
    transition: opacity 0.4s ease, visibility 0s linear 0.4s; /* Delay visibility change */
    padding: 20px;
    box-sizing: border-box;
}

.project-item:hover .project-overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0s linear 0s; /* Show immediately */
}

.project-info h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.6em;
    color: #ffffff; /* Brighter white for heading */
    font-weight: bold;
}

.project-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-info ul li {
    margin-bottom: 8px;
    font-size: 0.95em;
    line-height: 1.4;
    color: #bdc3c7; /* Slightly softer white for highlights */
}

.project-info ul li::before {
    content: "✓ "; /* Checkmark or other icon */
    color: #2ecc71; /* Green checkmark */
    margin-right: 5px;
}


/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    h2 {
        font-size: 2em;
    }
    .projects-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Adjust minmax for smaller screens */
        gap: 20px;
    }
    .project-item img {
        height: 220px;
    }
    .project-info h3 {
        font-size: 1.4em;
    }
    .project-info ul li {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .projects-grid {
        grid-template-columns: 1fr; /* Single column on very small screens */
        gap: 20px;
    }
    .project-item img {
        height: 200px;
    }
     .project-info h3 {
        font-size: 1.3em;
    }
    .project-info ul li {
        font-size: 0.85em;
    }
}

/*   Completed projects ends   */