@import url('header.css');
@import url('footer.css');
/* ------------- About Us ----------------*/
.mainhead {
    position: relative;
}
.mainheading {
    font-size: 70px;
    line-height: 70px;
    font-weight: 600;
}
/* why dunasel */
.whydynasel {
    background-image: url('../images/aboutuswhybg.jpg');
    background-size: cover;
}
.whydynasel .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.whydynasel .container p {
    font-size: 30px;
    line-height: 34px;
    padding: 0 100px;
}
.overview {
    height: 560px;
}
.overview .container {
    padding-top: 0;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.overview .about-content {
    position: relative;
    flex: 1;
}
.overview .about-content::after {
    content: "";
    background-image: url('../images/circle.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -238px;
    top: 0;
    width: 675px;
    height: 675px;
    z-index: -1;
}
.overview .about-content p {
    color: #555855;
    font-size: 18px;
    padding-right: 310px;
    margin-bottom: 40px;
}
.overview .image-content {
    flex-shrink: 0;
    width: 500px;
    /* Adjust width as needed */
}
.overview .image-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.aboutnumbers {
    background: linear-gradient(119.61deg, #FFCCD4 0%, #F2EAD9 68.12%);
}
.aboutnumbers .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aboutimgwrapper {
    position: relative;
}
.about2ndimg {
    position: relative;
    margin-top: -341px;
    /* Keep your desired negative margin here */
}
.stampimg {
    position: absolute;
    top: -450px;
    /* Position it at the top of the image */
    right: -32px;
    /* Center it horizontally */
    transform: translateX(-50%);
    /* Offset to center it */
    z-index: 10;
    /* Ensure it appears on top of the image */
}
.secondrow {
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
}
.numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    min-height: 250px;
}
.num-box {
    position: relative;
    flex: 1;
    min-width: 200px;
}
.num {
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    display: block;
}
.num-box p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #555855;
    text-transform: uppercase
}
.num-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 170px;
    width: 1px;
    background-color: lightgray;
}
/* --------------- Genreal GeneralFacilitiesMaintenance --------------------- */
.GeneralFacilitiesMaintenance .container {
    padding: 40px 0;
}
.GeneralFacilitiesMaintenance .container p {
    color: #555855;
    font-size: 18px;
    line-height: 24px;
    padding-right: 20px;
}
/* ----------------- construction --------------- */
.construction .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.construction h2 {
    margin-bottom: 80px !important;
}
.construction .rowinfo {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px !important;
}
.construction .imgbox {
    position: relative;
    width: 100%;
}
.construction .imgbox .mainimg {
    width: 540px;
    height: auto;
    display: block;
}
.construction .circle-number {
    position: absolute;
    top: 10%;
    width: 95px;
    height: 95px;
    background-color: var(--primary-color);
    color: white;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.imgbox .arrows {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100px;
    height: 70px;
}
.construction .container .row:nth-child(even) .arrows {
    right: -10px;
    transform: translateY(-50%) rotate(0deg);
}
.construction .container .row:nth-child(odd) .arrows {
    left: -10px;
    transform: translateY(-50%) rotate(90deg);
    transform: scaleX(-1);
    top: 7%;
}
.text-box {
    padding-top: 50px;
    padding-left: 20px;
}
.text-box h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}
.text-box p {
    font-size: 18px;
    line-height: 28px;
    color: #555855;
    margin-bottom: 40px;
}
.construction .row:nth-child(odd) {
    flex-direction: row-reverse;
}
.construction .row:nth-child(even) .imgbox {
    display: flex;
    justify-content: flex-start;
}
.construction .row:nth-child(odd) .imgbox {
    display: flex;
    justify-content: flex-end;
}
.construction .row:nth-child(even) .circle-number {
    right: 55px;
}
.construction .row:nth-child(odd) .circle-number {
    left: 55px;
}
/* map */
.map-container {
    height: 550px;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
/* -------------- projects ---------------- */
.projects .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.projects .nav-pills{
    padding: 0 60px 24px !important;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 30px;
}
.projects .nav-pills .nav-item button{
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 80px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 80px;
    background: #EDEDED;
    color: #000;
}
.projects .nav-pills .nav-item button.active{
    background: var(--primary-color);
    color: #fff;
}
.projects img {
    width: 100%;
    height: auto;
}
.projects .image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.projects .image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/*.projects .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.projects .container .carousel-container {
    padding: 0 60px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 30px;
}
.projects .container .row {
    place-items: center;
}
.projects .owl-carousel .owl-stage {
    display: flex;
}
.projects .owl-carousel .owl-stage-outer {
    display: flex;
    justify-content: center;
}
.projects .container .carousel-container .item {
    font-size: 16px;
    background: #EDEDED;
    border-radius: 80px;
    white-space: nowrap;
}
.projects .container .carousel-container .item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 20px;
    border-radius: 80px;
    text-decoration: none;
    color: black;
}
.projects .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}
.projects .owl-carousel .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.3s ease-in-out;
}
.projects .owl-carousel .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.9);
}
.projects .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
}
.projects .owl-carousel .owl-nav button.owl-next {
    right: -55px;
}
.projects img {
    width: 100%;
    height: auto;
}
.projects .image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.projects .image-container img {
    width: 100%;
    height: auto;
    display: block;
}
.projects .hover-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 330px;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}
.projects .image-container:hover .hover-content {
    transform: translate(-50%, 0);
    opacity: 1;
}
.projects .projectactive {
    background: var(--primary-color);
    color: white !important;
}*/
/* 
.projects p {
    font-size: 14px;
    border: 1px solid black;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 80px;
    margin-bottom: 30px;
} */
/* ----------- contact form --------------- */
.contactform {
    background-image: url('../images/contact2ndbg.PNG');
    background-size: contain;
    background-repeat: no-repeat;
}
.contactform .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.contactform .sub {
    font-size: 14px;
    border: 1px solid black;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 80px;
    margin-bottom: 30px;
}
.contactform h2 {
    font-weight: 600;
}
.contactinfo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 120px;
}
.contactinfo .infobox {
    border: 1px solid #DCDCDC;
    padding: 45px 40px;
    max-width: 432px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); */
    transition: 0.3s ease-in-out;
}
.contactinfo .infobox:hover {
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
}
.contactinfo .infobox span.icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    border: 1px solid #222222;
    background: transparent;
    color: black;
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px;
    transition: 0.3s;
}
.contactinfo .infobox h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contactinfo .infobox p {
    text-decoration: none;
    font-size: 18px;
    color: #888888;
    line-height: 24px;
}
.contactinfo .infobox p a {
    text-decoration: none;
    color: #888888;
}
.contactinfo .infobox:hover span.icon {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.wpcf7-checkbox .wpcf7-list-item-label,
.form-check label {
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.checkbox-wrap .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.contactinfo .infobox:hover {
    border: 1px solid var(--yellow-color)
}
.forminfo {
    position: relative;
    z-index: 1;
    /* Keeps content above the shadow box */
    padding: 20px 0;
    /* Apply padding to the actual section */
}
.forminfo::after {
    position: absolute;
    content: '';
    width: calc(100% - 228px);
    height: calc(100% + 80px);
    background: white;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
    top: -40px;
    right: 0;
    z-index: -1;
    border-radius: 8px;
}
.forminfo .information {
    background-image: url('../images/forminfobg.jpeg');
    padding: 60px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 432px;
    height: auto;
    width: 100%;
}
.forminfo .information h4 {
    font-size: 28px;
    line-height: 24px;
    font-weight: 600;
}
.forminfo .information p {
    margin-bottom: 40px;
}
.forminfo .information p:last-child {
    margin-bottom: 0;
}
.forminfo .information .dashed-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 18px;
}
/* Left-side text (CCL#:) */
.forminfo .information .left-text {
    flex-shrink: 0;
}
/* Right-side text (Number + Arrow) */
.forminfo .information .right-text {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.forminfo .information .right-text span {
    font-size: 12px;
}
/* Dashed line in the center */
.forminfo .information .dashed-line {
    flex-grow: 1;
    border-bottom: 2px dashed #a89f9f;
    margin: 0 10px;
}
/* Small arrow styling */
.forminfo .information i {
    font-size: 14px;
    margin-left: 5px;
    color: black;
}
.form-container {
    /* background: white; */
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    padding: 0 60px !important;
}
.form-container h5 {
    font-size: 28px;
    line-height: 24px;
    font-weight: 600;
}
.form-container input[type="text"],
.form-container input[type="email"],
.form-container input[type="tel"],
.form-container input[type="password"],
.form-container textarea {
    border: none;
    background: #E9E9E9;
    height: 56px;
    border-radius: 3px;
    padding: 8px 20px;
}
.form-container input[type="text"]::placeholder,
.form-container input[type="email"]::placeholder,
.form-container input[type="tel"]::placeholder,
.form-container input[type="password"]::placeholder,
.form-container textarea::placeholder {
    color: #222222;
    opacity: 1;
}
.form-container textarea {
    height: 120px;
    resize: none;
}
/* Ensure small checkbox size */
.form-check-input, .wpcf7-checkbox input[type="checkbox"] {
    width: 20px;
    /* Adjust width */
    height: 20px;
    /* Adjust height */
    border: 1px solid #696969;
    /* Optional: Make border visible */
    cursor: pointer;
    border-radius: 0;
}
.wpcf7-checkbox label{
	display:flex;
	align-items:center;
	gap:5px;
	flex-wrap:wrap;
}
.form-check label {
    color: #8B8B8B;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.help {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: black;
    margin: 30px 0;
    text-align: left;
}
/* Optional: Adjust checkbox label spacing */
.form-check-label {
    font-size: 14px;
    margin-left: 6px;
}
.formbuttom {
    display: inline-flex;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    padding: 12px 32px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 80px;
    border: none;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
}
.formbuttom i {
    background: var(--secondary-color) !important;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    margin-right: -12px !important;
    /* Reduced spacing for better alignment */
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
/* Rotate arrow by default */
.formbuttom i {
    transform: rotate(-45deg);
    transition: transform 0.3s ease-in-out;
}
/* Reset rotation on hover */
.formbuttom:hover i {
    transform: rotate(0deg);
}
@media (max-width: 767px) {
    .projects .owl-carousel .owl-stage-outer {
        display: flex;
        justify-content: start;
    }
    .projects .owl-carousel .owl-nav button.disabled {
        display: block !important;
        opacity: 0.5;
    }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: block !important;
    }
    .projects .container .carousel-container {
        padding: 0 30px;
    }
    .projects .owl-carousel .owl-nav button {
        width: 30px;
        height: 30px;
        font-size: 19px;
        top: 10px;
    }
    .projects .owl-carousel .owl-nav button.owl-next {
        right: -34px;
    }
    .projects .owl-carousel .owl-nav button.owl-prev {
        left: -34px;
    }
    /* navbar button */
    /* about head */
    .mainheading {
        font-size: 35px;
        line-height: 40px;
        font-weight: 800;
    }
    /* why about */
    .whydynasel .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .whydynasel .container h2 {
        font-size: 34px;
        line-height: 38px;
    }
    .whydynasel .container p {
        font-size: 22px;
        line-height: 26px;
        padding: 0 10px;
    }
    .numbers {
        /* flex-direction: column; */
        align-items: center;
        padding: 20px 0;
        gap: 30px;
        min-height: auto;
    }
    .num-box {
        min-width: auto;
    }
    .num {
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
    }
    .num-box p {
        font-size: 15px;
        font-weight: 500;
    }
    .num-box:not(:last-child)::after {
        display: none;
        /* Hide the separator on mobile */
    }
    .overview {
        height: 370px;
    }
    .overview .about-content {
        flex: 1;
        padding-right: 0;
    }
    .overview .image-content {
        flex-shrink: 0;
        width: 500px;
        /* Adjust width as needed */
    }
    .aboutnumbers {
        background: linear-gradient(119.61deg, #FFCCD4 0%, #F2EAD9 68.12%);
    }
    .aboutnumbers .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about2ndimg {
        margin-top: 0;
    }
    .stampimg {
        position: absolute;
        top: -33px;
        right: 5px;
        transform: translateX(-50%);
        z-index: 10;
    }
    .stampimg img {
        width: 70px !important;
        height: 70px !important;
    }
    /* projects */
    .projects .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .projects p {
        font-size: 14px;
        border: 1px solid black;
        padding: 5px 10px;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 80px;
        margin-bottom: 10px;
    }
    .projects h2 {
        font-size: 35px !important;
        line-height: 38px;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 992px) {
    /* navbar */
    .overview .container h2 {
        font-size: 35px;
        line-height: 38px;
    }
    .construction .rowinfo {
        margin-bottom: 30px !important;
    }
    /* projects */
    .projects .container .carousel-container .item {
        /* white-space: wrap; */
        margin-bottom: 0;
    }
    /* gemrnal facilities */
    .GeneralFacilitiesMaintenance .container {
        padding: 10px 0;
    }
    .GeneralFacilitiesMaintenance .container p {
        padding-right: 0;
    }
    .GeneralFacilitiesMaintenance .row {
        text-align: center;
    }
    .GeneralFacilitiesMaintenance h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px !important;
    }
    .GeneralFacilitiesMaintenance .col-md-12 {
        margin-bottom: 20px;
    }
    /* construction */
    .construction .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .construction h2 {
        font-size: 35px !important;
        line-height: 38px !important;
        margin-bottom: 30px !important;
    }
    .construction .row {
        margin: 0;
    }
    .construction .circle-number {
        display: none;
    }
    .imgbox .arrows {
        display: none;
    }
    .text-box {
        padding-top: 20px !important;
    }
    .text-box h3 {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 10px !important;
    }
    .text-box p {
        font-size: 18px !important;
        line-height: 22px !important;
        margin-bottom: 15px !important;
    }
    /* .construction .row:nth-child(odd) {
        flex-direction: row-reverse;
    } */
    .construction .row:nth-child(even) .imgbox {
        justify-content: center;
    }
    .construction .row:nth-child(odd) .imgbox {
        justify-content: center;
    }
    /* contact  */
    .contactform .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .contactform h2 {
        font-size: 35px !important;
        line-height: 38px;
    }
    .contactinfo .infobox:hover {
        box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.1);
    }
    .contactinfo .infobox h3 {
        font-size: 22px !important;
    }
    .contactinfo .infobox p {
        font-size: 16px !important;
        line-height: 20px;
    }
    .overview .about-content p {
        color: #555855;
        font-size: 18px;
        padding-right: 0;
    }
}
@media (max-width: 1200px) {
    /* about */
    .mainhead img {
        min-height: 300px;
        object-fit: cover;
    }
    .forminfo::after {
        display: none;
    }
}
@media (max-width: 1270px) {
    .forminfo {
        padding: 20px 0;
        justify-content: center;
    }
    .forminfo::after {
        display: none;
    }
    .forminfo .information {
        padding: 40px 20px;
        height: 408px;
        margin-left: 0;
        margin: 0 auto;
    }
    .forminfo .information h4 {
        font-size: 24px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 20px !important;
    }
    .forminfo .information p:not(:last-child) {
        margin-bottom: 20px;
    }
    .form-container {
        border-radius: 8px;
        padding: 0 10px !important;
    }
    .form-container h5 {
        font-size: 28px;
        line-height: 24px;
        font-weight: 600;
    }
    /* Apply height only to text-based inputs and textarea */
    .form-container input[type="text"],
    .form-container input[type="email"],
    .form-container input[type="tel"],
    .form-container input[type="password"],
    .form-container textarea {
        border-radius: 0;
    }
    .form-container textarea {
        height: 120px;
        resize: none;
    }
    .form-check label {
        color: #8B8B8B;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }
    .help {
        margin: 10px 0;
    }
    /* Optional: Adjust checkbox label spacing */
    .form-check-label {
        font-size: 14px;
        margin-left: 0;
    }
    .contactinfo {
        gap: 20px;
        margin-bottom: 30px;
    }
}
.tab-pane{font-size: 20px;}
.coulumns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
}
@media (max-width: 992px) {
    .tab-pane{font-size: 16px;}
    .coulumns{
        display: block;
        text-align: center;
    }
}