/*
*
*Body 
*
*/
body {
    background-color: #ECECEC;
}


/*
*
*Header
*
**/
/*Header background (desktop / mobile) + opened burger icon menu background (mobile)*/
.navbar {
    background-color: #FF6261;
}
/*Logo Text*/
.logo-holder a h3{
  color: #fff !important;
  transition: color 0.3s ease;
  text-shadow: 0px 6px 3px rgba(226, 226, 226, 0.2);
}
/*Logo Text Hover*/
.logo-holder a:hover h3{
    color: #CBFFBF !important;
}
/*Logo Image*/
.logo-holder a .pdf-logo{
    background-image: url(/img/ipdfit.com.png);
    width: 43px;
    height: 38px;
    margin-left: 10px;
}
/*menu items (desktop / mobile)*/
.nav-link{  
  color: #fff !important;
}
/*menu items Hover (desktop / mobile)*/
.nav-link:hover{
    color: #CBFFBF !important;
}
/*burger menu icon*/
.navbar-toggler{
    border: 2px solid #fff;
}
/*burger menu icon Hover + Click*/
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 6px 3px rgba(247, 5, 5, 0.2);
    border: 2px solid #c30101;
}
/*burger menu icon Image*/
.navbar-toggler-icon{
    background-image: url(/img/ipdfit.com.png);
    width: 50px;
    height: 50px;
}


/*
*
*Hero section
*
**/
.hero {
    background: linear-gradient(75deg, #FDFFB6, #CBFFBF);
}
/*Hero section title*/
.hero h1{
    color: #000;
}
/*Hero section description*/
.hero .lead{
    color: #000;
}
/*Hero section button*/
.hero a{
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
    pointer-events:unset !important;
    opacity: 1 !important;
    border-radius: 0;
}
/*Hero section button hover*/
.hero a:hover{
    color: #fff !important;
    background-color: #FF6261 !important;
    border: 1px solid #FDFFB6 !important;
    pointer-events:unset !important;
    opacity: 1 !important;
}


/*
*
*Features section
*
**/
/*Features section background*/
section.features.py-5 {
    background: #FFAEAD !important;
}
/*Features section title*/
.features h2 {
    color: #000 ;
}
/*Features section cards background*/
.features .feature-card{
    background: #FF6261 ;
}
/*Features section cards title*/
.features .feature-card h3 {
    color: #fff;
}
/*Features section cards description*/
.features .feature-card p {
    color: #fff ;
}


/*
*
*Supported File Formats section
*
**/
/*Supported section background*/
.how-it-works {
    background: #CBFFBF !important;
}
/*Supported section title*/
.how-it-works h2{
    color: #000 ;
}
/*Supported section left card header background*/
.how-it-works .bg-primary {
    background-color: #FFD6A6 !important;
}
/*Supported section left card title*/
.how-it-works .bg-primary h3{
    color: #000 ;
}
/*Supported section right card header background*/
.how-it-works .bg-success {
    background-color: #FFD6A6 !important;
}
/*Supported section right card title*/
.how-it-works .bg-success h3{
    color: #000 ;
}
/*Supported section both cards table body*/
.how-it-works .card-body{
    background-color: #FDFFB6 ;
}
/*Supported section both cards table items background*/
.how-it-works .card-body .col .format-item{
    background-color: #FFAEAD !important;
}
/*Supported section both cards table items text*/
.how-it-works .card-body .col .format-item{
    color: #fff !important;
}
/*Supported section small text on bottom*/
.how-it-works .lead{
    color: #2D2C53;
}
/*Supported section button on bottom*/
.how-it-works a{
    color: #000;
    border: 1px solid #FFAEAD;
    background: #FDFFB6;
    border-radius: 0;
}
/*Supported section button on bottom Hover*/
.how-it-works a:hover{
    color: #fff;
    border: 1px solid #FFD6A6;
    background: #FF6261;
    border-radius: 0;
}


/*
*
*Experience Seamless PDF Conversion section
*
**/
/*Experience section background*/
.download-section {
    background: linear-gradient(100deg, #FFD6A6, #FDFFB6);
}
/*Experience section title*/
.download-section h2{
    color: #000;
}
/*Experience section short description*/
.download-section p{
    color: #000;
}
/*Experience section list*/
.download-section ul{
    color: #000;
}
/*Supported section button on bottom*/
.download-section  a{
    color: #fff !important;
    border: 1px solid #CBFFBF;
    background: #FF6261;
    border-radius: 0;
    opacity:1 !important;
    pointer-events:unset !important;
}
/*Supported section button on bottom Hover*/
.download-section a:hover{
    color: #000 !important;
    border: 1px solid #fff !important;
    background: #CBFFBF !important;
    border-radius: 0 !important;
    pointer-events:unset !important;
}

/*
*
*Footer
*
**/
/*Footer background*/
.footer {
    background-color: #FF6261;
}
/*Footer copyright text*/
.footer h6{
    color: #fff !important;
}
/*Footer copyright link*/
footer a{
    color: #fff !important;
}
/*Footer copyright link on hover*/
footer a:hover{
    color: #CBFFBF !important;
}
/*Footer line color*/
footer .border-top{
    border-top:1px solid #ABAAB8 !important;
}
/*Footer under line links*/
footer .border-top a{
color: #fff !important;
}
/*Footer under line links on hover*/
footer .border-top a:hover{
    color: #CBFFBF !important;
}