/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. About us
    04. Services
    05. Some Facts
    06. Portfolio
    07. Testimonials
    08. Blog
    09. Contact
    10. Footer
*/

body {
    font-family: 'Muli', sans-serif;
}

/* ==========================
   [01]. Navbar
========================== */
.navbar {
    background: #2b2c2c !important;
    padding: 25px 0;
}

.navbar .nav-item {
    font-size: 14px;
    font-weight: 600;
    margin: 0 20px;
}

.navbar .nav-item .nav-link {
    color: #7d8792;
}

.navbar .nav-item .nav-link:hover {
    color: #ffffff;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 25px;
    background:#212222;
}

.navbar .navbar-nav .dropdown span {
    font-size: 10px;
    margin-left: 3px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a:hover {
    background: #0dafe0;
}

/* ==========================
   [08]. Blog
========================== */

.blog {
    padding: 170px 0 100px 0;
    background: #2d2e2e;
}

.blog h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0dafe0;
    margin-bottom: 60px;
}

.blog .box {
    border-radius: 10px;
    background: #212222;
    margin-bottom: 30px;
}

.blog .box .image {
    position: relative;
}

.blog .box .image img {
    width: 100%;
}

.blog .box .image a {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 5px 20px;
    color: #ffffff;
    background: #0dafe0;
    border-radius: 35px;
    font-size: 13px;
    text-decoration: none;
}

.blog .box .text {
    padding: 25px;
}

.blog .box h3 a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #eee;
    margin-bottom: 25px;
    margin-top: 30px;
    text-decoration: none;
}

.blog .box h4 {
    font-size: 13px;
    font-weight: 300;
    color: #0dafe0;
    margin-bottom: 20px;
    margin-top: 10px;
}

.blog .box p {
    font-size: 14px;
    font-weight: 400;
    color: #bdbfc0;
    line-height: 26px;
}


/* ==========================
   [09]. Contact
========================== */

.contact {
    padding: 0 0 130px 0;
    background: #2d2e2e;
}

.contact h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0dafe0;
    margin-bottom: 60px;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #fcf2f2;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #0dafe0;
    color: #ffffff;
}
.contact .info {
    padding-left: 40px;
}

.contact .info span {
    font-size: 20px;
    color: #0dafe0;
}

.contact .info p {
    font-size: 14px;
    margin: 10px 0 20px 0;
    color: #eee;
}


/* ==========================
   [10]. Footer
========================== */
.footer {
    padding: 40px 0;
    background: #242527;
}

 .footer .social-icons span{
    color: #0dafe0;
    padding: 0 5px;
}

.footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    margin-top: 15px;
}


/* ==========================
   [11]. Media
========================== */
/*Small devices (landscape phones, 576px and up) */
@media (max-width: 575.99px) {

    .blog .box {
        margin-bottom: 30px;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .blog .box {
        margin-bottom: 30px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .blog .box {
        margin-bottom: 30px;
    }
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* =========== NAVBAR MENU: Large, Turquoise, Accessible =========== */
.navbar .navbar-nav .nav-link {
    font-size: 1.3em !important;
    font-weight: 700 !important;
    color: #1dcaff !important;        /* Bright turquoise */
    letter-spacing: 0.5px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    transition: color 0.2s, border-bottom-color 0.2s;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-item.active .nav-link {
    color: #a56ab7 !important;        /* Purple on hover/active */
    border-bottom: 2px solid #a56ab7 !important;
}

/* =========== NAVBAR LOGO: Triple-Color Circular Rim =========== */
.navbar-brand img {
    border: 5px solid;
    border-radius: 50%;
    border-image: conic-gradient(
        #1dcaff 0% 34%,     /* Turquoise */
        #a56ab7 34% 67%,    /* Purple */
        #e859c8 67% 100%    /* Pink */
    ) 1;
    background: #181924;
    padding: 6px;
    width: 56px;
    height: 56px;
    object-fit: cover;
    box-shadow: 0 2px 18px #1dcaff55;
    transition: box-shadow 0.2s, filter 0.2s, border-color 0.2s;
}
.navbar-brand img:hover, .navbar-brand img:focus {
    filter: brightness(1.08) drop-shadow(0 0 12px #e859c8cc);
}

/* =========== SITE-WIDE LINKS: Turquoise with Purple Hover =========== */
a {
    color: #1dcaff !important;        /* Bright turquoise */
    transition: color 0.2s, border-bottom-color 0.2s;
}
a:hover, a:focus {
    color: #a56ab7 !important;        /* Purple */
    text-decoration: underline !important;
    border-bottom: 2px solid #a56ab7 !important;
}

/* =========== TEXT SIZES & COLORS FOR ACCESSIBILITY =========== */
body, .blog .box p, .contact .info p, .footer p {
    color: #f7f8fa !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
}
h1, h2 {
    color: #1dcaff !important;        /* Turquoise headings */
    font-size: 2.1rem !important;
    font-weight: 800 !important;
}
h3, h4 {
    color: #a56ab7 !important;        /* Purple headings */
}
p {
    font-size: 17px !important;
    color: #f7f8fa !important;
    line-height: 1.7 !important;
}

/* =========== BUTTONS: Turquoise, Purple, Pink Gradient on Hover =========== */
button, .btn, .contact button.btn {
    background: linear-gradient(90deg, #1dcaff 0%, #a56ab7 60%, #e859c8 100%);
    color: #fff !important;
    font-weight: 700;
    border: none !important;
    border-radius: 8px !important;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 12px #1dcaff22;
}
button:hover, .btn:hover, .contact button.btn:hover {
    background: linear-gradient(90deg, #e859c8 0%, #a56ab7 40%, #1dcaff 100%);
    color: #181924 !important;
    box-shadow: 0 2px 16px #e859c844;
}

/* =========== INPUTS: Accessible & On-Brand =========== */
input, textarea, select {
    color: #181924 !important;
    background: #f8fafc !important;
    border: 1.5px solid #a56ab7 !important;
    border-radius: 7px;
    font-size: 1rem;
    padding: 12px;
    transition: border-color 0.2s;
}
input:focus, textarea:focus, select:focus {
    border-color: #e859c8 !important;
    outline: none !important;
}

/* =========== FOOTER: Turquoise & Purple Accents =========== */
.footer {
    background: #23334d !important;
}
.footer p {
    color: #f7faff !important;
    font-size: 17px !important;
}
.footer .social-icons span {
    color: #1dcaff !important;
    font-size: 1.5em !important;
    margin: 0 8px;
    transition: color 0.2s;
}
.footer .social-icons span:hover {
    color: #e859c8 !important;
}

/* =========== BLOG BOXES: Gentle Purple-Blue Gradient =========== */
.blog .box {
    background: linear-gradient(120deg, #21243c 70%, #a56ab7 100%) !important;
    border: 1.5px solid #e859c855 !important;
}
.logo-rim {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 0;
    background: conic-gradient(
        #1dcaff 0% 34%,     /* Turquoise */
        #a56ab7 34% 67%,    /* Purple */
        #e859c8 67% 100%    /* Pink */
    );
    /* Rim thickness: inner circle is smaller */
    position: relative;
    box-shadow: 0 4px 24px #1dcaff44;
    transition: box-shadow 0.2s;
}

.logo-rim img {
    position: absolute;
    top: 50%; left: 50%;
    width: 180px;       /* Adjust for desired rim thickness (smaller than parent) */
    height: 180px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #181924;
    object-fit: cover;
    box-shadow: 0 0 0 transparent;
}
.logo-rim:hover,
.logo-rim:focus {
    box-shadow: 0 6px 32px #e859c888;
}