﻿body {
}
    .tooltip-profilepic
{
        margin-right:1%;
        margin-top:1%;
        width:15%;
         height:15%;
}

/*navbar*/
 /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    .navbar-inverse .navbar-nav>li>a {
    color: #e2a432;
}
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
 /*navbar*/


 /*Login--PopUP*/

    .modal-header, h4, .close {
    background-color: #555;
    color:white !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-footer {
    background-color: #f9f9f9;
  }

/*Login--PopUP*/

/* Center the loader */
#centerloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display:none;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}



/* Center the loader */


.readerBackGround1 {
 
    position: absolute;
    right: 10%;
    top: 10%;
    left: 10%;
    z-index: 10;
    /* padding-top: 10%; */
    /* padding-bottom: 10%; */
    color: black;
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    white-space:pre-wrap;
    background-color: white;
}


.readerBackGround {
   
    color: black;
     background-color: white;
    font-family: Verdana ;
    /* margin-left: 1%; 
    padding-left: 10%;
    padding-right: 10%;
    white-space:pre-wrap;*/
    padding-top: 5%;
    padding-bottom: 2%;
        /* position: absolute; */
    /* right: 10%; */
    /* top: 10%; */
    /* left: 10%; */
    z-index: 10;
    /* padding-bottom: 10%; */
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0,0,0,.2);
    

}
.custompagination {
        position: absolute;
    bottom: 1%;
    left: 30%;
    z-index: 15;
    width: 60%;
    /* padding-left: 0; */
    /* margin-left: -30%; */
    text-align: center;
    list-style: none;
        /* display: inline-block; */
    /* padding-left: 0; */
    margin: 15px 0;
    border-radius: 4px;
}

.pointer {
cursor:pointer;
}

.flikeCntliked {
    color: #06bf0b;
    font-size: large;
    font-weight: 600;
    margin-right: 3px;
}
.flikeCntnotliked {
    color: #bf068f;
    font-size: large;
    font-weight: 600;
    margin-right: 3px;
}
 /* Change the direction of the transition. */
            @media all and (transform-3d), (-webkit-transform-3d) {
              .carousel-inner-rev > .item.next,
              .carousel-inner-rev > .item.active.right {
                left: 0;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
              }
              .carousel-inner-rev > .item.prev,
              .carousel-inner-rev > .item.active.left {
                left: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
              }
            }


  /*//// Registration*/


/* Add padding to containers */


/* Full-width input fields */
.registerinput {
  width: 80%;
  height:10%;
  padding: 5px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 5px;
}

/* Set a style for the submit button */
.registerbtn {
  /*background-color: #4CAF50; */
    color: white;
    padding: 1px 2px;
    margin: 2px 0;
    /* border: none; */
    cursor: pointer;
    width: 70%;
    /* height: 6%; */
    opacity: 0.9;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */
a {
  color: #0052B3;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}

 /*//// Registration*/

.leftcolumn {
    text-align: left;
    margin: 8px 0px 0px 0px;
    font-weight: bold;
    font-size: small;
    
}

.emojicon {
    font-size: medium;
    cursor: pointer;
    margin:0 auto;
}



#imgnew:hover {
    transition: transform .2s;
    -ms-transform:scale(1.2);/*ie9*/
     -webkit-transform:scale(1.2);/*safari 3-8*/
     transform:scale(1.2);/*latestbrowser*/
    
}

 /* If screen size is more than 600px wide, set the font-size of <div> to 80px */
@media only screen and (max-width: 1027px) {
    .amznbannerweb {
        display: none;
    }
    .amznbannermob {
        display: block;
    }
    .blogfoter {
    border-radius: 1px 1px 0px 0px;padding: 1px;background-color: #6d026c;height: 65px;
}
    #imgnew:hover {
    transition: transform .2s;
    -ms-transform:scale(1.5);/*ie9*/
     -webkit-transform:scale(1.5);/*safari 3-8*/
     transform:scale(1.5);/*latestbrowser*/
    
}
}
@media only screen and (min-width: 1028px) {
    .amznbannerweb {
        display: block;
    }
    .amznbannermob {
        display: none;
    }
    .blogfoter {
    border-radius: 1px 1px 0px 0px;margin: 1px;background-color: #6d026c;height: 35px;
}
}
@media screen and (min-width: 600px) {
 .textInputArea {
     height:300px;
    margin: 1px;
    font-size: smaller;
    padding: 5px 5px;
}

 
}


 .textInputArea {
     height:150px;
    margin: 1px;
    font-size: smaller;
    padding: 5px 5px;
}
 /*13/05*/
 .w3-spin
 {animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}

                                       }

.footerboglistfont {

    font-size: x-small;
    color: #965909;
}

.pnl-footer-cus{
            
              background-color:white;
               border-top :0px;
        }
 .indicators-custom {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-top:5px;
    cursor: pointer;
    border-radius: 10px;
    background-color:green;
    border:.9px dotted black;
}
 .next-Span {
     font-size:80%;
     font-weight:bold;
     color:darkblue;
     right:100%;
     bottom:1px;
     position:absolute;
     text-decoration:underline;
     text-shadow:none;
  
}
 .previous-Span {
     font-size:80%;
     font-weight:bold;
     color:darkblue;
     left:100%;
     bottom:1px;
     position:absolute;
     text-decoration:underline;
}
.FontSize
{
    font-size: 20px;
    padding-right: 1%;
}
.carousel-control {
    opacity:.7;
    text-shadow:none;
}

#more {
display:none;
}
.more-Span {
     font-size:80%;
     font-weight:bold;
     color:darkblue;
     bottom:1px;
     text-decoration:underline;
     text-shadow:none;
     cursor:pointer;
  
}

/*---------*/

body {
    font-family: 'Satoshi', sans-serif; /* Modern sans-serif font */
    margin: 0;
    padding: 0;
    background-color: #f8f9fa; /* Light gray background */
    color: #343a40; /* Dark gray text */
    line-height: 1.6;
}

/* Updated Header */
header {
    background-color: #007bff; /* Blue header */
    color: white;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 3rem; /* Add space below header */
}

    header h1 {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    header p {
        font-size: 1.2rem;
        font-style: italic;
    }

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav li {
    margin: 0 1.5rem;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

    nav a:hover {
        color: #17a2b8; /* Teal hover color */
    }

/*------------------------------ centr carasoul*/



/* Center the carousel container */
#myCarousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* Horizontally center */
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
/* Make the carousel smaller on desktop */
/* Optional: Adjust carousel control icon size */

@media (min-width: 768px) {
    #myCarousel {
        max-width: 70%; /* Adjust this value as needed for the desired size */
    }

    .carousel-inner {
        width: 70%;
    }

    /* Set a max-height for the carousel to reduce its height */
    .df table {
        max-height: 400px; /* Set the max height you want for the carousel */
        overflow: hidden; /* Hide any overflow content */
    }

    /* Set images to fit inside the defined max height */
    .carousel-inner img {
        width: 100%; /* Ensure the images scale properly */
        height: 100%; /* Ensure images cover the full height */
        object-fit: cover; /* Make sure the image maintains its aspect ratio and fills the container */
    }


   
    .cta-button {
        display: inline-block;
        background-color: #28a745;
        color: white;
        padding: .5rem 1.5rem;
        text-decoration: none;
        border-radius: 0.3rem;
        font-size: 1.1rem;
        transition: background-color 0.3s
    }

    .cta-button:hover {
            background-color: #1e7e34; /* Darker green on hover */
        }

    .service-item {
        background-color: #fff;
        padding: 3%;
        margin: 4%;
        border-radius: 0.5rem;
        box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
        flex-basis: calc(33% - 2rem);
        text-align: left;
        transition: transform 0.3s ease;
    }
       .service-item img { /* Service Icons */
                width: 100%; /* Adjust size as needed */
                height: 30%;
                margin-bottom: 1rem;
                border: 2px solid;
                border-color: lightseagreen;
                border-radius: inherit;
            }
}
/* Services Section */
.services {
    padding: 4rem 2rem;
    text-align: center;
    background-color: #fff; /* White background for services */
}

    .services h2 {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

.service-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.service-item {
    background-color: #fff;
    padding: 1%;
    margin: 1%;
    border-radius: 0.5rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    flex-basis: calc(33% - 2rem);
    text-align: left;
    transition: transform 0.3s ease;
}

    .service-item:hover {
        transform: translateY(-0.5rem); /* Slight lift on hover */
    }

    .service-item h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: #007bff; /* Blue service titles */
    }

    .service-item p {
        font-size: 1.1rem;
    }

    .service-item img { /* Service Icons */
        width: 40%; /* Adjust size as needed */
        height: 40%;
        margin-bottom: 1rem;
        border: 2px solid;
        border-color: lightseagreen;
        border-radius: inherit;
    }
/* Services Section */

.hero-content {
    /*max-width: 800px;
        margin: 0 auto;
        position: relative;
        z-index: 2;*/ /* Ensure text is above the overlay */
    background: linear-gradient(to right, #00c6ff, #0072ff);
    padding: 40px;
    color: white;
    text-align: center;
    margin-top: 2%;
}
.c2a-Button {
    background: white;
    color: #0072ff;
    padding: 3%;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    font-size:90%;
   
}

/*-----------------------DM-Request*/

.proposal-form-button {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding: 12px;
    background-color: #0072ff;
    color: white;
    border: none;
    font-size: 1.1em;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}


    .proposal-form {
        max-width: 600px;
        margin: 1% auto;
        padding: 1%;
        background-color: #f9f9f9;
        border-radius: 10px;
        font-family: 'Segoe UI', sans-serif;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .proposal-form h2 {
        text-align: center;
        margin-bottom: 25px;
        color: #333;
    }

    .proposal-form label {
        display: block;
        margin-top: 15px;
        font-weight: bold;
        color: #444;
    }

    .proposal-form span {
        color: red;
    }

    .proposal-form input,
    .proposal-form select,
    .proposal-form textarea {
        width: 100%;
        padding: 10px 12px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 1em;
        box-sizing: border-box;
    }



    .proposal-form button:hover {
            background-color: #005fd1;
        }

    .highlighted-heading {
        font-size: 2em;
        font-weight: bold;
        text-align: center;
        background: linear-gradient(to right, #00c6ff, #0072ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 30px;
    }
/*-----------------------DM-Request*/