@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/centurygothic_bold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_cont {
    width: 43%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4_4 {
    width: 24%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 14%;
    margin: 1%;
    float: left;
}

.col_sm666 {
    width: 15%;
    margin: 1%;
    float: left;
}

.col_sm66 {
    width: 81%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 37%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 53%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top2 {
    width: 85%;
    margin: 0% auto;
}

.logo {
    width: 242px;
    float: left;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1%;
}


.fix_nav {
    position: static;
    z-index: 9999;
    background: transparent;
}

.img {
    width: 100%;
}


.img-logos {
    width: 100%;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.dkp{
    display: block;
}

.mbl{
    display: none;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #ef282d;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    color: #fff;
    font-family: "Barlow", sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.ftr p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0px;
    text-align: left;
}

.ftr_btn p {
    margin: 0 !important;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
}

.ftr_btn a {
    margin: 0 !important;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
}

.footer li {
    list-style: none;
    margin: 3% 0;
}

.footer a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0px;
    transition: all 0.5s ease-in-out;
}

.mrg-left {
    margin-left: 3%;
    margin-right: 0%;
}


.mrg-left2 {
    margin-left: -5%;
    margin-right: 1%;
}

.ftr a {
    color: #fff;
}


.ftr_right {
    text-align: right;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}

.flex-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_rigt {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ftr_btn {
    background: #1a1a1a;
    border-top: 1px solid #cccccc61;
}



/*------------------------------------------
Main Code 
------------------------------------------*/
.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
}

.config_table {
    margin-bottom: 0;
    text-align: center;
    min-width: 98%;
    box-shadow: -1px 1px 7px 2px #ccc;
    border-collapse: collapse;
}

.config_table thead tr th {
    background: #e37506;
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

.config_table tbody tr td {
    background: #fff;
    padding: 15px 0;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
    border: 1px solid #f1f1f1;
}



.footer_sticky {
    position: fixed;
    width: 4%;
    top: 43%;
    right: 1%;
    background: #ef282d;
    padding: 7px 0;
    z-index: 9;
    border-radius: 28px;
    border: 4px solid #e37506;
}


.footer_sticky2 {
    position: fixed;
    width: 4%;
    right: 1%;
    background: #ef282d;
    padding: 7px 0;
    z-index: 9;
    border-radius: 28px;
    border: 4px solid #e37506;
}

.cta_grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
}

.fa-phone {
    --fa: "\f095";
    color: #fff !important;
}

.cta_grid .cta_item {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 16% 0;
}

.cta_grid .cta_item:last-child {
    border: none;
    padding: 16% 0;
}

.cta_grid .cta_item a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    transition: all 0.5s ease-in-out;
    text-align: left;
    padding: 1%;
    display: block;
    text-align: center;
}

.cta_grid .cta_item a i {
    font-size: 18px;
}

.pricing_btn {
    background: #e37506;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 23px;
    outline-offset: -5px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.5s ease-in-out;
    width: 100px;
}

.btn_flex{
    display: flex;
    justify-content: center;
}

.pricing_btn:hover{
    background: #f5810d;
}


.banner .top2 {
    position: relative;
    z-index: 3;
    color: white;
    display: flex;
    align-items: center;
}


.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cta-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cta {
    background: linear-gradient(#020e18bd, #2c2c2cbd), url(../images/cta.jpg) fixed center center;
    background-size: cover;
    padding: 120px 0;
}



.cta h2 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cta p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    text-align: left;
}

.cta-btn {
    background: #e37506;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 23px;
    outline-offset: -5px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.5s ease-in-out ;
}



.cta-btn:hover{
    background: #f5810d;
}

.banner {
    background-image: url(../images/banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.banner2 {
	background-image: url(../images/banner-privacy-policy..jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}





.content h2 {
    font-family: "Barlow", sans-serif;
    color: white;
    font-size: 62px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.content h3 {
    font-family: "Barlow", sans-serif;
    color: white;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}



.shagun-fonts h3 {
    font-family: 'Century Gothic' !important;
    text-transform: uppercase;
    font-size: 40px !important;
}

.about-us {
    padding: 80px 0;
}


.about-us h4 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    margin-top: 2%;
}

hr {
    border-block-start: 4px solid #ed191f;
    width: 64px !important;
    border-left: none;
    border-right: none;
    border-bottom: none;

}




.about-us h3 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.about-us p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 3% 0% 3% 0;
    text-align: justify;
}


.about-img {
    position: relative;
    display: inline-block;
    /* Ensure container wraps content */
}

.about-img img {
    padding: 0 44px 44px 0;
    position: relative;
    z-index: 2;
}

.about-img::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 26px;
    right: 0;
    bottom: 3px;
    border: 4px solid #ed191f;
    z-index: 1;
    width: 97%;
}

.fa-phone {
    color: #545454;
}

.our-specialization-mrg-left {
    margin-left: 7%;
}



.project-main h3 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}



.ftr {
    background: #1a1a1a;
    padding: 40px 0;
}


.social-links {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.social-links2 {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: left;
}

.social-links-sub {
    width: 14%;
}



.footer a:hover {
    color: #ee1d23;
}


.cta-1{
    display: flex;
    align-items: center;
    padding: 1%;
    gap: 45px;
    width: 18%;
}

.cta-txt h2{
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
}

.cta-2{
    display: flex;
    align-items: center;
    padding: 1%;
    width: 68%;
}

.cta-txt2 p{
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    text-align: justify;
}

.cta-txt2 p a{
    color: #fff;
}


.flex-div{
    display: flex;
    align-items: center;
    justify-content: center;
}


.cta-3{
    display: flex;
    align-items: center;
    padding: 1%;
    gap: 45px;
    width: 10%;
}


/* project */

.project-overview h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.project-overview p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 2% 0px;
    text-align: center;
}

.amenities {
    margin: 0 0;
    background: #f9f9f9;
    padding: 20px 0;
}

.amenities-sub {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.amenities-sub img {
    width: 83%;
}

.amenities-flex {
    display: flex;
    justify-content: center;
    gap: 3%;
    flex-wrap: wrap;
}

.amenities h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.amenities h3 {
    text-align: center;
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

.amenities p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 2% 0px;
    text-align: center;
}

.container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}



.location-info {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 350px;
    padding: 13px;
    background: rgba(248, 249, 250, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 9;
    border: 1px solid rgba(233, 236, 239, 0.8);
}

.address-section {
    margin-bottom: 8px;
}

.address-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.address-title {
    letter-spacing: 0.5px;
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}


.address-text {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 0% 0px;
    text-align: left;
}

.directions-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}

.direction-img {
    width: 14%;
}

.direction-text {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    padding: 0% 0px;
    text-align: left;
}

.map-container {
    width: 100%;
    height: 600px;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Icons using CSS shapes */

/* project */

/* about-us */

/* Icon styling */

/* Move arrow slightly on hover */

/* about-us */

/*------------------------------------------
bullet
------------------------------------------*/

.gallery {
    padding: 20px 0;
    margin: 20px 0;
}

.gallery h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.gallery h3{
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.floor-plan h2{
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.floor-plan-bg{
    background-color: #f9f9f9;
}

.desktop-view{
    display: block;
}

.phone-view{
    display: none;
}

.floor-plan h3{
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.unit-plan h3{
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.walk-through h3{
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;
}


.floor-plan p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0 2% 0px;
    text-align: center;
}

.unit-plan p {
    font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0 2% 0px;
    text-align: center;
}

.unit-plan img {
    border: 1px solid #ccc;
}

.unit-plan-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    flex-wrap: wrap;
}

.video-wrapper {
    text-align: center;
}

.video-container {
    position: relative;
    max-width: 100%;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.contact-us h3 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.cont-bg {
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 22px 30px;
}

.cont-bg2 {
    background-color: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 22px 30px;
    width: 28%;
}

.cont-bg2 h2 {
    font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    margin: 2% 1%;
}

.flex-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


.info-cont a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.info-cont h3 {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.info-cont p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    transition: all 0.5s ease-in-out;
    text-align: left;
}

.icon-bg {
    background-color: #ed191f;
    border-radius: 50px;
    padding: 13px;
}

.social-info {
    width: 18%;
}

.margin-btm-1 {
    margin-bottom: 37px;
}

.btm-pdg {
    margin: 0 0;
    background: #f9f9f9;
    padding: 20px 0;
}


.banner-top {
    padding-top: 7%;
}

.box_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn a {
    background: #e37506;
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 23px;
    outline-offset: -5px;
    font-family: "Open Sans", sans-serif;
    transition: all 0.5s ease-in-out;
}

.btn:hover a{
    background: #f5810d;
}

.tabs {
    margin: 20px 0;
}

.tab-links {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tab-links li {
    margin-right: 15px;
}

.tab-links a {
    padding: 10px 20px;
    background: #eee;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    color: #000;
}

.tab-links li.active a {
    background: #ef282d;
    color: #fff;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}


.banner-end {
    background: #e37506;
}

.bg-cta{
    background: #e37506;
}

.banner-end img{
    width: 50px;
    height: 50px;
}


.banner-end-1 img{
    width: 100px;
    height: 100px;
}

.banner-end-subb {
    display: flex;
    align-items: center;
    padding: 1%;
}

.banner-end-subb .content {
    display: flex;
    align-items: center;
    padding: 1%;
    gap: 10px;
    width: 26%;
}

.banner-end-subb .content3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1%;
    gap: 10px;
    width: 15%;
}


.content2 {
    width: 76%;
}


.banner-end-subb h2 {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
}

.content2 p {
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    text-align: justify;
}

.content2 a{
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    margin: 0;
    text-align: justify;
}
.configuration{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}

.ds{
    display: block;
}

.mb{
    display: none;
}


        /* Popup overlay */
        .modal {
            display: block;
            position: fixed; 
            z-index: 9999; 
            left: 0; 
            top: 0; 
            width: 100%; 
            height: 100%; 
            background: rgba(0,0,0,0.6); 
          }
          
          /* Popup box */
          .modal-content {
              background: #fff;
      padding: 20px;
      border-radius: 8px;
      width: 79%;
      max-width: 297px;
      animation: slideDown 0.4s ease;
      right: 1%;
      position: absolute;
      top: 20%;
          }
  
          .modal-content h2{
              font-family: "Barlow", sans-serif;
      color: #000;
      font-size: 24px;
      font-weight: 600;
      line-height: 140%;
      margin: 0;
      padding: 0;
      text-align: left;
          }
          
          /* Close button */
          .close {
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
          }
          
          /* Animation */
          @keyframes slideDown {
            from { transform: translateY(-50px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
          }
          
          /* Input styles */
          .modal-content input,
          .modal-content textarea,
          .modal-content button {
            width: 100%;
            margin: 8px 0;
            padding: 10px;
            border-radius: 4px;
            border: 1px solid #ccc;
          }
          
          .modal-content button {
            background: #0073e6;
            color: white;
            border: none;
            cursor: pointer;
          }
          .modal-content button:hover {
            background: #005bb5;
          }


          .modal-content button[type="submit"] {
            margin-top: 4% !important;

          }


          .privacy-policy p{
            font-size: 16px;
    text-decoration: none;
    color: #545454;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 200%;
    margin: 0;
    padding: 0% 0% 0% 0;
    text-align: justify;
          }
/*------------------------------------------
Responsive Code 
------------------------------------------*/

@media only screen and (max-width :1500px) {
    .col_sm666 {
        width: 20%;

    }

    .col_sm66 {
        width: 75%;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm textarea {
        padding: 9px 11px !important;
    }
}

@media only screen and (max-width :1400px) {
    .col_sm66 {
        width: 74%;
    }

    .col_sm666 {
        width: 21%;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm textarea {
        padding: 9px 10px !important;
    }
}

@media only screen and (max-width :1300px) {
    .col_sm2_cont {
        width: 54%;
    }
}



@media only screen and (max-width :1200px) {
    .footer_sticky {
        width: 5%;
    }

    .footer_sticky2 {
        width: 5%;
    }
    .top2 {
        width: 98%;
    }

    .col_sm3 {
        width: 48%;
    }

    .banner-top {
        padding-top: 10%;
    }


}

@media screen and (max-width: 1100px) {
    .logo {
        width: 188px;
    }

    .social-info {
        width: 7%;
    }

    .col_sm2_cont {
        width: 98%;
    }


    #contactForm button[type="submit"] {

        margin: 1% 0px 10px 1% ;

    }

    .col_sm2 {
        width: 98%;
    }
}

@media only screen and (max-width :1000px) {
    .footer_sticky {
        width: 6%;
    }

    .footer_sticky2 {
        width: 6%;
    }

    .btn a {
        display: none;
    }

    .col_sm8 {
        width: 98%;
    }

    .cont-bg2 {
        width: 93%;
        margin-left: 0%;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm textarea {
        width: 96% !important;
    }

    .col_sm6 {
        width: 29%;
    }

    .col_sm9 {
        width: 98%;
    }

    .col_sm99 {
        width: 98%;
    }
}


@media only screen and (max-width:960px) {

    .flex-div {
        flex-direction: column;
    }   

    .cta-1 {
        justify-content: center;
        width: 98%;
    }

    .cta-2 {
        width: 98%;
    }

    .dkp{
        display: none;
    }
    
    .mbl{
        display: block;
    }

    .close-btn {
        position: absolute;
        top: 8%;
        right: 15px;
        font-size: 28px;
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }
    .close-btn:hover {
        color: red;
    }

    #contactForm button[type="submit"] {
        margin-top: -2% !important;
    }

    .modal {
        display: none !important;
    }
    .cta_grid .cta_item {
        padding: 0% 0;
    }

    .cta_grid .cta_item:last-child {
        padding: 0% 0;
    }

    .cta_grid .cta_item a {
        font-size: 18px;
    }

    .modal-content {
        width: 100%;
        max-width: 90%;
        right: 2%;
        top: 20%;
    }
    

    .ds{
        display: none;
    }

    .mb{
        display: block;
    }

    .footer_sticky {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        top: 94%;
        background: #ef282d;
        padding: 7px 0;
        z-index: 9;
        right: 0;
        border-radius: 0;
        border: 0;
    }

    .footer_sticky2 {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #ef282d;
        padding: 7px 0;
        z-index: 9;
        right: 0;
        border-radius: 0;
        border: 0;
    }


    .cta_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }

    .cta_grid .cta_item {
        border-right: 1px solid #fff;
        border-bottom: 0;
    }
    .content h2 {
        font-size: 40px;
        text-align: center;
    }


    .banner {
        height: 39vh;
    }
    .desktop-view{
        display: none;
    }
    
    .phone-view {
        display: block;
        padding: 4% 0;
        background: #f9f9f9f9;
        position: relative;
    }

    .phone-view h2{
        font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    margin: 2% 1%;
    }


    .col_sm66 {
        width: 98%;
    }

    .col_sm666 {
        width: fit-content;
    }

    .banner-top {
        padding-top: 16%;
    }

    .col_sm2_cont {
        width: 93%;
    }

    .logo a {
        display: flex;
        justify-content: center;
    }

    .col_sm4_4 {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ftr img {
        width: 60%;
    }

    .ftr_right {
        text-align: left;
    }

    .col_sm3 {
        width: 48%;
    }

    .social-links {
        justify-content: center;
    }

    .social-links-sub img {
        width: 100%;
    }

    .social-links-sub {
        padding: 0% 3%;
        width: 10%;
    }

    .mrg-left {
        margin-left: 0%;
        margin-right: 0%;
    }

    .mrg-left2 {
        margin-left: 0%;
        margin-right: 0%;
    }

    .logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .logo img {
        width: 75%;
    }

    .navbarrr {
        width: 100%;
    }

    .flex-menu {
        display: block;
        width: 100% !important;
    }


    .navbarrr {
        background: #f0f0f0;
        margin: 1% 0 0% 0;
        padding-bottom: 1%;
    }
}

@media only screen and (max-width:800px) {
    .banner {
        height: 29vh;
    }

    .tab-links a {
        font-size: 16px;
    }



    .col_sm3 {
        width: 98%;
    }

    .content {
        padding: 38px 0;
    }

    .about-us p {
        padding: 3% 7% 3% 0;
    }

}


@media only screen and (max-width : 700px) {
    .banner-end-subb {
        flex-wrap: wrap;
    }

    .banner-end-subb .content {
        width: 98%;
    }

    .content2 {
        width: 98%;
    }

    .social-links-sub {
        width: 11%;
        padding: 2% 1%;
    }

    .social-links {
        gap: 0px;
    }


    .social-links-sub img {
        width: 100% !important;

    }


    .banner-top {
        padding-top: 21%;
    }


    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm textarea {
        width: 90%;
        margin: 1% 1%;
        padding: 20px 9px;
        float: none;
    }

    .map-container {
        height: 654px;
    }

    .col_sm3 {
        width: 98%;
    }
}

@media only screen and (max-width:600px) {
    .config_table thead tr th {
        width: 31%;
    }

    .config_table tbody tr td {
        padding: 16px;
    }

    .social-links {
        justify-content: left;
    }

    .col_sm4_4 {
        align-items: flex-start;
    }

    .tab-links a {
        padding: 10px 11px;
    }

    .col_sm4_4 {
        width: 98%;
    }

    .location-info {
        width: 240px;

    }

    .banner-top {
        padding-top: 29%;
    }

    .logo img {
        width: 90%;
    }


    .col_sm8 {
        width: 92%;
    }

    .col_sm9 {
        width: 92%;
    }

    .col_sm88 {
        width: 86%;
    }

    .close-btn {
        top: 4%;
    }
}

@media only screen and (max-width:500px) {
    .ftr img {
        width: 61%;
    }

    .col_sm2_cont {
        width: 86%;
    }

    .col_sm6 {
        width: 45%;
    }

    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm textarea {
        width: 92% !important;
    }

    .banner-top {
        padding-top: 34%;
    }

}


@media only screen and (max-width:400px) {
    .config_table thead tr th {
        width: 29%;
    }


    .banner-top {
        padding-top: 41%;
    }

    .ftr img {
        width: 96%;
    }
}

@media only screen and (max-width:360px) {

    .banner-top {
        padding-top: 46%;
    }

    .col_sm6 {
        width: 53%;
    }

    .our-specialization-mrg-left {
        margin-left: 0;
    }

}
