/* GOBAL_VAR_CSS_CSS_HERE */
/* FONT_CSS_START_FROM_HERE */
@font-face {
    font-family: "Poppins-Bold";
    src: url("../webfonts/Poppins-Bold.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-ExtraBold";
    src: url("../webfonts/Poppins-ExtraBold.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url("../webfonts/Poppins-Medium.ttf");
    font-weight: regular;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("../webfonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* For Chrome, Safari, and Edge */
::-webkit-scrollbar {
    width: 12px;  /* Width of the entire scrollbar */
    
    
}

::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Color of the scrollbar track */
    
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);  /* Dark blue color for the scrollbar thumb */
    border-radius: 10px;     /* Roundness of the scrollbar thumb */
    border: 3px solid #f1f1f1;  /* Padding around the scrollbar thumb */
    
}

::-webkit-scrollbar-thumb:hover {
    background: #222C53;  /* Slightly darker blue for the scrollbar thumb when hovered */
}

/* Firefox */
* {
    scrollbar-width: thin;  /* Width of the scrollbar */
    scrollbar-color: var(--main-color) #f1f1f1;  /* Dark blue thumb and light track */
    
}
/* GOBAL_CSS_CHANGES_START_FROM_HERE */
* {
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    width: 100%;
    margin: 0 0;
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-position: top;
}

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea, label {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 40px;
    /* font-family: var(--gotham-bold); */
    line-height: 1.2;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 20px;
}

h2 {
    font-weight: 700;
    font-size: 35px;
    /* font-family: var(--gotham-medium); */
    margin-bottom: 20px;
    color: var(--text-color);
}

h3 {
    font-weight: 700;
    font-size: 20px;
    /* font-family: var(--gotham-medium); */
    margin-bottom: 20px;
    color: var(--text-color);
}

h5 {
    font-weight: 500;
    font-size: 20px;
    /* font-family: var(--gotham-medium); */
    /* margin-bottom: 20px; */
    color: var(--text-color);
}

p {
    color: var(--text-color);
    /* font-family:  var(--gotham-light); */
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
   
}

ul{
    color: #524B4B;
}

li {
    
    color: var(--text-color);
    margin: 5px 0;
}
a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    /* font-family: var(--gotham-medium); */
    color: var(--main-color);
}
a:hover {
    text-decoration: none;
    color: var(--main-color);
}
a:focus {
    text-decoration: none;
    color: var(--main-color);
}
button, input {
    outline: none !important;
}
:root {
    --default-color: #78BFAD;
    --bg-color: #f8f9fa;
    --nav-bg-color: #ffffff;
    --header-fontColor: #ffffff;
    --footer-color: #fffffb;
    --blue-color: #4D6588;
    --border-radius: 5px;
    --menu-padding: 20px 15px;
    --bg-shadow: 4px 4px 0 #e0e0e0;
    --bg-padding: 20px;
    --heading-font-size: 24px;
    --container-width: 1170px;
    --default-fontFamily: "Poppins-Regular", sans-serif;
    --header-fontFamily: "Poppins-Regular", sans-serif;
}

:root {
    --main-color: #89B5C1;
    --second-color: #78BFAD;
    --third-color:  #88fa88;
    --fourth-color: #000000;
    --fifth-color: #dddcdc;
    --sixth-color: rgb(247, 247, 247);
    --cte-color: #78BFAD;
    --text-color: black;
    
    /* --gotham: "Gotham";
    --gotham-bold: "Gotham-Bold";
    --gotham-medium: "Gotham-medium";
    --gotham-light: "Gotham-light"; */
}

/*===================== CUSTOM CSS ====================*/

/*===================== HEADER PAGE =====================*/

/*===================== NARBAR SECTION =====================*/
/* NAVBAR DROPDOWN */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(233, 233, 233);
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(233, 233, 233);
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    background-color: var(--cte-color);
    border-radius: 8px;
    color: white;
    padding: 5px 10px;
}
.navbar-light .navbar-nav .nav-link:hover{
    background-color: var(--cte-color);
    border-radius: 8px;
    color: white;
    padding: 5px 10px;
}
.dropdown-menu{
    background: rgba(255, 255, 255, 0.5); 
    backdrop-filter: blur(10px);    
    border-radius: 10px;
    padding: 8px 10px;
}
.header-btn{
    background: var(--cte-color);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
}
.navbar-nav{
    column-gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dropdown-item:hover{
     color: #fff;
    text-decoration: none;
    background-color: var(--default-color) !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--default-color) !important;
}
/*===================== INDEX PAGE =====================*/
.hero-header{
    height: 80vh;
}
@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink {
    50% { border-color: transparent; }
}
.hero-section{
    position: relative;
    height: 80vh;
}


.typewriter {
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 3.5s steps(40, end), blink .75s step-end infinite;
}
/* LEAD FORM */
.landing-page-form{
    background-image: url('../images/landing-bg.png');
    background-size: cover; 
    background-repeat: no-repeat; 
    
}
.lead-form-container{
    width: 100%;
    padding: 30px 30px;
    
    background-color: rgb(233, 233, 233);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);

}

/* .arc-underline{
    position: relative;
}
.arcline{
    position: absolute;
    top: 35%;
    right: 15%;
} */
.underlined {
    position: relative;
    margin-right: 2rem;
  }
  .underlined:after {
    content: "";
    position: absolute;
    bottom: 37px;
    left: 0;
    height: 7px;
    width: 200px;
    border: solid 4px var(--default-color);
    border-color: var(--default-color) transparent transparent transparent;
    border-radius: 50%;
  }

  .submit-btn{
    width: 100%;
    padding: 8px 0;
    border-radius: 15px;
    border: none;
    color: #FFFFFF;
    background-color: #05103A;
    transition: transform 0.5s ease;
  }
  .submit-btn:hover{
    background-color: var(--default-color);
    border: 1px solid var(--bg-color);
    color: var(--bg-color);
    transform: scale(1.1);
    
  }
  .form-control{
    padding: 10px;
    border-radius: 15px;
  }
  .cte-main{
    padding: 12px 35px;
    border-radius: 8px;
    border: 2px solid white;
    color: #FFFFFF;
    background-color: var(--default-color);
    transition: transform 0.5s ease;
  }
  .cte-main:hover{
     transform: scale(1.1);
    color: #FFFFFF;
    background-color: var(--default-color);
  }
  .cte-main2{
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid  var(--default-color);
    color: #FFFFFF;
    background-color: transparent;
    transition: transform 0.5s ease;
  }
  .cte-main2:hover{
     transform: scale(1.1);
    color: #FFFFFF;
    background-color: var(--default-color);
  }
 

/* MARQUEE */

.trust-img-bark{
    width: auto;
    height: 65px;
    margin: 0 5px;

}
.trust-img-clutch{
    width: auto;
    height: 50px;
    margin: 0 5px;
}
.trust-img-google{
    width: auto;
    height: 65px;
    margin: 0 5px;
}
.trust-img-pilot{
    width: auto;
    height: 65px;
    margin: 0 5px;
}
.trust-img-yelp{
    width: auto;
    height: 65px;
    margin: 0 5px;
}
.trust-back{
    position: absolute;
    bottom: -48px;
    background-color: var(--default-color);
    flex-wrap: wrap;
    padding: 15px 50px;
    display: flex;
    gap: 5px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
}

.marquee-container{
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 999;
}

/* test */
/* .owl-carousel{
    background-color: #222C53;
    align-items: center;
    cursor: grab;
}
.owl-carousel .item {
    position: relative;
    padding: 15px;
    background: #4DC7A0;
    border-radius: 3px;
    text-align: center;
    color: white;
} */
/* .owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
} */
/*===================== ABOUT US SECTION =====================*/
.aboutus{
    background-image: url('../images/aboutusback.png');
    background-size: cover; 
    background-repeat: no-repeat; 
}
 .about-image{
     border-radius: 20px;
     margin-top:30px;
    height: auto;
   max-width: 100%;
}
.about-section{
    margin-top: 60px;
}
.buttons-about-div{
    
    padding: 5px 15px;
    background-color: var(--fifth-color);
    border-radius: 10px;
    color: var(--main-color);
    transition: transform 0.5s ease;
    cursor: pointer;
}
.buttons-about-div:hover{
    background-color: var(--main-color);
    color: var(--text-color);
    transform: scale(1.02);

}
.buttons-about-div:hover p {
    color: var(--text-color); /* Change text color on hover */
}
.buttons-about-div-longpara{
    font-size: 5px;
}

.buttons-about-div-1para{
    font-weight: 700;
}

.get-started-btn{
    margin-top: 30px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid var(--default-color) ;
    color: var(--main-color);
    background-color: transparent;
    transition: transform 0.5s ease;
    
  }
  .get-started-btn:hover{
    background-color: var(--default-color);
    border: 1px solid var(--bg-color);
    color: var(--bg-color);
    transform: scale(1.1);
  }
/* .about-btn-para{
    
} */
/*======================= SERVICES SECTION ======================== */
.web-view-services{
    display: block;
}
.mobile-view-services{
    display: none;
}
.servicesection{
    background-image: url('../images/udesign4.png');
    background-size: cover; 
    background-repeat: no-repeat; 
}
/* .services-details{
    
    padding: 10px 0;
    background-color: #222c5365;
} */
.services-text{
    padding: 10px 0;
    margin-top: 5px;
    background-color: var(--bg-color);
    border-radius: 20px;
}
/* .services-text h2{
    color: var(--bg-color);
}
.services-text h3{
    color: var(--bg-color);
} */
.services-div{
    cursor: pointer;
    transition: transform 0.5s ease;
}
.services-div img{
    width: 44px;
    height: auto;
}
.inner-div{
    padding-top: 10px;
    
    background-color: var(--bg-color);
    border-radius: 20px;
}

.services-div:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: scale(1.1);
}


/* =======================PROCESS SECTION======================== */
.processsection{
    background-image: url('../images/process-section/Group4609.png');
    background-size: cover; 
    background-repeat: no-repeat; 
}
.process-s-text p{
    margin: 40px 0;
    color: var(--main-color);
}
.process-s-text h3{
    margin: 50px 0;
}


/* =======================GENRE SECTION======================== */
.genresection{
    background-image: url('../images/yyg13-removebg.png');
    background-size: cover; 
    background-repeat: no-repeat; 
}

.new-section{

    padding: 5vw 0; 
    background-color: #FFF4F4;
}
.divider{
    width: auto;
    height: 2px;
   
    background-color: #CCCCCC;
    overflow: hidden;
}
.genre-cat-btn{
    gap: 100px;
}

.process-s-text {
    position: relative;
}
.process-s-text img{
   
    background-color: #05103A;
    width: 200px ;
    border-radius: 20px;
    height: auto;
    outline: 5px dashed var(--default-color);
    padding: 10px 10px;
}
.main-selection-div{
    border-radius: 20px;
    padding: 60px 10px;
    background-color: var(--bg-color);
}
.selection-div{
    
    text-align: center;
    padding: 5px 30px;
    cursor: pointer;
    
    }
.selection-div h5{
    margin-left: 20px;
    color: #CCCCCC;
}
.bottom-line{
        position: relative;
        display: flex;
        justify-content: center;
        width: 94%;
        border-bottom: 2px solid #CCCCCC;
        padding: 0 30px;
        
}
.bottom-ball{
    width: 5px;
    height: auto;
    background-color: #CCCCCC;
    position: absolute;
    right: 0;
    top:-4px;
    font-size: 0px;
    padding: 5px 5px;
    border-radius: 50%;
}
/* .bottom-line:hover {
    border-bottom: 2px solid var(--text-color);
    color: var(--text-color);
} */
.selection-inner-div{
    transition: all 0.2s ease-in-out;
}
.selection-inner-div:hover *{
    color: var(--text-color);
    scale: (1.1);
}
.selection-inner-div:hover .bottom-ball{
    background-color: var(--text-color);
}
.selection-inner-div:hover .bottom-line{
    border-bottom: 2px solid var(--text-color);
}

.genrepics{
    width: 250px;
    height: auto;
}

/* .process-outer1{
    position: absolute;
    color: #222C53;
    font-size: 20px;
    z-index: 999;
    top: -5%;
    left: 15%;
    font-weight: 700;
    border-radius: 50%;
    padding: 20px 30px;
    background-color: white;
} */
/* .process-outer{
    background-color: #05103A;
    padding: 20px;
    outline: 5px dotted var(--default-color);
} */
/* .process-line{
    position: absolute;
    top: 11%;
    content: 100%;
    left: 50%;
    border-bottom: 4px dashed var(--default-color);
    width: 80vw;
    
    
} */
.genre-s-text p{
    margin: 40px 0;
    color: var(--main-color);
}
.genre-s-text h3{
    margin: 50px 0;
}
.genre-btn{
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.genre-btn:hover{
    transform: scale(1.1);
}
/* =======================PORTFOLIO SECTION======================== */
.portsection{
    background-image: url('../images/portfolio-section/Group4613.png');
    background-size: cover; 
    background-repeat: no-repeat; 
}
.port-item{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.port-img {
    margin-top: 20px;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: transform 0.5s ease;
}

/* .text-container-unique {
    position: absolute;
    z-index: 999;
    bottom: 0;
    font-size: 18px;
    left: 0;
    width: 100%;
    background-color: #222c53c0;
    color: rgb(255, 255, 255);
    padding: 40px;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: transform 0.5s ease;
    opacity: 0; 
}

.port-item:hover .text-container-unique {
    transform: translateY(0);
    opacity: 1; /* show on hover */

.image-unique:hover + .text-container-unique {
    transform: translateY(0);
    opacity: 100;
    

    } */
/* ==================================GET QUOTE AND LIVE CHAT SECTION============================ */
.quote-btn{
    margin-top: 30px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid var(--default-color) ;
    color: var(--bg-color);
    background-color: var(--text-color);
    transition: transform 0.5s ease;
  }
  .quote-btn:hover{
    background-color:transparent;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    transform: scale(1.1);
  }
  .quote-btn2{
    margin-top: 30px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid var(--text-color) ;
    color: var(--text-color);
    background-color: transparent;
    transition: transform 0.5s ease;
  }
  .quote-btn2:hover{
    background-color:var(--text-color);
    border: 1px solid var(--bg-color-color);
    color: var(--bg-color);
    transform: scale(1.1);
  }

  .custom-div {
   
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    text-align: center;
  }
  .quote-form{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .get-q-img{
    animation: scale-up-down 3s ease-in-out infinite;
  }
  @keyframes scale-up-down {
    0%, 100% {
        transform: scale(1.6);
    }
    50% {
        transform: scale(1.6); /* Adjust the scale factor as needed */
    }
}
/* =======================TESTIMONIAL SECTION======================== */

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -22%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 2rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--main-color);
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/* ================FAQS SECTION=================== */
.faqsection{
    background-image: url('../images/faq/Rectangle92.png');
    background-size: cover; 
    background-repeat: no-repeat; 
}
.accordion-body{
    background-color: transparent;
    border: 0;
    
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
    border-radius: 10px;
    
}
.accordion-item:first-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
}
.accordion-button:hover {
    z-index: 2;
    border-radius: 10px;
}
.accordion-button:not(.collapsed) {
    color: var(--bg-color);
    border-radius: 10px;
    border: none;
    border-radius: 20px;
    background-color: var(--main-color);
}
.accordion-button:not(.collapsed):focus {
    color: var(--text-color);
    font-weight: 700;
    border-radius: 10px;
    border: none;
    background-color: var(--main-color);
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.accordion-button {
    border-radius: 10px;
    background-color: #D9D9D9;
   
}
.accordion-item{
    border: none;
    margin: 10px 0;
    background-color: transparent;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: var(--text-color);
    text-align: left;
   
    background-color: #D9D9D9;
    border: 0;

    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-button .collapsed {
    color: var(--text-color);
   
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 10px;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
}
.accordion-header {
   border: none;
    background-color: transparent;
    border-radius: 10px;
}
.accordion-header:focus{
    border: none;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
}
.accordion-flush   {
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
}
/* FOOTER SECTION */
.footer-li li{
    color: var(--bg-color);
        font-weight: 200;
}

.form-group input.form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    color: white;
  }
  .form-group label {
    color: white;
  }

  .yellowdiv{
    background-color: #CD8C0A;
  }
.footer
{
    background-color: var(--blue-color);
}

.footer .footer-container
{
    position: relative;
    top: -160px;
}

.footer .form-control
{
    border: none;
    border-bottom: 2px solid var(--text-color);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    margin-bottom: 40px;
}

.footer .contact-form
{
    background-color: var(--footer-color);
    padding: 30px 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.footer .contact-form .input-container
{
    margin: 20px 0;
}

.footer .contact-form .text-area
{
    width: 100%;
    height: 80%;
    border: none;
    background-color: var(--header-fontColor);
    box-shadow: 1px 1px 60px 0px rgb(153, 146, 146);
    padding: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.footer .contact-form .btn
{
    width: 100%;
    background-color: var(--blue-color);
    border: none;
    border-radius: 10px;
    padding: 14px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.footer .contact-form .btn:hover
{
    background-color: var(--main-color);
  
}
.footer .footer-content p,
.footer .footer-content h2,
.footer .footer-content h3,
.footer .footer-content i
{
    color: var(--header-fontColor);
    margin: 5px;
}

.footer .footer-content 
{
    position: relative;
    top: -50px;
}

.footer .footer-content h2
{
    font-weight: 400;
}

.footer .footer-content h3
{
    margin-top: 20px;
}

.footer .footer-content i
{
    font-size: 25px;
    padding: 5px;
}

.footer .contact-detail i
{
    font-size: 1rem;
}

.footer .copy_right 
{
    
    background-color: #89B5C1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: translateY(-2%);
    color: var(--second-color);
}

.footer .copy_right h3
{
    margin: 0;
}
.copy_right a{
    color: var(--text-color);
    /* text-decoration: underline;
    font-weight: 200; */
}
.copy_right p{
    margin-bottom: 0px;
    /* text-decoration: underline;
    font-weight: 200; */
}

  /* ====================INNER PAGES ================== */

  /* step section */
 .step-circle{

    margin: 0 10px;
    padding: 15px 20px;
    background-color: var(--main-color);
    color: var(--text-color);
    border-radius: 50%;
    text-align: center;
 }
 .step-container {
    display: flex;
    align-items: flex-start;
}


/* Services Section */
.service-card {
    background-color: var(--fifth-color);
    box-shadow: 10px 10px 5px 0px rgba(216, 216, 216, 0.479);
    color: var(--text-color);
    padding: 10px 20px;
    height: 500px;
    cursor: pointer;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}

.service-card:hover {
    transform: scale(1.1);
    background-color: var(--main-color);
}

.service-card:hover p {
    color: var(--text-color);
}
.service-card:hover h3 {
    color: var(--text-color);
}

.cards-para{
    height: 250px;
    overflow-y: auto;
}
/* .service-card h3{
    color: var(--text-color);
}
.service-card p{
    color: var(--text-color);
} */

.inner-get-quote-section{
    background-image: url('../images/ghostwriting/bgdrop.png');
    background-size: cover; 
    background-repeat: no-repeat; 
    background-color: rgb(46, 46, 235);
}

/* experience section */
.exp-container{
    position: relative;
    padding: 20px 25px;
    padding-bottom: 100px;
    border-bottom: 15px solid  var(--default-color);
    border-top: 5px solid  var(--default-color);
    border-left: 5px solid  var(--default-color);
    border-right: 5px solid  var(--default-color);
    background-color: #e0e0e0;
    box-shadow: 0 15px 15px rgba(201, 201, 201, 0.726), 0 6px 20px rgba(139, 139, 139, 0.801);
}
.books-stack{
    position: absolute;
    width: 100px;
    height: auto;
}
.books-stack2{
    position: absolute;
    width: 100px;
    height: auto;
    right: 2%;
}
.books-stack3{
    position: absolute;
    width: 100px;
    height: auto;
    right: 45%;
}


/* ===================PRICING PAGE ============================= */
/* .nav-pills-pkg .nav-link-pkg.active, .nav-pills-pkg .show>.nav-link-pkg {
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: var(--default-color);
    color: var(--text-color);
    border: 2px solid var(--default-color);
}
.nav-link-pkg {
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: transparent;
    color: var(--main-color);
    border: 2px solid var(--default-color);
}
.nav-pills-pkg .nav-link-pkg {
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: transparent;
    color: var(--main-color);
    border: 2px solid var(--default-color);
}
.content-box {
    display: none;
}
.content-box.active {
    display: block;
} */
.nav-pills-pkg .nav-link-pkg.active, .nav-pills-pkg .show>.nav-link-pkg {
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
}
.nav-link-pkg {
    color: var(--main-color);
    padding: 10px 30px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid var(--main-color);
    transition: all 0.2s ease-in-out;
    display: inline-block; /* Added display property */
}

.nav-link-pkg:hover {
    color: var(--main-color);
    transform: scale(1.1);
}
.content-box {
    display: none;
}
.content-box.active {
    display: block;
}

.packages-box-outer{
    margin-bottom: 10px;
    margin-top: 10px;
    height: 600px;
    width: 280px;
    padding: 0 0;
    border-radius: 20px;
    background-color: transparent;
    border: 3px solid var(--main-color);
    color: var(--text-color);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.packages-box-outer:hover{
    transform: scale(1.1);
}
.pkg-name{
    text-align: center;
    color: var(--text-color);
    background-color: var(--main-color);
    margin-top: -19px;
    font-size: 25px;
    padding: 15px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}
.pkg-price{
    text-align: center;
    color: var(--main-color);
}
.pkg-inner{
    margin-top: 5px;
    padding: 0 10px;
    height: 350px;
    overflow: auto;
    overflow-x: hidden;
}
.pkg-inner::-webkit-scrollbar 
{
    width: 10px;
}

.pkg-inner::-webkit-scrollbar-track p
{
    border-radius: 20px;
    background: var(--text-color);
}

.pkg-inner::-webkit-scrollbar-thumb 
{
    border-radius: 20px;
    background: var(--default-color);

}
.pkg-inner li{
    color: var(--main-color);
    font-size: 15px;
}
.order-button{

    text-align: center;
    margin-top: 8px;
    border-radius: 10px;
    background-color: transparent;
    padding: 10px 15px;
    border: 2px solid var(--main-color);
    color: var(--main-color);
    outline: none;
    transition: all 0.3s ease;
}
.order-button:hover {
    color: var(--text-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
    transform: scale(1.1); 
}


.flip-card {
    margin: 20px 0;
     background-color: transparent;
     width: 100%;
     height: 380px;
     border: 0px solid #f1f1f1;
     cursor: pointer;
     border-radius: 20px;
     perspective: 1000px; /* Remove this if you don't want the 3D effect */
   }
   .flip-card p{
     color: var(--text-color);
     font-size: 14px;
     padding: 5px 10px;
 }
   .flip-card h4{
     color: var(--text-color);
     margin-bottom: 10px;
     
     font-weight: 700;
   }
   /* This container is needed to position the front and back side */
   .flip-card-inner {
     position: relative;
     width: 100%;
     height: 100%;
     text-align: center;
     transition: transform 0.9s;
     transform-style: preserve-3d;
   }
   
   /* Do an horizontal flip when you move the mouse over the flip box container */
   .flip-card:hover .flip-card-inner {
     transform: rotateY(180deg);
   }
   
   /* Position the front and back side */
   .flip-card-front, .flip-card-back {
     position: absolute;
     width: 100%;
     height: 100%;
     -webkit-backface-visibility: hidden; /* Safari */
     backface-visibility: hidden;
   }
   
   /* Style the front side (fallback if image is missing) */
   .flip-card-front {
     background-color: var(--bg-color);
     color: black;
     border-radius: 20px;
   }
   
   /* Style the back side */
   .flip-card-back {
     background-color: var(--default-color);
     color: white;
     transform: rotateY(180deg);
     border-radius: 20px;
   }
.testsection{
  
        background-image: url('../images/testimonial-section/image6.png');
        background-size: cover; 
        background-repeat: no-repeat;  
}

/* .owl-item{
    width: 350px;
} */
 .owl-stage{
    padding: none;
 }
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: auto;
    width: 50%;
    object-fit: cover;
    border-radius: 6px;
}


.owl-carousel .owl-item .card {
    opacity: 0.5;
    background-color: transparent;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: var(--text-color);
    border-bottom-left-radius: 50px;
    font-size: 11px !important;
}

/*.owl-carousel .owl-item .card p{*/
/*    font-size: 11px;*/
/*}*/
.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    background-color: var(--main-color);
    
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 50px;
    font-size: 11px !important;
  
}
.owl-carousel .owl-item.active.center .card h3 {
    color: var(--bg-color);
}
.owl-carousel .owl-item.active.center .card i {
    color: #FFD076;
}
.owl-carousel .owl-item.active.center .card p {
    color: var(--bg-color);
    font-size: 11px;
}
.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}




/*RESPONSIVE STARTS HERE*/



@media only screen and (max-width: 1024px){
    h2{
        font-size: 30px;
    }
    a{
        font-size: 14px;
    }
    p{
        font-size: 14px;
    }
    .buttons-about-div-1para{
        font-size: 12px;
        margin-top: 5px;
        font-weight: 700;
    }
    .text-heading{
        font-size: 25px;
    }
    /* .image-about{
        width: 350px;
    } */
    .flip-card h4{
        font-size: 18px;
    }
    .buttons-about-div img{
        width: 28px;
        height: auto;
    }
    .genrepics{
        width: 190px;
        height: auto;
    }
    .about-image{
        height: 584px;
        
    }
}
@media only screen and (max-width: 768px){
    
    .offcanvas-end 
    {
        width: 570px;
    }
    
    .offcanvas .nav-item
    {
        border-bottom: 1px solid #dddddd;
    }
    .trust-back{
        display: none;
    }
    .web-view-services{
        display: none;
    }
    .mobile-view-services{
        display: block;
    }
    .genrepics{
        width: 142px;
        height: auto;
    }
    
    .nav-link 
    {
        color: var(--text-color);
    }
    
    .navbar-nav
    {
        display: block;
        text-align: start;
    }

}
@media only screen and (max-width: 575px){
   
    
    .offcanvas-end 
    {
        width: 344px;
    }
    .web-view-services{
        display: none;
    }
    .mobile-view-services{
        display: block;
    }
    .services-text{
       
        background-color: transparent;
       
    }
    .hero-header{
        height: 67vh;
    }
    .copy_right{
        font-size: 9px;
    }
    .main-selection-div{
        border-radius: 20px;
        padding: 60px 10px;
        background-color: transparent;
    }
    .selection-div{
        
        text-align: center;
        padding: 5px 30px;
        cursor: pointer;
        
        }
    .selection-div h5{
        margin-left: 20px;
        color: #CCCCCC;
    }
    .bottom-line{
           display: none;
            
    }
    .bottom-ball{
        display: none;
    }
    .selection-inner-div img {
        width: 40px;
        height: auto;
       
    }
    .selection-inner-div h5 {
        color: var(--text-color);
    }
    .selection-inner-div{
        border: 2px solid var(--text-color);
        margin: 14px 0;
        border-radius: 8px;
    }
    .selection-inner-div:hover {
        background-color: var(--text-color);

    }
    .selection-inner-div:hover h5{
        
        color: var(--bg-color);
    }
    .flip-card {
    margin: -18px 0;
    background-color: transparent;
    width: 100%;
    height: 363px;
    border: 0px solid #f1f1f1;
    cursor: pointer;
    border-radius: 20px;
    perspective: 1000px;
}
.quote-btn2 {
    margin-top: 0px;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    background-color: transparent;
    transition: transform 0.5s ease;
}
.port-img {
    margin-top: 20px;
    display: block;
    width: 72%;
    cursor: pointer;
    transition: transform 0.5s ease;
    margin-left: 49px;
}
    .genrepics{
        width: 270px;
        height: auto;
    }
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 84%;
        text-align: center;
        transition: transform 0.9s;
        transform-style: preserve-3d;
    }
    .about-image{
    height: auto;
   max-width: 100%;
}
}

@media only screen and (max-width: 575px){
   
    .offcanvas-end 
    {
        width: 244px;
    }
}


@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}

.footer-sec1{
    background-color: var(--main-color);
    height: 330px;
}




