/* Custom styles for WebCanny Landing Page */
body {
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.6;
    padding-top: 0;
    font-size: 17px;
}

* {
    font-family: "Open Sans", sans-serif !important;
}

.fa,
.fas,
.far,
.fal,
.fab,
.fad,
.fa-solid,
.fa-regular,
.fa-light,
.fa-brands,
.fa-duotone {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "FontAwesome", sans-serif !important;
    font-weight: 900;
}

/* Header Styles */
header {
    background-color: #fff;
    padding: 15px 0;
}

.logo img {
    max-height: 50px;
}

.header {
    background-color: #f6f7f7;
}

.phone-number a:hover {
    color: #b1c94e !important;
}

.phone-number a,
.phone-number i {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

/* Navbar Styles */
.navbar {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.98) !important;
    margin-top: 0;
}

.navbar .nav-link {
    color: #333 !important;
    font-weight: 600;
    padding: 1rem !important;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #b1c94e !important;
}

/* Navigation Styles */
.navbar {
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
}

.navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.nav-link {
    padding: 1rem !important;
    color: #333 !important;
    font-weight: 600;
}

.nav-link.active {
    color: #8cc63f !important;
}

.phone-number {
    text-align: right;
}

/* Hero Section Styles */
/* .hero {
    background-color: rgb(87 120 125 / 54%);
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
} */
.hero {
    background-color: rgba(50, 65, 85, 0.3);
    background-blend-mode: overlay;
    width: 100%;
}

.hero-content {
    width: calc(66.0748% - (0.339252336449 * 30px));
}

.hero-content h5 {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    text-transform: inherit;
    font-size: 23px;
}

.hero-form {
    width: calc(33.9252% - (0.660747663551 * 30px))
}

.hero-content h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
    font-size: 40px;
    text-shadow: 1px 2px 10px #555;
}

.bg-form {
    background-color: rgba(0, 0, 0, .25);
}

.hero-card {
    border-radius: 0 !important;
    width: 80%;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.hero .card {
    border-radius: 10px;
}

/* Portfolio Section Styles */
.portfolio {
    background-color: #e5eaf4;
}

.portfolio-item {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.portfolio-item:hover {
    opacity: 0.7;
}

.portfolio-item img {
    object-fit: cover;
}

.portfolio-caption {
    border-top: 1px solid #eee;
}

/* Footer Styles */
footer {
    background-color: #40454b;
}

.copyright-container {
    background-color: #34393f;
}

.text-orange {
    color: #E7711B !important;
}

.text-silver {
    color: #9fa4a9;
}

footer h5 {
    color: #8cc63f;
    font-weight: 600;
}

footer .list-unstyled li a {
    transition: color 0.3s ease;
}

.list-unstyled li {
    font-size: 17px;
}

footer .list-unstyled li a:hover {
    color: #8cc63f !important;
}

footer .social-icons a {
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #8cc63f !important;
}

footer .text-warning {
    color: #ffc107 !important;
}

/* Content Section Styles */
.content-text h2 {
    color: #333;
    font-weight: bold;
}

.content-text {
    font-size: 18px !important;
}

.btn-success {
    background-color: #8cc63f;
    border-color: #8cc63f;
    padding: 0.75rem;
    font-weight: bold;
}

.btn-gray-hover:hover {
    background-color: gray;
}

.btn-success:hover {
    background-color: #7ab32f;
    border-color: #7ab32f;
}

.btn-enquirenow:hover {
    opacity: 0.8;
}

/* Form Styles */
.form-control {
    padding: 0.75rem;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #8cc63f;
    box-shadow: 0 0 0 0.25rem rgba(140, 198, 63, 0.25);
}

/* Web Design Packages Styles */
.packages {
    padding: 4rem 0;
}

.packages .card {
    border: 1px solid #e9e9e9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.packages .card-header {
    text-align: center;
    border-bottom: none;
}

.packages .price {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0;
}

.packages .card-body {
    padding: 2rem 1.5rem;
}

.packages .list-unstyled li {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #9fa4a9;
}

.packages .list-unstyled li:last-child {
    border-bottom: none;
}

.packages .btn-success {
    width: 100%;
    margin-top: 1rem;
}

.plan-name {
    font-size: 20px;
}

a.testimonial-link:hover {
    text-decoration: underline !important;
}

a.link:hover {
    text-decoration: underline !important;
}

.border-top-lime {
    border-top: 2px solid #b0ca36;
    border-bottom: 0 !important;
}

.border-top-lime-3 {
    border-top: 3px solid #b0ca36;
    border-bottom: 0 !important;
}

.goto-top-btn {
    left: 50%;
    z-index: 5;
    top: -26px;
    cursor: pointer;
}

/* Easy Steps Section Styles */
.easy-steps {
    background-color: #2c3e50;
}


.easy-steps-card {
    width: calc(20% - (0.8 * 30px));
}

.easy-steps .icon-container {
    transition: transform 0.3s ease;
}


.easy-steps h5 {
    margin-bottom: 1rem;
}

/* Swiper slider custom styles */
.website-example-slider {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    color: #b1c94e !important;
    display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
}

.swiper-pagination-bullet-active {
    background: #b1c94e !important;
}

.ceo-img {
    max-width: 100%;
    height: auto;
}

.bg-orange {
    background-color: #E7AC44;
}

.bg-lightblue {
    background-color: #3AB0E2;
}

.bg-darkbrown {
    background-color: #E96656;
}

.bg-darkcyan {
    background-color: #27B399;
}

a.bg-orange:hover {
    opacity: 0.7;
}

a.bg-lightblue:hover {
    opacity: 0.7;
}

a.bg-darkbrown:hover {
    opacity: 0.7;
}

a.bg-darkcyan:hover {
    opacity: 0.7;
}

/* Parallax background styling */
.parallax-bg,
.parallax-bg-hero {
    background-image: url('../images/header_bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.parallax-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(50, 65, 85, 0.75);
    z-index: 1;
}

.parallax-bg>* {
    position: relative;
    z-index: 2;
}

.text-lime-500 {
    color: #b0ca36;
}

.bg-lime-500 {
    background-color: #b0ca36;
}

.bg-gray-700 {
    background-color: #374151;
}

.fs-8 {
    font-size: 0.8rem;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.testimonial-content {
    max-height: 200px;
    overflow: auto;
    flex: 1 1 auto;
    font-size: 17px !important;
}

.card.h-100 {
    display: flex;
    flex-direction: column;
}

.card-body {
    display: flex;
    flex-direction: column;
}

.text-cyan-light {
    color: #27B399;
}

.easy-steps .icon-container>i {
    font-size: 48px !important;
    color: #555555;
}

.easy-steps .icon-container {
    display: inline-block;
    padding: 25px;
    border-radius: 50%;
    background-color: white !important;
}

@media (max-width: 425px) {
    .hero-content {
        width: calc(89.0748% - (-1.460748 * 29px));
        margin-top: 30px !important;
    }

    /* img.img-fluid {
        height: 70px !important;
        width: 200px !important;
    } */

    .domain-search-form {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .phone-number {
        text-align: center !important;
    }

    .hero-content {
        width: calc(89.0748% - (-1.460748 * 29px));
        margin-top: 30px !important;
    }

    .parallax-bg,
    .parallax-bg-hero {
        background-attachment: scroll;
    }

    .easy-steps-card {
        width: 100%;
        margin-bottom: 2rem;
    }

    .hero-form {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .hero-content h2 {
        font-size: 2rem;
    }

    .hero-content h5 {
        font-size: 1rem;
    }

    .container {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 576px) {
    .packages .card {
        margin-bottom: 2rem;
    }

    .hero-content {
        margin: auto;
    }

    .domain-search-form {
        width: 100% !important;
    }

    .testimonial-content {
        max-height: 150px;
    }

    .footer .social-icons {
        width: 100% !important;
        text-align: center;
        margin-top: 1rem;
    }

    .copyright-container .container {
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .content-section div.content-container {
        max-width: 1370px !important;
    }

    .about-container {
        max-width: 1370px !important;
        margin: auto;
    }

    .container {
        width: 1170px !important;
    }

    .seo-contact-form {
        display: flex;
        justify-content: end;
        align-items: flex-start;
    }

    .web-enquiry-btn {
        width: 30%;
    }

}

* {
    box-sizing: border-box;
}

.pagination-custom:hover {
    background-color: white;
    color: black !important;
}

.pagination-active:hover {
    background-color: #b3d040;
}

.domains-search-main {
    height: 600px;
}

.domain-search-form {
    background: #fff;
    border: 6px solid #b3f01a;
    border-radius: 4px;
    overflow: hidden;
}

.input-group {
    background: #fff;
}

.domain-prefix {
    background: #fff;
    border: none;
    color: #666;
    font-size: 18px;
    border-right: 1px solid #ddd;
}

.domain-main-input {
    border: none;
    box-shadow: none;
    font-size: 18px;
    height: 50px;
    padding: 12px;
    border-right: 1px solid #b3f01a !important;
    border-left: 1px solid #b3f01a !important;
}

.domain-extension {
    max-width: 120px;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #b3f01a;
    border-radius: 0;
    font-size: 18px;
    padding: 12px;
}

.search-button {
    background: #77a50c;
    border: none;
    border-radius: 0;
    color: black;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 25px;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background: #9ab343;
    color: #fff;
}

@media (max-width: 576px) {
    .domain-extension {
        max-width: 100px;
    }

    .search-button {
        padding: 12px 15px;
    }
}

.domain-search-form {
    margin: 0 auto;
    width: 640px;
    height: 59px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-hover {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0.5rem 1.5rem;
    width: 40px;
}

.nav-item.dropdown {
    position: relative;
}

.nav-link {
    font-weight: 400 !important;
}

.dropdown-item {
    font-weight: 600 !important;
}

.dropdown-hover::after {
    margin-left: -0.5em;
}

.dropdown-item:hover {
    background-color: #686868;
}

.dropdown-item-active {
    background-color: #686868;
}

.border-bottom-gray {
    border-bottom: 1px solid #686868;
}

@media (max-width: 576px) {
    .domain-extension {
        max-width: 100px;
    }

    .search-button {
        padding: 12px 15px;
    }
}

.domain-search-form {
    margin: 0 auto;
    width: 640px;
    height: 59px !important;
}

.free-website-bg {
    background-color: #313d4c54;
}

.package-card {
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-shadow-2 {
    text-shadow: 4px 1px 4px #000;
}

.package-header h3 {
    font-size: 1.5rem;
}

.package-header h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.pricing-packages {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .package-card {
        margin-bottom: 30px;
    }
}

.point-icon {
    font-weight: bold;
    font-size: 16px;
}

.point-icon:hover {
    color: #000 !important;
}

.fs-15px {
    font-size: 15px !important;
}

.share-icons i:hover {
    color: white !important;
}

.font-script {
    color: #b1c94e;
}

/* Modal styling */
#testimonialModal {
    border: 1px solid #dee2e6;
    width: 450px;
    height: 350px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Navigation dots */
.dot {
    height: 8px;
    width: 8px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    margin: 0 3px;
}

.dot.active {
    background-color: #b1c94e;
    /* Bootstrap success color */
}

/* Testimonial slide animation */
.testimonial-slide {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0.4
    }

    to {
        opacity: 1
    }
}

.cursor-pointer {
    cursor: pointer;
}

/* Bootstrap bg-opacity helper */
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}

/* Popup Modal Styles */
#freeWebsitePopup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}

.webcanny-highlight {
    color: #bada55;
    font-weight: bold;
}

#freeWebsitePopup .popup-content {
    position: relative;
    background: #fff url('../images/header_bg.jpg');
    background-attachment: fixed !important;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    max-width: 900px;
    min-height: 350px;
    width: 90%;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.popup-txt {
    font-size: 24px;
    text-shadow: 1px 2px 10px #555;
    line-height: 39px;
    color: white;
}

.popup-head {
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23) !important;
    color: #b0ca36 !important;
    font-family: inherit !important;
    font-size: 40px !important;
    line-height: 36px !important;
}

#freeWebsitePopup #closePopupBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #e0e0e0;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    cursor: pointer;
}

#freeWebsitePopup h2 {
    color: #bada55;
    font-weight: bold;
    margin-bottom: 20px;
}

#freeWebsitePopup p {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

#freeWebsitePopup .btn-offer {
    background-color: #bada55;
    color: #222;
    border: none;
}

@media (max-width: 600px) {
    #freeWebsitePopup .popup-content {
        padding: 20px 10px 20px 10px;
        max-width: 98vw;
    }
}

@media screen and (max-width: 479px) {
    .popup-head {
        text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23) !important;
        color: #b0ca36 !important;
        font-family: inherit !important;
        font-size: 25px !important;
        line-height: 36px !important;
      }
      .popup-txt {
        font-size: 18px;
        text-shadow: 1px 2px 10px #555;
        line-height: 26px;
        color: white;
      }
}