@charset "UTF-8";

/*

Style   : Style CSS
Version : 1.0
Copyright © All rights Reserved 

*/
html {
    scroll-behavior: smooth;
}

.scrolled .navbar {
    /* background: rgba(0, 0, 0, 0.9);*/
    transition: background 0.3s ease-in-out;
    color: #d6619c;
}

/* Gradient background for entire body */
body {

    color: #444d4d;
    background-color: #ffffff;
    font-family: 'Roboto', 'sans-serif', 'Rubik', 'Segoe UI';
}

a {
    color: #d6619c;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, #d6619c, transparent 25%);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444d4d;
    font-family: 'Raleway', 'sans-serif';
}

/* Navbar  */
.head {
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 85%);
}

.navbar {
    color: #444d4d;
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 95%);
    font-family: 'Poppins', 'sans-serif';
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;

}

.narbar .logo {
    line-height: 1;
}

.narbar .logo img {
    max-height: 36px;
    margin-right: 8px;
}

.narbar .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: #444d4d;
}

.narbar .btn-login,
.narbar .btn-login:focus {
    color: #ffffff;
    background: #d6619c;
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
}

.narbar .btn-login:hover,
.narbar .btn-login:focus:hover {
    color: #ffffff;
    background: color-mix(in srgb, #e38cb7, transparent 15%);
}


.collapse li:hover > a,
.collapse .active,
.collapse .active:focus {
    color: #d6619c;
}

@media (max-width: 991px) {

    .navbar-brand,
    .navbar-toggler {
        display: flex;
        align-items: center;
    }
}

/* Content sections */
section {
    background: #fff;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 20px;
    margin: 0px auto;

}

/* Initial hidden state */
section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* When section is in view */
.visible {
    opacity: 1;
    transform: translateY(0);
}


h2 {
    color: white;
}

.div-title {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.div-title div {
    color: #444d4d;
    margin: 10px 0 0 0;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', 'sans-serif';
    border-bottom: 10px solid transparent;
    padding: 15px;
    border-image: url(../img/underline.jpeg) 20 stretch;
}

.div-title div .description-title {
    color: #d6619c;
}

.hero {
    padding-top: 150px;
    position: relative;
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
    overflow: hidden;
    padding-bottom: 200px;
}

.hero .hero-content h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #444d4d;
}

@media (max-width: 992px) {
    .hero .hero-content h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .hero .hero-content h2 {
        font-size: 2rem;
    }

    hero .hero-content p {
        font-size: 1rem;

    }
}

.hero .hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #444d4d;
}

.hero .hero-content .hero-btns {
    display: flex;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.hero .hero-content .hero-btns .btn {
    padding: 12px 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.hero .hero-content .hero-btns .btn-primary {
    background-color: #d6619c;
    border-color: #d6619c;
    color: #ffffff;
}

.hero .hero-content .hero-btns .btn-primary:hover {
    background-color: color-mix(in srgb, #d6619c, #000 10%);
    border-color: color-mix(in srgb, #d6619c, #000 10%);
}

.hero .hero-content .hero-btns .btn-outline {
    background-color: transparent;
    border: 2px solid #d6619c;
    color: #d6619c;
}

.hero .hero-content .hero-btns .btn-outline:hover {
    background-color: #d6619c;
    color: #d6619c;
}

.hero .hero-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.hero .hero-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.5s ease;
}

.hero .hero-image img:hover {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .hero {
        padding: 120px 0 80px 0;
    }

    .hero .hero-content {
        margin-bottom: 3rem;
        text-align: center;
    }

    .hero .hero-content .hero-btns {
        justify-content: center;
    }


}

.hero-ext {
    position: absolute;
    top: -20px;

    display: flex;
}

/*end of Hero*/
.about {
    padding: 80px 0;
}

.about .about-image {
    position: relative;
    margin-bottom: 30px;
}

.gradient-custom {
    /* fallback for old browsers */
    background: #6a11cb;

    //* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to top, rgba(106, 17, 203, 0.6), rgba(37, 117, 252, 0.6));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to top, rgba(106, 17, 203, 0.6), rgba(37, 117, 252, 0.6))
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

/*card defin*/

.g-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.g-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.g-card:hover .icon-box {
    background-color: #d6619c;
    color: #fff;
}

.g-card .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: color-mix(in srgb, #d6619c, transparent 90%);
    color: #d6619c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.g-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #444d4d;
}

.g-card p {
    margin-bottom: 20px;
    color: #444d4d;
}

.g-card .service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.g-card .service-features li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: #444d4d;
}

.g-card .service-features li i {
    color: #d6619c;
    margin-right: 10px;
    font-size: 1.1rem;
}

.g-card .read-more {
    color: #d6619c;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.g-card .read-more i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.g-card .read-more:hover {
    color: color-mix(in srgb, #d6619c, #000 10%);
}

.g-card .read-more:hover i {
    transform: translateX(5px);
}

.g-card .btn-primary {
    background-color: #d6619c;
    border-color: #d6619c;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.g-card .btn-primary:hover {
    background-color: color-mix(in srgb, #d6619c, #000 10%);
    border-color: color-mix(in srgb, #d6619c, #000 10%);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
    padding: 80px 0;
    overflow: hidden;
}

.contact .contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .contact .contact-info {
        margin-bottom: 40px;
    }
}

.contact .contact-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.contact .contact-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d6619c;
}

.contact .contact-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #444d4d;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.contact .contact-card h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #d6619c;
}

.contact .contact-card p {
    color: #444d4d;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.contact .contact-card .contact-details {
    margin-bottom: 25px;
}

.contact .contact-card .contact-details .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact .contact-card .contact-details .contact-item i {
    color: #d6619c;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 5px;
    flex-shrink: 0;
}

.contact .contact-card .contact-details .contact-item div h4 {
    font-size: 16px;
    font-weight: 600;
    color: #444d4d;
    margin: 0 0 5px;
}

.contact .contact-card .contact-details .contact-item div p {
    font-size: 14px;
    color: #444d4d;
    margin: 0 0 5px;
    line-height: 1.5;
}

.contact .contact-card .contact-details .contact-item div p:last-child {
    margin-bottom: 0;
}

.contact .contact-card .contact-details .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-card .social-links {
    display: flex;
    gap: 12px;
}

.contact .contact-card .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: color-mix(in srgb, #d6619c, transparent 90%);
    color: #d6619c;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact .contact-card .social-links a:hover {
    background-color: #d6619c;
    color: #444d4d;
    transform: translateY(-3px);
}

.contact .contact-form-wrapper {
    background-color: var(--surface-color);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.contact .contact-form-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #d6619c;
}

.contact .contact-form-wrapper .php-email-form .form-group {
    margin-bottom: 15px;
}

.contact .contact-form-wrapper .php-email-form .form-group label {
    font-weight: 500;
    color: #444d4d;
    margin-bottom: 8px;
    font-size: 14px;
    display: block;
}

.contact .contact-form-wrapper .php-email-form .form-group .form-control {
    height: auto;
    border-radius: 8px;
    padding: 12px 20px;
    border: 1px solid color-mix(in srgb, #444d4d, transparent 80%);
    color: var(--default-color);
    background-color: #ffffff;
    font-size: 14px;
}

.contact .contact-form-wrapper .php-email-form .form-group .form-control:focus {
    border-color: #d6619c;
    outline: none;
    box-shadow: none;
}

.contact .contact-form-wrapper .php-email-form .form-group .form-control::placeholder {
    color: color-mix(in srgb, #444d4d, transparent 70%);
}

.contact .contact-form-wrapper .php-email-form .form-group textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact .contact-form-wrapper .php-email-form .form-check {
    margin-bottom: 20px;
}

.contact .contact-form-wrapper .php-email-form .form-check .form-check-input {
    margin-top: 0.3em;
}

.contact .contact-form-wrapper .php-email-form .form-check .form-check-input:checked {
    background-color: #d6619c;
    border-color: #d6619c;
}

.contact .contact-form-wrapper .php-email-form .form-check .form-check-input:focus {
    box-shadow: none;
    border-color: color-mix(in srgb, #d6619c, transparent 50%);
}

.contact .contact-form-wrapper .php-email-form .form-check .form-check-label {
    color: var(--default-color);
    font-size: 14px;
    padding-left: 5px;
}

.contact .contact-form-wrapper button {
    background-color: #d6619c;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact .contact-form-wrapper button:hover {
    background-color: color-mix(in srgb, #d6619c, transparent 20%);
    transform: translateY(-3px);
}

@media (max-width: 992px) {

    .contact .contact-card,
    .contact .newsletter-card,
    .contact .contact-form-wrapper {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .contact {
        padding: 60px 0;
    }

    .contact .contact-card h3 {
        font-size: 20px;
    }

    .contact .newsletter-card h3 {
        font-size: 18px;
    }
}

.footer {
    color: #444d4d;
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
    overflow: hidden;
    font-size: 14px;
    padding: 40px 0 0 0;
    position: relative;

}

footer a {
    text-decoration: none;
    color: #444d4d;
    /* Copper Accent */
}

footer a:hover {
    color: #d6619c;
    /* Brighter Copper */
}
.footer .icon {
  color:#444d4d;
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}
.footer h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, #fff, transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, #444d4d, transparent 50%);
 
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #d6619c;
  border-color: #d6619c;
}
