.container {
    background: #fff
}

a {
    border: none
}

* {
    outline: 0
}

div.jumbotron.carousel-hero {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 1rem;
}

div.jumbotron.hero-nature {
    background-image: url('../../assets/img/hero-background-nature.jpg')
}

div.jumbotron.hero-photography {
    background-image: url('../../assets/img/hero-background-photography.jpg')
}

div.jumbotron.hero-technology {
    background-image: url('../../assets/img/hero-background-technology.jpg')
}

h1.hero-title,
h2.hero-title,
h3.hero-title {
    text-shadow: 0 3px 3px rgba(0, 0, 0, .4);
    color: #fff
}

p.hero-subtitle {
    max-width: 600px;
    margin: 25px auto;
    padding: 10px 15px;
    color: #fff
}

#wows1_0 {
    object-fit: contain;
    background-repeat: no-repeat;
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary)
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5)
}

.bs-icon-sm {
    --bs-icon-size: 1rem
}

.bs-icon-md {
    --bs-icon-size: 1.5rem
}

.bs-icon-lg {
    --bs-icon-size: 2rem
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary)
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2)
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5)
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem
}

.bs-icon.bs-icon-circle {
    border-radius: 50%
}

.dh-header-non-rectangular-container h1,
p {
    color: #fff;
    font-weight: 700
}

body a {
    outline: 0 !important
}

.highlight-blue {
    color: #fff;
    background-color: #1e6add;
    padding: 50px 0
}

.highlight-blue p {
    color: #c4d5ef;
    line-height: 1.5
}

.highlight-blue h2 {
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit
}

.highlight-blue .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 25px
}

.highlight-blue .buttons {
    text-align: center
}

.highlight-blue .buttons .btn {
    padding: 16px 32px;
    margin: 6px;
    border-radius: 3rem;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    opacity: .9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 1
}

.highlight-blue .buttons .btn:hover {
    opacity: 1
}

.highlight-blue .buttons .btn:active {
    transform: translateY(1px)
}

.portfolio-container,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    position: relative
}

.nav.navbar-nav.main-nav {
    display: block;
    margin: 0;
    max-width: 1000px;
    list-style: disc;
    list-style-image: initial;
    width: 100%;
    padding: 0;
    text-align: center
}

.navbar-nav>li {
    list-style-type: none;
    float: left;
    padding: 0;
    line-height: 50px;
    height: 50px;
    margin: 0
}

.navbar.navbar-default {
    background: #000
}

.navbar-default .navbar-nav>li>a,
section.about-us {
    color: #fff
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #f4e7e7;
    background: #f64c3b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    margin: 0;
    text-align: center;
    transition: .3s
}

a:active {
    background: rgba(0, 0, 0, 0.264);
}

.portfolio #portfolio-flters {
    padding: 2px 15px;
    margin: 0 auto 35px;
    list-style: none;
    text-align: center;
    border-radius: 50px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #313030;
    margin-bottom: 5px;
    transition: .3s ease-in-out;
    border-radius: 50px
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    color: #ff5821;
    background: #f6f0f0
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-item {
    margin-bottom: 30px
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: .3s ease-in-out;
    background: rgba(246, 240, 240, .9);
    padding: 15px
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #473d3a
}

.portfolio .portfolio-item .portfolio-info p {
    color: #7f6d68;
    font-size: 14px;
    margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #635551
}

.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
    color: #ff5821
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px
}

.portfolio .portfolio-item:hover .portfolio-info {
    height: auto;
    opacity: 1;
    bottom: 20px
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.portfolio-item {
    border-radius: 4px;
    border-style: initial;
    border-color: #f4f4f4
}

#wowslider-container1 .ws_hovershow {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

#wowslider-container1:hover .ws_hovershow {
    opacity: 1;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

#wowslider-container1 .ws_playpause {
    width: 18px;
    height: 28px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -14px
}

#wowslider-container1 .pause {
    background-image: url(./pause.png)
}

#wowslider-container1 .play {
    background-image: url(./play.png)
}

#wowslider-container1 .pause:hover,
#wowslider-container1 .play:hover {
    background-position: 100% 100% !important
}

#wowslider-container1 .ws_fullscreen {
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: -9px;
    margin-top: -14px;
    z-index: 59
}

div#ws_fullscreen:-moz-full-screen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit
}

div#ws_fullscreen:-webkit-full-screen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit
}

div#ws_fullscreen:fullscreen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit
}

div#ws_fullscreen:-moz-full-screen {
    background-color: #000;
    height: 100%
}

div#ws_fullscreen:-webkit-full-screen {
    background-color: #000;
    height: 100%
}

div#ws_fullscreen:fullscreen {
    background-color: #000;
    height: 100%
}

.abt-right {
    background-color: #009bc1
}

.abt-right p {
    padding: 39px;
    text-align: justify
}

button.btn-primary.abt-right-btn {
    margin: 0 auto;
    display: block
}

.padding-content {
    padding: 76px 0
}

.abt-right h5 {
    padding: 33px 0
}

.about-us h3 {
    padding-top: 62px;
    color: #000
}

.no-padding {
    padding: 0
}

#wowslider-container1 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 400px;
    max-height: 360px;
    margin: 0 auto;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

* html #wowslider-container1 {
    width: 400px
}

#wowslider-container1 .ws_images ul {
    position: relative;
    width: 10000%;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible
}

#wowslider-container1 .ws_images ul li {
    position: relative;
    width: 1%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    float: left;
    padding: 0 !important;
    margin: 0 !important
}

#wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 360px;
    max-width: 400px;
    vertical-align: top;
    border: none;
    overflow: hidden
}

#wowslider-container1 .ws_images ul a {
    width: 100%;
    height: 100%;
    max-height: 360px;
    display: block;
    color: transparent
}

#wowslider-container1 img {
    max-width: none !important
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
    width: 100%;
    border: 0;
    max-width: none;
    padding: 0;
    margin: 0
}

#wowslider-container1 .ws_images>div>img {
    max-height: 360px
}

#wowslider-container1 .ws_images iframe {
    position: absolute;
    z-index: -1
}

#wowslider-container1 .ws-title>div {
    display: inline-block !important
}

#wowslider-container1 a {
    text-decoration: none;
    outline: 0;
    border: none
}

#wowslider-container1 .ws_bullets {
    float: left;
    position: absolute;
    z-index: 70
}

#wowslider-container1 .ws_bullets div {
    position: relative;
    float: left;
    font-size: 0px
}

#wowslider-container1 .ws_script,
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
    display: none
}

#wowslider-container1 object,
#wowslider-container1 sound {
    position: absolute
}

#wowslider-container1 .ws_effect {
    position: static;
    width: 100%;
    height: 100%
}

#wowslider-container1 .ws_photoItem {
    border: 2em solid #fff;
    margin-left: -2em;
    margin-top: -2em
}

#wowslider-container1 .ws_cube_side {
    background: #a6a5a9
}

#wowslider-container1.ws_gestures {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move
}

#wowslider-container1.ws_gestures.ws_grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move
}

#wowslider-container1 .ws_video_btn {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55
}

#wowslider-container1 .ws_video_btn.ws_vimeo,
#wowslider-container1 .ws_video_btn.ws_youtube {
    display: block
}

#wowslider-container1 .ws_video_btn div {
    position: absolute;
    background-image: url(./playvideo.png);
    background-size: 200%;
    top: 50%;
    left: 50%;
    width: 7em;
    height: 5em;
    margin-left: -3.5em;
    margin-top: -2.5em
}

#wowslider-container1 .ws_video_btn.ws_youtube div {
    background-position: 0 0
}

#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
    background-position: 100% 0
}

#wowslider-container1 .ws_video_btn.ws_vimeo div {
    background-position: 0 100%
}

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
    background-position: 100% 100%
}

#wowslider-container1 .ws_playpause.ws_hide {
    display: none !important
}

#wowslider-container1 .ws_controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

#wowslider-container1 .ws_fullscreen {
    right: auto;
    left: 0;
    top: 0;
    background: #47c9af;
    font-size: .8rem;
    padding: 8px
}

#wowslider-container1 .ws_bullets {
    padding: 0;
    max-width: 40%;
    text-align: right;
    bottom: 0;
    right: 0;
    margin-right: 30px
}

#wowslider-container1 .ws_bullets a {
    line-height: 0;
    position: relative;
    display: inline-block;
    width: 0;
    padding: 15px
}

#wowslider-container1 .ws_bullets a>span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #47c9af
}

#wowslider-container1 .ws_bullets a.ws_overbull>span,
#wowslider-container1 .ws_bullets a.ws_selbull>span {
    background: #40b59e
}

#wowslider-container1 .ws_playpause {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #47c9af;
    color: #fff;
    z-index: 100
}

#wowslider-container1 .ws_playpause>span:before {
    font: 1.2em ws-ctrl-dodgy;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: 1px;
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

_:-ms-input-placeholder,
:root #wowslider-container1 a.ws_playpause>span:before {
    line-height: 3.2em
}

#wowslider-container1 .ws_play>span:before {
    content: "\e800"
}

#wowslider-container1 .ws_pause>span:before {
    content: "\e801"
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
    position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -2.4em;
    width: 5.3em;
    height: 4.8em;
    z-index: 100;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: padding .3s .3s, margin-top .3s .3s;
    transition: padding .3s .3s, margin-top .3s .3s
}

#wowslider-container1 a.ws_next {
    right: 0
}

#wowslider-container1 a.ws_prev {
    left: 0
}

#wowslider-container1 a.ws_next>span,
#wowslider-container1 a.ws_prev>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #47c9af;
    border-radius: .15em;
    color: #fff;
    text-align: center;
    z-index: 2
}

#wowslider-container1 a.ws_next>span:after,
#wowslider-container1 a.ws_next>span:before,
#wowslider-container1 a.ws_prev>span:after,
#wowslider-container1 a.ws_prev>span:before {
    position: absolute;
    display: block;
    font: 2.5em ws-ctrl-dodgy;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 1px;
    margin-left: -8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

_:-ms-input-placeholder,
:root #wowslider-container1 a.ws_next>span:before {
    line-height: 3.2em
}

_:-ms-input-placeholder,
:root #wowslider-container1 a.ws_prev>span:before {
    line-height: 3.2em
}

#wowslider-container1 a.ws_next>span:after,
#wowslider-container1 a.ws_next>span:before {
    content: '\e803'
}

#wowslider-container1 a.ws_prev>span:after,
#wowslider-container1 a.ws_prev>span:before {
    content: '\e802'
}

#wowslider-container1 a.ws_next>span:after,
#wowslider-container1 a.ws_prev>span:after {
    margin-left: 8px
}

#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover {
    padding: $arrowHoverPadding$em 0;
    margin-top: -$arrowHoverPadding$em;
    -webkit-transition: padding .3s, margin-top .3s;
    transition: padding .3s, margin-top .3s
}

#wowslider-container1 a.ws_next img,
#wowslider-container1 a.ws_prev img {
    position: absolute;
    top: 0;
    width: 5.3em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    visibility: hidden;
    -webkit-transition: -webkit-transform .3s, visibility .3s;
    transition: transform .3s, -webkit-transform .3s, visibility .3s
}

#wowslider-container1 a.ws_prev img {
    left: 5.3em;
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

#wowslider-container1 a.ws_next img {
    right: 5.3em;
    -webkit-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

#wowslider-container1 a.ws_next:hover img,
#wowslider-container1 a.ws_prev:hover img {
    visibility: visible;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

#wowslider-container1 .ws-title {
    font: 1.4em "Indie Flower", cursive;
    max-width: 50%;
    position: absolute;
    left: 0;
    margin-right: 10em;
    z-index: 50;
    bottom: 0;
    top: auto;
    opacity: 1
}

#wowslider-container1 .ws-title div,
#wowslider-container1 .ws-title span {
    display: inline-block;
    padding: .6em .8em;
    background-color: #47c9af;
    color: #fff
}

#wowslider-container1 .ws-title div {
    display: block;
    margin-top: .5em;
    font-size: 1em;
    color: #fff
}

#wowslider-container1 .ws-title span {
    font-size: 1.5em
}

#wowslider-container1 .ws_images>ul {
    animation: 20s infinite wsBasic;
    -moz-animation: 20s infinite wsBasic;
    -webkit-animation: 20s infinite wsBasic
}

#wowslider-container1 .ws_bulframe div div {
    height: auto
}

@media all and (max-width:760px) {
    #wowslider-container1 .ws_fullscreen {
        display: block
    }
}

@media all and (max-width:400px) {

    #wowslider-container1 .ws_bullets,
    #wowslider-container1 .ws_controls,
    #wowslider-container1 .ws_thumbs {
        display: none
    }
}
/* === About Section === */
.about,
.constant {
    width: 100%;
    margin-top: 3rem;
    padding: 40px 0 60px 0;
    background: linear-gradient(to right, rgba(0,0,0,0.08), rgba(0,0,0,0.15));
    height: auto; /* ensure container grows with content */
}

/* Section Heading */
.about_heading,
.top-heading {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.about_heading h1 {
    font-size: clamp(2rem, 5vw, 3rem); /* responsive font */
    font-weight: 700;
    color: #222;
}

/* Container */
.about_container {
    display: flex;
    align-items: stretch; /* stretch children equally */
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Text Box */
.about_txt {
    flex: 1 1 350px;
    max-width: 600px;
    background: linear-gradient(135deg, #3360e6, #2749b8);
    color: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    text-align: center;
    height: auto; /* ✅ no fixed height */
}

.about_txt .abt-head h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin-bottom: 0.5rem;
}

.about_txt .abt-para p {
    padding: 0 0.5rem;
    text-align: justify;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 400;
}

/* Divider */
hr {
    border: none;
    height: 3px;
    width: 50%;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    margin: 10px auto 20px auto;
}

/* Image Box */
.about_img {
    flex: 1 1 350px;
    max-width: 600px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);
    height: auto; /* ✅ let image box resize automatically */
}

.about_img img {
    width: 100%;
    height: auto; /* ✅ responsive scaling */
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.about_img img:hover {
    transform: scale(1.05); /* subtle zoom on hover */
}

/* === Responsive Tweaks === */
@media (max-width: 992px) {
    .about_container {
        flex-direction: column;
        gap: 2.5rem;
    }

    .about_txt, .about_img {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .about_txt {
        padding: 1.5rem;
    }

    .about_txt .abt-para p {
        font-size: 0.95rem;
    }

    hr {
        width: 70%;
    }
}


/* ==== Why Choose Us ==== */
.whychooscontainer {
    color: rgb(0, 0, 0);
    height: auto;
    width: 99vw;
    display: flex;
    flex-direction: column;
}

.whychoos_txt {
    height: 100%;
    width: 99vw;
}

.whychoos_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why_para {
    padding: 0 2rem 0 2rem;
    text-align: justify;
}

.why_para p {
    color: rgb(0, 0, 0);
    text-align: center;
    font-weight: 400;
}

.whychoos_cnt {
    height: auto;
    width: 99vw;
    gap: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whyctn {
    padding: 1rem 0;
    width: 90%;
    display: flex;
    position: relative;
    left: 4.4%;
    margin-left: -50px;
}

.whytxt {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-top: 10px;
    font-size: 1.5rem;
    padding: 0 7rem 0 7rem;
}

.whyimg {
    margin-left: 1rem;
    width: 22rem;
    border-radius: 15px;
    height: 15rem;
}

/* ==== Responsiveness ==== */
@media (max-width:668px) {
    .about_container {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    .about_img {
        width: 100vw;
        height: 19rem;
        position: relative;
        left: 1.9rem;
    }
    .whytxt {
        padding: 0;
        width: 100%;
        height: 63%;
        padding: 0 -1rem 0 -1rem;
    }

    .whyctn {
        padding: 1rem 0;
        width: 90%;
        margin-left: -50px;
        flex-direction: column;
        align-items: center;
    }

    .whychoos_cnt :nth-child(2) {
        flex-direction: column-reverse;
    }

    .whyimg {
        height: 21rem;
        margin-bottom: -6rem;
    }
}

.products {
    margin-top: 1rem;
    height: auto;
}

.product-txt {
    text-align: center;
    color: black;
}

.products-grid {
    margin: auto;
    padding: 3rem;
    height: auto;
    width: 94vw;
    display: grid;
    grid-template-columns: 300px 300px;
    grid-template-rows: 300px 300px;
    gap: 1em;
    grid-template-areas:
        "box-1 box-1 box-2 box-3"
        "box-4 box-5 box-5 box-6"
    ;
}

@media (max-width:668px) {
    .products-grid {
        grid-template-columns: 240px 240px;
        grid-template-rows: 260px 260px 260px 260px 260px 260px;
        grid-template-areas:
            "box-1"
            "box-2"
            "box-3"
            "box-4"
            "box-5"
            "box-6";

    }
}

.pd-gd {
    cursor: pointer;
    border-radius: 10px;
    background-size: cover;
}
.pd-gd:hover {
    scale: 1.05;
    transition: .3s all;
    box-shadow: 1px 1px 10px 1px black;
}

.seemorebtn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -2em;
}

.seemorebtn button {
    width: 13em;
    background-color: rgb(0, 128, 255);
    color: white;
    font-weight: 600;
    padding: 5px;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 7px;
}

.seemorebtn button:hover {
    background-color: rgb(0, 112, 225);
}
/* Blog Section */
.blog {
    margin-top: 3rem;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #f7faff, #eef3f8);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.blog-txt {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 3rem;
    letter-spacing: 0.5px;
}

/* Blog Cards Container */
.blog-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Blog Card */
.blog-post {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
}

.blog-post:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* Image */
.postimg {
    height: 14rem;
    width: 100%;
    overflow: hidden;
}

.postimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-post:hover .postimg img {
    transform: scale(1.08);
}

/* Content */
.postdata {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
    flex-grow: 1;
}

.posttitle {
    font-weight: 700;
    font-size: 1.3rem;
    color: #222;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog-post:hover .posttitle {
    color: #0062ff;
}

.postdesc {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .blog-txt {
        font-size: 2rem;
    }
    .postimg {
        height: 12rem;
    }
}

@media (max-width: 768px) {
    .blog {
        padding: 3rem 1rem;
    }
    .blog-txt {
        font-size: 1.8rem;
    }
    .postimg {
        height: 11rem;
    }
}

@media (max-width: 480px) {
    .blog-txt {
        font-size: 1.6rem;
    }
    .postimg {
        height: 10rem;
    }
}

.logofooter {
    position: relative;
    left: 43%;
    height: 5rem;
    width: 5rem;
}

.logofooter img {
    height: 100%;
}

.about {
    height: auto;
    width: 98%;
    margin: .5rem auto 2rem auto;
    background: url(assets/img/BG.png);
    background-size: cover;
    overflow: hidden;
    /* display: flex; */
}

.about:hover {
    background-size: 110%;
}

.about-txt {
    height: 90% !important;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    z-index: 10;
}

.about_heading {
    width: 100%;
    text-align: left;
    margin: 0 0 0 16rem;
}

.about_heading h3 {
    font-size: 3.5rem;
}

.about_para {
    margin: 0 2rem 0 8rem;
}

.about-img {
    /* border: 3px solid pink; */
    height: 100%;
    width: 41rem;
}

.abt_img {
    display: flex;
    position: relative;
    right: 6rem;
    bottom: 2rem;
}

.abt_img img {
    height: 14rem;
    width: 14rem;
    margin: -1rem;
}

.abt_img img:hover {
    scale: 1.02;
    transition: all 0.3s ease-in-out;
}

.abt_img img:nth-child(1) {
    position: relative;
    top: 9rem;
    left: 12rem;
}

.abt_img img:nth-child(2) {
    position: relative;
    top: 7rem;
    left: 14rem;
    z-index: 1;
}

.abt_img img:nth-child(3) {
    position: relative;
    top: 20rem;
    left: 3rem;
}

.abt_img img:nth-child(4) {
    position: relative;
    top: 17rem;
    left: -17rem;
}

.abt_img img:nth-child(5) {
    position: relative;
    top: 23rem;
    right: 37rem;
}

.abt_img img:nth-child(6) {
    position: relative;
    top: 33rem;
    right: 84rem;
    height: 22rem;
    width: 22rem;
}


@media (max-width:668px) {
    .about {
        flex-direction: column;
    }

    .about-txt {
        height: 100%;
        width: 100%;
    }

    .about_heading {
        margin: 0 0 0 10rem;
    }

    .about_heading h3 {
        font-size: 3.5rem;
    }

    .about_para {
        margin: 0 2rem 0 5rem;
    }

    .about-img {
        height: 100%;
        width: 41rem;
    }

    .abt_img {
        right: 6rem;
        bottom: 2rem;
    }

    .abt_img img {
        height: 14rem;
        width: 14rem;
        margin: -1rem;
    }

    .abt_img img:nth-child(1) {
        top: -23rem;
        left: 29rem;
    }

    .abt_img img:nth-child(2) {
        top: 0rem;
        left: 17rem;
        z-index: 1;
    }

    .abt_img img:nth-child(3) {
        top: 9rem;
        left: -10rem;
    }

    .abt_img img:nth-child(4) {
        top: 0rem;
        left: -27rem;
    }

    .abt_img img:nth-child(5) {
        top: 15rem;
        right: 23rem;
    }

    .abt_img img:nth-child(6) {
        top: -26rem;
        right: 54rem;
        height: 16rem;
        width: 16rem;
    }
}

@media (max-width:1123px) {
    .about {
        flex-direction: column;
    }

    .about-txt {
        height: 100%;
        width: 90%;
    }

    .about_heading {
        margin: 0 0 0 10rem;
    }

    .about_heading h3 {
        font-size: 3.5rem;
    }

    .about_para {
        margin: 0 2rem 0 5rem;
    }

    .about-img {
        height: 100%;
        width: 41rem;
    }

    .abt_img {
        right: 6rem;
        bottom: 2rem;
    }

    .abt_img img {
        height: 14rem;
        width: 14rem;
        margin: -1rem;
    }

    .abt_img img:nth-child(1) {
        top: -18rem;
        left: 51rem;
    }

    .abt_img img:nth-child(2) {
        top: 0rem;
        left: 31rem;
        z-index: 1;
    }

    .abt_img img:nth-child(3) {
        top: 5rem;
        left: -7rem;
    }

    .abt_img img:nth-child(4) {
        top: -4rem;
        left: -10rem;
    }

    .abt_img img:nth-child(5) {
        top: 5rem;
        right: 14rem;
    }

    .abt_img img:nth-child(6) {
        top: 14rem;
        right: 9rem;
        height: 16rem;
        width: 16rem;
    }
}
		.date_time {
			position: relative;
			left: 7rem;
			color: black;
			background: rgb(255, 255, 255);
			border-radius: 5px;
			bottom: 0.7rem;
			padding: 0 10px 0 10px;
		}

        /* SEvices */
        .service_cards {
  margin-top: 2rem;
}

.srvheading {
  text-align: center;
  color: black;
}

.srv_crdt {
  margin: auto;
  padding: 3rem;
  width: 94vw;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1em;
}

.srvcard {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  padding: 1rem;
  transition: transform 0.2s;
}
.srvcard:hover {
  transform: translateY(-5px);
}
.srvimg img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.srvbtn button {
  margin-top: 1rem;
  background: #007BFF;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}
.srvbtn button:hover {
  background: #0056b3;
}

.search-section {
  text-align: center;
  margin: 2rem 0;
}

#searchInput {
  padding: 10px;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.search-section button {
  padding: 10px 15px;
  margin-left: 8px;
  background: #007BFF;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.search-section button:hover {
  background: #0056b3;
}
