/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.back-to-top:hover {
    background-color: #1842b6;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 7s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
    margin: 4px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
    margin: 4px;
}

.carousel-content-btn1{
    color: white;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 768px) {
    .carousel-caption .carousel-content a button.carousel-content-btn1,
    .carousel-caption .carousel-content a button.carousel-content-btn2 {
        padding: 8px 16px;
        font-size: 14px;
        margin: 3px;
    }
}

@media (max-width: 576px) {
    .carousel-caption .carousel-content a button.carousel-content-btn1,
    .carousel-caption .carousel-content a button.carousel-content-btn2 {
        padding: 6px 12px;
        font-size: 12px;
        margin: 2px;
    }
}

@media (max-width: 768px) {
    #carouselId .carousel-indicators li {
        display: none;
    }
}

@media (max-width: 576px) {
    #carouselId .carousel-indicators li {
        display: none;
    }
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 80px;
        height: 50px;
    }

    .carousel-control-prev {
        top: 50%;
        transform: translateY(-50%);
        /* left: 10px; */
    }

    .carousel-control-next {
        top: 50%;
        transform: translateY(-50%);
        /* right: 10px; */
    }
}

@media (max-width: 576px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 60px;
        height: 40px;
    }

    .carousel-control-prev {
        top: 50%;
        transform: translateY(-50%);
        /* left: 5px; */
    }

    .carousel-control-next {
        top: 50%;
        transform: translateY(-50%);
        /* right: 5px; */
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

/* .services{
    background-color: #f2f2f2;
} */

.our-service-main-section {
    /* background-color: #f2f2f2; */
    padding: 100px;
    width: 100%;
}

.our-service-main-section .our-service-heading-top {
    font-size: 50px;
    text-transform: uppercase;
    padding-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.our-service-section {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.our-service-card {
    /* background-color: white; */
    padding: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-position 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Initial shadow */
    /* box-shadow: 0 0 60px rgba(0, 0, 0, .2); */
    /* box-shadow: rgba(12, 30, 52, 0.2) 0px 8px 24px; */
}

.our-service-card:hover {
    /* box-shadow: 0 0 60px rgba(0, 0, 0, .2); */
    transform: scale(1.05); /* Zoom in */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.our-service-img-div {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.our-service-img-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out .2s;
}

.our-service-img-div img:hover {
    transform: scale(1.1);
}

.our-service-content-div {
    padding: 10px;
}

.our-service-content-div .our-service-heading {
    font-size: 20px;
    padding: 10px 0px;
    line-height: normal;
    font-weight: 600;
}

.our-service-content-div .our-service-content {
    font-size: 14px;
    color: black;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    min-height: 120px;
}

@media only screen and (max-width: 767px) {
    .our-service-main-section {
        padding: 50px 20px;
    }

    .our-service-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .our-service-main-section {
        padding: 50px 30px;
    }

    .our-service-section {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

/* Default styles for icon and heading */
.feature-box i{
    color: #26d48c;
    transition: color 0.3s ease; /* Smooth color transition */
}

/* Hover effect when hovering over the feature box */
.feature-box:hover i{
    /* color: #1842b6; */
}

/*** Services End ***/


/*** Project Start ***/

.project-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.project-link .cta-text {
    display: block;
    margin-top: 5px;
    color: white; /* CTA text color */
    font-weight: bold;
    transition: color 0.3s ease;
}

.project-link:hover .cta-text {
    color: #26d48c; /* Change color on hover */
}

/* Optional: Add underline on hover */
.project-link:hover h4,
.project-link:hover p {
    text-decoration: none;
}

/* General Styles */
.myimglist .carousel-item {
    position: relative;
    padding: 15px;
    height: 100%; /* Adjust the height as needed */
    overflow: hidden;
}

.myimglist .carousel-item img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover; /* Ensures the image covers the entire area */
    border-radius: 10px;
}

.myimglist .carousel-item::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: transparent;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.myimglist .carousel-item::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .myimglist .carousel-item {
        padding: 10px; /* Reduce padding on smaller screens */
    }

    .myimglist .carousel-item img {
        max-height: 300px; /* Reduce max height for smaller screens */
    }

    .myimglist .carousel-item::before,
    .myimglist .carousel-item::after {
        width: 100px; /* Adjust the size of pseudo-elements */
        height: 100px;
    }
}

@media (max-width: 576px) {
    .myimglist .carousel-item {
        padding: 5px; /* Further reduce padding for very small screens */
    }

    .myimglist .carousel-item img {
        max-height: 200px; /* Further reduce max height for smaller screens */
    }

    .myimglist .carousel-item::before,
    .myimglist .carousel-item::after {
        width: 75px; /* Further adjust the size of pseudo-elements */
        height: 75px;
    }
}

/* General Styles */
.myimglist .carousel-item {
    position: relative;
    padding: 15px;
    height: auto; /* Adjust height dynamically */
    overflow: hidden;
    text-align: center; /* Center the image */
}

.myimglist .carousel-item img {
    max-width: 100%;
    height: auto; /* Ensure image maintains its aspect ratio */
    object-fit: contain; /* Show the entire image without cropping */
    border-radius: 10px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .myimglist .carousel-item {
        padding: 10px; /* Adjust padding for smaller screens */
    }

    .myimglist .carousel-item img {
        max-width: 100%;
        height: auto; /* Maintain aspect ratio for smaller screens */
    }
}

@media (max-width: 576px) {
    .myimglist .carousel-item {
        padding: 5px; /* Further reduce padding for very small screens */
    }

    .myimglist .carousel-item img {
        max-width: 100%;
        height: auto; /* Maintain aspect ratio */
    }
}



.project-img {
    position: relative;
    padding: 15px;
    height: 300px; /* Adjust the height as needed */
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire area */
    border-radius: 10px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/* Media queries for responsive design */
@media (max-width: 768px) {
    .project-img {
        height: 200px; /* Adjust the height for smaller screens */
    }
}

@media (max-width: 576px) {
    .project-img {
        height: 300px; /* Adjust the height for even smaller screens */
    }
}

/*** Project End ***/


/*** Blog Start ***/

.text-muted {
    font-size: 1.2em;
    font-style: italic;
    color: #6c757d; /* Bootstrap's muted text color */
}

.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/* Adjustments for smaller screens */
@media (max-width: 991.98px) {
    .contact-detail .row {
        flex-wrap: wrap;
    }
    .contact-detail .col-md-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .contact-detail .contact-map,
    .contact-detail .contact-form {
        margin-top: 20px; /* Adjust spacing between map and form */
    }
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/

/*** About Us - Vision-Mission Start ***/

.circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px; /* Reduced gap */
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.circle-bg {
    background: var(--bs-secondary);
    color: #fff;
    border-radius: 50%;
    padding: 20px; /* Adjust padding to fit content */
    text-align: center;
    width: 300px; /* Adjust size */
    height: 300px; /* Adjust size */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Added box shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth zoom and shadow transition */
}

.circle-bg:hover {
    transform: scale(1.1); /* Zoom effect on hover */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); /* Increased shadow on hover */
}

.circle-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px; /* Ensure text fits well inside the circle */
    animation: fadeIn 1s ease-in-out; /* Animation effect */
}

/* Keyframe animation for a subtle fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .circle-container {
        flex-direction: column; /* Stack circles vertically on small screens */
        gap: 30px; /* Adjust gap for stacked circles */
        padding-top: 0; /* Remove any additional padding on top */
        margin-top: 0; /* Remove any margin on top */
        margin-top: -30%;
        margin-bottom: -20%;
    }
    .circle-bg {
        width: 250px; /* Adjust size for smaller screens */
        height: 250px; /* Adjust size for smaller screens */
        margin-top: 0; /* Reduce top margin */
        padding: 10px; /* Adjust padding to fit content better on small screens */
    }
}

/*** About Us - Vision-Mission End ***/

.hover-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-position 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Initial shadow */
    background: linear-gradient(to right, var(--bs-primary) 50%, white 50%);
    border: none;
    background-size: 200% 100%;
    background-position: right bottom; /* Initial background position */
}

.hover-card:hover {
    /* transform: translateX(-10px); Move left on hover */
    transform: scale(1.03); /* Zoom in */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
    background-position: left bottom; /* Transition background to fill from right to left */
    color: white;
}

@keyframes slideInLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.card-body {
    animation: slideInLeft 0.5s ease-in-out; /* Slide in from the right on load */
}

.hover-card .web-design, .hover-card .web-development, .hover-card .bulk-sms{

    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    min-height: 100px;

}

/* Styles for mobile devices */
@media (max-width: 767px) {
    .hover-card .web-development {
        font-size: 16px; /* Adjust font size for smaller screens */
        -webkit-line-clamp: 6; /* Reduce the number of lines to fit smaller screens */
        min-height: 160px; /* Adjust minimum height for better fit */
    }
}


/* Style for the Get Quote Button */
.get-quote-btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .get-quote-btn:hover {
    background-color: #45a049;
  }
  
  /* Popup container - hidden by default */
  .popup-container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
  }
  
  /* Popup content */
  .popup-content {
    background-color: white;
    margin: 10% auto;
    padding: 15px; /* Reduced padding */
    border-radius: 10px;
    width: 35%;  /* Reduced width */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    max-width: 500px;  /* Max width to prevent overflow on larger screens */
    position: relative; /* Make sure the close button is positioned relative */
  }
  
  .popup-content h2 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  
  /* Close Button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px; /* Reduced size */
    cursor: pointer;
  }
  
  /* Form Styles */
  input[type=text], input[type=email], input[type=tel], select, textarea {
    width: 100%;
    padding: 8px; /* Reduced padding */
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px; /* Reduced font size */
  }
  
  textarea {
    resize: vertical;
    height: 80px; /* Reduced height */
  }
  
  /* Submit Button */
  .submit-btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px; /* Reduced padding */
    border: none;
    cursor: pointer;
    font-size: 14px;
  }
  
  .submit-btn:hover {
    background-color: #45a049;
  }
  
  /* Responsive Design for Mobile */
  @media screen and (max-width: 768px) {
    .popup-content {
      width: 90%; /* Full width for smaller screens */
    }
    
    .submit-btn {
      width: 100%; /* Make the submit button full width on mobile */
    }
  }
  
  