@import url('../../css2');

:root {
    --theme: #00a5db;
    --theme2: #004bb0;
    --gradient: linear-gradient(315deg, #00a5db 0%, #004bb0 74%);
    --gradient2: linear-gradient(90deg, #004bb0 0%, #00a5db 100%);
}

body,
#about,
.font-family {
    font-family: 'Poppins' !important;
}
.w-full.md\:px-\[3vw\].px-5.mx-auto.grid.items-center.grid-cols-1.md\:grid-cols-10.gap-8.md\:gap-5 {
    padding-top: 70px;
    padding-bottom: 50px;
}
.swiper-wrapper {
    padding-bottom: 35px;
}
.mt-6.flex.justify-center.gap-4 {
    flex-wrap: wrap;
}
main.bg-\[url\(assets\/images\/home\/banner-img\.jpg\)\].\!h-fit.bg-center.bg-no-repeat.bg-cover.md\:pt-\[173px\].pt-36.md\:pb-\[500px\].min-h-\[180vh\] {
    min-height: auto;
}
h1.text-\[24px\].md\:text-\[42px\].font-\[600\].text-white.mb-6.leading-\[30px\].md\:\!leading-\[48px\] {
    font-weight: 500;
}
main.bg-\[url\(\/assets\/images\/services\/Ghostwriting-min\.png\)\].\!h-fit.pb-40.md\:pb-0.md\:\!max-h-\[250dvh\].md\:\!bg-center.bg-no-repeat.bg-cover.pt-\[173px\].md\:min-h-\[130vh\].min-h-\[600px\].flex.justify-center.aboutBanner2 {
   padding-top: 280px;
    min-height: auto;
    padding-bottom: 310px;
}
main.bg-\[url\(\/assets\/images\/About\/about-banner-img\.png\)\].\!h-fit.md\:\!max-h-\[250dvh\].md\:\!bg-center.bg-no-repeat.bg-cover.pt-\[173px\].md\:min-h-\[130vh\].min-h-\[600px\].flex.justify-center.aboutBanner {
    min-height: auto;
    padding-bottom: 180px;
}
.md\:pb-\[500px\] {
        padding-bottom: 0 !important;
    }
.hover\:bg-\[radial-gradient\(circle\2c rgba\(62\2c 191\2c 194\2c 1\)_0\%\2c rgba\(255\2c 255\2c 255\2c 1\)_100\%\)\]:hover {
    background-image: radial-gradient(circle, rgb(0 164 218) 0%, rgba(255, 255, 255, 1) 100%) !important;
}
/*section.grid.md\:grid-cols-2.items-center.gap-4.w-\[88\.9vw\].md\:mr-auto.md\:ml-0.mx-auto {*/
/*    margin-top: -420px;*/
/*}*/
main.bg-\[url\(assets\/images\/home\/banner-img\.jpg\)\].\!h-fit.md\:\!max-h-\[250dvh\].bg-center.bg-no-repeat.bg-cover.md\:pt-\[173px\].pt-36.md\:pb-\[500px\].min-h-\[180vh\] {
    min-height: auto !important;
}
.stat-card {
    border-left: 3px solid var(--theme);
}
p.text-center.text-gray-600.mb-10 {
    color: #fff;
}
.hero-overlay {
      background: linear-gradient(135deg, rgba(4,19,24,0.92) 0%, rgba(0,75,176,0.75) 100%);
    }
    h1.md\:text-\[46px\].text-3xl.font-semibold.leading-\[1\.15\].max-w-3xl {
    color: #fff;
}

.terms-content ul li {
    color: #fff !important;
}

.terms-content span {
    color: #fff !important;
}
.md\:mt-5.mt-12.md\:w-\[50vw\].mx-auto.pt-\[18\%\] {
    padding-top: 70px;
    margin-top:0;
}
main.bg-\[url\(assets\/images\/home\/banner-img\.jpg\)\].\!h-fit.md\:\!max-h-\[250dvh\].bg-center.bg-no-repeat.bg-cover.md\:pt-\[173px\].pt-36.md\:pb-\[500px\].min-h-\[180vh\] {
    padding-bottom: 100px;
}
span.text-\[\#3ebec1\].text-\[38px\] {
    color: #00a5db;
}
h2.text-4xl.font-semibold.text-center.text-gray-800.mb-5 {
    color: #fff;
}
.gradientBg {
    background: var(--gradient);
}
h1.w-fit.text-center.md\:text-\[40px\].text-3xl.capitalize.mx-auto.font-\[600\] {
    color: #fff;
}

p.text-\[16px\].font-\[400\].text-center.mt-2 {
    color: #fff;
}
h2.md\:text-\[36px\].text-\[26px\].font-semibold {
    color: #fff;
}
.tag { 
      display: inline-block; 
      padding: 2px 10px; 
      border-radius: 50px; 
      font-size: 11px; 
      background: rgba(0,165,219,0.12); 
      color: var(--theme); 
      border: 1px solid rgba(0,165,219,0.3); 
    }

    /* Search & Filters */
    .search-input:focus { outline: 2px solid var(--theme); border-color: transparent; }
    
    .filter-btn {
      padding: 8px 18px;
      border-radius: 50px;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      border: 2px solid rgba(0,165,219,0.4);
      color: #00a5db;
      background: transparent;
      transition: all 0.2s;
    }
    .filter-btn.active, .filter-btn:hover {
      background: var(--gradient);
      color: #fff;
      border-color: transparent;
    }

    /* Fair Cards Grid */
    .fair-card {
      background: #ffffff;
      border-radius: 14px;
      box-shadow: 4px 4px 18px rgba(0,0,0,0.10);
      transition: transform 0.22s, box-shadow 0.22s;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .fair-card:hover { 
      transform: translateY(-5px); 
      box-shadow: 0 12px 30px rgba(0,165,219,0.18); 
    }

    .fair-header { padding: 18px 20px 14px; border-bottom: 1px solid #f0f4f8; flex-shrink: 0; }
    .fair-body   { padding: 14px 20px 18px; flex: 1; }
    .fair-footer { padding: 12px 20px; background: #f7fafc; border-top: 1px solid #eef2f7; }

    /* Badges */
    .badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 3px 10px;
      border-radius: 50px;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
    }
    .badge-usa    { background: #e0f3ff; color: #004bb0; }
    .badge-intl   { background: #fff0e0; color: #b04400; }
    .badge-month  { background: #e8f8e8; color: #1a7a1a; font-size: 11px; font-weight: 500; padding: 2px 9px; border-radius: 50px; }
    .badge-genre  { background: #f0eeff; color: #5b2db0; font-size: 10px; font-weight: 500; padding: 2px 8px; border-radius: 50px; }
    .prestige-badge { background: linear-gradient(90deg, #f9a825, #f57f17); color: #fff; }

    /* No Results Message */
    #no-results { display: none; }






.tab-pad {
    background-image: url(./assets/images/home/mojopress-bg.png);
    padding: 90px;
    background-repeat: no-repeat;
    border-radius: 25px;
    background-position: center center;
    background-size: cover;
}
.gradient2 {
    background: var(--gradient2);
}

.hoverbg:hover {
    background: var(--theme2) !important;
}

.gradientBorder {
    position: relative;
    background: var(--gradient);
    z-index: 0;
}
.text-red-500.text-lg {
    color: #00a5db;
}
.gradientBorder::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #041318;
    border-radius: inherit;
    z-index: -1;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 97px;
    overflow-x: hidden;
    display:none;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.white {
    filter: grayscale(1) brightness(2) contrast(2);
}

.swiper-wrapper {
    margin-bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--theme);
    margin: 0 5px !important;
    opacity: 1;
    transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: var(--theme2) !important;
}

.servicesBox {
    box-shadow: 5px 2px 10px #0006;
    border-radius: 16px;
    background: #fff;
    margin: 65px 10px;
    height: 340px;
    padding: 28px 15px;
    position: relative;
}

.servicesBox:hover,
.servicesBox:hover .service-desc,
.servicesBox:hover .service-num {
    color: white !important;
}

.servicesBox:hover::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("../images/home/services/service-hover-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}

.servicesBox .iconBox {
    border: 1px solid #052a3c;
    border-radius: 500px;
    background: #fff;
    width: 90px !important;
    height: 90px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.iconBox img {
    width: 100%;
    padding: 14px;
    object-fit: contain;
}

.service-num {
    font-size: 37px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: #0a6688;
}

.service-divider {
    display: flex;
    justify-content: center;
    padding: 8px 0px;
}

.divider {
    width: 60%;
    height: 3px;
    background: #0a6688;
}

.service-desc {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    font-family: "poppins" !important;
    color: #8a8a8a;
    overflow-y: scroll;
    height: 100px;
}

.service-btn {
    display: flex;
    justify-content: center;
}

.service-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    gap: 12px;
    white-space: nowrap;
    background: white;
    padding: 12px 0;
    border: 1px solid #0a6688;
    border-radius: 500px;
    color: #000;
    font-weight: 400;
    font-family: "poppins" !important;
}

.swiper-wrapper {
    margin-bottom: 20px !important;
}
@media screen and (max-width: 1400px) {
main.bg-\[url\(\/assets\/images\/services\/Ghostwriting-min\.png\)\].\!h-fit.pb-40.md\:pb-0.md\:\!max-h-\[250dvh\].md\:\!bg-center.bg-no-repeat.bg-cover.pt-\[173px\].md\:min-h-\[130vh\].min-h-\[600px\].flex.justify-center.aboutBanner2 {
    padding-top: 250px !important;

}

}
@media (max-width: 500px) {
    .fa-phone:before {
        content: "" !important;
        display: none !important;
    }
}

.boxShadow {
    box-shadow: 3px 3px 5px #00000063;
    border-radius: 24px;
}

.faq-answer {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.faq-answer.open {
    max-height: 200px;
    padding-top: 0.5rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.faq {
    background: linear-gradient(0deg,rgba(0, 75, 176, 1) 0%, rgba(0, 165, 219, 1) 100%);
    /* padding: 1rem; */
    border-radius: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-size: cover;
    width: 100%;
}

.faq-header {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #444;
    margin-bottom: 0.5rem;
}

.faq-description {
    text-align: center;
    color: #666;
    margin-bottom: 1.5rem;
}

.faq-item {
    background-color: #e6f8f9;
    border-radius: 8px;
    /* padding: 0.75rem 1rem; */
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
}

.faq-item button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #444;
}

.faq-answer {
    font-size: 0.875rem;
    color: #555;
}

.fa-twitter:before {
    content: "\f099";
}

.serviceBox {
    box-shadow: 4px 4px 20px #0000006e;
}

.process-divider {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.dividers-process {
    width: 30%;
    height: 3px;
    background: #0a6688;
}

.shadowTestimonials {
    box-shadow: 3px 4px 12px #00000047;
}

.aboutBanner {
    background-position-x: -130px !important;
}

.aboutBanner2 {
    background-position-x: -270px !important;
}

.bgImage::after {
    content: "";
    background-image: url(../images/av-bg-img.png);
    position: absolute;
    top: 10%;
    left: 0 !important;
    width: 100%;
    height: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.bgImage:hover:after {
    background-image: url(../images/av-bg-hover-img.png)
}

.blog-bottom-main h4 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins" !important;
    color: #0a6688;
}

.blog-bottom-main h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Poppins" !important;
    color: #0a6688;
    line-height: 50px;
}

.blog-bottom-main h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 45px;
    font-family: "Poppins" !important;
    color: #0a6688;
    line-height: 50px;
}

.blog-bottom-main h5 {
    font-weight: 600;
    font-family: "Poppins" !important;
    font-size: 30px;
    color: #0a6688;
}

.blog-bottom-main p, .blog-bottom-main li {
    color: #000000c4;
    font-family: "Poppins" !important;
    font-size: 16px;
    line-height: 34px;
    text-transform: none;
    margin-bottom: 30px;
}



.term-sec-wrap {
    padding: 170px 0;
    background-image: url(../images/prvcy.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.term-sec-wrap .terms-content h2 {
    font-family: "Poppins" !important;
    font-size: 35px;
    font-weight: 600;
    line-height: 80px;
    color: #0a6688;
}

.term-sec-wrap .terms-content p {
    font-family: "Poppins" !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.term-sec-wrap .terms-content p span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    font-family: "Poppins" !important;
}

.term-sec-wrap .terms-content ul li {
    font-family: "Poppins" !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    list-style: disc;
    margin: 0 0 0 20px;
}

 .term-sec-wrap .terms-content p {
        font-size: 16px !important;
        line-height: 30px !important;
    }
    
     .term-sec-wrap .terms-content h2 {
        font-size: 28px !important;
        line-height: 42px !important;
    }
    
     .term-sec-wrap .terms-content ul li {
        font-size: 14px !important;
    }
    
     .term-sec-wrap .terms-content p {
        font-size: 14px !important;
        line-height: 26px !important;
    }
    
     .term-sec-wrap .terms-content h2 {
        font-size: 28px !important;
        line-height: 42px !important;
    }
    
     .term-sec-wrap .terms-content ul li {
        font-size: 14px !important;
    }
    
      .term-sec-wrap .terms-content h2 {
        line-height: 37px;
    }
    
      .term-sec-wrap .terms-content p {
        font-size: 16px !important;
        line-height: 30px !important;
    }
    
     .term-sec-wrap .terms-content ul li {
        font-size: 14px !important;
    }
    
     .term-sec-wrap .terms-content h2 {
        font-size: 24px !important;
    }
    
     .term-sec-wrap .terms-content h2 {
        line-height: 37px;
    }
    
      .term-sec-wrap {
        padding: 170px 0 70px 0;
    }
    
    .privacy_container{
     width: 80%;
     margin: 0 auto;
    }
    
    .terms-content h2 {
    margin: 20px 0;
}

.term-condition-container {
    width: 80%;
    margin: 0 auto;
}
ul.menu-phone {
 display:none;   
}
@media screen and (min-device-width: 900px) and (max-device-width: 768px) {
    .grid.sm\:grid-cols-3.grid-cols-1.grid-rows-2.sm\:mt-14.mt-20.sm\:pl-\[150px\].px-4.sm\:pr-\[150px\].gap-x-5.gap-y-16 {
    padding: 0 10px;
}

h1.text-\[20px\].font-\[600\].px-14.text-\[\#0A6688\].text-center.mt-10 {
    padding: 0;
}

section.md\:w-\[80\%\].w-\[90\%\].mx-auto.grid.md\:grid-cols-2.items-center {
    grid-template-columns: auto;
}

img.absolute.-right-20.top-0.md\:h-\[118\%\].h-0 {
    height: 50%;
}

h1.md\:w-\[72\%\].text-\[30px\].font-\[600\].text-white {
    font-size: 20px;
}

section.grid.md\:grid-cols-2.gap-8.mt-24 {
    grid-template-columns: auto;
}

.grid.grid-cols-2.grid-rows-2.md\:w-\[80\%\].w-\[95\%\].mx-auto.md\:mr-0.md\:ml-auto.gap-2 {
    width: 100%;
    padding: 0 25px;
}

.md\:w-\[77\%\].w-\[95\%\].md\:mx-0.mx-auto.md\:mt-0.mt-5 {
    padding: 0 20px;
}

section.faq.mt-16.py-16 {
    padding: 20px 20px;
}

.grid.md\:grid-cols-2.gap-14.items-center.md\:w-\[75\%\].w-\[90\%\].mx-auto {
    grid-template-columns: auto;
}
    h1.md\:w-\[72\%\].text-\[30px\].font-\[600\].text-white {
    font-size: 20px;
}
    img.absolute.-right-20.top-0.md\:h-\[118\%\].h-0 {
    height: 50%;
}
    section.md\:w-\[80\%\].w-\[90\%\].mx-auto.grid.md\:grid-cols-2.items-center {
    grid-template-columns: auto;
}
    .grid.sm\:grid-cols-3.grid-cols-1.grid-rows-2.sm\:mt-14.mt-20.sm\:pl-\[150px\].px-4.sm\:pr-\[150px\].gap-x-5.gap-y-16 {
    padding: 0 10px;
}

h1.text-\[20px\].font-\[600\].px-14.text-\[\#0A6688\].text-center.mt-10 {
    padding: 0;
}
    a.ml-6
 {
    margin-left: 14px;
}
    section.md\:w-\[80\%\].w-\[93\%\].mx-auto.grid.md\:grid-cols-2.md\:gap-0.gap-12.items-center.text-white {
    grid-template-columns: auto;
}

form.contactform.queryform.md\:w-\[80\%\].w-full.mx-auto.md\:ml-auto.md\:mr-0.px-6.pt-6.pb-\[50px\].bg-\[\#041318\].gradientBorder.rounded-xl.relative.z-0 {
    width: 100%;
    padding-top: 19px;
    margin-top: 40px;
}


h1.md\:text-\[40px\].text-3xl.text-center.font-\[500\].leading-tight {
    font-size: 30px;
}
    section#about {
    .md
    \: grid-cols-2;
    grid-template-columns: auto !important;
}

section.grid.md\:grid-cols-2.items-center.gap-4.w-\[88\.9vw\].md\:mr-auto.md\:ml-0.mx-auto {
    grid-template-columns: auto;
    width: 100%;
    padding: 0 20px;
}
}

@media screen and (max-width: 767px) {
    h2.capitalize.text-\[40px\].font-\[600\] {
    font-size: 25px;
    line-height: 30px;
}
    h1.text-\[24px\].md\:text-\[36px\].font-\[600\].text-white.mb-6.leading-\[30px\].md\:\!leading-\[48px\] {
    font-size: 20px;
}

h2.capitalize.text-\[40px\].font-\[600\].leading-\[1\.1\].mt-2 {
    font-size: 25px;
}

h2.capitalize.md\:text-\[40px\].text-\[33px\].font-\[600\].leading-\[1\.2\].mt-4 {
    font-size: 25px;
}

h1.text-\[40px\].font-\[600\].text-center.leading-\[50px\] {
    font-size: 25px;
}

h1.text-\[28px\].font-\[600\].leading-\[40px\] {
    font-size: 25px;
}

span.text-\[\#3ebec1\].text-\[38px\] {
    font-size: 25px;
}

h1.md\:ml-\[7vw\].ml-\[2vw\].text-\[40px\].text-center.mb-8.font-\[600\].leading-\[42px\] {
    font-size: 25px;
}
    h1.text-\[24px\].md\:text-\[36px\].font-\[600\].text-white.mb-6.leading-\[30px\].md\:\!leading-\[48px\] {
    font-size: 20px;
}
main.bg-\[url\(\/assets\/images\/services\/Ghostwriting-min\.png\)\].\!h-fit.pb-40.md\:pb-0.md\:\!max-h-\[250dvh\].md\:\!bg-center.bg-no-repeat.bg-cover.pt-\[173px\].md\:min-h-\[130vh\].min-h-\[600px\].flex.justify-center.aboutBanner2 {
    padding-top: 130px !important;

}
    .w-full.md\:w-11\/12.bg-white.bg-opacity-60.py-6.px-5.shadow-lg.rounded-lg {
    min-height: 580px;
}
    .w-full.md\:px-\[3vw\].px-5.mx-auto.grid.items-center.grid-cols-1.md\:grid-cols-10.gap-8.md\:gap-5 .swiper-pagination-bullet {
    backgroud:#fff !important;
}
    .md\:order-2.order-1 {
    padding-bottom: 25px;
}

h1.md\:w-\[72\%\].text-\[30px\].font-\[600\].text-white {
    font-size: 20px;
    padding-bottom: 20px;
}

h1.text-\[34px\].font-\[600\].mt-3.pt-5.text-center {
    font-size: 25px;
}

section.mt-28.md\:w-\[82\%\].w-\[95\%\].mx-auto {
    margin-top: 50px;
}

h1.w-fit.text-center.md\:text-\[40px\].text-\[35px\].capitalize.mx-auto.font-\[600\] {
    font-size: 25px;
    line-height: 25px;
}
    h1.md\:text-\[40px\].text-3xl.text-center.font-\[500\].leading-tight {
    font-size: 20px;
}

h3.text-\[30px\].font-\[600\].leading-\[42px\].mt-4 {
    font-size: 20px;
    line-height: 25px;
}
    div#mobileMenu {
    background: #fff;
    z-index: 99;
}
    .tab-pad {
    padding: 0;
    background-image: none !important;
}

.tab-pad h1.w-fit.text-center.md\:text-\[40px\].text-3xl.capitalize.mx-auto.font-\[600\] {
    color: #000;
}

.tab-pad p.text-\[16px\].font-\[400\].text-center.mt-2 {
    color: #000;
}
    .flex.md\:gap-20.gap-5.flex-wrap.items-center.mt-5 {
    display: none;
}
h1.md\:text-\[40px\].text-3xl.leading-\[1\.2\].mt-1.font-medium {
    font-size: 20px;
}
h1.text-2xl.font-light.md\:w-full.w-\[82\%\] {
    font-size: 16px;
}
ul.menu-phone {
 display:block;
 background: #00a5db;
        padding: 20px 0px;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
}
ul.menu-phone i.fas.fa-phone-alt {
    color: #fff;
    margin: 0 10px 0 0;
}

ul.menu-phone a {
    color: #fff;
}
.contactform select.py-\[9px\].px-4.bg-white.text-black.rounded-\[7px\] {
    display: none;
}

.contactform textarea.msg.w-full.py-\[9px\].px-5.bg-white.text-black.rounded-\[7px\] {
    display: none;
}
.contactform input#phoneInput {
    width: 100%;
}

.contactform .grid.grid-cols-2.gap-3:nth-child(2) {display: block;}
}