/*
Theme Name: Anur
Theme URI: http://themeforest.net/user/wpoceans/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans/portfolio
Description: Anur - Portfolio WordPress Theme
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anur
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* By Authot Post */

.bypostauthor {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
  margin-right: -15px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 15px;
}
.gallery-item {
  padding-bottom: 15px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.screen-reader-text {
  background: transparent;
  display: none;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/

.wpo-page-title.default-title {
  min-height: 200px !important;
}

/*--------------------------------------------------------------
# Service Page Visual Hierarchy
--------------------------------------------------------------*/

/* Service Image Styling */
.service-single-img {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-single-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.service-single-img:hover img {
  transform: scale(1.02);
}

/* Service Details Content */
.service-details {
  line-height: 1.8;
  color: #333;
}

/* Typography Hierarchy */
.service-details h1,
.service-details h2,
.service-details h3,
.service-details h4,
.service-details h5,
.service-details h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #062265;
}

.service-details h1 {
  font-size: 42px;
  margin-top: 0;
}

.service-details h2 {
  font-size: 36px;
  border-bottom: 3px solid #ffb100;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.service-details h3 {
  font-size: 28px;
  color: #0a3280;
}

.service-details h4 {
  font-size: 24px;
}

.service-details h5 {
  font-size: 20px;
}

.service-details h6 {
  font-size: 18px;
}

/* Paragraph Styling */
.service-details p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.service-details p:first-of-type {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

/* List Styling */
.service-details ul,
.service-details ol {
  margin: 25px 0;
  padding-left: 30px;
}

.service-details ul li,
.service-details ol li {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #555;
  font-size: 16px;
}

.service-details ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}

.service-details ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #ffb100;
  border-radius: 50%;
}

/* Blockquote Styling */
.service-details blockquote {
  border-left: 4px solid #ffb100;
  padding: 20px 30px;
  margin: 30px 0;
  background: #f8f9fa;
  font-style: italic;
  color: #555;
  border-radius: 0 4px 4px 0;
}

.service-details blockquote p {
  margin-bottom: 0;
  font-size: 18px;
}

/* Link Styling */
.service-details a {
  color: #062265;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.service-details a:hover {
  color: #ffb100;
  border-bottom-color: #ffb100;
}

/* Strong/Bold Text */
.service-details strong,
.service-details b {
  color: #062265;
  font-weight: 600;
}

/* Table Styling */
.service-details table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.service-details table th,
.service-details table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.service-details table th {
  background: #062265;
  color: #fff;
  font-weight: 600;
}

.service-details table tr:hover {
  background: #f8f9fa;
}

/* Image within content */
.service-details img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 25px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .service-single-img {
    margin-bottom: 30px;
  }

  .service-details h1 {
    font-size: 32px;
  }

  .service-details h2 {
    font-size: 28px;
  }

  .service-details h3 {
    font-size: 24px;
  }

  .service-details h4 {
    font-size: 20px;
  }

  .service-details p,
  .service-details ul li,
  .service-details ol li {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
# WhatsApp Call to Action Button
--------------------------------------------------------------*/

.service-cta-wrapper {
  margin-top: 60px;
  padding: 60px 30px;
  text-align: center;
}

.service-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 60px;
  background: linear-gradient(135deg, #25D366 0%, #22c55e 100%);
  color: #fff !important;
  font-size: 22px;
  font-weight: 700;
  border-radius: 60px;
  text-decoration: none;
  border-bottom: none !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-whatsapp-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.service-whatsapp-btn:hover::before {
  left: 100%;
}

.service-whatsapp-btn:hover {
  background: linear-gradient(135deg, #128C7E 0%, #0ea576 100%);
  color: #fff !important;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.5);
}

.service-whatsapp-btn:active {
  transform: translateY(-2px) scale(1.02);
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.service-whatsapp-btn:hover .whatsapp-icon {
  animation: none;
  transform: rotate(15deg);
}

@media (max-width: 991px) {
  .service-cta-wrapper {
    margin-top: 50px;
    padding: 50px 25px;
  }

  .service-whatsapp-btn {
    padding: 20px 50px;
    font-size: 20px;
    gap: 14px;
  }

  .whatsapp-icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .service-cta-wrapper {
    margin-top: 40px;
    padding: 40px 20px;
  }

  .service-whatsapp-btn {
    padding: 18px 40px;
    font-size: 18px;
    gap: 12px;
    letter-spacing: 0.3px;
  }

  .whatsapp-icon {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 480px) {
  .service-whatsapp-btn {
    padding: 16px 30px;
    font-size: 16px;
    width: 100%;
  }
}
