/* Global styles */
body {
    font-family:"Ubuntu", sans-serif;; /* Global font family */
}
.rect {
    position: relative;
    /* height: 00%; */
    text-align: left;
    
}

.rect img {
    width: 100%;
    max-height: 300px;
    /* min-height: 200px; */
}

.rect .less-than-symbol {
    display: inline-block;
    vertical-align: middle; /* Align the symbol with the text */
    margin: 0 5px; /* Adjust spacing between Home and Blogs */
    width: 16px; /* Adjust the width to make it smaller */
    height: auto; /* Maintain aspect ratio */
}

.rect h2 {
    position: absolute; 
    top: 60%;
    /* left: 100px; */
    transform: translateY(-50%);
    margin: 0;
    font-size: 2rem;
    color: white;
    font-family: "Ubuntu", sans-serif;
}

.rect p {
    /* margin-left: 100px; Align with h2 */
    font-size: 1rem;
    margin-top: 10px; /* Space between h2 and p */
    color: white;
    font-family: "Ubuntu", sans-serif;
    position: absolute; /* Keep p absolutely positioned */
    top: 65%; /* Position below h2 (adjust +30px for desired spacing) */
}

.rect p span {
    color: white; /* Teal color for the span */
}

@media (max-width: 768px) {
    
    
    .rect h2 {
        padding-top: 10px;
        top: 60%;
        font-size: 1.5rem;
    }

    .rect p {
        top: calc(50% + 30px);
        font-size: 0.9rem;
    }
}


@media (max-width: 480px) {
    

    .rect h2 {
        padding-top: 10px;
        top: 70%;
        font-size: 1.2rem; /* Smaller font for mobile devices */
    }

    
    .rect p {
        top: calc(50% + 30px);
        font-size: 0.8rem; /* Smaller text for mobile */
    }
}
.part1 .left{
    z-index: 1;

}
.part1 .row .left-bottom{
    position: absolute;
    top: 35%; 
    bottom: 0; 
    left: 6.5%; 
    height: 500px;
    width: 500px;

}
.part1 .left{
    position: relative;
}

/* PART1 CSS */
.part1 .left h1 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px; /* Add spacing below the heading */
}

.m-textarea {
    width: 100%; /* Make width responsive */
    height: 121px;
    resize: vertical;
    padding: 10px; /* Add some padding inside the textarea */
    border: 1px solid #ccc; /* Add a border */
    border-radius: 4px; /* Round corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
    font-size: 16px; /* Font size */
    z-index: 1; /* Not usually necessary for textareas */
    transition: border-color 0.3s ease; /* Smooth transition for border */
}


.part1 .left p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px; /* Add spacing below the paragraph */
}

/* Style for the button */
.btn-container .btn-outline-primary {
    justify-content: left;
    color: #008080;
    border-color: #008080;
    padding: 10px 20px;
    border-radius: 7px;
    width: 148px;
    height: 56px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 20px;
    font-weight: 500px;

}


.btn-container .btn-outline-primary:hover {
    background-color: #008080;
    color: white;
}

.contact-info {
    background-color: #cce6e6;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.part1 .right p{
    font-size: 14px;
    font-family: "Poppins", serif;
}

.grid-container2 {
    height: auto;
    display: grid;
    grid-template-columns: auto 1fr; /* Image takes auto width, text takes the remaining space */
    align-items: center; /* Align image and text vertically */
    gap: 10px; /* Gap between the image and text */
    background-color: #fff;
    padding: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto 1fr; /* Image takes auto width, text takes the remaining space */
    align-items: center; /* Align image and text vertically */
    gap: 10px; /* Gap between the image and text */
    background-color: #fff;
    padding: 10px;
}

.icon {
    width: 40px;
    height: 40px;
}

.grid-container p {
    font-size: 0.95rem;
    color: #333;
}

strong {
    font-weight: bold;
    color: #000;
}
.part1 .right{
    z-index: 1;
}
.part1 .right {
    background-color: white;
    border-radius: 20px;
}

.part1 .right .contact-section h2 {
    font-size: 32px;
    font-weight: 700;
}

.part1 .right .contact-card .grid-container2 img {
    height: 12px;
    width: 12px;
}

.part1 .right .contact-card .grid-container2 h3 {
    font-size: 18px;
    font-weight: 500;
    padding-right: 2px;
}

.part1 .right .contact-card .contact-section img {
    height: 37.65px;
    width: 37.65px;
}

.part1 .right .contact-card .contact-section .grid-container p {
    font-size: 14.82px;
    font-weight: 400;
}

.part1 .right .contact-card .contact-section .grid-container p strong {
    font-size: 13.18px;
    font-weight: 400;
}

/* Responsive Styles */
@media (max-width: 1400px){
    .part1 .row .left-bottom{
        position: absolute;
        top: 56%;
        left: 2.9%;

    }
}
@media (max-width: 1200px){
    .part1 .left .left-bottom{
        position: relative;
        top:79%;
        right: 13%;
    }


}
@media (max-width: 992px) { /* Medium screens */
    .part1 .left h1 {
        font-size: 36px; /* Smaller font size */
    }

    .part1 .left p {
        font-size: 18px; /* Smaller paragraph font size */
    }

    .fixed-textarea {
        height: 100px; /* Adjust height for smaller screens */
    }
}
@media (max-width: 777px){
    .part1 .row .left-bottom{
        position: absolute;
        top: 50%;
        
    }
}
@media (max-width: 768px) { /* Small screens */
    .part1 .row {
        flex-direction: column; /* Stack columns vertically */
    }

    .part1 .left, .part1 .right {
        width: 100%; /* Full width for both sections */
    }

    .contact-info {
        margin-bottom: 20px; /* Space between contact info and form */
    }

    .btn-control {
        text-align: center; /* Center button on small screens */
    }

    .fixed-textarea {
        height: 80px; /* Further adjust height */
    }
}
@media (max-width: 768px) {
    .left-bottom {
        width: 30%; /* Adjust for smaller screens */
    }
}

@media (max-width: 480px) {
    .left-bottom {
        position: relative;
        width: 40%; /* Further adjust for very small screens */
    }
    .formreachout .form-group{
        padding-bottom: 10px !important;
    }
    .part1 .left{
        padding-right: 12px !important;
    }
    .part1 .contact-info .row .left .formreachout .form-group{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .part1 .contact-info .left .phone-link{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .part2 .row {
        padding-left: 0px !important;
    }
    .btn-container .btn-outline-primary{
        padding: 5px !important;
        font-size: 17px;
        height: 40px !important;
        width: 100px;
    }
    .btn-container{
        text-align: center;
        margin-bottom: 30px !important;
    }

    .right h2{
        font-size: 25px !important;
    }
    .part2 {
        /* text-align: center; */
        
    }
    .part2 h3{
        padding-top: 10px !important;
    }
    .part2 .left{
        padding-bottom: 20px !important;
        padding-right: 0px !important;
        width: 280px !important;
    }
    .part2 .middle1{
        padding-bottom: 20px !important;
        padding-right: 0px !important;
        width: 280px !important;
    }
    .part2 .middle2{
        padding-bottom: 20px !important;
        padding-right: 0px !important;
        width: 280px !important;
    }
    .part2 .right{
        padding-right: 0px !important;
        width: 280px !important;
    }
    .part1{
        padding: 20px !important;
    }
    .part1 .contact-info .row{
        padding: 10px;
    }
    .part2 .row .left img{
        width: 40px;
        height: 40px;
    }
    .part2 .row .left h3{
        font-size: 15px;
    }
    .part2 .row .left p{
        font-size: 15px !important;
    }
    .part2 .row .middle1 img{
        width: 40px;
        height: 40px;
    }
    .part2 .row .middle1 h3{
        font-size: 15px;
    }
    .part2 .row .middle1 p{
        font-size: 15px !important;
    }
    .part2 .row .middle2 img{
        width: 40px;
        height: 40px;
    }
    .part2 .row .middle2 h3{
        font-size: 15px;
    }
    .part2 .row .middle2 p{
        font-size: 15px !important;
    }
    .part2 .row .right img{
        width: 40px;
        height: 40px;
    }
    .part2 .row .right h3{
        font-size: 15px;
    }
    .part2 .row .right p{
        font-size: 15px !important;
    }
    .part1 .contact-info .row {
        padding: 20px !important;
    }


}

@media (max-width: 576px) { /* Extra small screens */
    .part1 .left h1 {
        font-size: 28px; /* Even smaller heading */
    }

    .part1 .left p {
        font-size: 16px; /* Smaller paragraph font size */
    }

    .fixed-textarea {
        height: 60px; /* Further adjust height */
    }

    .grid-container p {
        font-size: 0.85rem; /* Smaller font for grid items */
    }

    .icon {
        width: 30px; /* Smaller icon size */
        height: 30px;
    }
}
/* PART 2 */
.part2{
    margin-top: 100px;
}

.part2 h3{
    font-size: 25px;
    font-weight: 500;
    font-family: system-ui, Ubuntu, sans-serif;
    padding-top: 30px;
}
.part2 p{
    font-size: 16px;
    font-weight: 400;
    font-family: system-ui, Ubuntu, sans-serif;
}
.part2 .row .p2-heading-image{
    width: 72.8px;
    height: 72px;


}
.form-select {
    color: #595c5f; /* Default text color */
}

.form-select:focus {
    color: #595c5f; /* Text color on focus */
}

.form-select option {
    color: #595c5f; /* Color of options */
}
