/*
Theme Name: Dheekshaa
Theme URI: https://dheekshaadesigns.com
Author: Your Name
Author URI: https://dheekshaadesigns.com
Description: A lightweight WordPress theme using Bootstrap 5.
Version: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrap-light-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');	
	    
body {
	background: #FFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(173, 224, 253, 1) 99%);
	font-family: 'Poppins', sans-serif;
}
p {
	font-family: 'Poppins', sans-serif;
    text-align:justify;
	font-size:16px;
}
  .top-strip {
    height: 8px;
    width: 100%;
    background: linear-gradient(to right, #ffc107, #8bc34a, #03a9f4);
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
	height:60px!important;
}
.navbar-nav li a{
    color: black;
	text-decoration:none;
	font-weight:600;
	font-size:16px;
	font-family: 'Poppins', sans-serif
}
.navbar-nav li a:hover{
	color: orange; /* Change color on hover */
    text-decoration: none; /* Ensure no underline on hover */
}


.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
	position: relative;  /* or absolute/fixed if needed */
  z-index: 9999; 
}

.center-logo {
    height: 70px;
    width: 100%;
}

/* Ensure menu items are evenly spaced */
.navbar-nav > li {
    margin: 0 10px;
}
/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
    }

    .navbar-brand {
        margin: 10px 0;
    }
}


/* Mobile logo (round shape) */
.mobile-logo {
  height: 40px;
  width: 100%;
}

/* Toggler button clean look */
.navbar-toggler {
  outline: none !important;
  box-shadow: none !important;
}

/* Offcanvas dark gradient */
.offcanvas {
  background: linear-gradient(135deg, #4a148c, #e91e63, #000000);
  color: #fff;
  width:70%!important;
}

/* Header style */
.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
}

/* Menu links */
.offcanvas-body .nav-link {
  font-size: 1rem;
  padding: 10px;
  color: #fff !important;         /* white text */
  transition: color 0.2s ease, transform 0.2s ease;
  text-align:left!important;
}

/* Hover effect */
.offcanvas-body .nav-link:hover {
  color: #ffeb3b !important;      /* yellow */
  transform: translateX(5px);
}

/* Close button visible on dark bg */
.offcanvas .btn-close {
  filter: invert(1); /* makes the X white */
}

/* Adjust desktop logo size on smaller screens */
@media (max-width: 760px) {
  .center-logo {
    height: 40px;
  }
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem !important;
    height: 65px;
}
	.navbar-brand { 
	padding-top:0!important;
		margin:-2px !important;
	}
	.about-section {
		padding:0!important;
	}
	.portfolio-home-title {
		margin-top:50px;
	}
	.portfolio-container { 
		padding:20px;
	}
}
/* General Navbar Link Styling */
.navbar-nav .nav-link a {
    color: black; /* Default link color */
    text-decoration: none; /* Remove underline */
    font-family: 'Poppins', sans-serif;
    font-weight: bold; /* Bold font */
    font-size: 14px; /* Set font size */
    transition: color 0.3s ease; /* Smooth color transition */
}

/* Hover Effect */
.navbar-nav .nav-link a:hover {
    color: orange; /* Change color on hover */
    text-decoration: none; /* Ensure no underline on hover */
}

/* Active/Current Link Styling */
.navbar-nav .nav-link.active {
    color: orange; /* Set active link color */
    text-decoration: none; /* No underline on active links */
}






/* Top Section */
.top-section {
  width: 100vw;   /* full viewport width */
  margin-left: calc(-50vw + 50%); /* cancel parent container padding */
}




/* About Us Section */
.about-section {
        position: relative;
        padding: 60px;
        overflow: hidden;
      }


/* Top Left Gradient Triangle */
        .triangle-top-left {
            position: absolute;
            top: -120px;
            left: -120px;
            width: 400px;
            height: 400px;
            background: linear-gradient(135deg, #8a73e7, #d1d1d1);
            clip-path: polygon(0 0, 100% 0, 0 100%);
            z-index: -1;
        }

        /* Bottom Right Gradient Triangle */
        .triangle-bottom-right {
            position: absolute;
            bottom: -120px;
            right: -120px;
            width: 400px;
            height: 400px;
            background: linear-gradient(135deg, #d1d1d1, #8a73e7);
            clip-path: polygon(100% 100%, 100% 0, 0 100%);
            z-index: -1;
        }


 .about-image {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 20px;
        object-fit: cover;
      }

  .top-right-strip {
    position: absolute;
    top: 0;
    right: 0;
    height: 8px;
    width: 50%;
    background: linear-gradient(to right, #ffc107, #8bc34a, #03a9f4);
}

.bottom-left-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 50%;
    background: linear-gradient(to right, #ffc107, #8bc34a, #03a9f4);
}


      .about-heading {
        font-size: 32px;
        font-weight: 500;
        background: linear-gradient(to right, #ffc107, #8bc34a, #03a9f4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .know-more {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        display: inline-block;
        position: relative;
      }

      .know-more::after {
        content: '';
        display: block;
        width: 50px;
        height: 2px;
        background-color: #ffc107;
        position: absolute;
        bottom: -2px;
        left: 0;
      }

/* About Us Section end*/


/* Portfolio Section */
.portfolio-container {
      background: #001c2b;
	  background: linear-gradient(136deg, rgba(0, 28, 43, 1) 3%, rgba(125, 11, 91, 1) 30%, rgba(0, 102, 133, 1) 74%, rgba(87, 216, 255, 1) 96%);
      color: #fff;
      font-family: 'Poppins', sans-serif;
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .portfolio-home-title {
      font-size: 2rem;
      font-weight: 600;
      text-align: center;
      margin-bottom: 40px;
    }

    .portfolio-home-title span {
      background: linear-gradient(to right, #FFD700, #00C6FF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .portfolio-home-card {
      border: none!important;
      border-radius: 15px!important;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
	 margin-bottom:20px;
    }

    .portfolio-home-card img {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      object-fit: cover;
      height: 380px;
      width: 100%;
    }

    .portfolio--homecard:hover {
      transform: translateY(-5px);
      box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
    }

    .portfolio-home-card .card-body {
      padding: 20px;
    }

    .portfolio-home-card h5 {
      font-size: 1.3rem;
      margin-bottom: 0;
    }

    .highlight-card {
      background: #FFD700;
      color: #000;
    }

    .highlight-card h5 {
      color: #000;
    }

    .view-more {
      margin-top: 30px;
      text-align: center;
    }

    .view-more a {
      text-decoration: none;
      color: #fff;
      font-weight: 500;
    }

    .view-more a:hover {
      text-decoration: underline;
    }
/* Portfolio Section end */


/*testimonials*/
		.testi {
  			background: #f4b844;
				min-height: 40vh;
      align-items: center;
        }
  .icon-box {
            display: flex;
            align-items: center;
            font-weight: bold;
            padding: 10px 15px;
            border-radius: 5px;
            color: white;
        }
        .icon-box-black { background-color: black; }
        .icon-box-green { background-color: #28a745; }
        .feature-list i { color: #28a745; }
        .btn-custom {
            background-color: black;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
        }
        .testimonial {
            background: #f8f9fa;
            padding: 40px;
            border-radius: 10px;
        }
        .testimonial .stars {
            color: #ffc107;
        }
        .testimonial .author {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }
        .testimonial .author img {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin-right: 10px;
        }

/* Make slick track flex */
.slick-track {
    display: flex !important;
}

/* Equal height for all slides */
.slick-slide {
    height: auto !important;
    display: flex !important;
}

/* Testimonial box full height */
.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

	
/* Custom carousel indicators */
.carousel-indicators {
    bottom: -50px; /* Adjust position */
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #333; /* Inactive indicators */
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333; /* Inactive indicators */
}

.carousel-indicators .active {
    width: 30px;
    height: 10px;
    border-radius: 14px;
    background-color: green; /* Active indicator */
}

/*contact*/
	
	 .contact-section {
            padding: 50px;
        }
        .contact-title {
            font-size: 36px;
            font-weight: bold;
            background: linear-gradient(to right, #fbbc04, #34a853, #4285f4);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
        }
        .contact-info h5 {
            color: #34568b;
            font-weight: bold;
            font-size: 18px;
        }
        .contact-info i {
            color: #34568b;
            margin-right: 10px;
            font-size: 20px;
        }
        .contact-form {
            background-color: #dce5f2;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .contact-form input, .contact-form textarea, .contact-form select {
            border-radius: 5px;
            border: 1px solid #ccc;
            margin-bottom: 15px;
        }
        .contact-form button {
            background-color: #4285f4;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .contact-form button:hover {
            background-color: #357ae8;
        }
.contact-icons i {
    font-size: 1.2rem;
    vertical-align: middle;
}
.big-icon {
  font-size: 2rem;
}

/*footer*/

		.foot-cont {
 			background: #FFCC29;
			background: linear-gradient(180deg,rgba(255, 204, 41, 1) 0%, rgba(5, 151, 172, 1) 100%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: auto;
            text-align: center;
			overflow:hidden;
        }
        .foot-container {
			width:90%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
			padding:20px;
			border: 2px solid rgba(255, 255, 255, 0.5); /* 50% white border */
  			border-radius: 20px; 
			
        }
        .logo {
            width: 300px;
            height: 300px;
			border-radius:50%;
        }
        .social-icons a {
            margin: 10px;
            font-size: 30px;
            color: white;
        }
        .footer {
            font-size: 14px;
            color: white;
            margin-top: 20px;
			margin-top:30px;
        }




.bwg-item0 {
	padding:20px!important;
	background:#fff !important;
}





@media (max-width: 768px) {
  .portfolio-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px; /* Prevents shadow cutoff */
  }

  .portfolio-scroll {
    display: flex;
    flex-wrap: nowrap; /* Prevents columns from stacking */
    gap: 15px; /* Space between items */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling */
    scrollbar-width: none; /* Hides scrollbar for Firefox */
  }

  .portfolio-scroll::-webkit-scrollbar {
    display: none; /* Hides scrollbar in Chrome/Safari */
  }

  /* Ensures each column fits within the viewport for horizontal scrolling */
  .portfolio-scroll .col-md-3 {
    flex: 0 0 auto;
    width: 70%; /* Adjust as needed */
    min-width: 230px; /* Ensures readability */
  }
	
}


/* Portfolio Gallery Grid */
.portfolio-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.portfolio-gallery-grid .portfolio-thumb {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.portfolio-gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.portfolio-gallery-grid .portfolio-thumb:hover img {
  transform: scale(1.05);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/*portfolio archive page*/

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  gap: 20px;
}

.portfolio-card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.portfolio-card img {
  width: 100%;
  display: block;
}
/*portfolio archive page*/

.portfolio-header {
    text-align: center;
    margin-bottom: 20px;
}
.portfolio-title {
    font-size: 2rem;
    font-weight: bold;
}
.breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
	margin-top:40px;
}
.breadcrumbs a {
    color: #222;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.blue-bg {
	background:#095986;
}



.carousel-container {
            position: relative;
            width: 100%;
            margin: auto;
	
        }

        .carousel {
            display: flex;
        }

        .testimonial {
            background: white;
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            text-align: left;
            margin: 10px;
        }

        .stars {
            color: gold;
            font-size: 20px;
        }

        .name {
            font-weight: bold;
            margin-top: 10px;
        }

        /* Custom Arrow Buttons */
        .slick-prev, .slick-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
           
            border-radius: 50%;
            width: 40px;
            height: 40px;
            z-index: 10;
        }

        .slick-prev {
            left: -50px;
        }

        .slick-next {
            right: -50px;
        }

        .slick-prev::before, .slick-next::before {
            font-size: 24px;
            color: white;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .carousel-container {
                width: 100%;
            }

            .slick-prev {
                left: -30px;
            }

            .slick-next {
                right: -30px;
            }
        }


.contact-info p, .contact-info h5 {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #fff;
}
.contact-info i {
    color: #ffd700;
}
.contact-info p:hover i {
    color: #fff200;
    transform: translateX(3px);
    transition: 0.3s;
}
	
.contact .form-control-dark {
    background: #012643;
    border: 1px solid #003E70;
    color: #fff;
    transition: 0.3s;
}
.contact .form-control-dark:focus {
    background: #003E70;
    border-color: #ffd700;
    color: #fff;
    box-shadow: 0 0 8px #ffd700;
}
.contact .btn-hover {
    background: #ffd700;
    color: #111;
    font-weight: 600;
    transition: 0.3s;
}
.contact .btn-hover:hover {
    background: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}
.contact-title {
    position: relative;
}
.contact-title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffd700;
    left: 0;
    bottom: -10px;
    border-radius: 2px;
}
.carousel-item img {
  width: 100%;
  height: auto;
  display: block;   /* removes inline gaps */
  object-fit: cover; /* avoids white bars if aspect ratio differs */
}

.footer-logo {
	width:260px;
	height:auto;
}

.filter-btn {
	border:1px solid #333;
	border-radius:10px;
}
.filter-btn.active {
    background: #FFD700; /* Gold yellow */
    color: #000;
    
}
.filter-btn:hover {
    background: #ffeb3b;
    color: #000;
}
	